summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk
Commit message (Expand)AuthorAgeFilesLines
* Omit use of GTK_RANGE_HAS_STEPPER_A,B,C,D constants for newer GTK+Anatoly Spektor2012-08-165-70/+6
* Make gdk_gc_set_values() dynamicAnatoly Spektor2012-08-143-3/+11
* Bug 387144 - Make gdk_pixbuf_render_to_drawable() dynamicSilenio Quarti2012-08-143-5/+11
* Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamicAnatoly Spektor2012-08-143-2/+11
* Bug 386778 Omit use of GTK_WIDGET_SET_X and GTK_WIDGET_SET_Y in newer GTK+Anatoly Spektor2012-08-095-2/+47
* Omit use of deprecated GTK_RANGE_SLIDER_END and GTK_RANGE_SLIDER_STARTAnatoly Spektor2012-08-085-2/+53
* Omit use of deprecated GTK_WIDGET_UNSET_FLAGSAnatoly Spektor2012-08-085-2/+33
* Omit use of deprecated GTK_WIDGET_SET_FLAGAnatoly Spektor2012-08-085-2/+129
* Remove unused GTK_WIDGET_SET_HEIGHT and GTK_WIDGET_SET_WIDTHAnatoly Spektor2012-08-085-32/+2
* Bug 386759 os.c regenerated to avoid warningsArun Thondapu2012-08-071-14/+363
* Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor2012-08-065-353/+41
* Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUSAnatoly Spektor2012-08-065-2/+38
* Bug 385315 - Omit use of deprecated GTK_WIDGET_SET_FLAGS (error when compilin...Silenio Quarti2012-08-031-1/+7
* Bug 386594 - Use gtk_widget_get_visible instead of GTK_WIDGET_VISIBLE for new...Anatoly Spektor2012-08-031-0/+4
* Bug 385939 - Omit use of deprecated GTK_TOOLTIPS_TIP_WINDOW and gtk_tooltips_newSilenio Quarti2012-08-033-27/+35
* Fix gtk_widget_get_allocation naming in OS.javaArun Thondapu2012-08-033-5/+6
* Use gtk_widget_get_allocation in newer GTK+Anatoly Spektor2012-08-035-2/+56
* g_object_ref_sink is in GOBJECT not GIOSilenio Quarti2012-08-031-1/+4
* fix unmerged codeSilenio Quarti2012-08-031-1/+0
* fix unmerged codeSilenio Quarti2012-08-031-2/+1
* Omit use of deprecated GTK_WIDGET_FLAGSAnatoly Spektor2012-08-035-2/+139
* Use g_object_ref_sink() method instead of deprecated gtk_object_sink()Anatoly Spektor2012-08-035-4/+119
* Solve build errors regarding 2 GTK_TOOLTIPS constantsAnatoly Spektor2012-08-021-0/+8
* Uses gtk_widget_get_sensitive instead of deprecated GTK_WIDGET_SENSITIVEAnatoly Spektor2012-08-025-2/+38
* Removes warning for GTK_WIDGET_MAPPED when gtk deprecated is disabledAnatoly Spektor2012-08-011-0/+3
* remove unused function GTK_WIDGET_STATEAnatoly Spektor2012-08-014-25/+2
* Use gtk_widget_get_mapped() instead of deprecated GTK_WIDGET_MAPPEDAnatoly Spektor2012-08-015-2/+35
* fix 64 bit problemsSilenio Quarti2012-08-012-12/+12
* Use gtk_widget_set_has_window() instead of gtk_fixed_set_has_window()Anatoly Spektor2012-08-015-5/+46
* Omit use of gdk_drawable_get_size deprecated function in GCAnatoly Spektor2012-08-015-3/+133
* Use gtk_widget_has_default instead of deprecated GTK_WIDGET_HAS_DEFAULTAnatoly Spektor2012-08-015-2/+38
* put back some natives needed by 64 bit buildsSilenio Quarti2012-06-264-16/+242
* Remove unused gtk_* functions (part 2).Alexander Kurtakov2012-06-264-1385/+16
* Remove unused gtk_* functions (part 1).Alexander Kurtakov2012-06-264-390/+2
* Remove unused gdk_* functions bindings.Alexander Kurtakov2012-06-264-374/+2
* Remove unused g_* functions bindings.Alexander Kurtakov2012-06-264-419/+2
* Remove X*Event unused memmove bindings.Alexander Kurtakov2012-06-264-123/+2
* Remove unused gdk_ functions bindings.Alexander Kurtakov2012-06-264-49/+2
* jni generator changeSilenio Quarti2012-06-261-0/+2
* Remove unused X functions binding.Alexander Kurtakov2012-06-264-105/+2
* Make gdk_gc_set_exposures() dynamicAnatoly Spektor2012-06-263-3/+11
* Remove gtk_toolbar_insert_widget.Alexander Kurtakov2012-06-214-37/+2
* Use gtk_scrolled_window_get_[h|v]scrollbar functions for GTK >= 2.8.Alexander Kurtakov2012-06-215-2/+82
* JNI generator changeSilenio Quarti2012-06-191-2/+2
* Use Cairo instead of deprecated functions in ToolTip widget.Anatoly Spektor2012-06-195-0/+35
* Make gdk_draw_image dynamicAnatoly Spektor2012-06-183-4/+11
* put back JNI generator flagsSilenio Quarti2012-06-183-5/+21
* Make gdk_draw_polygon function dynamicAnatoly Spektor2012-06-183-20/+11
* Make gdk_draw_layout function dynamicAnatoly Spektor2012-06-183-6/+11
* Make gdk_gc_get_values dynamicAnatoly Spektor2012-06-183-4/+12