summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doit -> FOREGROUNDv3229Grant Gayed2006-03-201-40/+31
|
* doit -> FOREGROUNDGrant Gayed2006-03-201-41/+31
|
* add TreeItem.getBounds()Grant Gayed2006-03-203-16/+27
|
* v3229 buildGrant Gayed2006-03-201-0/+42
|
* owner draw tree/tableSilenio Quarti2006-03-203-47/+82
|
* owner draw tree/tableSilenio Quarti2006-03-203-104/+202
|
* support SWT.FOREGROUND and SWT.BACKGROUNDSteve Northover2006-03-203-89/+181
|
* v3229 buildGrant Gayed2006-03-204-5/+5
|
* 113019Grant Gayed2006-03-201-1/+1
|
* fix cell backgroundSilenio Quarti2006-03-202-2/+2
|
* *** empty log message ***Grant Gayed2006-03-171-1/+1
|
* 77456Grant Gayed2006-03-171-7/+37
|
* 77456Grant Gayed2006-03-171-7/+37
|
* *** empty log message ***Steve Northover2006-03-171-0/+8
|
* Bug 127373 - Hyperlinks covered by a table widget receives a linkActivated ↵Felipe Heidrich2006-03-171-7/+8
| | | | event when double click on the table
* Use a brush for FillRect()Veronika Irvine2006-03-172-2/+4
|
* Adding WHITE_BRUSHVeronika Irvine2006-03-171-0/+1
|
* 128750 Error occurs when delete text in StyledTextFelipe Heidrich2006-03-171-8/+12
| | | | 122379 SWTException when deleting text from StyledText, if selection larger than visible part
* *** empty log message ***Felipe Heidrich2006-03-172-2/+3
|
* 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
|
* *** empty log message ***Silenio Quarti2006-03-171-19/+30
|
* call super to ensure a redrawSteve Northover2006-03-171-0/+1
|
* Add JUnit tests for ExpandBar and ExpandItemVeronika Irvine2006-03-176-1/+486
|
* fix selection rect for SWT.EraseItemSteve Northover2006-03-171-1/+1
|
* Bug130037 Make a special case out of drop - this will cause one flash in the ↵Veronika Irvine2006-03-171-1/+6
| | | | cursor but this will not be noticed as the cursor is going away anyway
* Getting black background in drag over effectVeronika Irvine2006-03-171-0/+4
|
* 132271 - fill negative arcSilenio Quarti2006-03-172-3/+3
|
* *** empty log message ***Felipe Heidrich2006-03-161-2/+2
|
* Bug 131906Felipe Heidrich2006-03-161-3/+12
|
* *** empty log message ***Steve Northover2006-03-161-1/+2
|
* licenseGrant Gayed2006-03-161-14/+27
|
* fix off by 2 pixels custom drawSteve Northover2006-03-161-1/+1
|
* 131727 - SWT_AWT frames in task barSilenio Quarti2006-03-161-0/+1
|
* 77456Grant Gayed2006-03-161-0/+80
|
* 77456Grant Gayed2006-03-169-8/+459
|
* 116975 - SWT_AWT bridge with JDialog cannot use Tab within dialog. focus is ↵Silenio Quarti2006-03-161-6/+9
| | | | lost (findControl going up Shells)
* 116975 - SWT_AWT bridge with JDialog cannot use Tab within dialog. focus is ↵Silenio Quarti2006-03-161-1/+4
| | | | lost (findControl going up Shells)
* drawBackgroundGrant Gayed2006-03-162-4/+8
|
* 132089 - Tree: Text corruption in cells after moving column 0 and resizing ↵Steve Northover2006-03-161-1/+1
| | | | column
* custom draw didn't work when doit=false in SWT.Erase (it still drew)Steve Northover2006-03-161-66/+63
|
* custom draw selection properly when disabledSteve Northover2006-03-161-39/+46
|
* Added set/getSelection to Spinner, ProgressBar, Slider tabs.Carolyn MacLeod2006-03-153-4/+4
|
* *** empty log message ***Steve Northover2006-03-151-1/+1
|
* Don't reset widget state on startup.Carolyn MacLeod2006-03-158-22/+32
|
* *** empty log message ***Steve Northover2006-03-151-17/+37
|
* Don't reset widget state on startup.Carolyn MacLeod2006-03-151-7/+9
|
* 131867 - Incorrect GC.fillPath() behaviorSilenio Quarti2006-03-152-3/+15
|
* getFont(columnIndex,false)Grant Gayed2006-03-152-4/+4
|
* Added "pack columns" button in size group.Carolyn MacLeod2006-03-153-35/+52
| | | | User now has to manually re-pack columns after setting font.