aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-0141-288/+578
|\
| * Ensure method and property names are capitalized using English locale (#13389)Artur Signell2015-05-292-12/+7
| * Add @since 7.5Mika Murtojarvi2015-05-291-1/+1
| * Adds a textual null representation to Grid renderers(#16560)7.5.0.beta2Ilia Motornyi2015-05-2810-41/+250
| * Show declarative output for component selected in debug window (#17960)Artur Signell2015-05-281-0/+29
| * Less restrictive RPC interface detection in registerRpc (#10945)vandeti2015-05-281-11/+29
| * Backport a resynchronization fix for 7.5 (#15405)Artur Signell2015-05-282-2/+26
| * Split AbstractGridExtension from AbstractRenderer (#18003)Teemu Suo-Anttila2015-05-261-5/+32
| * Remove value casting to integer in Slider.setValue (#17370)Sauli Tähkäpää2015-05-261-28/+30
| * Fix font icon codepoint formatting in DesignResourceConverter (#17970)Maciej Przepióra2015-05-251-8/+5
| * Do not scan for WebSocketProtocol (#17807)Artur Signell2015-05-221-1/+1
| * Return components in merged header/footer cells only once (#17904)Artur Signell2015-05-201-1/+3
| * Ensure the whole hierarchy is refreshed when opening editor row (#17459)Artur Signell2015-05-191-0/+7
| * Handle generated empty string style names properly (#17335)Artur Signell2015-05-191-2/+2
| * Make fields with validators immediate (#13709)7.5.0.beta1Artur Signell2015-05-192-0/+38
| * Do not leave transaction open if remove fails (#17858)Artur Signell2015-05-181-2/+8
| * Make TableQuery only release connections reserved through its pool (#12370)Artur Signell2015-05-181-4/+4
| * Fix clear/isEmpty in TextArea/PasswordField/RichTextArea/ProgressBar (#17089)Artur Signell2015-05-184-1/+31
| * Output parameters in alphabetic order to be deterministic (#17857)Artur Signell2015-05-181-0/+9
| * Remove unused out of sync message (#17860)Artur Signell2015-05-161-29/+0
| * Fix typo in Tree Javadoc (#17834)Steven Spungin2015-05-151-1/+1
| * Report identifier if field binding fails (#17837)Artur Signell2015-05-131-3/+6
| * Catch even more exceptions when trying to open a gzipped resource (#13653)Johannes Dahlström2015-05-131-2/+1
| * Catch all Exceptions when trying to open a gzipped resource (#13653)Johannes Dahlström2015-05-121-1/+6
| * Revert "Moved accessibility shortcut handling to server-side. [#14843]"Leif Åstrand2015-05-122-128/+12
| * Add missing @since for 7.5Leif Åstrand2015-05-128-6/+46
| * Make extra API private instead of protected (#16596)Teemu Suo-Anttila2015-05-121-1/+1
* | Let mouse click move editor in unbuffered modeTeppo Kurki2015-05-271-2/+2
* | Add unbuffered editing mode to GridTeppo Kurki2015-05-261-0/+33
* | Add grid editor events (#17451)patrik2015-05-211-0/+145
* | Add focus API to GridJohannes Dahlström2015-05-201-1/+1
* | Refactor focus related server API to class AbstractFocusableJohannes Dahlström2015-05-202-104/+135
* | Catch all Exceptions when trying to open a gzipped resource (#13653)Johannes Dahlström2015-05-121-1/+6
|/
* Clarify some @since definitionsLeif Åstrand2015-05-122-2/+1
* Updated all empty @since tags to be published in 7.5.0Pekka Hyvönen2015-05-1115-49/+49
* Fix a typo in AbstractSelect.setItemIcon Javadoc comment.Teemu Pöntelin2015-05-111-1/+1
* Fix for declarative FontIcon support (#17275)Johannes Dahlström2015-05-065-31/+334
* Ensure browser does not re-use push connection after refresh (#14297, #14416)Artur Signell2015-05-051-3/+9
* Fix the updating of sort indicators (#17440)Mika Murtojarvi2015-05-051-4/+16
* Merge "Merge branch 'grid-7.5'"Teemu Suo-Anttila2015-05-022-10/+944
|\
| * Merge branch 'grid-7.5'Pekka Hyvönen2015-04-302-10/+944
| |\
| | * Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-225-6/+275
| | |\
| | * \ Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-173-8/+17
| | |\ \
| | * | | Declarative support and test for Grid.Column.hidingToggleCaption #17481Pekka Hyvönen2015-04-161-0/+8
| | * | | Declarative support and tests for Grid's 7.5 features (#17481)Pekka Hyvönen2015-04-161-1/+12
| | * | | Grid.Column setHidable and setHidden return the Column #17478Pekka Hyvönen2015-04-161-4/+10
| | * | | Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-1512-106/+1179
| | |\ \ \
| | * \ \ \ Merge branch 'master' into grid-7.5Markus Koivisto2015-04-0816-148/+992
| | |\ \ \ \
| | * | | | | API for column hiding toggle caption in Grid (#17272)Pekka Hyvönen2015-03-311-2/+44
| | * | | | | Merge remote-tracking branch 'origin/master' into grid-7.5Henrik Paul2015-03-3120-188/+754
| | |\ \ \ \ \