summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed server class reference from shared javadocArtur Signell2012-11-211-2/+1
* Merge "(#10186) Using the lighten function breaks up any later references to ...Marc Englund2012-11-201-2/+4
|\
| * (#10186) Using the lighten function breaks up any later references to the par...Sebastian Nyholm2012-11-151-2/+4
* | Removed com.vaadin.server.Terminal (#10230)Artur Signell2012-11-2016-78/+79
* | Merge "(#10174) Value of a variable cannot be assigned to another variable"Marc Englund2012-11-205-3/+10
|\ \
| * | (#10174) Value of a variable cannot be assigned to another variableSebastian Nyholm2012-11-155-3/+10
| |/
* | Merge "(#10182) Rule order not preserved when using parent reference in sass"Marc Englund2012-11-206-16/+25
|\ \
| * | (#10182) Rule order not preserved when using parent reference in sassSebastian Nyholm2012-11-156-16/+25
| |/
* | Added getState(boolean) to allow getState without side effects (#10006)Mikael Grankvist2012-11-202-7/+34
* | Renamed suspend/resumeRendering be more descriptive (#10242)Artur Signell2012-11-201-18/+17
* | Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-2013-107/+84
* | Merge "Added possibility to disable text input for PopupDateField (#6790)"Artur Signell2012-11-207-0/+232
|\ \
| * | Added possibility to disable text input for PopupDateField (#6790)Mikael Grankvist2012-11-197-0/+232
* | | Add a bunch of methods to request, response and session wrappers (#9749)Leif Åstrand2012-11-208-36/+497
* | | Rename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749)Leif Åstrand2012-11-2017-24/+19
* | | Renamed ComponentState to AbstractComponentState (#9032)Artur Signell2012-11-2034-81/+82
* | | Use classloader also to find theme styles.scss (#10107)Artur Signell2012-11-201-0/+11
* | | When closeIdleUIs is true, close open UIs only after all UIs have been idle f...Johannes Dahlström2012-11-2012-113/+136
* | | Return int instead of Integer (#10306)Artur Signell2012-11-201-2/+2
* | | Added possibility to more easily debug layout loops (#10222)Artur Signell2012-11-201-0/+35
* | | Merge "Only process RPC invocation if there's a handler for it (#10134) * Rpc...Artur Signell2012-11-209-97/+75
|\ \ \
| * | | Only process RPC invocation if there's a handler for it (#10134)Leif Åstrand2012-11-209-97/+75
* | | | Merge "SassCompiler finds input in a better way, fixes #10299"Artur Signell2012-11-201-5/+11
|\ \ \ \ | |/ / / |/| | |
| * | | SassCompiler finds input in a better way, fixes #10299Marc Englund2012-11-201-5/+11
* | | | Updated Panel, Window to use Component in constructors (#10300)Artur Signell2012-11-202-14/+11
* | | | Removed deprecation as EventRouter will not be replaced for 7.0 (#10247)Artur Signell2012-11-203-21/+6
* | | | Changed SystemMessagesProvider parameter into object (#10226)Artur Signell2012-11-1911-24/+227
| |/ / |/| |
* | | Fix NPE when removing FileDownloader (#10198)Artur Signell2012-11-193-2/+72
* | | Fix renamed classLeif Åstrand2012-11-191-2/+2
* | | Handle canceled or ignored XHR requests after beforeunload (#8891)Leif Åstrand2012-11-192-4/+200
* | | Read browser width and height from request in Page.init (#9073)Johannes Dahlström2012-11-194-6/+186
* | | Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-1666-263/+251
* | | @Connect lastonly -> lastOnly (#10244)Leif Åstrand2012-11-1610-25/+25
| |/ |/|
* | Made it possible again to use Navigator with UI/Panel/Window (#10211)7.0.0.beta9Artur Signell2012-11-151-0/+59
* | Made method public as VForm is now in a different package (#9923)Artur Signell2012-11-141-1/+1
* | Merge "Fix LegacyUIAddRemoveComponents test (#2924)"Artur Signell2012-11-141-4/+4
|\ \
| * | Fix LegacyUIAddRemoveComponents test (#2924)Henri Sara2012-11-141-4/+4
* | | Merge "Made PopupView work with TB again and fixed test (#10187)"Artur Signell2012-11-142-5/+10
|\ \ \
| * | | Made PopupView work with TB again and fixed test (#10187)Artur Signell2012-11-142-5/+10
* | | | Merge "Remove Window.addComponent() (#2924)"Artur Signell2012-11-1448-206/+292
|\ \ \ \
| * | | | Remove Window.addComponent() (#2924)Henri Sara2012-11-1448-206/+292
* | | | | Merge "Updated Form to use hierarchy change event (#9923)"Johannes Dahlström2012-11-143-45/+64
|\ \ \ \ \
| * | | | | Updated Form to use hierarchy change event (#9923)Artur Signell2012-11-143-45/+64
| | |/ / / | |/| | |
* | | | | Merge "UI stylename handling (#9832)"Johannes Dahlström2012-11-147-17/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | UI stylename handling (#9832)Johannes Dahlström2012-11-147-17/+12
| | |/ / | |/| |
* | | | Fix test: Window is not a ComponentContainer (#2924)Henri Sara2012-11-141-2/+1
| |/ / |/| |
* | | Panel and Window based on AbstractSingleComponentContainer (#2924)Henri Sara2012-11-1493-630/+758
|/ /
* | Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392)Johannes Dahlström2012-11-149-40/+70
* | UI based on AbstractBasicComponentContainer (#2924) - make test compileHenri Sara2012-11-141-4/+1
* | Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fixesHenri Sara2012-11-144-6/+7