summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt
Commit message (Collapse)AuthorAgeFilesLines
* 127168Felipe Heidrich2006-03-061-14/+24
|
* fix JUnit test for invalid remove() index (should throw index exception ↵Steve Northover2006-03-062-9/+22
| | | | instead of OS error)
* rename resize() to sendResize()Steve Northover2006-03-063-13/+13
|
* fix compiler warningsVeronika Irvine2006-03-064-6/+6
|
* *** empty log message ***Felipe Heidrich2006-03-031-1/+1
|
* *** empty log message ***Felipe Heidrich2006-03-033-4/+6
|
* 130375 - Background Inheritance Incorrect in Composite HierarchiesSteve Northover2006-03-031-0/+37
|
* optimized to use TVM_GETITEMSTATE rather than TVM_GETITEMSteve Northover2006-03-032-32/+26
|
* 130050 - Tree doesn't repaint items properly, and flashes as it updates ↵Steve Northover2006-03-031-1/+33
| | | | TreeItem.setItemCount
* 98265 - Strings in Combo drop down list are truncated (again)Steve Northover2006-03-031-61/+99
|
* List.setItems() was measuring a null byteSteve Northover2006-03-031-1/+1
|
* fix commentSteve Northover2006-03-021-1/+2
|
* 130120 - cell custom background colour appears in adjacent cellsSteve Northover2006-03-021-10/+9
|
* implement selected column for sorted columnsSteve Northover2006-03-022-3/+32
|
* 129732 - [JavaDoc] The API setBackgroundImage() should mention patternSteve Northover2006-03-011-1/+2
|
* delete unused localSteve Northover2006-03-011-1/+0
|
* 77106 - Setting table selection does not update anchor indexSteve Northover2006-03-011-0/+1
|
* 129967 - System Settings being fired too oftenSteve Northover2006-03-014-6/+56
|
* Bug 123827 Tree scrolls to top when no item selected - this is a problem ↵Veronika Irvine2006-03-011-2/+2
| | | | when tree scrolled with track point
* 129745 - Tree displays selected lines in wrong colorSteve Northover2006-03-011-3/+6
|
* inline columnCountSteve Northover2006-03-011-116/+63
|
* JavadocSteve Northover2006-03-011-2/+27
|
* auto hide /*public*/ ToolTipSteve Northover2006-03-013-35/+182
|
* don't allow subclassesSteve Northover2006-02-281-0/+4
|
* tooltip wrap width codeFelipe Heidrich2006-02-282-3/+18
|
* 129833 - Tree [+] not repaintedSteve Northover2006-02-282-6/+17
|
* use SWT.DOUBLE_BUFFERED instead of SWT.VIRTUALSteve Northover2006-02-281-2/+2
|
* column should have been row after refactorSteve Northover2006-02-281-1/+1
|
* refactor custom drawSteve Northover2006-02-281-650/+666
|
* refactor custom draw a bit moreSteve Northover2006-02-281-3/+3
|
* Improve performance of Image.getBounds() by caching resultVeronika Irvine2006-02-281-3/+16
|
* set SWT.DOUBLE_BUFFERED for native controls that are double bufferedSteve Northover2006-02-283-0/+15
|
* refactor custom drawSteve Northover2006-02-282-357/+391
|
* 129607 - Display.getShells() returns disposed shellSteve Northover2006-02-281-4/+4
|
* 129495 - [Table] TableColumn#pack() no longer respects TableItem's FontSteve Northover2006-02-272-167/+171
|
* 129590 - Event.index == 0 all the timeSteve Northover2006-02-272-1/+12
|
* 129607 - Display.getShells() returns disposed shell + multi-mouse click ↵Steve Northover2006-02-271-9/+50
| | | | (work in progress)
* 129501 - Tree FULL_SELECTION doesn't redraw item background in selection colorSteve Northover2006-02-271-15/+10
|
* 129535 - GridData/GridLayout is showing abnormal layoutSteve Northover2006-02-271-1/+3
|
* 129347 - Tree.clearAll flashes (redraws whole tree) while Table.clearAll ↵Steve Northover2006-02-271-1/+2
| | | | doesn't.
* use SWP_NOCOPYBITS when moving themed controlsSteve Northover2006-02-251-1/+7
|
* 126818 - Horizontal ScrollBar not ReSized When Table Contents ChangedSteve Northover2006-02-251-0/+12
|
* fix commentSteve Northover2006-02-241-1/+1
|
* 128845 - ExpandBar Widget not painting controlsSteve Northover2006-02-241-1/+1
|
* 127776 - ControlExample Scale does not lose background imageSteve Northover2006-02-241-0/+13
|
* missing a redraw when setting a background image that overrode an inherited ↵Steve Northover2006-02-241-0/+1
| | | | image
* 129126 - When VerifyListener is added in org.eclipse.swt.widgets.Text, ↵Steve Northover2006-02-243-6/+12
| | | | StringIndexOutOfBoundsException might be occurred by UNDO operation.
* implement FULL_SELECTION for table with background imageSteve Northover2006-02-242-4/+98
|
* bug 128378Carolyn MacLeod2006-02-239-11/+20
|
* /*public*/ tooltip work (check for WinCE)Steve Northover2006-02-231-0/+2
|