summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: im-xi...Silenio Quarti2012-08-231-6/+5
* Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamicAnatoly Spektor2012-08-141-4/+4
* Bug 386778 Omit use of GTK_WIDGET_SET_X and GTK_WIDGET_SET_Y in newer GTK+Anatoly Spektor2012-08-091-3/+17
* Omit use of deprecated GTK_WIDGET_UNSET_FLAGSAnatoly Spektor2012-08-081-3/+3
* Omit use of deprecated GTK_WIDGET_SET_FLAGAnatoly Spektor2012-08-081-4/+4
* Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor2012-08-061-12/+12
* Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUSAnatoly Spektor2012-08-061-1/+1
* Bug 386594 - Use gtk_widget_get_visible instead of GTK_WIDGET_VISIBLE for new...Anatoly Spektor2012-08-031-5/+5
* Use gtk_widget_get_allocation in newer GTK+Anatoly Spektor2012-08-031-29/+117
* Omit use of deprecated GTK_WIDGET_FLAGSAnatoly Spektor2012-08-031-7/+7
* rename setHasWindow() to gtk_widget_set_has_window(). Better naming conventionSilenio Quarti2012-08-011-8/+8
* add gtk_widhet_get_mapped() helper function to simply codeSilenio Quarti2012-08-011-8/+2
* Use gtk_widget_get_mapped() instead of deprecated GTK_WIDGET_MAPPEDAnatoly Spektor2012-08-011-2/+8
* add helper setHasWindowSilenio Quarti2012-08-011-0/+8
* Bug 381974 - DBCS4.2: Can not choose Hanzi on Text editor with AIX T/S-Chines...Bogdan Gheorghe2012-07-301-5/+6
* Bug 382812 - Eclipse crashes with Gtk:ERROR after showing workbench (Ubuntu 1...Silenio Quarti2012-07-171-1/+13
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Bug 376826 Text#removeSegmentListener inconsistent with other codeBogdan Gheorghe2012-04-161-9/+9
* Gtk bug 110005Carolyn MacLeod2012-03-101-1/+6
* Bug 373794 - Malformed Javadoc commentsGrant Gayed2012-03-091-1/+2
* Use gdk_get_default_root_window instead of GDK_ROOT_PARENT.Alexander Kurtakov2012-02-281-1/+1
* Replace usage of GDK_DISPLAY with gdk_x11_display_get_xdisplay.Alexander Kurtakov2012-02-281-2/+2
* Bug 337979 - [ui] max/restore the editor area and viewstack tabs disappearBogdan Gheorghe2012-02-241-0/+18
* Bug 354978 - Use Cairo as backend for graphics operations (comment#19)Silenio Quarti2012-02-061-1/+1
* 368993 - Label with size hint {0, 0} layouted to {64, 64}Bogdan Gheorghe2012-01-311-6/+0
* 357559 - [4.2] CTabFolders in some views show overly-large buttons or cheeseBogdan Gheorghe2012-01-251-2/+6
* Fix drawBackground for Tree/Table with clippingBogdan Gheorghe2012-01-191-1/+4
* cleanup before merging into masterSilenio Quarti2012-01-191-3/+7
* Merge master into Bug354978Bogdan Gheorghe2012-01-181-0/+3
|\
| * Bug 275159 - Accessible should not add dispose listener to its controlCarolyn MacLeod2011-11-071-0/+3
* | fix Control.setBackgroundImage()Silenio Quarti2011-10-211-2/+29
* | fix Control.print(), only works for GTK_NATIVE_WINDOWS=1Silenio Quarti2011-10-211-2/+3
* | make GC handle a cairo object, fix clipping, rename USE_CAIRO flagSilenio Quarti2011-10-211-7/+16
* | fix Control.drawBackground(), working on background pixmapSilenio Quarti2011-10-201-5/+34
|/
* Bug 351494 - List is not displayed when using GridLayout on Linux withFelipe Heidrich2011-07-191-0/+2
* Javadoc bash pre-RC4Carolyn MacLeod2011-05-271-12/+29
* 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-12/+44
* Bug 344686 - [GTK] Cannot enable/disable breakpoint by clicking checkboxSilenio Quarti2011-05-061-4/+4
* 342755 - Grab lost when setRedraw called in GTK 2.18 and greaterBogdan Gheorghe2011-04-251-10/+14
* Bug 342755 - Grab lost when setRedraw called in GTK 2.18 and greaterBogdan Gheorghe2011-04-211-11/+9
* flag non-nls stringsCarolyn MacLeod2011-03-041-2/+2
* Bug 336408 - [DND] Cannot drag and drop Views and Editors if mouse click hel...Silenio Quarti2011-03-031-1/+1
* Bug 338448 - Control.setTouchEventsEnabled(boolean)/isTouchEnabled() not cons...Felipe Heidrich2011-02-281-23/+24
* Add isTouchEnabled() for all other platforms.Scott Kovatch2011-01-171-0/+21
* 279884 - stub APIs for touchScott Kovatch2011-01-171-0/+73
* Bug 29779 - BIDI: lack of ability to change orientation of widget in runtimeFelipe Heidrich2010-12-231-2/+2
* Bug 333053 - Multiple compiler warnings in I20101221-1019Felipe Heidrich2010-12-221-2/+2
* Fix addGestureListener's javadoc. Wrong description used.Scott Kovatch2010-12-211-4/+8
* 279884 - implement Mac portion of gesture support, and add stubs for all othe...Scott Kovatch2010-12-201-0/+48