Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-08Bug 400727: StyledText#addBidiSegmentListener(..) only works if RTL input lan...Markus Keller1-15/+6
2013-02-17Bug 343722 - On-screen-keyboard does not work properlyI20130220-0922Carolyn MacLeod1-0/+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-18Bug 391364: StyledText#addBidiSegmentListener doesn't support multiple chars ...Markus Keller1-1/+2
2012-09-27Bug 383392 - StyledText throws exception Index out of bounds when calling set...Silenio Quarti1-0/+8
2012-04-16Bug 375721 - Context menu position in StyledText should be below caretCarolyn MacLeod1-1/+1
2012-04-12Bug 365961 - StyledText computes wrong control size when wrappingMarkus Keller1-2/+2
2012-03-10Mac VoiceOver calls menuForEvent. Fix CCombo.Carolyn MacLeod1-3/+1
2012-03-10Change menu detect event detail constant namesCarolyn MacLeod1-1/+1
2012-03-10Initial bug110005 work (Windows)Carolyn MacLeod1-0/+16
2012-02-28Bug 372760 - segments offset should be more flexibleFelipe Heidrich1-22/+5
2012-01-16Bug 368417 - When you try to move cursor up/down with arrow keys in a multili...Felipe Heidrich1-1/+1
2011-10-19Bug 361313 - Javadoc warning in N201110172000Felipe Heidrich1-1/+1
2011-10-19Bug 361292 - StyledText horizontal scroll bar doesn't scroll to the end of lineFelipe Heidrich1-13/+24
2011-10-18Bug 361189 - StyledText vertical scroll bar won't scroll to the end of the textFelipe Heidrich1-2/+5
2011-10-17Bug 27096 - [StyledText] scrollbars always visibleFelipe Heidrich1-40/+72
2011-10-12refactoring constants to STFelipe Heidrich1-74/+60
2011-09-23fix permission of filesSilenio1-0/+0
2011-05-10Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod1-1/+1
2011-03-23Bug 65899 - [StyledText] StyledText Supplementary/Surrogate character navigationFelipe Heidrich1-2/+4
2011-02-17removing unnecessary if statementsFelipe Heidrich1-16/+8
2011-02-17Bug 101654 - [typing] [Ctrl+] Home/End doesn't reveal caret if already at pos...Felipe Heidrich1-3/+3
2011-02-14Bug 101654 - [typing] [Ctrl+] Home/End doesn't reveal caret if already at pos...Felipe Heidrich1-1/+1
2011-01-31Bug 329216 - StyledText needs to implement AccessibleEditableTextListenerFelipe Heidrich1-0/+29
2010-12-23Bug 332282 - The styledtext caret position is incorrect when switch OrientationFelipe Heidrich1-39/+13
2010-10-14Removing Bug 325806 - (introduced wrong behaviour)Felipe Heidrich1-5/+0
2010-10-13325806 - Fix end of line behaviorScott Kovatch1-0/+5
2010-10-12Bug 327113 - SWT 3.6 StyledText.addWordMovementListener() contain mistakeFelipe Heidrich1-1/+1
2010-08-30Bug 323995 - [Accessibility] StyledText selection incorrect after caret moved...Carolyn MacLeod1-1/+11
2010-08-24Bug 320064 - StyledText and CCombo should also use preceding CLabel as acces...Carolyn MacLeod1-14/+14
2010-08-13Bug 315140 - StyledText.RTFWriter ignores font styleFelipe Heidrich1-14/+14
2010-07-07Bug 315932 - [printing] Print selection prints whole fileCarolyn MacLeod1-5/+6
2010-05-31Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod1-1/+1
2010-05-26Bug 313594 - Word unexpectedly selected when user types ctrl+arrow in editor ...Felipe Heidrich1-5/+13
2010-05-24 Bug 314066 - Add missing flags (<code>, @see, @return) in javadocLakshmi Shanmugam1-4/+4
2010-05-20Bug 313787 - Internal fixes for StyledText (getWordNext() and getWordPrevious())Felipe Heidrich1-2/+3
2010-05-19312346 - if at the end of a line return the style of the last character in th...Scott Kovatch1-11/+16
2010-05-07Bug 311973 - StyledText's AccessibleTextExtendedListener#getText() problems ...Silenio Quarti1-3/+11
2010-05-06Bug 311819 - StyledText getTextAttributes should always return font & colorsFelipe Heidrich1-1/+2
2010-04-28BugÊ310912 - orca reads StyledText line twiceSilenio Quarti1-1/+1
2010-04-13refactoringFelipe Heidrich1-6/+6
2010-04-12Fix attributed string offsets; wrong after first line. Make sure all style in...Scott Kovatch1-4/+5
2010-04-12Don't modify returned TextStyle!Scott Kovatch1-2/+6
2010-04-12Use CGColor, not NSColor. Handle text alignment.Scott Kovatch1-0/+9
2010-04-09fix for accessibilityFelipe Heidrich1-3/+22
2010-04-09fix for accessibilityFelipe Heidrich1-7/+19
2010-04-07Bug 308057 - StyledText reporting wrong accessibility information when delet...Silenio Quarti1-2/+2
2010-03-24accessibility state needs both single and multiCarolyn MacLeod1-1/+2

Back to the top