Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-03239418 [Javadoc] table.setLinesVisible(true) does not work on solaris. Eclips...Bogdan Gheorghe1-1/+2
2008-07-03239418 [Javadoc] table.setLinesVisible(true) does not work on solaris. Eclips...Bogdan Gheorghe1-1/+2
2008-07-03fixing key eventsSilenio Quarti4-201/+131
2008-07-03select with SINGLEKevin Barnes2-10/+24
2008-07-03239220 - Text.getText() returns empty string after calling setText() with non...Steve Northover1-8/+21
2008-07-03getLinesVisibleKevin Barnes1-6/+1
2008-07-03tooltips must not have titleSilenio Quarti1-1/+4
2008-07-02paint example working (drawImage srcY needs to be converted)Silenio Quarti1-3/+3
2008-07-02upside down images (paint example bad again)Silenio Quarti2-0/+12
2008-07-02paint example (drawing outside paint)Silenio Quarti5-92/+126
2008-07-02fixed deselect(int, int), and select(int[])Kevin Barnes2-9/+9
2008-07-02fixed crashKevin Barnes1-1/+1
2008-06-27238847 Improve performance of shell creation on GTKBogdan Gheorghe1-4/+12
2008-06-27128184 - Browser : invalid certificate & HTTPS failsGrant Gayed1-0/+1
2008-06-27fix array index out of bounds.Kevin Barnes1-1/+1
2008-06-27233261 - dialog window distorted after going out of "Not responding" stateKevin Barnes1-1/+12
2008-06-24retain firstColumn when user creates a columnKevin Barnes2-26/+9
2008-06-24VIRTUALKevin Barnes2-150/+134
2008-06-24VIRTUALKevin Barnes2-126/+75
2008-06-24211363 - Weird resize behaviour in paint exampleSilenio Quarti1-1/+1
2008-06-23238149 - Rollover tooltip for owner-drawn tree should be hidden when tree vie...Steve Northover1-0/+13
2008-06-23arrow cursor is better than cross cursor for SWT.CURSOR_WAITSilenio Quarti1-1/+1
2008-06-23remove warningSilenio Quarti1-1/+1
2008-06-23make cursor invisible when typingSilenio Quarti1-0/+5
2008-06-23101153 - Text.getText(int,int) can throw StringIndexOutOfBoundsSteve Northover1-1/+3
2008-06-23grabControl stuck when opening font dialogSilenio Quarti1-7/+7
2008-06-23set selection fixes and whitespace formatting.Kevin Barnes2-339/+207
2008-06-23101153 - Text.getText(int,int) can throw StringIndexOutOfBoundsSteve Northover3-3/+6
2008-06-23*** empty log message ***Silenio Quarti1-1/+3
2008-06-23move quick failure test to the topSteve Northover1-1/+1
2008-06-23returning selected font (f any)Silenio Quarti1-13/+12
2008-06-23101153 - Text.getText(int,int) can throw StringIndexOutOfBoundsSteve Northover2-3/+7
2008-06-23minimizing references to SWT PI classesSilenio Quarti17-24/+23
2008-06-23cleanup on display releaseSilenio Quarti1-3/+8
2008-06-23GPF disposing NSTextField with focusSilenio Quarti1-2/+4
2008-06-20Bug 127971 - Cannot remove caret in FocusOut handlerFelipe Heidrich1-0/+1
2008-06-20fix NPEKevin Barnes1-2/+4
2008-06-20*** empty log message ***Silenio Quarti2-3/+4
2008-06-20setParent() and stack trace in findControl()Silenio Quarti4-71/+67
2008-06-20setFontKevin Barnes12-7/+76
2008-06-20SWT.DragDetect and Display.getCursorControl() implementedSilenio Quarti2-22/+20
2008-06-20tabbing in multi textSilenio Quarti1-8/+7
2008-06-20group children are added to the contentView() (map needs to use that view)Silenio Quarti3-8/+12
2008-06-20tabbing into spinnerSilenio Quarti7-37/+44
2008-06-19figure out the HIDDEN bitSilenio Quarti1-6/+5
2008-06-19something is wrong here, HIDDEN should be ored, but it causes layout problemsSilenio Quarti1-2/+2
2008-06-19firstresponder() may not be a NSViewSilenio Quarti1-1/+5
2008-06-19multiple monitor fixed for cascading/display bounds/display clientArea/getCur...Silenio Quarti6-57/+130
2008-06-19update state in Shell.setVisibleKevin Barnes1-0/+7
2008-06-19Text BORDERKevin Barnes1-0/+1

Back to the top