aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
* renaming interface to be something close to what it doesMatti Tahvonen2010-09-093-23/+20
* fixes #5567Matti Tahvonen2010-09-093-7/+31
* fixes #5561Matti Tahvonen2010-09-081-0/+1
* fixes #5560Matti Tahvonen2010-09-081-2/+2
* reverted infamous [14469] and [14012] and fixed issues in an other way. Hopef...Matti Tahvonen2010-09-071-50/+42
* Fix for #5525 - Moving a 100% wide component between cells does not work in G...Artur Signell2010-09-071-1/+3
* Fix for #5369 - DateField doesn't show selected value after invalidArtur Signell2010-09-071-0/+12
* JavadocArtur Signell2010-09-071-0/+5
* fixes #5469Matti Tahvonen2010-09-071-12/+0
* fixes #5548Matti Tahvonen2010-09-061-1/+1
* refactored pagedown/up and home/end navigation, should fix excessive server v...Matti Tahvonen2010-09-031-88/+203
* Fix for #5539 - Removing the last shortcut from a window won't completely unr...Artur Signell2010-09-031-1/+13
* key up listener for helper classMatti Tahvonen2010-09-031-0/+6
* Table: fixed fundamental selection/keyboard-selection/keyboard-navigation pro...Matti Tahvonen2010-09-022-155/+228
* Fix for #5537John Alhroos2010-09-021-2/+17
* fixing a minor issue when selecting multiple rows by mixing "ctrl" and "shift...Matti Tahvonen2010-09-011-0/+5
* fixes #5534Matti Tahvonen2010-09-012-7/+40
* fallback size for developers using LoginForm in invalid layoutsMatti Tahvonen2010-09-011-0/+1
* fixes #3955, an element used by VCaption now styled in base theme instead of ...Matti Tahvonen2010-08-311-6/+5
* Refined javadocsMatti Tahvonen2010-08-311-0/+7
* Eclipse code cleanupArtur Signell2010-08-305-2/+6
* Language corrections to messages in the debug windowHenri Sara2010-08-301-7/+7
* Made even/odd rows backwards compatibleArtur Signell2010-08-301-1/+4
* even/row classnames now stable + bit cleaner implementationMatti Tahvonen2010-08-271-20/+23
* Extensions might need to fire itemsetchange event in some situations. See Wor...Matti Tahvonen2010-08-271-1/+1
* fixes #5498Matti Tahvonen2010-08-271-2/+2
* Fix for #5476 - Caption changes do not repaint GridLayout properlyArtur Signell2010-08-261-0/+5
* Fix for #5477 - Theme name constant are incorrectly capitalizedArtur Signell2010-08-263-3/+3
* Fix for #5487 special case (0 tab index)John Alhroos2010-08-251-4/+11
* fixes #5478Matti Tahvonen2010-08-251-5/+8
* Fixes AbstractField not updating tab index on client side after calling setTa...John Alhroos2010-08-251-0/+1
* Fix for #5487(#5258) + Testbench testJohn Alhroos2010-08-251-12/+2
* tabindex now open for extension in abstractfield (using getter instead of fie...Matti Tahvonen2010-08-251-2/+2
* fixes #5429Matti Tahvonen2010-08-251-21/+53
* Fix for #5475 - DateField text field includes extra single quote in some casesArtur Signell2010-08-241-3/+26
* Fix for #5474 - DateField fails to parse month names when using custom date f...Artur Signell2010-08-242-62/+157
* Made VDateField.date private and added getter/setter to cleanup codeArtur Signell2010-08-244-26/+57
* Fix for #5472 - PopupDateField opens the wrong monthArtur Signell2010-08-241-2/+4
* Code cleanupArtur Signell2010-08-241-8/+11
* Fix for #5465 - Custom dateformat MEDIUM in DateField shows long month nameArtur Signell2010-08-241-13/+20
* Fix for #5458 - ItemClick is not sent when clicking a selected itemArtur Signell2010-08-201-16/+19
* Split selectable logic to separate isSelectable() methodArtur Signell2010-08-191-15/+18
* Removed some @override annotations the build did not likeMarc Englund2010-08-191-1/+0
* Testcase and fix for #5457Marc Englund2010-08-191-0/+7
* Fix for #5439 - Treenode expand/collapse doesn't workArtur Signell2010-08-161-6/+7
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-1694-741/+694
* Fix for #5258John Alhroos2010-08-131-0/+20
* Fix for #5433John Alhroos2010-08-132-8/+34
* Fixed #5431John Alhroos2010-08-121-5/+8
* Partial fix for #5400John Alhroos2010-08-121-39/+48