summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Barebones fix for #6745: Connectors for Tree, i.e. ugly but works. We can mak...Jouni Koivuviita2011-08-232-4/+10
* Fixes for issues found during review of #6720Jonatan Kronqvist2011-08-232-4/+2
* #5488 Link: Error when trying to use a link to a file with a percent in the f...Leif Åstrand2011-08-232-2/+15
* #7092 TextField does not support setting maxLength=0Leif Åstrand2011-08-231-1/+1
* #7032 LoginForm should explicitly define utf-8 charset in getLoginHTML() methodLeif Åstrand2011-08-221-42/+48
* #7065 ConcurrentModificationException in AbstractWebApplicationContext.endTra...Leif Åstrand2011-08-221-11/+17
* Fixes for #6720Jonatan Kronqvist2011-08-224-57/+168
* #6066 Support for time zones in DateFieldLeif Åstrand2011-08-221-1/+44
* #7369 Removed "final" to enable CDI compatibility and added javadoc that expl...Artur Signell2011-08-192-11/+56
* #7369 Removed ‌"final" from methods that do not need to be finalArtur Signell2011-08-193-5/+5
* Fixed source formatting and Javadoc.John Alhroos2011-08-191-18/+23
* #6094 Add a way to switch session keyLeif Åstrand2011-08-192-0/+82
* Added light panel style to ChameleonThemeHenri Sara2011-08-191-1/+5
* Replaced TableQuery debug mechanism with java.util.Logging #5712John Alhroos2011-08-191-31/+19
* Reverted visibility change of updatePageLength() which mistakingly was commit...John Alhroos2011-08-191-1/+1
* Fixes pageLength=0 in TreeTable #7292John Alhroos2011-08-192-15/+27
* Implemented row generation for Table and TreeTable #6720#Jonatan Kronqvist2011-08-193-163/+503
* Added messages to thrown exceptions to make debugging easierArtur Signell2011-08-191-12/+34
* #5738 TabSheet's first visible tab should be rendered as if it is the first t...Leif Åstrand2011-08-181-196/+332
* Optional expand and collapse animations for TreeTable (#6723)Jonatan Kronqvist2011-08-175-44/+614
* Replaced SQLContainers own debug logging implementation with java.util.Loggin...John Alhroos2011-08-171-66/+66
* Fixed issue with toggling tooltips on/off #5414John Alhroos2011-08-162-3/+11
* #7422 Updated fix for coping with additional spaces in the inputLeif Åstrand2011-08-161-5/+12
* Tooltips for Tree + Testbech test for them #6637John Alhroos2011-08-162-0/+53
* #7422 AbstractComponent.setStyleName containing spaces causes illogical resultsLeif Åstrand2011-08-162-4/+12
* #7183 Fixed typo, should really be default multiselect mode that clears the o...Artur Signell2011-08-161-1/+1
* #7183 Table in single select mode fires only 1 change event on iPadArtur Signell2011-08-161-1/+13
* Code cleanup, related to #7183 Artur Signell2011-08-161-47/+62
* Corrected formattingArtur Signell2011-08-161-61/+68
* #5880 Removed some more Java 1.6 api that somehow slipped alongLeif Åstrand2011-08-162-3/+3
* #5880 Add style name support for Tabsheet's Tab interfaceLeif Åstrand2011-08-162-1/+95
* Made ItemDescriptionGenerator serializable #5414John Alhroos2011-08-161-1/+1
* Fixed TreeTable regression #5414John Alhroos2011-08-161-2/+4
* Added tooltips to Table cells and rows (ItemDescriptionGenerator) + Testbench...John Alhroos2011-08-153-8/+142
* #6499 Don't close the streams multiple timesLeif Åstrand2011-08-152-3/+0
* Merged VButton iPad/touch fix from 6.6, fixes #7389Marc Englund2011-08-121-7/+6
* #7284 Simplified styleName settingArtur Signell2011-08-121-5/+1
* #6097 Inversed the logic of the uidl attribute to avoid sending additional da...Leif Åstrand2011-08-123-7/+7
* Marked SQLUtil as SerializableJohn Alhroos2011-08-121-1/+3
* Fixed some sign bugs with mouse wheel scrolling in VFilterSelect #4518John Alhroos2011-08-121-2/+3
* #6499 AbstractApplicationServlet#handleDownload() does not close streams in c...Leif Åstrand2011-08-123-95/+121
* #5916 Added null checkArtur Signell2011-08-111-1/+1
* #5916 Table.ColumnGenerator should allow generation of plain textArtur Signell2011-08-111-3/+10
* Adds mouse wheel scrolling to VFilterSelect #4518John Alhroos2011-08-111-3/+43
* #7020 Refined the semantics of deprecationLeif Åstrand2011-08-111-10/+1
* Added missing Serializable interface to classes in SQLContainer #5712John Alhroos2011-08-115-5/+12
* #7020 VNotification should be created with GWT.create()Leif Åstrand2011-08-112-3/+49
* Merged changes from 6.6Henri Sara2011-08-112-2/+2
|\
| * #7272 Firefox 5 (and 6) occasionally fail to load theme CSSArtur Signell2011-08-091-1/+1
| * Made portlet session transient #7366John Alhroos2011-08-091-1/+1