summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Bug 376560 - Crash when starting on SUSE or some RHEL4 - Comment#11Silenio Quarti2012-07-121-12/+16
|
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
|
* Bug 373794 - Malformed Javadoc commentsGrant Gayed2012-03-091-2/+2
|
* Bug 372599 - Wrong drawing behaviour using SWT and Cairo drawing a ↵Silenio Quarti2012-02-271-0/+3
| | | | TextLayout and then an oval
* Make gdk_pango_context_set_colormap dynamic.Alexander Kurtakov2012-01-311-1/+6
| | | | | This function needs to be called only on GTK versions prior to 2.6. On newer versions the colormap is set automatically.
* Bug 350362 - "Go to the next word (Ctrl+Right)" in text file does not work ↵Felipe Heidrich2011-11-161-4/+9
| | | | for certain cases
* underline and strikeout color have priority over selectionFelipe Heidrich2011-10-241-0/+2
|
* Bug 359869 - cannot see mouse selection in highlighted text in StyledTextSilenio Quarti2011-10-241-188/+47
|
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
|
* Bug 341361 - tests failures in TextLayout#getNextOffsetFelipe Heidrich2011-03-301-0/+1
|
* surrogate fixesFelipe Heidrich2011-03-231-1/+6
|
* Bug 65899 - [StyledText] StyledText Supplementary/Surrogate character navigationFelipe Heidrich2011-03-231-35/+52
|
* freeRuns() has to be called from setOrientation() because it changes the ↵Felipe Heidrich2010-12-061-0/+1
| | | | segmentsText when bidi segments are used.
* Bug 331453 - unicode nonprintable / zero width space completely bricks editorsFelipe Heidrich2010-12-061-1/+1
|
* Bug 326644 - StyledText selection erases painted characters behind last ↵Felipe Heidrich2010-11-081-1/+1
| | | | character
* Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod2010-05-261-3/+64
|
* Bug 308329 - [TUR3.6]: ArrayIndexoutOfBoundsException occurred when paste ↵Felipe Heidrich2010-04-121-3/+9
| | | | TR characters in Console when Run C++ project
* Bug 295513 - AIOBE in TextLayoutFelipe Heidrich2009-11-181-2/+2
|
* Bug 241482 - [Bidi] Need to extend BidiSegmentListenerFelipe Heidrich2009-11-171-49/+63
|
* fix for junit testFelipe Heidrich2009-11-031-0/+1
|
* Bug 115432 - [Graphics] TextLayout.setIndent not supporting "out-denting"Felipe Heidrich2009-10-291-8/+37
|
* bug 287326Felipe Heidrich2009-08-281-25/+37
|
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+2201
|
* *** empty log message ***Felipe Heidrich2009-06-301-2201/+0
|
* After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod2009-05-291-1/+1
|
* After javadoc bash for 3.5RC3v3549aBEFORE_COPYRIGHT_BASH_FOR_35RC3AFTER_JAVADOC_BASH_FOR_35RC3Carolyn MacLeod2009-05-271-1/+6
|
* Bug 83408: Support links in StyledTextFelipe Heidrich2008-11-111-0/+15
|
* Bug 252678: StyledText #setLineSpacing(int) not working in GTKFelipe Heidrich2008-11-031-0/+1
|
* After Copyright Bash for 3.4RC4AFTER_COPYRIGHT_BASH_FOR_34RC4Carolyn MacLeod2008-06-051-1/+1
|
* 235806 - improper usage of "Device" when setting font description in ↵Kevin Barnes2008-06-051-1/+2
| | | | org.eclipse.swt.graphics.TextLayout constructor
* After Javadoc Bash for 3.4RC4Carolyn MacLeod2008-06-041-2/+11
|
* 226007 BIDI3.4: search results appear shaped improperlyBogdan Gheorghe2008-05-141-1/+3
|
* Bug 226016 BIDI3.4: Last two characters in BIDI text are not shaped correctlyFelipe Heidrich2008-04-221-13/+13
| | | | | Bug 226106 BIDI3.4: Arabic text in console is not shaped correctly Bug 226023 BIDI3.4: Last two characters in Arabic in tooptip are not shaped correctly
* 225997 - TextLayout font seems not the be the system fontSilenio Quarti2008-04-071-1/+2
|
* reorganize to consider adding finalizationSilenio Quarti2008-01-241-13/+4
|
* Bug 211188 - Looks like squiggle and error_underline style have fat dash at endFelipe Heidrich2008-01-211-2/+2
|
* hold on to Font objectSilenio Quarti2008-01-211-2/+3
|
* Bug 209014 GTK-BIDI: RTL BIDI problems in SWT StyledTextFelipe Heidrich2007-11-081-0/+3
| | | | Part3 - fix getBounds(int,int)
* Bug 209014 GTK-BIDI: RTL BIDI problems in SWT StyledTextFelipe Heidrich2007-11-081-1/+11
| | | | Part2 - fix getLineBounds, getLocation, getOffset
* Bug 209014 GTK-BIDI: RTL BIDI problems in SWT StyledTextFelipe Heidrich2007-11-081-21/+39
| | | | Part1 - fix alignment
* Bug 205794 Provide SWT.UNDERLINE_SQUIGGLE text styleFelipe Heidrich2007-11-051-1/+3
|
* Bug 205818 Adherent TextStyles must be continuousFelipe Heidrich2007-10-161-37/+79
|
* *** empty log message ***Felipe Heidrich2007-10-041-1/+1
|
* decoration color has priority over selection colorFelipe Heidrich2007-10-041-49/+98
|
* color underline/strikeout for old GTK versionsFelipe Heidrich2007-10-031-31/+111
|
* text border implementation added (extra fix: drawWithCairo uses alpha channel)Felipe Heidrich2007-10-011-6/+111
|
* *** empty log message ***Felipe Heidrich2007-08-221-5/+0
|
* 200083 Support BIDI on Linux GTKBogdan Gheorghe2007-08-171-0/+30
|
* underlineStyle supportFelipe Heidrich2007-08-091-9/+30
|
* add underline and strikeout colorFelipe Heidrich2007-07-311-0/+18
|