summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #8203 Improved javadoc, added null checkJohannes Dahlström2012-04-121-7/+10
* Fixed #8653: addTab(index) should not throw if index is out of boundsJohannes Dahlström2012-04-121-5/+6
* #6155 Javadoc/comments; refresh field value from data source on attachJohannes Dahlström2012-04-111-8/+39
* Fixed bug in calculating % size when using reverse position (#4296)Artur Signell2012-04-101-1/+1
* Allow splitter position to be float to avoid rounding errors (#4296)Artur Signell2012-04-102-16/+24
* [merge from 6.7] Fix #8595: Always use MULTISELECT_MODE_SIMPLE for touch devicesAutomerge2012-04-051-1/+14
* [merge from 6.7] Fixed #8604: Tree multiselect worked incorrectly in some casesAutomerge2012-04-051-1/+1
* #8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet...Johannes Dahlström2012-04-051-1/+22
* Implemented #8307: Added AbstractField#removeAllValidators()Johannes Dahlström2012-04-051-0/+10
* Fixed #6155: stop listening to Property value change and read only status cha...Johannes Dahlström2012-04-051-20/+41
* #5100 Removed obsolete code to fix a Firefox tab scrolling bugJohannes Dahlström2012-04-041-4/+0
* #5100 Fixed IE focus; fixed tab scrolling; minor refactoringJohannes Dahlström2012-04-021-43/+77
* Reverted accidental commitJohannes Dahlström2012-04-021-77/+43
* Fixed IE focus; fixed tab scrolling; minor refactoringJohannes Dahlström2012-04-021-43/+77
* [merge from 6.7] #8597 Do not leave VWindow references in the static windowOr...Automerge2012-04-021-1/+12
* [merge from 6.7] #8580 Added a commentAutomerge2012-03-301-0/+4
* [merge from 6.7] Fixed #8580: After a UIDL request, hasActiveRequest was set ...Automerge2012-03-291-1/+8
* [merge from 6.7] #8559/#8560 Additional fixes based on reviewAutomerge2012-03-271-6/+4
* [merge from 6.7] #8526 Added commentsAutomerge2012-03-261-14/+22
* [merge from 6.7] #8328 Pass the new, not the old, value to FreeFormStatementD...Automerge2012-03-261-1/+1
* [merge from 6.7] #8526 If a Table row has an open context menu, reopen it aft...Automerge2012-03-231-0/+44
* [merge from 6.7] #8563 Corrected invalid "this" referenceAutomerge2012-03-231-1/+1
* [merge from 6.7] Fixed NPE:s in keyboard navigation in MenuBar (#8559/#8560)Automerge2012-03-221-26/+40
* [merge from 6.7] Code cleanup (#8559/#8560)Automerge2012-03-221-12/+20
* [merge from 6.7] Fixed #8524 - properly update currentDrag elementOver in all...Automerge2012-03-221-0/+4
* #8209 Call click() from handleActionJohannes Dahlström2012-03-201-3/+1
* #8209 Added a public click() method to Button, simulating a click on server sideJohannes Dahlström2012-03-201-0/+11
* #6085 Allow setting an alternate text for Embedded, for accessibility purposesJohannes Dahlström2012-03-202-2/+46
* [merge from 6.7] #7855 - Screen goes blank when detaching an Embedded compone...Automerge2012-03-191-2/+8
* #5100 Removed unnecessary setTabulatorIndex() callJohannes Dahlström2012-03-191-1/+0
* #5100 some cleanupJohannes Dahlström2012-03-191-4/+11
* [merge from 6.7] Documented that GridLayout coordinates are zero-based. Also ...Automerge2012-03-161-111/+145
* [merge from 6.7] #7607 Make Table scroll to the very bottom when neededAutomerge2012-03-141-3/+7
* [merge from 6.7] #7607 Removed obsolete Firefox workaround that caused proble...Automerge2012-03-141-9/+3
* [Merge from 6.7] #8391 PopupDateField does not update the HH-MM-SS dropdownJohannes Dahlström2012-03-141-2/+7
* [merge from 6.7] #8491 fixed autocomplete issue, now correct error message if...Johannes Dahlström2012-03-131-1/+1
* [merge from 6.7] fixes #8505Johannes Dahlström2012-03-132-11/+15
* Fix #5109: If more than one currently attached Paintables share the same debu...Johannes Dahlström2012-03-093-27/+26
* #8454 Fixes miscalculated tooltip sizes when tooltips opens at browser edges.Jens Jansson2012-03-091-0/+5
* [merge from 6.7] fixes #8492, kickstart script query parameter can now be ove...Automerge2012-03-061-1/+12
* [merge from 6.7] fixes 8491, more parameters to showCommunicationError methodAutomerge2012-03-061-5/+25
* [merge from 6.7] Revert fix for #3401 as it causes problems with scrolled vie...Automerge2012-03-062-41/+1
* [merge from 6.7] Change missing from previous commit #3401Automerge2012-03-061-1/+1
* [merge from 6.7] Update window contents after changing the size (#3401)Automerge2012-03-061-0/+4
* [merge from 6.7] #3401 Resizing browser window should ensure sub windows are ...Automerge2012-03-061-0/+36
* [merge from 6.7] Fixed #6753: IE 6 to 8 propagate button clicks to layout/windowAutomerge2012-03-051-0/+6
* [merge from 6.7] #8077 restored accidentally deleted commentAutomerge2012-03-011-0/+2
* [merge from 6.7] Fixed #8077: removed a buggy optimization that prevented the...Automerge2012-02-291-15/+1
* #5100 Support for server-side focus/blur listeners; handle disabled tabs corr...Johannes Dahlström2012-02-272-55/+119
* #5100 Use FocusImpl to handle focus; allow customization of shortcut keysJohannes Dahlström2012-02-171-7/+20