summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | #6039 Extra scrollbars when resizing TableLeif Åstrand2011-09-201-0/+5
* | Prevent columns from jumping while a resize drag is ongoing (#7393)Leif Åstrand2011-09-201-0/+1
* | Added possibility to support variable height rows in a subclass of VScrollTab...Jonatan Kronqvist2011-09-201-12/+15
* | Corrected private method name in FileTypeResolverHenri Sara2011-09-191-3/+3
* | Add keyboard navigation events to a queue if waiting for potential content ch...Leif Åstrand2011-09-192-0/+70
* | Fix for out of sync problem in generated columns in tree table #7620Jonatan Kronqvist2011-09-162-7/+7
* | Don't send partial row updates for a full repaint (#7605)Leif Åstrand2011-09-151-1/+1
* | Merge changes from 6.6Henri Sara2011-09-151-20/+37
|\|
| * Updated fix for #7560 to avoid breaking #6686 by not doing preventDefault if ...Leif Åstrand2011-09-141-0/+6
| * #7560 ComboBox: Writing the name of a new item and clicking on drop down menu...Leif Åstrand2011-09-141-20/+32
* | #7454 Table keyboard navigation breaks in IE on multiple keyboard multiselect...Leif Åstrand2011-09-141-0/+10
* | #7101 ComponentLocator should only return elements that are attached to the DOMLeif Åstrand2011-09-131-1/+1
* | #2669 Tabsheet failes to render cached tabLeif Åstrand2011-09-131-1/+6
* | #7564 Resizing table column from the server only resizes the headerLeif Åstrand2011-09-122-3/+28
* | Fixed copy paste typo based on review of #7326 Leif Åstrand2011-09-121-1/+1
* | More fixes based on review of #6909Jonatan Kronqvist2011-09-123-0/+13
* | Fixes based on review of #6909Jonatan Kronqvist2011-09-121-1/+8
* | Cleanup for #7434Jonatan Kronqvist2011-09-121-6/+4
* | #7393 Resizing a Table column does not resize contentsLeif Åstrand2011-09-121-0/+2
* | Small change to support the implementation of #7358Jonatan Kronqvist2011-09-091-5/+8
* | Fix for the indexing problems in #7561Jonatan Kronqvist2011-09-091-15/+19
* | Applied patch fixing #7391Jonatan Kronqvist2011-09-081-1/+30
* | small fixes to debug windowMatti Tahvonen2011-09-084-42/+59
* | Fix for #7434Jonatan Kronqvist2011-09-081-1/+10
* | Merged changes from 6.6Henri Sara2011-09-081-1/+14
|\|
| * Table should only unregister property data sources that it has registered its...Leif Åstrand2011-09-071-1/+14
* | Add licence to the top of java filesJonatan Kronqvist2011-09-087-0/+28
* | Don't remove and re-add children for every update to avoid changing scrolling...Leif Åstrand2011-09-071-8/+27
* | HTML5 <audio> and <video> support #6909Jonatan Kronqvist2011-09-077-0/+591
* | #7326 Width recalculation does not work for GridLayout inside CustomComponentLeif Åstrand2011-09-071-0/+9
* | Fixed typo in SimpleTree causing assert errorJonatan Kronqvist2011-09-071-12/+13
* | Cleaner fix for #7535Jonatan Kronqvist2011-09-072-12/+16
* | Fix for #7230Jonatan Kronqvist2011-09-073-37/+37
* | added changeVariables hook for extending classesMatti Tahvonen2011-09-061-1/+6
* | debug console enhancements. Somebody should kick my butt for not doing this e...Matti Tahvonen2011-09-069-97/+401
* | #5868 GridLayout's size is calculated wrong when elements span over multiple ...Leif Åstrand2011-09-061-17/+41
* | Refactored span size calculation to use the same core method for both rows an...Leif Åstrand2011-09-061-48/+30
* | Merged changes from 6.6Henri Sara2011-09-061-0/+6
|\|
| * #7536 combobox search result does not get cleared when added to a popup windowLeif Åstrand2011-09-051-0/+6
* | Fix for #7057Jonatan Kronqvist2011-09-061-3/+16
* | #6770 error indicator should not be hidden when a DateField is "empty" becaus...Henri Sara2011-09-053-5/+24
* | Fix for #7186 - it is now possible to continue using the SQLContainer after a...Jonatan Kronqvist2011-09-051-0/+24
* | #7208 SplitPanel splitter jumped left when clickedHenri Sara2011-09-051-2/+2
* | Fix for #7535Jonatan Kronqvist2011-09-022-1/+9
* | Fix for #7534Jonatan Kronqvist2011-09-022-7/+4
* | Don't unset running flag if task is postponed #7446Jonatan Kronqvist2011-09-021-1/+1
* | Fixed the weird focus behavior described in #7446Jonatan Kronqvist2011-09-022-5/+17
* | #5382 Table headers and content not aligned after content modificationLeif Åstrand2011-09-021-0/+6
* | Updated semantics of isDefinedWidth so that width = 0 works as before. Added ...Leif Åstrand2011-09-021-2/+2
* | Merged changes from 6.6Henri Sara2011-09-021-1/+1
|\|