Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-14Bug 438713 - StyledText handles already processed KeyDown eventsNiraj Modi1-1/+1
2014-07-08Bug 421246 - StyledText: incorrect caret move in first/last line (OS X)Abhishek Kishore1-8/+6
2014-07-04Bug 274326 - NPE in StyledTextAbhishek Kishore1-0/+1
2014-04-27Tab content isn't visible in GTK3Snjezana Peco1-2/+5
2014-04-26Bug 412589 - [BiDi] StyledText - need to support setTextDirection():Lina Kemmel2-6/+47
2014-01-20Revert "Bug 426021: [StyledText] setAlwaysShowScrollBars(true) not implemented"v4417bI20140122-0800I20140121-2000I20140121-0800I20140120-2000Markus Keller1-7/+3
2014-01-17Bug 426021: [StyledText] setAlwaysShowScrollBars(true) not implementedMarkus Keller1-4/+8
2014-01-17Bug 426009: StyledText without wordWrap is broken with BidiSegmentListener th...Markus Keller1-22/+37
2014-01-16Bug 425907: StyledText with SWT.H_SCROLL shows horizontal scrollbar after set...Markus Keller1-2/+2
2013-12-03Add missing @Deprecated annotation.Alexander Kurtakov8-0/+17
2013-12-03Add missing @Override annotations.Alexander Kurtakov29-0/+208
2013-12-02Added @SuppressWarnings after Java 1.5 change (Bug 411356)Arun Thondapu1-0/+1
2013-12-02Added @SuppressWarnings after 1.5 change(Bug 411356)Lakshmi Shanmugam1-0/+2
2013-11-21Bug 421045 - NPE in StyledText.getVisualLineIndexv4412dI20131126-0800Niraj Modi1-2/+3
2013-11-06Bug 377113: CTabFolder: View tab folder 'leaks' in Classic theme (hasv4412bI20131112-0800Markus Keller1-1/+2
2013-10-25Changed StyledText.isSelected() to isTextSelected()v4410bLakshmi Shanmugam1-1/+1
2013-10-23Bug 403178 - [block selection] Block selection slower for large selectionsSilenio Quarti1-1/+1
2013-10-22Bug 403178-Added API StyledText.isSelected()-Block selectionLakshmi Shanmugam1-0/+20
2013-08-27Bug 409029 - CTabFolder context menu opens in the wrong place when invoked by...Bogdan Gheorghe1-0/+19
2013-07-24Partly revert "Remove useless overriding method."Alexander Kurtakov1-0/+15
2013-07-23Remove useless overriding method.Alexander Kurtakov1-15/+0
2013-07-16remove unused vars warningSilenio Quarti1-6/+0
2013-06-05Bug 394803 - [CTabFolder] Javadocs missing for API CTabFolderRenderer.PART_*v4332bR4_3M20130703-0800I20130702-1230I20130702-1000I20130702-0800I20130625-0800I20130618-0800I20130605-2000Bogdan Gheorghe1-0/+64
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod30-30/+30
2013-05-08Bug 396780 - CTabRendering doesn't draw bottom tabs correctlyv4329aI20130509-2000I20130508-2000Bogdan Gheorghe1-8/+20
2013-05-06Bug 406623 - [DBCS4.3]: The first character in empty StyledText is duplicated...Silenio Quarti2-8/+4
2013-05-01Bug 396780 - CTabRendering doesn't draw bottom tabs correctlyBogdan Gheorghe1-1/+3
2013-04-09Bug 404249 - On Windows 7, Cannot convert Korean charactor to Chinese in Styl...Silenio Quarti1-3/+14
2013-03-12JavadocMarkus Keller1-4/+3
2013-03-08Bug 400727: StyledText#addBidiSegmentListener(..) only works if RTL input lan...Markus Keller1-15/+6
2013-02-21Bug 379263 - CTabFolder itself should return accessible nameCarolyn MacLeod1-4/+8
2013-02-17Bug 343722 - On-screen-keyboard does not work properlyI20130220-0922Carolyn MacLeod1-0/+1
2012-11-30Bug 395411 - CTabFolderRenderer created too many timesv4315bBogdan Gheorghe1-2/+5
2012-11-28Bug 394016 - Ctrl+PageDown doesn't work multiple times in Classic themeCarolyn MacLeod3-10/+12
2012-11-26Bug 394016 - Ctrl+PageDown doesn't work multiple times in Classic themev4315aCarolyn MacLeod2-3/+35
2012-11-14Bug 394016 -Ctrl+PageDown doesn't work multiple times in Classic themeCarolyn MacLeod1-3/+3
2012-11-08Bug 245670: [Preferences] Regression: Preferences dialog reveals focus widget...Markus Keller1-4/+17
2012-11-08Bug 39934: [ScrolledComposite] ScrolledComposite page increment should defaul...Markus Keller1-1/+7
2012-11-06Bug 250948 - NPE in CCombo.isDroppedCarolyn MacLeod1-1/+1
2012-11-05Bug 250948 - NPE in CCombo.isDroppedCarolyn MacLeod1-1/+1
2012-10-22Bug 384886: [Bidi] Text#addSegmentListener(..) should not require client to c...Markus Keller1-2/+8
2012-10-22Bug 388105: StyledText#setSelection(..) sets caret at wrong end in block sele...Markus Keller1-1/+5
2012-10-22Bug 250174: [BlockSelection] fix keyhandling in block selection modeMarkus Keller1-2/+12
2012-10-19Bug 391254: NPE in CTabFolder.onMouse; onDispose should not setMarkus Keller1-2/+2
2012-10-18Bug 391364: StyledText#addBidiSegmentListener doesn't support multiple chars ...Markus Keller1-1/+2
2012-10-11Bug 391675 - CLabel documentation says class is not intended to beGrant Gayed1-10/+3
2012-09-27Bug 383392 - StyledText throws exception Index out of bounds when calling set...Silenio Quarti1-0/+8
2012-09-25Bug 389250 - Lots of stuff leaked when closing and reopening viewsBogdan Gheorghe1-0/+11
2012-09-24Bug 389773 - [Performance] Improve CTabRendering drawing timeBogdan Gheorghe2-131/+73
2012-09-17Need to pass in a gc to avoid NPE in rendererBogdan Gheorghe1-1/+3

Back to the top