summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ensure that items are not created for non-virtual tablesSteve Northover2005-10-071-0/+1
* 88958 - DirectoryDialog and FileDialog bring CPU utilization to 100%Steve Northover2005-09-301-13/+2
* fix commentSteve Northover2005-09-271-1/+2
* 99266 - [Viewers] Bogus empty rows at the beginning of a table (AGAIN!)Steve Northover2005-09-271-17/+28
* Tooltips not shown when set before setHeaderVisible()Steve Northover2005-09-211-24/+26
* Bug 99266 - must call setDeferResize(false) after you are completely finished...Veronika Irvine2005-09-211-14/+16
* 99266 - [Viewers] Bogus empty rows at the beginning of a tableSteve Northover2005-09-091-22/+47
* fix Javadoc, release intentionally commented codeSteve Northover2005-09-061-0/+6
* 4572 - Need support for tool tips in table columns (1GBZLD1)Steve Northover2005-08-311-76/+182
* header too small on pack()Silenio Quarti2005-08-241-1/+2
* rename cancelMove to ignoreColumnMoveSteve Northover2005-08-221-6/+7
* 4416 & 74139 - reorder SWT.Dispose callbackSilenio Quarti2005-08-111-8/+8
* 45708 & 4862 - Recursive disposeSteve Northover2005-08-091-50/+59
* Put back 45708Steve Northover2005-07-281-5/+3
* Fix for 45708. Made sure that releaseWidget methods are all reentrant.Carolyn MacLeod2005-07-261-3/+5
* 99266 (again) - [Viewers] Bogus empty rows at the beginning of a tableSteve Northover2005-07-261-19/+36
* *** empty log message ***Steve Northover2005-07-201-2/+4
* 92313 - Virtual table: flashes on clearSteve Northover2005-07-201-0/+1
* 99266 - [Viewers] Bogus empty rows at the beginning of a tableSteve Northover2005-07-201-2/+2
* 80465 - XP theme - label issues with tab folderSteve Northover2005-07-191-1/+1
* Fix NPE from updateImages - was '&' and should have been '&&'Veronika Irvine2005-07-191-1/+1