summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java
Commit message (Expand)AuthorAgeFilesLines
* Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamicAnatoly Spektor2012-08-141-1/+1
* Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUSAnatoly Spektor2012-08-061-1/+1
* rename setHasWindow() to gtk_widget_set_has_window(). Better naming conventionSilenio Quarti2012-08-011-1/+1
* add helper setHasWindowSilenio Quarti2012-08-011-5/+1
* Use gtk_widget_set_has_window() instead of gtk_fixed_set_has_window()Anatoly Spektor2012-08-011-1/+5
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-05-281-7/+62
* Bug 376826 Text#removeSegmentListener inconsistent with other codeBogdan Gheorghe2012-04-161-2/+2
* Replace gdk_cursor_destroy with gdk_cursor_unref.Alexander Kurtakov2012-03-191-1/+1
* removing more extra checksFelipe Heidrich2012-02-241-16/+9
* remove extra tests in gtkFelipe Heidrich2012-02-241-40/+25
* fixFelipe Heidrich2012-02-241-1/+1
* review bug230854, changes to API, fix code to handle surrogates in linux, oth...Felipe Heidrich2012-02-241-19/+34
* Merge branch 'master' into bug230854Felipe Heidrich2012-02-141-3/+12
|\
| * Bug 354978 - Use Cairo as backend for graphics operations (cairo in Text.java)Silenio Quarti2012-02-131-4/+12
| * GC CopyArea for scrollingBogdan Gheorghe2012-01-171-0/+1
* | fixing code styleFelipe Heidrich2011-12-091-15/+15
* | bug 230854- initial gtk reviewFelipe Heidrich2011-12-051-65/+56
* | bug 230854 - initial commit, started with patch from comment 149Felipe Heidrich2011-07-211-32/+336
|/
* Javadoc bash pre-RC4Carolyn MacLeod2011-05-271-4/+8
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
* After javadoc bash for 3.7RC1AFTER_JAVADOC_BASH_FOR_37RC1Carolyn MacLeod2011-05-091-0/+2
* Bug 344686 - [GTK] Cannot enable/disable breakpoint by clicking checkboxSilenio Quarti2011-05-061-3/+3
* Bug 65899 - [StyledText] StyledText Supplementary/Surrogate character navigationFelipe Heidrich2011-03-231-43/+88
* Bug 29779 - BIDI: lack of ability to change orientation of widget in runtimeFelipe Heidrich2010-12-231-1/+1
* Bug 333053 - Multiple compiler warnings in I20101221-1019Felipe Heidrich2010-12-221-1/+1
* Bug 29779 - BIDI: lack of ability to change orientation of widget in runtime...Felipe Heidrich2010-12-171-2/+1
* Bug 304724 - [Widgets] clear icon not enabled when setText is called on a Te...Silenio Quarti2010-11-121-1/+5
* Bug 304724 - [Widgets] clear icon not enabled when setText is called on a Te...Silenio Quarti2010-11-121-0/+1
* Bug 297412 - Need setText (and getText) method on Text widget which takes cha...Lakshmi Shanmugam2010-09-221-19/+77
* Bug 318782 - [DataBinding] StringIndexOutOfBoundsException exception when cl...Silenio Quarti2010-07-281-2/+2
* Bug 318782: [DataBinding] StringIndexOutOfBoundsException exception when clea...Felipe Heidrich2010-07-281-1/+2
* Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod2010-05-261-1/+1
* Bug 65679 - SelectionEvent.stateMask remains 0 even Ctrl (Shift, Alt) were ...Felipe Heidrich2009-10-231-2/+2
* Bug 291726 - "Gtk-CRITICAL **" messages when listening to events of Link widgetFelipe Heidrich2009-10-081-3/+5
* Search Text, disable cancel icon when there is no text in the controlFelipe Heidrich2009-09-231-0/+5
* Bug 290204 - Use GTK_STOCK_CLEAR instead of GTK_STOCK_CANCEL for Text ICON_*...Felipe Heidrich2009-09-231-1/+1
* click on the cancel icon has the delete the text before sending the eventFelipe Heidrich2009-07-211-0/+1
* fix warningsFelipe Heidrich2009-07-211-1/+3
* Fixed error on 64Bogdan Gheorghe2009-07-211-1/+1
* 281352 Add ICON_* hinting support for GTK+ SWT.SEARCH Text controlsBogdan Gheorghe2009-07-171-1/+43
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+2152
* *** empty log message ***Felipe Heidrich2009-06-301-2152/+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-14/+25
* *** empty log message ***Felipe Heidrich2009-02-251-0/+5
* Bug 265652: Need Text.setMessage without side-effectsFelipe Heidrich2009-02-251-4/+3
* Bug 265668: Text#setMessage(..) should force redrawFelipe Heidrich2009-02-201-0/+1
* Bug 261230: computeSize not right for SWT.SEARCH TextFelipe Heidrich2009-01-211-7/+7
* 261219 text inner border can be wrong on gtk 2.10Bogdan Gheorghe2009-01-201-10/+12
* Bug 260361: Clients can't find out whether Text#setMessage(..) works on curre...Felipe Heidrich2009-01-151-1/+60