summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Use Calendar as sender for action handlers (#13191)Henri Sara2014-01-301-2/+2
* Add deprecated expand ratio methods to FormLayout (#12876)Artur Signell2014-01-211-0/+19
* Upload control with empty selection (#9602)Tomi Virtanen2014-01-071-12/+2
* Do not throw NPE if conversion messages is null (#12962)Artur Signell2013-12-031-8/+9
* Fixes NPE in TreeTable.setContainerDS(null) (#12928)Thomas2013-11-081-2/+2
* Send window position data back to server after drag (#12885)Thomas2013-11-061-0/+10
* Reverted button click() logic check (#12743)Artur Signell2013-10-161-1/+1
* Validate that the connector is enabled before triggering actions for it (#12743)Artur Signell2013-10-152-3/+4
* Fixed swallower access. Now error handler logs exceptions. (#12703)Felype Santiago Ferreira2013-10-151-1/+30
* Fixes issue with Table not scrolling completely to the end #12651John Ahlroos2013-09-261-4/+28
* Clarified error message (#12583)Artur Signell2013-09-161-2/+5
* Table ignores Container updates while painting (#12258)Henrik Paul2013-09-021-0/+19
* Always unlock the same session instance that was locked (#12481)Leif Åstrand2013-08-301-2/+4
* Escape markup in CustomLayout's JavaDoc (#12410)Henrik Paul2013-08-201-2/+2
* Make sure that no fileIds are replayed to the client (#12330)Henrik Paul2013-08-151-4/+23
* Fix actions in action menu appearing in random order #12250Patrik Lindström2013-07-301-4/+5
* Clarify Embedded javadoc (#12290)Johannes Dahlström2013-07-301-6/+10
* Fix invisible calendar actions menu #12181Patrik Lindström2013-07-302-0/+12
* Fix issue with hidden component cells in Table and TreeTable #12119John Ahlroos2013-07-241-1/+4
* Verify the connector hierarchy if assertions are enabled (#12271)Leif Åstrand2013-07-231-0/+50
* Only add DateRangeValidator to DateField if start or end of range is set (#12...Johannes Dahlström2013-07-191-6/+7
* Make VaadinService.closeInactiveUIs set UI threadlocals (#12186)Leif Åstrand2013-07-171-3/+33
* Improving performance of ConnectorTracker (#12218)Fabian Lange2013-07-151-3/+3
* Set current instances when calling UI.push from VaadinSession.unlock (#12168)Leif Åstrand2013-07-101-3/+6
* Ensure table's cells aren't refreshed if table is detached. (#9138)Anna Koskinen2013-06-281-1/+1
* Fixed an error in CustomComponent JavaDoc (#10038), and some improvements.Marko Gronroos2013-06-281-20/+36
* Updated Javadoc for Table.getColumnAlignment fixing #6810Sami Ekblad2013-06-281-1/+2
* Replace printStackTrace with getLogger().log() (#12147)Artur Signell2013-06-281-2/+14
* Ensure that Slider diffstate always contains "value" (#12133)Risto Yrjänä2013-06-281-0/+17
* Fixed slider value initialization on HSV and RGB tabs of ColorPicker. (#7863)Teemu Pöntelin2013-06-281-53/+31
* Implemented Focusable in MenuBar (#7674)Jens Jansson2013-06-281-1/+30
* Remove sub window references from Window javadocs (#9892)Leif Åstrand2013-06-281-62/+51
* Use varargs instead of array where appropriate (#4513)Artur Signell2013-06-262-4/+4
* Using StringTokenizer instead of String.split() in AbstractComponent (#8759)Fabian Lange2013-06-121-12/+10
* Add support for rem units (#11279)Leif Åstrand2013-06-121-1/+1
* Added type parameter to converter methods (#11895)Artur Signell2013-06-112-9/+22
* Move ClientConnector.setParent to Component and Extension (#11777)Artur Signell2013-06-113-11/+52
* Allow using element resize listeners from javascript connectors (#11996)Leif Åstrand2013-06-101-0/+10
* Pass ConversionException to getConversionError (#11960)Artur Signell2013-06-071-12/+25
* Make UI.pushConnection transient to prevent null resource after deserializati...Johannes Dahlström2013-06-061-11/+13
* Don't use the broken {@value Type#CONSTANT} pattern in javadocsLeif Åstrand2013-06-051-1/+1
* Allow customizing client-side push config on server side (#11867)Artur Signell2013-06-052-46/+291
* Change analyze layouts to use RPC (#11536)Artur Signell2013-06-051-0/+30
* Send connector debug (highlight) using RPC (#11536)Artur Signell2013-06-051-0/+17
* Move VaadinSession.runPendingAccessTasks to VaadinService (#11964)Leif Åstrand2013-06-051-1/+1
* Enabled drag & drop to Calendar #11048John Ahlroos2013-06-031-1/+30
* Fix stale info in javadoc for accessSynchronously (#11897)Leif Åstrand2013-05-311-4/+0
* Extract ProgressBar and deprecate ProgressIndicator (#11925)Leif Åstrand2013-05-292-87/+170
* Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-292-1/+25
* Remove UI.runSafely and VaadinSession.runSafely (#11901)Leif Åstrand2013-05-291-10/+0