summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
Commit message (Expand)AuthorAgeFilesLines
* Use gdk_device_get_window_at_position instead of gdk_window_at_pointergtk3_device_at_pointerAnatoly Spektor2012-09-241-0/+1
* Bug 324435 - JVM crashes when press a buttonGrant Gayed2012-09-171-0/+1
* Bug 388461 Use gdk_device_grab() instead of gdk_pointer_grab() in GTK+3 and h...Anatoly Spektor2012-09-141-0/+4
* Bug 388369 Use gtk_separator_new () in GTK+3Anatoly Spektor2012-09-121-0/+1
* Bug 388265 Use gtk_box_new() and gtk_box_set_homogeneous() for GTK3Anatoly Spektor2012-09-111-0/+2
* terminator is not a 64 bit value in these functions (it is a column index -> ...Silenio Quarti2012-09-071-12/+12
* Use gtk_scale_new() in Gtk+3Anatoly Spektor2012-09-061-0/+1
* Use gtk_scrollbar_new() for GTK+3Anatoly Spektor2012-09-061-0/+1
* Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: im-xi...Silenio Quarti2012-08-291-0/+1
* Omit use of deprecated gdk_utf8_to_compound_text() in newer GTK+Anatoly Spektor2012-08-281-0/+1
* Omit use of GTK_RANGE_HAS_STEPPER_A,B,C,D constants for newer GTK+Anatoly Spektor2012-08-161-4/+0
* Bug 386778 Omit use of GTK_WIDGET_SET_X and GTK_WIDGET_SET_Y in newer GTK+Anatoly Spektor2012-08-091-0/+1
* Omit use of deprecated GTK_RANGE_SLIDER_END and GTK_RANGE_SLIDER_STARTAnatoly Spektor2012-08-081-0/+1
* Omit use of deprecated GTK_WIDGET_UNSET_FLAGSAnatoly Spektor2012-08-081-0/+1
* Omit use of deprecated GTK_WIDGET_SET_FLAGAnatoly Spektor2012-08-081-0/+4
* Remove unused GTK_WIDGET_SET_HEIGHT and GTK_WIDGET_SET_WIDTHAnatoly Spektor2012-08-081-2/+0
* Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor2012-08-061-0/+1
* Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUSAnatoly Spektor2012-08-061-0/+1
* Fix gtk_widget_get_allocation naming in OS.javaArun Thondapu2012-08-031-1/+1
* Use gtk_widget_get_allocation in newer GTK+Anatoly Spektor2012-08-031-0/+1
* Omit use of deprecated GTK_WIDGET_FLAGSAnatoly Spektor2012-08-031-0/+4
* Use g_object_ref_sink() method instead of deprecated gtk_object_sink()Anatoly Spektor2012-08-031-0/+4
* Uses gtk_widget_get_sensitive instead of deprecated GTK_WIDGET_SENSITIVEAnatoly Spektor2012-08-021-0/+1
* remove unused function GTK_WIDGET_STATEAnatoly Spektor2012-08-011-1/+0
* Use gtk_widget_get_mapped() instead of deprecated GTK_WIDGET_MAPPEDAnatoly Spektor2012-08-011-0/+1
* Use gtk_widget_set_has_window() instead of gtk_fixed_set_has_window()Anatoly Spektor2012-08-011-0/+1
* Omit use of gdk_drawable_get_size deprecated function in GCAnatoly Spektor2012-08-011-0/+3
* Use gtk_widget_has_default instead of deprecated GTK_WIDGET_HAS_DEFAULTAnatoly Spektor2012-08-011-0/+1
* put back some natives needed by 64 bit buildsSilenio Quarti2012-06-261-2/+30
* Remove unused gtk_* functions (part 2).Alexander Kurtakov2012-06-261-71/+2
* Remove unused gtk_* functions (part 1).Alexander Kurtakov2012-06-261-14/+0
* Remove unused gdk_* functions bindings.Alexander Kurtakov2012-06-261-14/+0
* Remove unused g_* functions bindings.Alexander Kurtakov2012-06-261-13/+0
* Remove X*Event unused memmove bindings.Alexander Kurtakov2012-06-261-15/+0
* Remove unused gdk_ functions bindings.Alexander Kurtakov2012-06-261-2/+0
* Remove unused X functions binding.Alexander Kurtakov2012-06-261-3/+0
* Remove gtk_toolbar_insert_widget.Alexander Kurtakov2012-06-211-1/+0
* Use gtk_scrolled_window_get_[h|v]scrollbar functions for GTK >= 2.8.Alexander Kurtakov2012-06-211-0/+2
* Use Cairo instead of deprecated functions in ToolTip widget.Anatoly Spektor2012-06-191-0/+1
* Bug 376448 - [DBCS4.2] AIX 7, DirectoryDialog returns 'null' if selectedSilenio Quarti2012-06-181-0/+1
* Bug 378482 - g_object_get() emits console warnings in ToolItem#gtk_create_men...Silenio Quarti2012-05-111-0/+1
* Bug 46025 - [Widgets] Toolbar does not support WRAP style (initial patch)Arun Thondapu2012-04-261-0/+18
* Remove gdk_event_get_graphics_expose function.Alexander Kurtakov2012-03-191-1/+0
* Remove gdk_gc_set_clip_rectangle.Alexander Kurtakov2012-03-191-1/+0
* Replace gdk_cursor_destroy with gdk_cursor_unref.Alexander Kurtakov2012-03-191-1/+1
* Bug 330563 Menu doesn't appear on Ubuntu with Unity desktopBogdan Gheorghe2012-03-091-0/+1
* Bug 212023 - limitation of SWT ColorDialogCarolyn MacLeod2012-03-071-0/+9
* Use gdk_text_property_to_utf8_list + _for_display.Alexander Kurtakov2012-03-051-1/+1
* Use gdk_x11_window_lookup_for_display for gtk 2.24 instead ofAlexander Kurtakov2012-03-051-0/+1
* Use gdk_get_default_root_window instead of GDK_ROOT_PARENT.Alexander Kurtakov2012-02-281-1/+1