summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
Commit message (Expand)AuthorAgeFilesLines
* Use gtk_separator_new () in GTK+3gtk3_separator_newAnatoly Spektor2012-08-291-0/+15
* 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
* fix 64 bit problemsSilenio Quarti2012-08-011-4/+4
* Use gtk_widget_set_has_window() instead of gtk_fixed_set_has_window()Anatoly Spektor2012-08-011-2/+13
* Omit use of gdk_drawable_get_size deprecated function in GCAnatoly Spektor2012-08-011-1/+41
* Use gtk_widget_has_default instead of deprecated GTK_WIDGET_HAS_DEFAULTAnatoly Spektor2012-08-011-0/+10
* put back some natives needed by 64 bit buildsSilenio Quarti2012-06-261-0/+53
* Remove unused gtk_* functions (part 2).Alexander Kurtakov2012-06-261-529/+0
* Remove unused gtk_* functions (part 1).Alexander Kurtakov2012-06-261-165/+0
* Remove unused gdk_* functions bindings.Alexander Kurtakov2012-06-261-169/+0
* Remove unused g_* functions bindings.Alexander Kurtakov2012-06-261-155/+0
* Remove X*Event unused memmove bindings.Alexander Kurtakov2012-06-261-18/+0
* Remove unused gdk_ functions bindings.Alexander Kurtakov2012-06-261-19/+0
* Remove unused X functions binding.Alexander Kurtakov2012-06-261-46/+0
* Make gdk_gc_set_exposures() dynamicAnatoly Spektor2012-06-261-2/+1
* Remove gtk_toolbar_insert_widget.Alexander Kurtakov2012-06-211-16/+0
* Use gtk_scrolled_window_get_[h|v]scrollbar functions for GTK >= 2.8.Alexander Kurtakov2012-06-211-0/+26
* Use Cairo instead of deprecated functions in ToolTip widget.Anatoly Spektor2012-06-191-0/+14
* Make gdk_draw_image dynamicAnatoly Spektor2012-06-181-3/+1
* put back JNI generator flagsSilenio Quarti2012-06-181-0/+2
* Make gdk_draw_polygon function dynamicAnatoly Spektor2012-06-181-5/+1
* Make gdk_draw_layout function dynamicAnatoly Spektor2012-06-181-5/+1
* Make gdk_gc_get_values dynamicAnatoly Spektor2012-06-181-2/+1
* Bug 376448 - [DBCS4.2] AIX 7, DirectoryDialog returns 'null' if selectedSilenio Quarti2012-06-181-0/+12
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Bug 378482 - g_object_get() emits console warnings in ToolItem#gtk_create_men...Silenio Quarti2012-05-111-0/+13
* Fix param name in OSBogdan Gheorghe2012-04-261-1/+1
* Fix tool items with only image and no text appearing blankArun Thondapu2012-04-261-0/+1
* eclipse adds image/label spacing somehow because toolbar style is BOTH_HORZSilenio Quarti2012-04-261-0/+2