summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java
Commit message (Collapse)AuthorAgeFilesLines
* Bug 355524 - StyledText: Horizontal scrollbar is not reset when calling ↵Felipe Heidrich2011-08-231-0/+2
| | | | setText(String)
* Bug 323373 - StyledTextRenderer.hasLink() uses invalid indexing if no ranges ↵Felipe Heidrich2010-08-231-1/+2
| | | | array is defined
* Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod2010-05-311-1/+1
|
* Bug 307681 - StyledText: Incorrect style.length in paintObject eventsFelipe Heidrich2010-04-061-1/+1
|
* Bug 241482 - [Bidi] Need to extend BidiSegmentListenerFelipe Heidrich2009-11-241-9/+21
|
* Bug 115432 - [Graphics] TextLayout.setIndent not supporting "out-denting"Felipe Heidrich2009-10-291-1/+27
|
* Bug 279356 - StyledText: non-uniform tabstops on different linesFelipe Heidrich2009-09-211-1/+24
|
* Bug 4866: StyledText - Improve tab stops support in StyledTextFelipe Heidrich2009-09-091-1/+3
|
* Bug 280201: [StyledTextRenderer] Numbered bullets start at 0 (should be 1)Felipe Heidrich2009-07-151-1/+1
|
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+1568
|
* *** empty log message ***Felipe Heidrich2009-06-301-1568/+0
|
* After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod2009-05-291-1/+1
|
* Bug 56342 similar to 'comment 12, problem D' but for the v scrollFelipe Heidrich2009-03-041-1/+1
|
* Bug 250179: Consider drawing the block selection on charactersv3523Felipe Heidrich2008-12-081-1/+2
|
* Bug 256261: Hand cursor stays when releasing Ctrl after hovering a linkFelipe Heidrich2008-11-241-0/+1
|
* Bug 83408: Support links in StyledTextFelipe Heidrich2008-11-111-0/+42
|
* Bug 250177 - convert block selections to linear selections and vice-versaFelipe Heidrich2008-10-201-0/+3
| | | | Bug 250180 - don't reset block selection mode under no circumstances
* new Fix for Bug 212851 StyledText - getStyleRanges(int start, int length) ↵Felipe Heidrich2008-10-161-0/+2
| | | | | | returns wrong style range (fix for getRanges(int, int)) Added for consistency only, code never runs cause (ranges!=null) is always true
* Bug 251089 - StyledText#copy() fails in RTFWriter with AIOOBEFelipe Heidrich2008-10-161-0/+2
| | | | note: this bug was originally fixed by the new fix for Bug 212851 date 20081016
* fix for Bug 250193 StyledText SetStyleRange not workingFelipe Heidrich2008-10-161-10/+12
| | | | | style.start and style.length can only the touched when includeRanges == true note: this bug was actually fixed by the new fix for Bug 212851 date 20081015
* new fix for Bug 212851Felipe Heidrich2008-10-161-16/+6
| | | | also fixes Bug 251089 - StyledText#copy() fails in RTFWriter with AIOOBE
* Bug 212851 StyledText - getStyleRanges(int start, int length) returns wrong ↵Felipe Heidrich2008-10-151-1/+7
| | | | style range (fix for getRanges(int, int))
* Bug 250859 - StyledText getRages(int start, int length) returns incorrect arrayFelipe Heidrich2008-10-151-2/+2
|
* After Copyright Bash for 3.4RC4AFTER_COPYRIGHT_BASH_FOR_34RC4Carolyn MacLeod2008-06-051-1/+1
|
* Bug 212851StyledText - getStyleRanges(int start, int length) returns wrong ↵Felipe Heidrich2008-01-041-2/+8
| | | | style range
* Bug 205063 Compare viewer does not draw background colors for changes ↵Felipe Heidrich2007-10-011-5/+8
| | | | (StyledText)
* more IME fixes and APIFelipe Heidrich2007-09-251-2/+2
|
* IME object addedFelipe Heidrich2007-09-241-43/+43
|
* Restoring pre-M2 changes to HEADBogdan Gheorghe2007-09-191-1/+0
|
* v3410a for I20070918Bogdan Gheorghe2007-09-191-0/+1
|
* *** empty log message ***Felipe Heidrich2007-09-181-1/+0
|
* merge imeStyles and userStyles (2)Felipe Heidrich2007-08-301-17/+34
|
* merge imeStyles and userStylesFelipe Heidrich2007-08-291-9/+28
|
* Bug 108591 - SWT StyledText does not support inline Input methodFelipe Heidrich2007-08-221-0/+16
|
* After copyright bash for 3.3 RC3AFTER_COPYRIGHT_BASH_FOR_33RC3Carolyn MacLeod2007-05-311-1/+1
|
* Bug 183503 Text formatting finishes too early when pastedFelipe Heidrich2007-05-161-1/+1
|
* Bug 179368 Need to draw text selection using native functionalityFelipe Heidrich2007-03-291-59/+17
|
* temporary draw selection code for WPFFelipe Heidrich2007-03-211-32/+46
|
* Bug 170877 Editor viewport not correct after restartFelipe Heidrich2007-02-061-0/+5
|
* Bug 152718 - StyledText printing feature doesn't workFelipe Heidrich2006-08-031-6/+8
|
* After copyright bash for 3.2 RC4.AFTER_COPYRIGHT_BASH_FOR_32RC4Carolyn MacLeod2006-05-091-1/+1
|
* Bug 129564Felipe Heidrich2006-04-211-0/+3
|
* bug 125113 - fix printing when a paragraph had to be split across 2 pagesCarolyn MacLeod2006-04-051-1/+1
|
* Bug 131906Felipe Heidrich2006-03-161-3/+12
|
* Bug 128719, forgot to call calculatedScrollBar()Felipe Heidrich2006-03-141-4/+3
|
* 92548 & 67642 - styledtext updates the lineheight on the fly when font ↵Felipe Heidrich2006-03-101-0/+32
| | | | substitution returns a font too big
* background image for styledtext (fixes 108996)Felipe Heidrich2006-03-091-1/+1
|
* bullet list support added - part of bug 54426Felipe Heidrich2006-02-131-42/+220
|
* *** empty log message ***Felipe Heidrich2006-02-061-1/+2
|
* 122736Felipe Heidrich2006-01-051-1/+3
|