summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
Commit message (Collapse)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
| | | | | | | | | | | There is the following printed on console: Gtk-CRITICAL **: gtk_widget_set_allocation: assertion `gtk_widget_get_visible (widget) || gtk_widget_is_toplevel (widget)' failed. The critical part is that this breaks even the workspace selection dialog (it's empty) on GTK 3. A workaround is to make the widget visible. It's done for GTK 3 only to prevent any possible problem on GTK 2 because of it.
* 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
| | | | This is needed on later gtk 3.x versions in order for overrides to propagate to the style context and be retrievable.
* Bug 399560 - [GTK3] CoolBar item handles only shown when CoolBar style ↵Silenio Quarti2013-03-201-5/+7
| | | | includes SWT.FLAT
* Revert Control.setBackground on GTK3. Bug 403474Alexander Kurtakov2013-03-151-10/+11
| | | | Looks like this would be tough to fix as one can't change a single css property only in the way I tried it.
* Fix Control.setBackground on GTK3.Alexander Kurtakov2013-03-151-11/+10
| | | | | The function used gtk_widget_override_background_color doesn't work on all themes (see https://bugzilla.gnome.org/show_bug.cgi?id=656461 ). In order to make it work for all themes CSS needs to be used.
* Bug 273198 - [Bidi] Lack of support for controlling text direction ↵Lina Kemmel2013-03-131-0/+10
| | | | independently from widget orientation
* 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
| | | | - support GDK_SCROLL_SMOOTH
* warnings while opening dialogs - widget does not have to be realized to get ↵Silenio Quarti2012-11-051-3/+1
| | | | style context
* 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 ↵Silenio Quarti2012-11-021-15/+13
| | | | running with GTK+3
* 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 ↵Silenio Quarti2012-10-271-51/+22
| | | | cairo_region_XXX
* 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
| | | | GTK_WIDGET_REQUISITION_[WIDTH|HEIGHT] are gone now.
* Bug 381974 - DBCS4.2: Can not choose Hanzi on Text editor with AIX ↵Silenio Quarti2012-10-231-1/+14
| | | | T/S-Chinese IME
* 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
| | | | Now that we require 2.6.0+ it makes no sense to clutter the code with useless checks.
* 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: ↵Silenio Quarti2012-08-291-14/+0
| | | | im-xim.so+0x3b04
* Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: ↵Silenio Quarti2012-08-271-5/+7
| | | | im-xim.so+0x3b04 (remove changes for bug#382812)
* Bug 387496 -JVM crashes when running jdtuirefactoring tests on hudson: ↵Silenio Quarti2012-08-271-5/+6
| | | | im-xim.so+0x3b04 (PUT BACK CHANGES IN CONTROL)
* 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: ↵Silenio Quarti2012-08-231-6/+5
| | | | im-xim.so+0x3b04 (REVERT SUSPICIOUS CHANGE TO RUN JUNIT IN NIGHTLY)
* 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
| | | | | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
* Omit use of deprecated GTK_WIDGET_SET_FLAGAnatoly Spektor2012-08-081-4/+4
| | | | | | | | | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MenuItem.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java
* Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ↵Anatoly Spektor2012-08-061-12/+12
| | | | GTK+