summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove some code for IE 6 & 7 (#7913)Leif Åstrand2012-01-271-6/+0
* Merge branch 'master' into contribArtur Signell2012-01-2722-1401/+1448
|\
| * 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
* | | Splitted up VButton and VNativeButton into paintable and widgetJens Jansson2012-01-262-0/+170
* | | Splitted up VButton and VNativeButton into paintable and widgetJens Jansson2012-01-264-139/+33
* | | Merge remote branch 'origin/master' into contribJens Jansson2012-01-2621-563/+809
|\| |
| * | Split VScrollTable, VTreeTable and VMenuBar into paintable andArtur Signell2012-01-2621-563/+809
* | | Merge remote branch 'origin/master' into contribJens Jansson2012-01-2690-3775/+4347
|\| |
| * | 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
* | | #8019 Added ItemCaptionMode enum for AbstractSelect and RowHeaderMode enum fo...Jens Jansson2012-01-202-75/+172
* | | #8019 Table's column alignment constants to enum.Jens Jansson2012-01-201-54/+83
* | | #8019 Did a bunch of null checks for possible faulty null states which was no...Jens Jansson2012-01-185-9/+24
* | | Merge remote branch 'origin/master' into contribLeif Åstrand2012-01-0615-402/+424
|\| |
| * | #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
* | | #8019 Table ColumnHeaderMode from numeric constants to enumJens Jansson2012-01-021-19/+41
|/ /
* | 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