summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for deferred Root init and early widgetset loadingLeif Åstrand2011-11-284-6/+38
* Rework bootstrap to support loading widgetset without applicationLeif Åstrand2011-11-282-34/+21
* Initial support for lazy root creationLeif Åstrand2011-11-2511-102/+342
* Introduce vaadinBootstrap.js and use it to init the widgetsetLeif Åstrand2011-11-244-246/+220
* Add JSON helper libraryLeif Åstrand2011-11-248-0/+3657
* Don't use hard coded version number in default window titleLeif Åstrand2011-11-231-2/+2
* Don't set a window title if there isn't one in the UIDLLeif Åstrand2011-11-231-1/+1
* #6702 Requesting a removed resource should give an errorLeif Åstrand2011-11-234-0/+18
* Move ajax page generation code to AjaxPageHandlerLeif Åstrand2011-11-227-470/+447
* Remove old Debug param and make productionMode available in ApplicationLeif Åstrand2011-11-224-20/+19
* Drop support for request attributes used by support for portlet 1.0Leif Åstrand2011-11-221-144/+16
* Initial migration of ajax page generation to a RequestHandler (#7888)Leif Åstrand2011-11-224-13/+70
* Remove explicit terminal from RootLeif Åstrand2011-11-223-28/+0
* Merge remote branch 'origin/master' into windowingLeif Åstrand2011-11-2210-171/+524
|\
| * Merge remote branch 'origin/6.8'Leif Åstrand2011-11-2210-171/+524
| |\
| | * dragandropwrapper can now initiate html5 drags, fixes #7833Matti Tahvonen2011-11-216-75/+251
| | * Merged fixes from 6.7Artur Signell2011-11-172-80/+199
| | * Merged some changes from 6.7 to 6.8Henri Sara2011-11-161-14/+56
| | * Merged #7837 to Vaadin 6.8Henri Sara2011-11-151-2/+18
* | | Restore support for ClickListener in RootLeif Åstrand2011-11-221-2/+28
* | | Remove close listener for browser windowsLeif Åstrand2011-11-221-4/+0
* | | Remove old notice to the server when a root is closedLeif Åstrand2011-11-211-4/+0
* | | Don't throw exceptions when a root is "closed"Leif Åstrand2011-11-211-16/+0
* | | Restore action support in RootLeif Åstrand2011-11-212-17/+57
* | | Don't throw exception when a root is "closed"Leif Åstrand2011-11-211-10/+0
* | | Make ApplicationRunnerServlet.getApplicationClass return the right typeLeif Åstrand2011-11-211-18/+41
* | | Remove the right component when changing contentLeif Åstrand2011-11-211-1/+1
* | | Handle removeAllComponents for Roots in legacy applicationsLeif Åstrand2011-11-211-0/+11
* | | Properly attach layouts passed to the constructorLeif Åstrand2011-11-211-3/+3
* | | Window.close shouldn't throw npe even if not attached to any rootLeif Åstrand2011-11-211-4/+8
* | | Pretend more classes are serializableLeif Åstrand2011-11-181-1/+1
* | | Make ApplicationRunnerServlet work with Root classesLeif Åstrand2011-11-181-2/+14
* | | Separate getting the Root class name from creating an instance of itLeif Åstrand2011-11-181-17/+21
* | | Simplify RootTest and move it to the tests packageLeif Åstrand2011-11-181-21/+0
* | | Word wrapping of javadoc comments changed by move to top level fileLeif Åstrand2011-11-181-51/+46
* | | Formatting changeLeif Åstrand2011-11-181-2/+2
* | | Make some interfaces extend SerializableLeif Åstrand2011-11-183-3/+6
* | | Add license to a bunch of filesLeif Åstrand2011-11-1811-0/+44
* | | Use the theme defined for the rootLeif Åstrand2011-11-182-5/+4
* | | Use margins on the default Root layoutLeif Åstrand2011-11-181-1/+7
* | | Simplify the way the Root is determined for a requestLeif Åstrand2011-11-163-59/+7
* | | Save rootId in the Root and simplify Root lookup in ApplicationLeif Åstrand2011-11-163-128/+69
* | | Initialize content on the fly if not already initializedLeif Åstrand2011-11-161-0/+3
* | | Paint resources to open before painting the contentLeif Åstrand2011-11-161-11/+11
* | | Add stubs for some missing functionality to get the tests to compileLeif Åstrand2011-11-161-0/+39
* | | Remove Root.getNameLeif Åstrand2011-11-162-38/+11
* | | Introduce Application.LegacyApplication to simplify migrationLeif Åstrand2011-11-161-0/+95
* | | Allow configuring the root class to use, remove RootLayoutLeif Åstrand2011-11-167-169/+102
* | | Move functionality for opening resources from Window to RootLeif Åstrand2011-11-163-222/+222
* | | Handle null pathsLeif Åstrand2011-11-161-0/+3