Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 MacLeod2-28/+28
2010-07-07Bug 315932 - [printing] Print selection prints whole fileCarolyn MacLeod1-5/+6
2010-05-31Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod12-12/+12
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 Shanmugam3-15/+22
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-11Bug 118049 - CCombo in form : dropdown scrolling causes parent shell to scrol...Lakshmi Shanmugam1-1/+31
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-27Fix hot state in CTabItemBogdan Gheorghe2-3/+18
2010-04-22fix tag sinceFelipe Heidrich1-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-04-06Bug 307681 - StyledText: Incorrect style.length in paintObject eventsFelipe Heidrich1-1/+1
2010-03-24accessibility state needs both single and multiCarolyn MacLeod1-1/+2
2010-03-15accessibility fixFelipe Heidrich1-0/+1
2010-03-11305553 - Left border of CTabFolder tab is off by oneBogdan Gheorghe2-6/+5
2010-03-11305444 - View name in tabs truncated in RTL modeBogdan Gheorghe1-3/+13
2010-03-11rename getTabsStop() to getTabStops()Felipe Heidrich1-5/+5
2010-03-11305537 - CTabFolder Gradient background on unselected tabs draws incorrectlyBogdan Gheorghe1-20/+11
2010-03-11305536 - CTabFolder in single mode shows no textBogdan Gheorghe1-1/+1
2010-03-08305070 - CCombo should not throw away event.doit of forwarded eventsBogdan Gheorghe1-0/+2
2010-03-05return OK if accessible action was performedCarolyn MacLeod1-0/+5
2010-03-04CTabFolder javadocBogdan Gheorghe2-32/+37
2010-03-04CTabFolder javadocBogdan Gheorghe4-34/+144
2010-03-04Delete AccessibleTextExtendedEvent class, use AccessibleTextEvent instead.Carolyn MacLeod1-13/+13
2010-03-03246262 - RTL CoolBar and CTabFolder should show RTL drop-down menuGrant Gayed1-1/+1
2010-02-26accessibility work for StyledTextFelipe Heidrich1-1/+338
2010-02-25CTabFolder refactorBogdan Gheorghe2-52/+93
2010-02-12fix java docFelipe Heidrich1-2/+2
2010-02-12CTabFolder renderer workBogdan Gheorghe4-1646/+1914
2010-02-10Bug 301212: on Mac OS only: RTFTransfer does not support german umlautFelipe Heidrich1-1/+1
2010-02-09Bug 69814 - [StyledText] Surrogate -- cannot delete a complete surrogate char...Felipe Heidrich1-2/+11
2010-02-09302053 - CLabel onDispose not calledGrant Gayed1-7/+12
2010-02-04don't need to check for CHILDID_SELF in getChildren and getChild (e.childID i...Carolyn MacLeod1-2/+0
2010-02-01279454 - Javadoc of CTabItem#setToolTipText(String) should tell that & is st...Carolyn MacLeod1-0/+5
2010-01-25accessibility work (children of items and dispose listener called twice)Silenio Quarti1-2/+4
2010-01-22fix misspellingFelipe Heidrich1-6/+6
2010-01-19 Bug 300056 - N20100117-2000 and up has screwed up layoutsCarolyn MacLeod1-1/+1
2010-01-15Bug 119192 - [CCombo] CCombo Mouse problem (listeners not fired)Lakshmi Shanmugam1-38/+57
2010-01-15 Bug 278572 - [layout] StackLayout very slow.. one line patchCarolyn MacLeod1-2/+1
2010-01-14299302 - Cannot Uppercase text CCombo in VerifyListenerKevin Barnes1-0/+1

Back to the top