summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
Commit message (Expand)AuthorAgeFilesLines
* bug 136890 - javadoc typosCarolyn MacLeod2006-04-171-4/+4
* bug 123922 - javadoc typosCarolyn MacLeod2006-04-121-1/+1
* avoid indexOf() work when not virutalSteve Northover2006-04-051-2/+3
* 128373 - Virtual Tree needs documentationSteve Northover2006-04-041-1/+1
* 134313 - Custom selection does not redraw when resizing windowSteve Northover2006-04-031-0/+3
* 134224 - Virtual Table rendering brokenSteve Northover2006-03-311-0/+6
* 134224 - Virtual Table rendering brokenSteve Northover2006-03-311-49/+54
* ignore excess custom drawsSteve Northover2006-03-291-5/+28
* fix flashing in virtual and owner draw table when not comctl32 6.0Steve Northover2006-03-291-0/+54
* always set item heightSteve Northover2006-03-291-6/+2
* 123764 - Vertical table lines not redrawn on horizontal scrollSteve Northover2006-03-271-7/+34
* *** empty log message ***Steve Northover2006-03-221-3/+7
* support SWT.FOREGROUND and SWT.BACKGROUNDSteve Northover2006-03-201-41/+68
* clip and draw selection properly when doit=false in SWT.EraseItemSteve Northover2006-03-171-2/+5
* draw the table like the tree when disabled (with or without an image)Steve Northover2006-03-171-9/+34
* fix selection rect for SWT.EraseItemSteve Northover2006-03-171-1/+1
* custom draw selection properly when disabledSteve Northover2006-03-161-39/+46
* *** empty log message ***Steve Northover2006-03-151-1/+1
* *** empty log message ***Steve Northover2006-03-151-17/+37
* fix black rectangle in custom draw tableSteve Northover2006-03-151-50/+67
* fix formattingSteve Northover2006-03-131-2/+0
* honour the foreground color when for custom drawn selectionSteve Northover2006-03-091-15/+11
* 130991 - Table: Sort indicator appears on newly-created columnSteve Northover2006-03-081-1/+10
* 130792 - Table: Disposing sort column should update backgroundSteve Northover2006-03-081-1/+12
* allow the programmer to set the selection foreground color in SWT.EraseItemSteve Northover2006-03-081-6/+10
* map from header coordinate system to table coordinate systemSteve Northover2006-03-071-0/+3
* 130413 - Table selection column does not redrawSteve Northover2006-03-071-4/+19
* font wrong in header tool tipSteve Northover2006-03-061-0/+9
* 130614 - NPE with a background image in a non-virtual TableSteve Northover2006-03-061-1/+22
* fix compiler warningsVeronika Irvine2006-03-061-1/+1
* 130120 - cell custom background colour appears in adjacent cellsSteve Northover2006-03-021-10/+9
* implement selected column for sorted columnsSteve Northover2006-03-021-3/+21
* delete unused localSteve Northover2006-03-011-1/+0
* 77106 - Setting table selection does not update anchor indexSteve Northover2006-03-011-0/+1
* inline columnCountSteve Northover2006-03-011-116/+63
* column should have been row after refactorSteve Northover2006-02-281-1/+1
* refactor custom draw a bit moreSteve Northover2006-02-281-3/+3
* set SWT.DOUBLE_BUFFERED for native controls that are double bufferedSteve Northover2006-02-281-0/+5
* refactor custom drawSteve Northover2006-02-281-334/+389
* 129495 - [Table] TableColumn#pack() no longer respects TableItem's FontSteve Northover2006-02-271-33/+34
* 129590 - Event.index == 0 all the timeSteve Northover2006-02-271-1/+6
* 126818 - Horizontal ScrollBar not ReSized When Table Contents ChangedSteve Northover2006-02-251-0/+12
* missing a redraw when setting a background image that overrode an inherited i...Steve Northover2006-02-241-0/+1
* implement FULL_SELECTION for table with background imageSteve Northover2006-02-241-2/+95
* 123466 - [Viewers] Strange dots in table item labelsSteve Northover2006-02-161-3/+16
* 127751 - VIRTUAL Table does not paint with snippet 144Steve Northover2006-02-151-0/+1
* wrong state in HDC savedSteve Northover2006-02-141-1/+1
* fix commentSteve Northover2006-02-141-1/+1
* clear full row selection when custom draw (temporary code to avoid cheese)Steve Northover2006-02-131-13/+23
* only do custom draw when the table or tree is visibleSteve Northover2006-02-111-6/+2