aboutsummaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
* Take Window special case into account for invalid layouts (#17598)Artur Signell2015-06-171-0/+12
* Send beforeClientResponse exceptions to an error handler (#14214)Leif Åstrand2015-06-172-7/+9
* Allow beforeClientResponse to change hierarchy or dirtyness (#18268)Leif Åstrand2015-06-172-13/+29
* Revert "Prevent field from updating when removing text change listener. (#162...Mika Murtojärvi2015-06-171-15/+18
* Render nested invalid layouts correctly (#17598)Artur Signell2015-06-111-5/+36
* 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
* Convenience Window.setPosition(x,y) (#16335)Artur Signell2015-06-051-0/+15
* GAE related fixes: another GAE app, new license, javadoc mistake fix(#18168)elmot2015-06-051-1/+1
* Better error messages for addColumn/setColumns (#18019, #17890)Artur Signell2015-06-051-1/+11
* Use headerCaption as default hidingToggleCaption (#18028)Teppo Kurki2015-06-051-15/+19
* Forget GridLayout column expand ratios when removing columns (#18068)Teppo Kurki2015-06-051-1/+8
* Remove redundant array copy (#18040)Leif Åstrand2015-06-051-11/+1
* Reset heartbeat timestamp when reopening UI (#18101)Leif Åstrand2015-06-031-0/+3
* Replaced incorrect setter/getter with prope ones and fixed declarative (#17982)Artur Signell2015-06-021-2/+28
* Properly handle readonly fields when clearing FieldGroup (#17166)Artur Signell2015-06-011-2/+15
* Fix for javadocselmot2015-06-011-22/+22
* 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