summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeColumn.java
Commit message (Expand)AuthorAgeFilesLines
* Make 64-bit the default source codeSilenio Quarti2012-09-241-19/+19
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Bug 154904 - Ampersands in tree column headers do not show on WindowsFelipe Heidrich2011-10-131-1/+2
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
* Bug 228376 - Owner draw: measure does not contain 'is selected' informationFelipe Heidrich2010-10-221-2/+3
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+758
* *** empty log message ***Felipe Heidrich2009-06-301-758/+0
* After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod2009-05-291-1/+1
* 261391 - StyledText should use PDE API Tools @noextendCarolyn MacLeod2009-02-241-0/+1
* 265603 - ToolItem#setToolTipText(..) should not render mnemonic character (&)Grant Gayed2009-02-201-1/+6
* clarify tooltip javadocCarolyn MacLeod2008-09-301-1/+5
* After Copyright Bash for 3.4RC4AFTER_COPYRIGHT_BASH_FOR_34RC4Carolyn MacLeod2008-06-051-1/+1
* 232625 - SWT/JFace - Lack of examples in APICarolyn MacLeod2008-06-041-0/+1
* 232625 - SWT/JFace - Lack of examples in APICarolyn MacLeod2008-06-021-0/+2
* fix JavadocSteve Northover2008-04-101-2/+8
* 178044 - Trees and Tables with owner draw don't show rollover effect (tooltip)Steve Northover2007-11-261-25/+10
* replace references to HFONT with Font objectsSteve Northover2007-11-211-2/+1
* 188271 - Ampersand not shown in tooltipsSteve Northover2007-11-121-1/+1
* 202782 - Indent in Column Header when sorting on Windows VistaSteve Northover2007-10-301-0/+3
* 200101 - TableColumn sets image when SWT.CENTER alignment is usedKevin Barnes2007-08-271-1/+1
* 57151 - [64] 64 bit support needed for Windows XP 64-Bit EditionafterInitialReleaseOfWindows64Grant Gayed2007-07-101-21/+21
* After copyright bash for 3.3 RC3AFTER_COPYRIGHT_BASH_FOR_33RC3Carolyn MacLeod2007-05-311-1/+1
* 149040 - Change javadoc for Table addSelectionListenerCarolyn MacLeod2007-05-311-3/+3
* use NONE instead of NULL to test sortDirection (consistent with javadoc)Carolyn MacLeod2007-05-301-2/+2
* check for negative width in setWidth() and get outSilenio Quarti2007-04-041-0/+1
* include grid width in TreeColumn.pack()Steve Northover2007-03-131-1/+2
* fix formattingSteve Northover2006-12-051-3/+3
* 158982 - Table Headers getting random images on VistaSteve Northover2006-12-051-2/+3
* After copyright bash for 3.2 RC4.AFTER_COPYRIGHT_BASH_FOR_32RC4Carolyn MacLeod2006-05-091-1/+1
* javadocCarolyn MacLeod2006-05-021-2/+2
* check for the same string and do nothingSteve Northover2006-04-251-0/+1
* always set item heightSteve Northover2006-03-291-4/+1
* 131739 - adding EraseItem listener to Tree causes major drawing problemSteve Northover2006-03-141-4/+4
* 131627 - Tree: Empty tree does not show selected column background colour, un...Steve Northover2006-03-141-8/+10
* 130756 - Tree does not use the OSs selected column background colorSteve Northover2006-03-131-7/+17
* use TVIF_HANDLE, implement _getItem(int hItem)Steve Northover2006-03-091-1/+1
* bug 128378Carolyn MacLeod2006-02-231-1/+2
* set item height from pack()Steve Northover2006-02-111-0/+4
* custom drawSteve Northover2006-02-101-38/+34
* get rid of unused variable newWidthSteve Northover2006-02-021-1/+1
* pack() doesn't take into account cell font for anything but the first columnSteve Northover2006-02-021-0/+5
* redraw problem in treeSteve Northover2005-11-151-1/+1
* pack() needs to force the tree item to be up to date in order to query the bo...Steve Northover2005-11-031-0/+6
* 92341 - DCR - Add SWT.VIRTUAL style to Tree widget (NOTE: still /*public*/)Steve Northover2005-10-071-23/+24
* Tooltips not shown when set before setHeaderVisible()Steve Northover2005-09-211-1/+5
* 4572 - Need support for tool tips in table columns (1GBZLD1)Steve Northover2005-08-311-0/+58
* redraw content when column width changesSilenio Quarti2005-08-241-0/+7
* header too small on pack()Silenio Quarti2005-08-241-0/+3
* don't null terminate string in DrawText()Silenio Quarti2005-08-241-1/+1
* wrong image list used for image headerSteve Northover2005-08-221-1/+1