aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VTree.java
Commit message (Expand)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-2095/+0
* Merge remote branch 'origin/6.8'Leif Åstrand2012-04-101-1/+8
|\
| * [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
* | Removed unnecessary deprecated getConnectorId methods. Artur Signell2012-03-271-1/+1
* | Separated construction of MouseEventDetails (depends on GWT classes) toArtur Signell2012-03-021-1/+3
* | Organized imports and formatted all java filesArtur Signell2012-02-281-4/+4
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-5/+5
* | Removed extra "Widget" prefix from ApplicationConnection method namesArtur Signell2012-02-271-2/+2
* | Split Tree into widget + paintableArtur Signell2012-01-311-247/+84
* | Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-3/+7
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\|
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* | #7912 Remove support for IE6Leif Åstrand2011-11-091-90/+12
|/
* Fixed #7548 - testbench tests with keyboard navigation now work in ie6Jonatan Kronqvist2011-10-111-0/+10
* Fixes #7687John Alhroos2011-09-301-1/+7
* Fix for #7230Jonatan Kronqvist2011-09-071-1/+1
* Fix for #7057Jonatan Kronqvist2011-09-061-3/+16
* Small bugfix related to #6745: Connectors for TreeJouni Koivuviita2011-08-241-3/+4
* Barebones fix for #6745: Connectors for Tree, i.e. ugly but works. We can mak...Jouni Koivuviita2011-08-231-4/+4
* Tooltips for Tree + Testbech test for them #6637John Alhroos2011-08-161-0/+18
* #6845 Fixed problem with earlier fix and cleaned up codeArtur Signell2011-07-291-17/+23
* Formatted source codeArtur Signell2011-07-291-17/+19
* Fixes right click events immediatness #6845John Alhroos2011-07-281-11/+18
* Fixes issue where ItemClickEvent not getting triggered when selecting an item...John Alhroos2011-07-271-3/+21
* Fixes #6745 "Connectors for Tree"Jouni Koivuviita2011-05-191-25/+38
* Reverted accidental uncommented commit. Proper commit coming next.Jouni Koivuviita2011-05-191-38/+25
* svn changeset:18904/svn branch:6.6Jouni Koivuviita2011-05-191-25/+38
* Removed unnecessary code that slipped by in the fix for #6924Jonatan Kronqvist2011-05-051-3/+0
* Fixes #6924 - focus outlines and keyboard navigation now work correctly in no...Jonatan Kronqvist2011-05-051-38/+50
* Added some explaining comments to a bit of code introduced in the fix for #6841Jonatan Kronqvist2011-05-021-8/+20
* Fix for #6841 - Tree no longer scrolls horizontally on selection.Jonatan Kronqvist2011-05-021-12/+42
* Adds context menu to empty space in Tree. #5992John Alhroos2011-04-271-2/+57
* merging fixes from 6.5Matti Tahvonen2011-04-201-24/+8
* merging fixes from 6.5Matti Tahvonen2011-04-201-19/+26
* Merged bugfixes and test updates from 6.5Artur Signell2011-03-251-2/+29
* some work towards touch UI supportMatti Tahvonen2011-02-281-9/+28
* fixes #6374 and #6373. Tree now make sure it has focus prior to sending varia...Matti Tahvonen2011-02-021-37/+86
* #6209 Icon is not removed from context menuArtur Signell2010-12-281-0/+2
* #6026 Keyboard multiselection in Firefox broken in Table and TreeArtur Signell2010-12-141-4/+9
* #6026 Keyboard multiselection in Firefox broken in Table and TreeArtur Signell2010-12-131-1/+5
* #6000 - Replace DeferredCommand.add with Scheduler.scheduleDeferredArtur Signell2010-11-161-2/+2
* #5692 Generics: mostly UIDL.getChildIterator related changes; UIDL.getChildIt...Henri Sara2010-10-041-3/+3
* Fix for #5443 - Tree must implement SubPartAwareArtur Signell2010-09-201-1/+108
* Extracted getRootNodes(), getFirstRootNode(), getLastRootNode() to functions ...Artur Signell2010-09-201-20/+48
* reverted infamous [14469] and [14012] and fixed issues in an other way. Hopef...Matti Tahvonen2010-09-071-50/+42
* Fix for #5439 - Treenode expand/collapse doesn't workArtur Signell2010-08-161-6/+7
* Partial fix for #5400John Alhroos2010-08-121-39/+48
* Fix for #5396John Alhroos2010-08-061-3/+17
* replaced obsolete usage of setStylePrimaryName with setStyleName (faster, sam...Matti Tahvonen2010-07-221-1/+1