summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Fix Grid drag selection with scrolled page (#17895)Teemu Suo-Anttila2015-06-081-23/+3
* Prevent field from updating when removing text change listener. (#16270)Sauli Tähkäpää2015-06-081-3/+2
* Fixes double-tap-to-open-editor issuesTeppo Kurki2015-06-081-2/+20
* Open editor on double touch (#17338)Manolo Carrasco2015-06-081-1/+11
* Selection is now shown although scrollToSelectedItem is false (#16673)Matti Tahvonen2015-06-081-0/+6
* Hide sidebar when clicking outside it (#18111)Artur Signell2015-06-071-0/+26
* Render initially hidden columns correctly (#18030)Artur Signell2015-06-051-2/+11
* Insert columns using correct logical row index (#18103)Artur Signell2015-06-051-3/+11
* Only set height when at least one header cell is shown (#18000)Artur Signell2015-06-051-19/+14
* DND-drop-marker should not be on top of sidebar opening button #17692Pekka Hyvönen2015-06-051-6/+54
* Remove duplicate primary stylename from split panels (#17846)Teppo Kurki2015-06-051-5/+3
* Use headerCaption as default hidingToggleCaption (#18028)Teppo Kurki2015-06-052-2/+4
* Required indicator for Table now works as expected (#17294)Matti Tahvonen2015-06-041-6/+40
* Do not send value change to server for non-immediate CheckBox (#18102)Teppo Kurki2015-06-041-0/+3
* Encode numeric values as JSON numbers (#18039)Leif Åstrand2015-06-031-2/+2
* Use GWT CheckBoxes in MultiSelectionRenderer (#17554)Teemu Suo-Anttila2015-06-032-23/+82
* Ensure method and property names are capitalized using English locale (#13389)Artur Signell2015-05-291-7/+2
* Add @since 7.5Mika Murtojarvi2015-05-293-8/+8
* Input prompt shouldn't get set when input has focus (#18027)Anna Koskinen2015-05-281-1/+6
* Adds a textual null representation to Grid renderers(#16560)7.5.0.beta2Ilia Motornyi2015-05-282-3/+12
* Focus the field in the the active cell when manually opening Grid editorJohannes Dahlström2015-05-281-20/+70
* Show declarative output for component selected in debug window (#17960)Artur Signell2015-05-287-19/+138
* Backport a resynchronization fix for 7.5 (#15405)Artur Signell2015-05-281-5/+26
* Select all checkbox when pressing space on the cell (#16685)Artur Signell2015-05-271-1/+19
* Add class name for not editable editor cells (#18021)Teemu Suo-Anttila2015-05-271-0/+3
* Fix Grid client-side event support (#17986)Teemu Suo-Anttila2015-05-273-6/+90
* Use GWT.create instead of new in Grid client-side (#18011)Teemu Suo-Anttila2015-05-261-3/+3
* Update active tab index when overriding selection (#15274)Leif Åstrand2015-05-261-0/+1
* Only sort when enter is pressed on default header (#16732)Artur Signell2015-05-251-3/+6
* Add pointer to new location for methods moved to WidgetUtil (#17952)Leif Åstrand2015-05-221-0/+201
* Fix adding a column to Table and immediately changing its size (#17927)Teemu Suo-Anttila2015-05-211-9/+8
* Ensure VDebugWindow.get() always returns the real instance (#17871)Leif Åstrand2015-05-192-3/+3
* Wrong floating element pos. on DND column reorder Grid #17693Pekka Hyvönen2015-05-151-8/+10
* Make FormLayout work with HTML captions (#17143)Leif Åstrand2015-05-151-8/+12
* Don't show loading spinner if there are no tabs (#15241)Leif Åstrand2015-05-131-1/+0
* Fixes regression in Notifications and tests (#14872)Pekka Hyvönen2015-05-132-5/+22
* Add missing JavaDoc for Escalator.SubPartArguments (#17814)Teemu Suo-Anttila2015-05-121-0/+6
* Fix Grid and Escalator accessing of SubPartArgumentsTeemu Suo-Anttila2015-05-122-6/+2
* Revert "Moved accessibility shortcut handling to server-side. [#14843]"Leif Åstrand2015-05-121-1/+3
* Add missing @since for 7.5Leif Åstrand2015-05-123-0/+15
* Updated all empty @since tags to be published in 7.5.0Pekka Hyvönen2015-05-114-11/+11
* Fixed Grid crash when rendering first time and no header available (#17412)Pekka Hyvönen2015-05-111-0/+7
* Notification styles should be scoped more eagerly (#14872)Denis Anisimov2015-05-111-6/+19
* Hiding/Unhiding Grid column when details row is open (#17691)Pekka Hyvönen2015-05-061-21/+30
* Fix caption position calculation in GridLayout (#17619)Teemu Pöntelin2015-05-061-14/+9
* Fix enabled handling for DateField and PopupDateField (#17620)Artur Signell2015-05-051-8/+11
* Render CustomLayout properly even if a slot is missing (#17681)Artur Signell2015-05-042-0/+13
* Merge branch 'grid-7.5'Pekka Hyvönen2015-04-3021-557/+5416
|\
| * Details row decorator and border positioning and sizes (#17423)Pekka Hyvönen2015-04-303-31/+159
| * Fixed Grid details row height regression and refactored tests (#17423)Pekka Hyvönen2015-04-271-1/+1