aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clear selectionRangeStart if the key map has been cleared (#8584, #8736)Leif Åstrand2012-08-022-0/+36
* Remember previous row height to maintain table size when all rows are removed...Leif Åstrand2012-08-011-2/+30
* Removed duplicated code (#9189)Artur Signell2012-07-311-8/+4
* Correctly decode maps and arrays with "" as the last value (#9188)Artur Signell2012-07-311-3/+4
* Log variables also when the paintable cannot be found (#9189)Artur Signell2012-07-311-0/+4
* Avoid int parse error in VSplitPanel and clean up the code (#9154)Leif Åstrand2012-07-301-10/+9
* Improved code readability based on review (#8109)Leif Åstrand2012-07-302-23/+28
* Don't make changes directly to the visible itemids collection (#8109, #8787)Leif Åstrand2012-07-301-1/+2
* Explicitly delegate keyboard events from the PopupView popup to the relevant ...Johannes Dahlström2012-07-271-0/+31
* Preserve selection order for multi select value (#8109, #8787)Leif Åstrand2012-07-272-14/+20
* #9155 Add refresh() to SQLContainer.removeContainerFilter(), one more (manual...Henri Sara2012-07-271-0/+1
* A better patch and test for #7036Johannes Dahlström2012-07-261-0/+2
* Reverted #7036 patch, will write a better oneJohannes Dahlström2012-07-261-12/+1
* Fix typo preventing StreamVariable cleanup (#9171)Leif Åstrand2012-07-251-5/+27
* Make a read-only RichTextArea scrollable (#7036)Johannes Dahlström2012-07-251-1/+12
* #9148 SQLContainer extensible null value support using custom StatementHelper...Henri Sara2012-07-254-6/+92
* Fix a typoJohannes Dahlström2012-07-201-2/+2
* #8291, #7666 fix Table NegativeArraySizeException when table size reduced by ...Henri Sara2012-07-201-1/+2
* #8230 #8917 Fix input prompt leaking to the field value in TextField and Text...Henri Sara2012-07-111-1/+6
* #7387 bugfix: ensure non-negative widthJohannes Dahlström2012-07-091-1/+1
* Revert #8193 patch because of regressionsJohannes Dahlström2012-07-092-25/+5
* #7387 Render block elements in TreeTable hierarchy column correctly: draw the...Johannes Dahlström2012-07-091-15/+29
* #8193 Listen to RootPanel keydown events to handle shortcut actions from Popu...Johannes Dahlström2012-06-262-5/+25
* #8957 Ensure non-negative widthJohannes Dahlström2012-06-251-15/+5
* #7938 Added reference to #8971 to the javadocJohannes Dahlström2012-06-151-0/+3
* #7938 Clarified Window.center() javadocJohannes Dahlström2012-06-151-2/+4
* Fixed typo (: instead of =) (#8941)Artur Signell2012-06-141-1/+1
* #8852 Applied Sami's patch with minor changes to comments and the testJohannes Dahlström2012-06-142-9/+20
* #7766 Applied Sami's patchJohannes Dahlström2012-06-141-1/+8
* Change Chameleon -> chameleon + unit test for all builtin themes (#8386)Leif Åstrand2012-06-131-1/+1
* Recalculate column widths after changing table height (#6039)Leif Åstrand2012-06-111-1/+6
* Prevent double iframe and script tags if writeAjaxPageScriptWidgetset is over...Leif Åstrand2012-06-071-1/+20
* Fix some typos in Portlet init javascript and html (#8924)Leif Åstrand2012-06-071-2/+2
* Remove document.write from bootstrap (#8924)Leif Åstrand2012-06-072-23/+59
* [merge from 6.7] #7067 Update a comment, fix typoed ticket referenceAutomerge2012-06-071-6/+2
* Refactor ?debug detection (#8923)Leif Åstrand2012-06-071-10/+13
* [merge from 6.7] #7606 Run a Webkit overflow fix as deferred to keep table sc...Automerge2012-06-061-1/+8
* Avoid potential NPE discovered in review (#8914)Leif Åstrand2012-06-061-2/+4
* Show better error message when variable change decoding fails (#8914)Leif Åstrand2012-06-061-10/+17
* #8297 Do not use static logger instancesHenri Sara2012-06-0522-266/+341
* [merge from 6.7] Made tooltips work for Slider (#8863)Automerge2012-06-011-0/+6
* #7495 Inverted the server-side API naming (eg. setColumnNoncollapsible -> set...Johannes Dahlström2012-05-311-10/+17
* Created a test for disabling and enabling max/min split position of SplitPane...Tapio Aali2012-05-311-10/+10
* Optimized network usage of the split position limits of the SplitPanel (#8880).Tapio Aali2012-05-312-12/+18
* #8878 Cannot use @Override when implementing interface methods in Java 1.5Johannes Dahlström2012-05-301-2/+0
* #1744 Should not check for reversed position hereJohannes Dahlström2012-05-301-4/+0
* #1744 Fixed a regressionJohannes Dahlström2012-05-301-1/+1
* [merge from 6.7] Small tweaks to #4120 based on reviewAutomerge2012-05-302-5/+1
* VFilterSelect implements SubPartAware #8878Jonatan Kronqvist2012-05-301-1/+21
* Added options for setting maximum and minimum split positions to SplitPanel (...Tapio Aali2012-05-302-21/+208