summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TableItem.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-6/+6
* 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-1/+2
* Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod2010-05-261-3/+3
* 309753 - don't call cellSize(); call the Cocoa cellSize to get the native size.Scott Kovatch2010-05-101-3/+9
* 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-0/+4
* 275617 - TreeItem.getBounds() behaviour differently than on other platformsGrant Gayed2009-07-101-3/+28
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+1031
* *** empty log message ***Felipe Heidrich2009-06-301-1031/+0
* 276178 - firstColumn in Tables/Trees with no columns should not be resizable ...Grant Gayed2009-06-251-4/+4
* 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
* 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
* 254498 - expander touches the image in treeitemSilenio Quarti2009-03-051-48/+22
* 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/+9
* code assist in debug variables view does not show textSilenio Quarti2009-02-091-17/+17
* fix for font size reductionsGrant Gayed2009-01-301-1/+1
* performance improvements (expanding items), fix horizontal scroll bar and moreSilenio Quarti2009-01-301-53/+48
* 260585 - Font and spacing is a little bit off compared to CarbonSilenio Quarti2009-01-261-9/+3
* cleanup unused codeSilenio Quarti2009-01-231-6/+0
* create TableItem.redraw(index)Grant Gayed2009-01-221-89/+29
* margin between item image and textGrant Gayed2009-01-151-3/+14
* /*long*/ and /*double*/Kevin Barnes2008-11-111-1/+1
* 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
* floats should round to ints up, not downGrant Gayed2008-10-101-1/+1
* 248773 - implement custom draw in TreesGrant Gayed2008-10-061-7/+5
* 248773 - implement custom draw in TablesGrant Gayed2008-10-031-61/+99
* fix 0-columns caseGrant Gayed2008-09-251-16/+48
* 248190 - implement Table/Tree column reorderingGrant Gayed2008-09-231-21/+45
* 247237 - Compiler warnings in cocoa port in N20080914-2000Grant Gayed2008-09-151-1/+1
* *** empty log message ***Grant Gayed2008-09-101-6/+5
* draw items with correct column alignmentGrant Gayed2008-09-051-0/+17
* fix index out of bounds exceptionsKevin Barnes2008-08-251-2/+2
* 211796 - Regenerate the PI ("Platform Interface") to better match cocoaSilenio Quarti2008-08-141-70/+24
* VIRTUALKevin Barnes2008-06-241-54/+54
* setFontKevin Barnes2008-06-201-1/+1
* After Copyright Bash for 3.4RC4AFTER_COPYRIGHT_BASH_FOR_34RC4Carolyn MacLeod2008-06-051-1/+1
* After Javadoc Bash for 3.4RC4Carolyn MacLeod2008-06-041-0/+3
* *** empty log message ***Grant Gayed2008-02-291-14/+61
* 220462 - TableItem/Treeitem getBounds not implementedKevin Barnes2008-02-291-54/+11