summaryrefslogtreecommitdiffstats
path: root/server/src/com
Commit message (Expand)AuthorAgeFilesLines
...
* Parse readonly values for AbstractFields correctly #18850John Ahlroos2015-09-2510-29/+64
* Make getLogger privateArtur Signell2015-09-242-2/+2
* Update AJS?.callFunction javadoc to reflect reality (#18990)Leif Åstrand2015-09-243-12/+32
* Adds support for defining the URL to use for push requests (#18989)Artur Signell2015-09-241-0/+33
* Support HTML entities when reading/writing declarative format #18882Maciej Przepióra2015-09-248-20/+107
* Write all empty cells for empty GridLayout in declarative #18805Maciej Przepióra2015-09-241-2/+35
* Use correct state class for split panels (#18942)Artur Signell2015-09-202-0/+14
* Update @since tags to 7.5.6.Mika Murtojarvi2015-09-152-4/+4
* Always use charset for String.getBytes() method (#18863).Denis Anisimov2015-09-151-2/+5
* Support custom Enum.toString in converter (#17301)Leif Åstrand2015-09-091-25/+46
* Implement ItemStyleGenerators for ComboBox (#9276)Leif Åstrand2015-09-091-0/+69
* Update @since tags to 7.6.Mika Murtojarvi2015-09-081-5/+5
* Update @since tags for 7.6.Mika Murtojarvi2015-09-083-3/+3
* Make it possible to avoid select caption conversion (#16845)Leif Åstrand2015-09-081-24/+17
* Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-0422-1192/+1610
|\
| * Support suspend timeout for long polling (#18550)Artur Signell2015-09-033-3/+64
| * Redesign RpcDataSourceConnector pinning RPC requests (#18692)Teemu Suo-Anttila2015-09-022-237/+31
| * Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-021-0/+3
| * Refactor Grid SelectionModels as extensions (#18624)Teemu Suo-Anttila2015-09-012-171/+171
| * Do not mark as dirty in Grid.isEditorBufferedArtur Signell2015-08-311-1/+1
| * Add better keyboard Close Shortcut API for Window (#17383)patrik2015-08-282-46/+222
| * Fix empty @since tags for 7.6.0.alpha47.6.0.alpha4Johannes Dahlström2015-08-264-14/+14
| * Fix multiple book keeping problems in ContainerOrderedWrapper (#5934, #18422)Artur Signell2015-08-261-7/+17
| * Helper method for enabling all Atmosphere loggingArtur Signell2015-08-251-0/+30
| * Fix Table ColumnCollapseEvents to work with generated columns (#6914)Teemu Suo-Anttila2015-08-241-2/+3
| * Use correct classname for ValoTheme.SCROLL_INDICATOR (#14802)Artur Signell2015-08-241-1/+1
| * Add missing @since tags.Mika Murtojarvi2015-08-241-3/+3
| * Fix AbstractRemoteDataSource cache clearing (#18630)Teemu Suo-Anttila2015-08-211-3/+6
| * Column collapse events for Table (#6914)Artur Signell2015-08-211-2/+87
| * Merge branch 'master' into grid-unbuffered-editorHenri Sara2015-08-191-273/+97
| |\
| | * Fix RpcDataProviderExtension to not rely on item indices (#18503)Teemu Suo-Anttila2015-08-181-266/+86
| * | Merge branch 'master-before-18503' into grid-unbuffered-editorHenri Sara2015-08-198-11/+78
| |\|
| | * Prevent NPE on missing security key. (#18573)Sauli Tähkäpää2015-08-181-1/+1
| | * Handle renderer exceptions gracefully (#18554)Artur Signell2015-08-172-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
| | * Use correct state classes for Vertical and HorizontalLayoutArtur Signell2015-07-312-0/+14
| | * Detect Edge correctly (#18537)Artur Signell2015-07-301-0/+14
| * | Merge branch 'master-18493' into grid-unbuffered-editorHenri Sara2015-08-192-228/+43
| |\|
| | * Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-212-219/+39
| * | Keep non-editable & selection columns visible in editorTeppo Kurki2015-08-111-0/+3
| * | Merge branch 'master' into grid-unbuffered-editor7.6.0.alpha3Johannes Dahlström2015-07-152-20/+72
| |\|
| | * StringToBooleanConverter API improved (#18466)elmot2015-07-151-18/+65
| | * Do not initialize Atmosphere for websocket servlet in Websphere (#16354)Artur Signell2015-07-141-2/+7
| * | Add row and cell description generators to Grid (#18481)Teppo Kurki2015-07-151-33/+184
| * | Prevent Grid editor move in unbuffered mode if validation errors inJohannes Dahlström2015-07-151-15/+24
| * | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-137-88/+56
| |\|
| * | Refactor RpcDataProviderExtension to use DataGenerators Teemu Suo-Anttila2015-07-103-156/+260
| * | Close Grid editor on container item set changeJohannes Dahlström2015-07-091-2/+21