summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-251-1/+38
* Fix for initial bounds not set on GTK 3.Alexander Kurtakov2013-04-301-0/+3
* Bug 376011 - [accessibility] Eclipse 4.2 tab traversal needs refiningCarolyn MacLeod2013-04-051-1/+1
* Bug 403474 - [GTK3] Problems setting background on latestSilenio Quarti2013-04-031-2/+21
* Bug 404163 - [GTK3] setBackgroundImage not working on Fedora 18Silenio Quarti2013-04-031-10/+26
* Bug 403102 - [GTK3] pointer image is often wrong when moving from editor to viewSilenio Quarti2013-03-261-0/+10
* Bug 397107 - [GTK3] CTabFolder rendering hangsSilenio Quarti2013-03-251-16/+41
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorerSilenio Quarti2013-03-211-1/+1
* Bug 399547 - [GTK3] Widget.getStyle() does not report a set SWT.BORDER valueSilenio Quarti2013-03-211-3/+12
* Bug 403941 - invalidate style context after gtk_widget_override_*.Alexander Kurtakov2013-03-201-0/+2
* Bug 399560 - [GTK3] CoolBar item handles only shown when CoolBar style includ...Silenio Quarti2013-03-201-5/+7
* Revert Control.setBackground on GTK3. Bug 403474Alexander Kurtakov2013-03-151-10/+11
* Fix Control.setBackground on GTK3.Alexander Kurtakov2013-03-151-11/+10
* Bug 273198 - [Bidi] Lack of support for controlling text direction independen...Lina Kemmel2013-03-131-0/+10
* Bug 393723 - [GTK3] wrong foreground in Eclipse editor area unselected tabsSilenio Quarti2012-11-151-0/+12
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorerSilenio Quarti2012-11-091-5/+8
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorer ...Silenio Quarti2012-11-081-0/+9
* warnings while opening dialogs - widget does not have to be realized to get s...Silenio Quarti2012-11-051-3/+1
* Bug 390034 - Widget.gtk_widget_set_visible() for GTK>=3.0Silenio Quarti2012-11-021-2/+10
* add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti2012-11-021-19/+19
* background of toolbar in Eclipse is wrongSilenio Quarti2012-11-021-2/+6
* Bug 393156 - [ GTK+ 3 ] Shell.forceResize() gives Critical error when running...Silenio Quarti2012-11-021-15/+13
* fix tree/table rendering and inherit backgroundSilenio Quarti2012-10-311-2/+6
* fixing background image and inherit backgroundSilenio Quarti2012-10-311-0/+12
* Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti2012-10-301-16/+91
* Bug 390034 - Widget.gtk_widget_set_visible() for GTK>=3.0Silenio Quarti2012-10-291-4/+9
* Bug 392784 - [GTK3] implement Control.print()Silenio Quarti2012-10-291-0/+4
* cleanup region changes - use macros to redefine gdk_region_XXX in terms of ca...Silenio Quarti2012-10-271-51/+22
* Bug 392841 - [GTK3] Need to replace expose-event signal with draw signalSilenio Quarti2012-10-261-9/+44
* Bug 392841 - [GTK3] Need to replace expose-event signal with draw signalSilenio Quarti2012-10-251-2/+6
* Use requisition directly on Gtk 3.Alexander Kurtakov2012-10-251-2/+7
* Bug 381974 - DBCS4.2: Can not choose Hanzi on Text editor with AIX T/S-Chines...Silenio Quarti2012-10-231-1/+14
* Bug 391459 - cannot press/toggle Button with Space key any moreSilenio Quarti2012-10-221-6/+5
* Use gtk_widget_get_preferred_size() instead gtk_widget_size_request ()Anatoly Spektor2012-10-171-1/+1
* Replace GdkRegion with Cairo methods for GTK + 3.0 and higherAnatoly Spektor2012-10-171-22/+51
* Remove Gtk 2.2-2.4 checks.Alexander Kurtakov2012-10-161-1/+0
* Use gtk_render_handle() instead of gtk_paint_handle() for GTK+ 3Anatoly Spektor2012-10-041-1/+8
* Replace gdk_window_get_pointer with gdk_window_get_device_position GTK3Anatoly Spektor2012-10-041-4/+4
* Make 64-bit the default source codeSilenio Quarti2012-09-241-183/+183
* Bug 388990 - JUnit test failures on Linux in I20120904-0800Carolyn MacLeod2012-09-061-8/+5
* Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: im-xi...Silenio Quarti2012-08-291-14/+0
* Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: im-xi...Silenio Quarti2012-08-271-5/+7
* Bug 387496 -JVM crashes when running jdtuirefactoring tests on hudson: im-xim...Silenio Quarti2012-08-271-5/+6
* Bug 386401 - Use gtk_widget_get_allocation in newer GTK+Silenio Quarti2012-08-271-120/+36
* 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