summaryrefslogtreecommitdiffstats
path: root/server/src/com
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to avoid select caption conversion (#16845)Leif Åstrand2015-09-111-24/+17
* Use correct month names with Java 8 (#18760)Artur Signell2015-09-091-2/+18
* Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-081-0/+3
* Fix multiple book keeping problems in ContainerOrderedWrapper (#5934, #18422)Artur Signell2015-08-261-7/+17
* Use correct classname for ValoTheme.SCROLL_INDICATOR (#14802)Artur Signell2015-08-251-1/+1
* Add missing @since tags7.5.4Mika Murtojarvi2015-08-191-3/+3
* StringToBooleanConverter API improved (#18466)elmot2015-08-191-18/+65
* Revert "Write true as attribute="" (#17519)"Mika Murtojarvi2015-08-192-11/+7
* Write true as attribute="" (#17519)Leif Åstrand2015-08-182-7/+11
* Prevent NPE on missing security key. (#18573)Sauli Tähkäpää2015-08-181-1/+1
* Handle renderer exceptions gracefully (#18554)Artur Signell2015-08-182-2/+9
* Decode filename before finding resource (#15407)Artur Signell2015-08-131-8/+12
* Guard against disconnect() being called twice (#15263)Artur Signell2015-08-121-0/+7
* Update Select all -CheckBox from server and partial selections (#17590)Teppo Kurki2015-08-051-0/+17
* Detect Edge correctly (#18537)Artur Signell2015-08-041-0/+14
* Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-212-219/+39
* Do not initialize Atmosphere for websocket servlet in Websphere (#16354)Artur Signell2015-07-211-2/+7
* Update connector hierarch when canceling editor (#16976).Leif Åstrand2015-07-211-0/+4
* Cache connector state types (#18437)Leif Åstrand2015-07-211-1/+9
* Make async remove check work without push (#12909)Leif Åstrand2015-07-211-29/+23
* Revert "Render nested invalid layouts correctly (#17598)"Teemu Suo-Anttila2015-07-211-36/+5
* Revert "Take Window special case into account for invalid layoutsTeemu Suo-Anttila2015-07-211-12/+0
* Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-101-0/+9
* Always add "last" item from the string to the collection (#18433).Denis Anisimov2015-07-081-3/+1
* Take Window special case into account for invalid layouts (#17598)Artur Signell2015-07-071-0/+12
* Render nested invalid layouts correctly (#17598)Artur Signell2015-07-071-5/+36
* Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-041-0/+8
* Properly toggle editor state when calling editId() on the serverArtur Signell2015-07-041-1/+5
* Reformat with Luna SR2Artur Signell2015-07-048-17/+30
* Pass critical notification details to the client (#18342)Artur Signell2015-07-041-13/+2
* Handle nested GridLayouts in declarative format correctly (#18312)Artur Signell2015-07-041-4/+8
* Fix spellingSteven Spungin2015-07-041-1/+1
* Send beforeClientResponse exceptions to an error handler (#14214)Leif Åstrand2015-07-042-7/+9
* Allow beforeClientResponse to change hierarchy or dirtyness (#18268)Leif Åstrand2015-07-042-13/+29
* Revert "Prevent field from updating when removing text change listener.7.5.0.rc2Mika Murtojärvi2015-06-171-15/+18
* Adds margin support to GridLayout declarative format (#18238)Teppo Kurki2015-06-111-0/+5
* Fix declarative margin reading in AbstractOrderedLayout (#18229)Johannes Dahlström2015-06-112-49/+93
* Add @since 7.5 to new APIJohannes Dahlström2015-06-102-2/+2
* Table.setVisibleColumns() causes table to forget column headers, icons, align...Ilya Ermakov2015-06-091-20/+0
* Better handle exceptions when opening Grid editor (#17935)Johannes Dahlström2015-06-091-10/+25
* Add missing since, remove unused methodTeemu Suo-Anttila2015-06-091-7/+1
* Update to Atmosphere 2.2.7 (#18069)Artur Signell2015-06-081-1/+1
* Prevent field from updating when removing text change listener. (#16270)Sauli Tähkäpää2015-06-081-18/+15
* Don't allow null view providers (#17028)Leif Åstrand2015-06-081-1/+7
* Selection is now shown although scrollToSelectedItem is false (#16673)Matti Tahvonen2015-06-081-0/+7
* Forget GridLayout row expand ratios for removed rows (#18166)Teppo Kurki2015-06-081-1/+7
* Return 0 instead of throwing exception if count query returns nothing (#18043)Steven Spungin2015-06-081-4/+14
* Add setStyleName(String, boolean) shorthand for add/removeStyleName (#17825)Artur Signell2015-06-051-0/+28
* Format UTF-8 filenames correctly for download (#16556)Anna Miroshnik2015-06-052-13/+45
* Better error reporting when server has invalid URL encoding (#17948)Artur Signell2015-06-051-5/+31