summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* #7053 Chameleon theme integration, first phase: basic theme in Vaadin and JAR...Henri Sara2011-07-281-0/+361
* Merged changes to 6.7Henri Sara2011-07-271-45/+3
* #7224 Table context menu does not work before refreshing table contentsArtur Signell2011-07-251-3/+3
* #7220 TreeTable support for Expand/Collapse eventsArtur Signell2011-07-212-2/+75
* #7128 Add TabSheet.addTab(Component,String)Artur Signell2011-07-181-0/+20
* #6444 Ability to disable button on clickArtur Signell2011-07-182-0/+40
* Merge changes from 6.6Henri Sara2011-06-301-3/+45
|\
| * Fix for #6588John Alhroos2011-06-231-3/+45
| * improve compatibility with third party customization (e.g various switch/chec...Matti Tahvonen2011-06-141-4/+18
| * #4125 minor renames in comments and exception messagesHenri Sara2011-06-141-5/+5
| * #4125 renamed selectable/selected to checkable/checkedHenri Sara2011-06-141-45/+41
| * #4125 MenuBar supports selectable itemsHenri Sara2011-06-131-6/+120
| * #7177 AbstractOrderedLayout default alignment constant should be publicArtur Signell2011-06-131-1/+1
| * #6605 Make Button.fireClick(MouseEventDetails) protected and add related null...Henri Sara2011-05-311-16/+62
| * Undo changeset 19049 (several files committed by accident) except for the mer...Henri Sara2011-05-251-1/+1
| * Block merge of version number changeHenri Sara2011-05-251-1/+1
| |\
| * | Reverted [18907] (fix for #6745 "Connectors for Tree"Jouni Koivuviita2011-05-231-8/+0
* | | Fixed a bug where lazyloading stopped working if a node containing lots of ch...Jonatan Kronqvist2011-06-211-0/+9
* | | Some changes based on recommendations from code review #6722Jonatan Kronqvist2011-06-202-9/+10
* | | Fixed a memory leak introduced in the fix for #6722, this also fixes a potent...Jonatan Kronqvist2011-06-171-5/+13
* | | Fix for #6766 - don't repaint the entire table when selecting an itemJonatan Kronqvist2011-06-171-12/+13
* | | Added support for partial updates in Table and TreeTable (#6722)Jonatan Kronqvist2011-06-162-384/+634
* | | Merged TreeTable into Vaadin core (#5371)Jonatan Kronqvist2011-06-163-0/+703
* | | Merge from 6.6Henri Sara2011-06-164-35/+197
|\ \ \ | |/ / |/| / | |/
| * fixes #6259 (typo in field name)Matti Tahvonen2011-04-201-12/+12
| * fixes #6320Matti Tahvonen2011-04-201-1/+2
| * fixes #6866Matti Tahvonen2011-04-191-6/+10
| * typoMatti Tahvonen2011-04-191-1/+1
| * fixes #6376Matti Tahvonen2011-04-181-1/+1
| * merged fix for #6815Matti Tahvonen2011-04-181-2/+2
| * Details for exceptions that never happensMatti Tahvonen2011-04-121-4/+4
| * fixes #6283Matti Tahvonen2011-04-111-0/+69
| * #6754 Added missing requestRepaint callsArtur Signell2011-04-041-1/+3
| * Makes Window and Panel Focusable. #4384John Alhroos2011-03-112-4/+63
| * Reverted [17697]John Alhroos2011-03-101-78/+2
| * Adds mouse event details to Button.ClickEvent #6605John Alhroos2011-03-101-2/+78
| * Improved JavaDoc for Embedded.John Alhroos2011-03-091-18/+51
| * Code cleanup (removes an extra get operation)John Alhroos2011-03-081-2/+3
| * Fixes #6368John Alhroos2011-03-081-2/+16
| * #6434 LayoutClickNotifier interfaceHenri Sara2011-02-245-93/+16
| * #6493 related cleanup and refactoring to eliminate duplicated codeHenri Sara2011-02-236-117/+56
| * #6493 API for getting the deepest clicked component in layout click eventsHenri Sara2011-02-234-8/+28
| * Fixed javadoc typosArtur Signell2011-02-221-4/+5
| * #6468 getColumnAlignments() in Table caused AIOOBEHenri Sara2011-02-211-1/+1
* | Fixes #6745 "Connectors for Tree"Jouni Koivuviita2011-05-191-0/+8
* | Table is now in multiselectmode.SIMPLE always on touch devices.Matti Tahvonen2011-05-041-0/+4
* | Enhanced javadocMatti Tahvonen2011-05-041-1/+10
* | #6918 CheckBox/Button in switch mode should support null valueHenri Sara2011-05-031-9/+4
* | Review fixes for #6697 - Don't fire column resize events for all columns. Nam...Jonatan Kronqvist2011-04-281-44/+40
* | Null pointer checks added to the fix for #6697 based on reviewJonatan Kronqvist2011-04-271-15/+17