summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
Commit message (Expand)AuthorAgeFilesLines
* GTK 2.10.0 is the minimum required version now.Alexander Kurtakov2013-07-121-1/+1
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-281-1/+1
* Bug 398748 - [GTK3] Text in Javadoc hover unreadable on Ubuntu 12.04Silenio Quarti2013-04-031-0/+2
* Bug 398748 - [GTK3] Text in Javadoc hover unreadable on Ubuntu 12.04Silenio Quarti2013-03-271-1/+24
* Fix GTK3 IMContext disposal.Alexander Kurtakov2013-03-141-1/+1
* Remove pre GTK 2.6 checks.Alexander Kurtakov2013-03-081-4/+2
* Bug 181592 - [Widgets] Need a color constant for active and inactive hyperlin...Silenio Quarti2013-02-111-14/+26
* Do not use g_thread_init on Glib newer than 2.32.Alexander Kurtakov2013-02-071-3/+5
* stop using gtk_rc_parse_string in GTK3Silenio Quarti2012-12-061-2/+4
* use gtk_icon_set_render_icon_pixbuf in GTK3Silenio Quarti2012-12-061-4/+8
* Bug 393724 - [GTK3] Owner draw trees are not drawing itemsSilenio Quarti2012-11-161-5/+26
* Bug 393728 - [GTK3] Editor background is wrong on Fedora 17Silenio Quarti2012-11-151-0/+1
* Bug 380287 - Use Cairo methods instead of gdk_color_white and gdk_gc_set_fore...Silenio Quarti2012-11-021-1/+7
* add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti2012-11-021-12/+12
* Bug 393156 - [ GTK+ 3 ] Shell.forceResize() gives Critical error when running...Silenio Quarti2012-11-021-0/+3
* fix tree/table rendering and inherit backgroundSilenio Quarti2012-10-311-1/+8
* use GTK API to convert RGB to/from HSVSilenio Quarti2012-10-311-16/+24
* Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti2012-10-301-40/+87
* Bug 392841 - [GTK3] Need to replace expose-event signal with draw signalSilenio Quarti2012-10-261-3/+1
* Bug 387315 - Use gtk_entry_im_context_filter_keypress to omit direct ImContex...Silenio Quarti2012-10-251-0/+18
* Bug 392389 - Skip gtk_check_version for gtk 3.0+.Silenio Quarti2012-10-251-6/+15
* Bug 392841 - [GTK3] Need to replace expose-event signal with draw signalSilenio Quarti2012-10-251-1/+3
* Use gdk_x11_get_default_xdisplay unconditionally.Alexander Kurtakov2012-10-231-7/+1
* Bug 392610 - Use gdk_x11_get_default_xdisplay for GTK 3Alexander Kurtakov2012-10-231-1/+7
* Bug 392420 - Use g_type_query to query for sizes of GtkFixed.Alexander Kurtakov2012-10-191-2/+7
* Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for selected,...Markus Keller2012-10-181-0/+8
* Use gtk_widget_get_preferred_size() instead gtk_widget_size_request ()Anatoly Spektor2012-10-171-1/+5
* Fix for bug#391398. Alexander Kurtakov2012-10-091-3/+7
* Bug 391035 - JVM Crash when starting fresh download of JunoBogdan Gheorghe2012-10-051-1/+1
* Use gdk_device_get_window_at_position instead of gdk_window_at_pointerAnatoly Spektor2012-10-041-1/+12
* Replace gdk_window_get_pointer with gdk_window_get_device_position GTK3Anatoly Spektor2012-10-041-1/+18
* Make use of gdk_x11_window_get_xid instead of gdk_x11_drawable_get_xid.Alexander Kurtakov2012-10-031-2/+6
* Bug 377107 - no 32bits vm for JDK7Carolyn MacLeod2012-09-251-0/+2
* Make 64-bit the default source codeSilenio Quarti2012-09-241-149/+149
* Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor2012-08-061-2/+12
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Bug 46025 - [Widgets] Toolbar does not support WRAP style (initial patch)Arun Thondapu2012-04-261-0/+1
* Bug 376826 Text#removeSegmentListener inconsistent with other codeBogdan Gheorghe2012-04-161-17/+17
* Remove unneeded gtk version checks.Alexander Kurtakov2012-03-091-25/+19
* Bug 373794 - Malformed Javadoc commentsGrant Gayed2012-03-091-1/+2
* Use gdk_x11_window_lookup_for_display for gtk 2.24 instead ofAlexander Kurtakov2012-03-051-2/+12
* Use gdk_get_default_root_window instead of GDK_ROOT_PARENT.Alexander Kurtakov2012-02-281-2/+2
* reuse local varSilenio Quarti2012-02-281-3/+3
* Replace usage of GDK_DISPLAY with gdk_x11_display_get_xdisplay.Alexander Kurtakov2012-02-281-9/+9
* Merge branch 'master' into bug230854Felipe Heidrich2012-02-141-81/+22
|\
| * Bug 369228 - Kill pre GTK 2.4 leftovers from Tree. (review)Silenio Quarti2012-01-201-17/+1
| * Get rid of gdk_rgb_init.Alexander Kurtakov2012-01-201-1/+0
| * Bug 369152 - Make gtk_set_locale dynamic. (reviewed)Alexander Kurtakov2012-01-201-1/+3
| * Merge master into Bug354978Bogdan Gheorghe2012-01-181-11/+11
| |\
| * | make GC handle a cairo object, fix clipping, rename USE_CAIRO flagSilenio Quarti2011-10-211-6/+18