summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* adding @since 3.2 to javadocVeronika Irvine2006-02-101-0/+2
* custom drawSteve Northover2006-02-061-48/+290
* VIRTUAL test to clear customDraw was invertedSteve Northover2006-02-031-1/+1
* 124965 - SWT Table scrolling performance degrades as the number of columns in...Steve Northover2006-02-011-2/+40
* add checkWidget() to setSelection(Item)Veronika Irvine2006-01-301-0/+1
* add setSelection() for one itemVeronika Irvine2006-01-301-0/+22
* fix setting table with image to default colorSilenio Quarti2006-01-231-1/+1
* fix typo in commentSteve Northover2006-01-201-1/+1
* 123764 - Vertical table lines not redrawn on horizontal scrollSteve Northover2006-01-131-0/+15
* 120907 - Border for Forms API controls screenshotsFelipe Heidrich2006-01-111-1/+0
* 119207 - TableItem errors after/during disposeSteve Northover2006-01-061-0/+4
* 121729 - in SWT, javadoc for Table.getColumns does document orderSteve Northover2005-12-211-1/+15
* useless commentSteve Northover2005-12-141-3/+0
* 117700 - [open type] Open Type table shows unmotivated ellipsis, disappears o...Steve Northover2005-11-301-6/+21
* implement Control.setBackgroundImage()Steve Northover2005-11-291-77/+63
* 117195 - Regression: Shell ignores first mouse-click after dialog closedSteve Northover2005-11-211-6/+24
* 113005 - Table Header stays depressedSteve Northover2005-11-171-0/+20
* *** CHANGE MOUSE POST TO SEND ****Steve Northover2005-11-161-8/+13
* 115675 - disappearing checkbox with Windows XP look and feelSteve Northover2005-11-141-2/+18
* /*public*/ setItemHeight()Steve Northover2005-11-091-91/+253
* Added getItem(Point) comment as partial fix for bug 113105Carolyn MacLeod2005-11-081-1/+8
* 112463 - Tree.showColumn doesn't scroll column from left of viewport into viewSteve Northover2005-11-031-15/+15
* callWindowProc - fall through docVeronika Irvine2005-11-021-3/+6
* 114533 - Editor popup has wrong sizeSteve Northover2005-11-011-2/+5
* Bug 114498 Seletion event not being sent for mouse selectionVeronika Irvine2005-11-011-2/+4
* 114039 - Table.computeSize returns bogus Point.y values under Win32 for large...Steve Northover2005-10-281-11/+4
* 29994 - Image background Composite / Transparent widget backgrounds (/*public*/)Steve Northover2005-10-281-22/+146
* 99266 - [Viewers] Bogus empty rows at the beginning of a tableBilly Biggs2005-10-141-8/+4
* really ensure that items are not created for non-virtual tablesSteve Northover2005-10-071-1/+1