summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 164033 - Tree#setSelection() is sending out Expand-EventsSilenio Quarti2012-06-201-1/+6
* Bug 382840 - Table#setSelection(int) should specify that it shows theCarolyn MacLeod2012-06-181-2/+4
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Bug 378846-Eclipse Crashes while clicking button when a table hasLakshmi Shanmugam2012-05-241-4/+0
* Bug 378846 - Eclipse Crashes while clicking button when a table has theLakshmi Shanmugam2012-05-231-3/+13
* fix permission of filesSilenio2011-09-231-0/+0
* Bug 326311 - Bus error inSilenio Quarti2011-08-231-1/+7
* Bug 345892 - Selection jumps in treeRoot_AERO_WORKFelipe Heidrich2011-05-171-0/+9
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
* Bug 344642 - [Mac OS X] Cannot enable/disable breakpoint by clicking checkboxSilenio Quarti2011-05-051-78/+48
* Bug 335307-Redraw problem with Table/Tree header after scrollingLakshmi Shanmugam2011-04-251-1/+12
* Bug 339132 - [Cocoa] GEF Thumbnail sync view broken in 3.7Silenio Quarti2011-03-301-3/+3
* fixed 64 bit pblms - for Bug 310242 (Tree expands while dragging over non-lea...Lakshmi Shanmugam2011-03-091-1/+1
* Bug 310242 - Tree expands while dragging over non-leaf itemLakshmi Shanmugam2011-03-041-0/+19
* 337203 - use the selectionIndexesForProposedSelection: variant of determining...Scott Kovatch2011-02-161-18/+23
* 325241 - rewrote movable column support with a table/outline delegate. Check ...Scott Kovatch2011-02-111-25/+19
* 328722 - better fix: Don't change row count if add/remove called when mouse i...Scott Kovatch2011-01-071-7/+1
* 328722 - Only send selection on mouse up for NSTableView-based controls.Scott Kovatch2011-01-061-2/+8
* 330299 - call sendDoubleSelection() on return keyScott Kovatch2010-11-161-1/+2
* 329840 - click on checkbox shouldn't select row.Scott Kovatch2010-11-161-11/+51
* 228376 - set SWT.SELECTED in MeasureItem if the item will draw selected.Scott Kovatch2010-10-221-4/+6
* 316712, 316963 - track button and button click count, since count doesn't res...Scott Kovatch2010-10-131-4/+0
* 325230 - forgot an autorelease.Scott Kovatch2010-09-211-0/+1
* Bug 297511 - nicer truncation of Table/Tree itemsLakshmi Shanmugam2010-09-211-1/+1
* 325230 - disallow clearing of selection in SWT.SINGLE mode.Scott Kovatch2010-09-201-0/+20
* 325153 - convert device colors to calibrated colorsScott Kovatch2010-09-181-3/+3
* Bug 289868 - [10.6]Properties View properties label disappears when selectedLakshmi Shanmugam2010-09-101-4/+10
* 323535 - need to allow for intercell spacing since col 1 spans two columns.Scott Kovatch2010-08-241-2/+3
* 303454, 233579, 297352 - checkbox and first column are now covered by one tab...Scott Kovatch2010-08-171-6/+54
* rollback fix for Bug 304222 -Table's scrollbar answers 'true' for isVisible(...Lakshmi Shanmugam2010-08-171-11/+0
* Bug 304222 - Table's scrollbar answers 'true' for isVisible() when it's not v...Lakshmi Shanmugam2010-08-131-0/+11
* 313208 - defer double click events for NSOutlineView/NSTableView-based contro...Scott Kovatch2010-07-151-0/+4
* 317054 - rework key handling and selection for Tree, Table and List.Scott Kovatch2010-06-291-4/+6
* 317051 - Don't send selection events on non-user-initiated changesScott Kovatch2010-06-281-0/+14
* Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod2010-05-311-1/+1
* 312734 - Incorrect GC colors on Table's PaintItem event when row selected + n...Grant Gayed2010-05-181-1/+1
* 313197 - make sure a column was clicked before asking for a column from the l...Scott Kovatch2010-05-181-2/+4
* 309570 - fix client area calculationScott Kovatch2010-05-061-0/+3
* Cleanup of accessibility properties. Removed unnecessary overrides. Fixes for...Scott Kovatch2010-04-151-21/+0
* 298143 - [PropertiesView] Property view hover text has odd behavior in Cocoa ...Lakshmi Shanmugam2010-04-091-8/+19
* 306877 - selected TableItem with black text draws in wrong position in non-LE...Grant Gayed2010-03-231-1/+9
* Bug 297480-[Widgets] Cocoa:Lines not visible in Table/TreeLakshmi Shanmugam2010-03-191-0/+4
* Bug 252390 - Check boxes are movable when Tree/Table has movable columnsLakshmi Shanmugam2010-01-211-1/+9
* Bug 283996 - [Cocoa] Invalid client area for SWT Table widgetLakshmi Shanmugam2010-01-211-1/+0
* 297507 - Table/Tree should show vertical grid lines when showing setLinesVisi...Grant Gayed2009-12-151-0/+1
* Bug 279103 - [Cocoa] SelectionChanged events behaviour brokenSilenio Quarti2009-11-171-2/+36
* 260406 - e4 CSS: widgets need to notify CSS to apply style informationBogdan Gheorghe2009-11-121-0/+16
* 288468 - [Widgets] Setup of event.detail argument incorrect in Tree paintIte...Kevin Barnes2009-11-021-1/+1
* Bug 65679 - SelectionEvent.stateMask remains 0 even Ctrl (Shift, Alt) were ...Felipe Heidrich2009-10-231-6/+6
* 292321 - Reduce NSString garbage in NSAutoreleasePoolKevin Barnes2009-10-151-6/+24