summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-2717-1386/+1428
|\
| * [merge from 6.7] #8045 Removed incorrect/confusing javadocArtur Signell2012-01-271-13/+0
| * #6718 Extend PopupDateField range - allow selection of the last days of theJohannes Dahlström2012-01-251-107/+93
| * #8241 Removed debug message, added reference to ticketJohannes Dahlström2012-01-231-3/+1
| * #8273 Added sanity check to prevent trying to render past the end of the cell...Johannes Dahlström2012-01-231-0/+3
| * Merge from 6.7Johannes Dahlström2012-01-203-15/+31
| * Merged patch from 6.7 for #5093 and #5094 (cursors for dragging/resizing subw...Marc Englund2012-01-181-22/+66
| * Merged patch found in #7111 from 6.7, also for #5095 #5096 #6996Marc Englund2012-01-181-1/+4
| * Merge from 6.7Johannes Dahlström2012-01-164-53/+137
| * Merged #8105 Compile core files and test files to separate foldersJohannes Dahlström2012-01-161-127/+0
| * #7614 Added getComponent(int) and getComponentIndex(Component) to CssLayoutArtur Signell2012-01-121-1/+25
| * Removed dead code from VSliderHenri Sara2012-01-121-4/+0
| * Merge from 6.7Johannes Dahlström2012-01-125-18/+44
* | Added missing license infoArtur Signell2012-01-264-4/+16
* | Avoid comparing Widget with VPaintableWidgetArtur Signell2012-01-261-2/+2
* | Fixed ClassCastException when MenuBar has a set widthArtur Signell2012-01-262-9/+2
* | Split VScrollTable, VTreeTable and VMenuBar into paintable andArtur Signell2012-01-2621-563/+809
* | Fixed VLabel class referencesArtur Signell2012-01-243-0/+3
* | Created VAbstractPaintableWidgetArtur Signell2012-01-235-124/+122
* | Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-2288-3495/+3857
* | Split Paintable handling from ApplicationConnection to PaintableMap.Artur Signell2012-01-2019-329/+538
* | Change getConfigString to not return null for empty string (#8274)Leif Åstrand2012-01-201-1/+1
* | #8170 Updated to work with Vaadin 7Leif Åstrand2012-01-062-28/+31
* | Remove invalid javadoc causing eclipse formatter to insert newlinesLeif Åstrand2012-01-061-2/+1
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-01-063-10/+52
|\|
| * Merged changes from 6.7Johannes Dahlström2011-12-304-11/+53
* | #8164 Make WrappedHttpServletRequest extend HttpServletRequestWrapperLeif Åstrand2012-01-064-115/+34
* | Ensure the ThreadLocal request is cleared even if an exception is thrownLeif Åstrand2012-01-061-2/+5
* | #8163 Print an error message if vaadinBootstap.js cannot be loadedLeif Åstrand2012-01-061-2/+7
* | Pass initial request details through the browser (#8232)Leif Åstrand2012-01-044-145/+51
* | #8019 Enum for Label.ContentModeLeif Åstrand2012-01-041-115/+151
* | #8172 WrappedResponse is missing javadocLeif Åstrand2012-01-041-2/+111
* | Use sendError instead of just a status codeLeif Åstrand2012-01-041-1/+2
* | Move invocation of incrementActiveRequests based on review (#8190)Leif Åstrand2012-01-021-3/+3
* | #8190 Recorder no longer waits for Vaadin application to loadLeif Åstrand2012-01-021-4/+3
* | Merge branch 'contrib'Leif Åstrand2012-01-028-176/+214
|\ \
| * | #8019 Implemented Serializable in Size so you can serialize when you size.Jens Jansson2011-12-221-1/+1
| * | #8019 Switched AbsoluteLayout size units when unset from null to pixels as th...Jens Jansson2011-12-221-5/+5
| * | #8019 fixed an NPE which came along with changing Sizable units from constant...Jens Jansson2011-12-221-2/+10
| * | #8019 Fixed Sizable UNITS to use an Enum Unit instead of constantsJens Jansson2011-12-228-176/+206
* | | Remove support for interpreting VView with a "sub" attribute as VWindowLeif Åstrand2011-12-281-5/+1
* | | Deprecated Form. Use FieldGroup instead.Artur Signell2011-12-231-0/+4
* | | Corrected error message to show model and not presentation type whenArtur Signell2011-12-224-5/+5
* | | Use DefaultFieldGroupFieldFactory by defaultArtur Signell2011-12-221-1/+1
* | | License comment added to UnsupportedBrowserHandlerMarc Englund2011-12-221-0/+3
* | | Javadocced the fact that root preserving should not be toggled on-the-fly whe...Marc Englund2011-12-221-0/+4
* | | Root preservation should now work, even with @EagerInit etc. Also if turned o...Marc Englund2011-12-221-23/+25
* | | Remove TransactionalProperty that was replaced byHenri Sara2011-12-222-63/+4
* | | Merge remote branch 'origin/6.8'Henri Sara2011-12-225-14/+42
|\ \ \ | | |/ | |/|
| * | Merged changes from 6.8Johannes Dahlström2011-12-225-19/+41