summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java
Commit message (Expand)AuthorAgeFilesLines
* Use gtk_text_buffer_select_range instead of gtk_text_buffer_move_mark.Alexander Kurtakov2013-07-111-11/+3
* Bug 408957 - Improve API doc for Text.getTextChars() and setTextChars()Lakshmi Shanmugam2013-05-291-1/+11
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-281-1/+1
* Bug 403474 - [GTK3] Problems setting background on latestSilenio Quarti2013-04-031-0/+8
* Bug 394583 - [ GTK+ 3] TextBox is clipped to the rightSilenio Quarti2013-03-201-9/+2
* Remove pre GTK 2.6 checks.Alexander Kurtakov2013-03-081-15/+1
* This patch solves clipping and wrong default sizing of GtkEntry in GTK3Anatoly Spektor2013-02-211-0/+3
* Bug 394583 - [ GTK+ 3] TextBox is clipped to the rightSilenio Quarti2012-11-211-1/+0
* Use Requisition to computeSize of Text in GTK+ 3Anatoly Spektor2012-11-201-2/+10
* Bug 393856 - Consider using pango_layout_get_pixel_sizeAlexander Kurtakov2012-11-141-6/+6
* Bug 393727 - [GTK3] Search box in eclipse is clipped on the rightSilenio Quarti2012-11-121-9/+32
* Use gtk_entry_set_placeholder_text APISilenio Quarti2012-11-051-0/+8
* add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti2012-11-021-3/+3
* Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti2012-10-301-9/+22
* Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for selected,...Markus Keller2012-10-261-0/+4
* Bug 392841 - [GTK3] Need to replace expose-event signal with draw signalSilenio Quarti2012-10-261-7/+16
* Bug 387315 - Use gtk_entry_im_context_filter_keypress to omit direct ImContex...Silenio Quarti2012-10-251-1/+5
* IMContext is private in GTK3.Alexander Kurtakov2012-10-251-0/+1
* Bug 384886: [Bidi] Text#addSegmentListener(..) should not require client to c...Markus Keller2012-10-221-10/+8
* Bug 388578: [Bidi] Text#addSegmentListener(..) not implemented on Mac/CocoaMarkus Keller2012-10-221-0/+4
* Remove Gtk 2.2-2.4 checks.Alexander Kurtakov2012-10-161-1/+1
* Replace gdk_cursor_unref with g_object_unref for GTK+ 3Anatoly Spektor2012-10-021-1/+1
* Make 64-bit the default source codeSilenio Quarti2012-09-241-107/+107
* 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