summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
Commit message (Expand)AuthorAgeFilesLines
* Use gtk_render_option instead of gtk_paint_option for GTK+3 and highergtk3_redner_option_64Anatoly Spektor2012-10-051-1/+17
* cannot have cairo_t casts when compiling on RHEL4Silenio Quarti2012-10-051-4/+0
* Use gdk_device_get_window_at_position instead of gdk_window_at_pointerAnatoly Spektor2012-10-041-0/+15
* Use gtk_render_frame and gtk_render_background instead of gtk_paint_boxAnatoly Spektor2012-10-041-1/+18
* Use gtk_render_frame instead of gtk_paint_flat_box for GTK+ 3 and higher.Anatoly Spektor2012-10-041-1/+18
* Use gtk_redner_line() instead of gtk_paint_vline/hline for GTK+3Anatoly Spektor2012-10-041-2/+19
* Use gtk_render_handle() instead of gtk_paint_handle() for GTK+ 3Anatoly Spektor2012-10-041-1/+31
* Replace gdk_window_get_pointer with gdk_window_get_device_position GTK3Anatoly Spektor2012-10-041-0/+18
* Use gtk_orientable_set_orientation and progressbar_inverted for GTK+ 3Anatoly Spektor2012-10-031-1/+15
* Conditional usage of gdk_x11_drawable_get_xdisplay.Alexander Kurtakov2012-10-031-1/+1
* Make use of gdk_x11_window_get_xid instead of gdk_x11_drawable_get_xid.Alexander Kurtakov2012-10-031-1/+14
* Replace GtkFontSelection with GtkFontChooser for GTK+ 3.2 and higherAnatoly Spektor2012-10-021-3/+43
* Replace gdk_cursor_unref with g_object_unref for GTK+ 3Anatoly Spektor2012-10-021-1/+1
* Bug 390699 - Table.showItem is broken on LinuxSilenio Quarti2012-10-011-3/+3
* Make gdk_gc_set_fill () dynamicAnatoly Spektor2012-10-011-4/+1
* Make gdk_gc_set_stipple dynamicAnatoly Spektor2012-10-011-4/+1
* Bug 388528 add GdkDevice* cast for gdk_device_get_associated_device()Arun Thondapu2012-09-281-1/+4
* Bug 388528 Use gdk_device_ungrab () instead of gdk_keyboard_ungrab () for GTK+3Anatoly Spektor2012-09-281-0/+11
* Bug 388528 Use gdk_device_ungrab() instead of gdk_pointer_ungrab() in GTK3+Anatoly Spektor2012-09-281-1/+18
* Make 64-bit the default source codeSilenio Quarti2012-09-241-2386/+2386
* Bug 324435 - JVM crashes when press a buttonGrant Gayed2012-09-171-0/+10
* Bug 388461 Use gdk_device_grab() instead of gdk_pointer_grab() in GTK+3 and h...Anatoly Spektor2012-09-141-0/+56
* Bug 388369 Use gtk_separator_new () in GTK+3Anatoly Spektor2012-09-121-0/+15
* Bug 388265 fix formatting and remove redundant else check in WidgetArun Thondapu2012-09-111-0/+1
* Bug 388265 Use gtk_box_new() and gtk_box_set_homogeneous() for GTK3Anatoly Spektor2012-09-111-1/+28
* terminator is not a 64 bit value in these functions (it is a column index -> ...Silenio Quarti2012-09-071-24/+24
* Use gtk_scale_new() in Gtk+3Anatoly Spektor2012-09-061-4/+24
* Use gtk_scrollbar_new() for GTK+3Anatoly Spektor2012-09-061-2/+22
* Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: im-xi...Silenio Quarti2012-08-291-0/+11
* Omit use of deprecated gdk_utf8_to_compound_text() in newer GTK+Anatoly Spektor2012-08-281-5/+14
* Remove cast in dynamic method breaking compilation.Alexander Kurtakov2012-08-281-1/+0
* Omit use of GTK_RANGE_HAS_STEPPER_A,B,C,D constants for newer GTK+Anatoly Spektor2012-08-161-8/+4
* Make gdk_gc_set_values() dynamicAnatoly Spektor2012-08-141-2/+1
* Bug 387144 - Make gdk_pixbuf_render_to_drawable() dynamicSilenio Quarti2012-08-141-4/+1
* Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamicAnatoly Spektor2012-08-141-1/+1
* Bug 386778 Omit use of GTK_WIDGET_SET_X and GTK_WIDGET_SET_Y in newer GTK+Anatoly Spektor2012-08-091-0/+13
* Omit use of deprecated GTK_RANGE_SLIDER_END and GTK_RANGE_SLIDER_STARTAnatoly Spektor2012-08-081-0/+15
* Omit use of deprecated GTK_WIDGET_UNSET_FLAGSAnatoly Spektor2012-08-081-0/+10
* Omit use of deprecated GTK_WIDGET_SET_FLAGAnatoly Spektor2012-08-081-0/+40
* Remove unused GTK_WIDGET_SET_HEIGHT and GTK_WIDGET_SET_WIDTHAnatoly Spektor2012-08-081-4/+0
* Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor2012-08-061-0/+10
* Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUSAnatoly Spektor2012-08-061-0/+10
* Bug 385939 - Omit use of deprecated GTK_TOOLTIPS_TIP_WINDOW and gtk_tooltips_newSilenio Quarti2012-08-031-0/+1
* Fix gtk_widget_get_allocation naming in OS.javaArun Thondapu2012-08-031-3/+4
* Use gtk_widget_get_allocation in newer GTK+Anatoly Spektor2012-08-031-0/+13
* Omit use of deprecated GTK_WIDGET_FLAGSAnatoly Spektor2012-08-031-0/+40
* Use g_object_ref_sink() method instead of deprecated gtk_object_sink()Anatoly Spektor2012-08-031-1/+42
* Uses gtk_widget_get_sensitive instead of deprecated GTK_WIDGET_SENSITIVEAnatoly Spektor2012-08-021-0/+10
* remove unused function GTK_WIDGET_STATEAnatoly Spektor2012-08-011-9/+0
* Use gtk_widget_get_mapped() instead of deprecated GTK_WIDGET_MAPPEDAnatoly Spektor2012-08-011-0/+10