summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Bug 376826 Text#removeSegmentListener inconsistent with other codeBogdan Gheorghe2012-04-161-7/+7
* fix permission of filesSilenio2011-09-231-0/+0
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
* 228376 - set SWT.SELECTED in MeasureItem if the item will draw selected.Scott Kovatch2010-10-221-0/+1
* Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod2010-05-261-5/+3
* 309753 - don't call cellSize(); call the Cocoa cellSize to get the native size.Scott Kovatch2010-05-101-3/+9
* 305742 - Fields that should not be referenced by clients should have @norefer...Grant Gayed2010-04-131-0/+2
* 292321 - Reduce NSString garbage in NSAutoreleasePoolKevin Barnes2009-10-151-2/+8
* 276110 - Label: SWT.CENTER is being ignored when used with SWT.WRAPKevin Barnes2009-07-231-2/+2
* 277356 - [cocoa] npe in Tree widgetSilenio Quarti2009-07-221-21/+10
* 275617 - TreeItem.getBounds() behaviour differently than on other platformsGrant Gayed2009-07-101-3/+30
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+1456
* *** empty log message ***Felipe Heidrich2009-06-301-1456/+0
* 279313 - TreeItem.removeAll incorrectly implemented on Mac platformKevin Barnes2009-06-261-1/+1
* 276178 - firstColumn in Tables/Trees with no columns should not be resizable ...Grant Gayed2009-06-251-1/+1
* After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod2009-05-291-1/+1
* After javadoc bash for 3.5RC3v3549aBEFORE_COPYRIGHT_BASH_FOR_35RC3AFTER_JAVADOC_BASH_FOR_35RC3Carolyn MacLeod2009-05-271-0/+1
* DND auto expand/collapse fix (cannot send SWT.Expand from should methods)Silenio Quarti2009-04-071-0/+17
* DND auto expand/collapse fixSilenio Quarti2009-04-061-1/+1
* 270381 - Drag and drop to Tree does not show drop target selection feedbackSilenio Quarti2009-04-061-3/+2
* leaking columns because they where used as their on identifier. Also, the ide...Silenio Quarti2009-03-261-4/+4
* 251608 - Artificial bold and italic style to fontSilenio Quarti2009-03-261-1/+1
* 251608 - Artificial bold and italic style to fontSilenio Quarti2009-03-261-2/+8
* junit test - setImage with bad index must not failSilenio Quarti2009-03-171-2/+5
* 268853 - cannot programmatically collapse item whose parent is collapsedGrant Gayed2009-03-171-2/+16
* 254498 - expander touches the image in treeitemSilenio Quarti2009-03-051-49/+22
* 266330 - rssowl: read news item headers look the same as unread onesGrant Gayed2009-03-031-1/+1
* getDrawing()/isDrawing()Silenio Quarti2009-03-031-1/+1
* 266407 - Foreground color in Table/Tree should not be drawn for selected acti...Grant Gayed2009-03-011-6/+10
* code assist in debug variables view does not show textSilenio Quarti2009-02-091-19/+19
* 263677 - Tree does not always fully expand in debuggerGrant Gayed2009-02-051-4/+3
* fix for font size reductionsGrant Gayed2009-01-301-1/+1
* performance improvements (expanding items), fix horizontal scroll bar and moreSilenio Quarti2009-01-301-87/+64
* 260585 - Font and spacing is a little bit off compared to CarbonSilenio Quarti2009-01-261-10/+3
* fix clipped column 0 tree itemsGrant Gayed2009-01-231-6/+1
* create TreeItem.redraw(index)Grant Gayed2009-01-221-94/+29
* replace uses of reloadItem(item) with setNeedsDisplayInRect(rect)Grant Gayed2009-01-211-20/+35
* 261854 - adding/removing TreeItems can be very slowGrant Gayed2009-01-211-0/+5
* margin between item image and textGrant Gayed2009-01-151-3/+14
* 255113 part 1 - VIRTUAL Tree sends too many SetData events at onceGrant Gayed2008-12-191-1/+3
* /*long*/Kevin Barnes2008-11-281-1/+1
* 256703 - setItemCount breaks selectionKevin Barnes2008-11-281-0/+25
* 256688 - IndexOutOfBoundsException in TreeItemKevin Barnes2008-11-261-20/+24
* /*long*/ and /*double*/Kevin Barnes2008-11-111-1/+1
* 253065 - Window -> Show View -> Other ... is brokenGrant Gayed2008-11-051-1/+4
* revert Math.ceil() -> (int)0.5f+... changesGrant Gayed2008-11-031-1/+1
* replace Math.ceil() uses with (int)(0.5f + ...Grant Gayed2008-11-031-1/+1
* 249015 - implement preferred size for simple controlsGrant Gayed2008-11-031-4/+2
* 250841 - Table/Tree scrollbars do not workGrant Gayed2008-10-141-4/+15