summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
Commit message (Expand)AuthorAgeFilesLines
* Initialize CSS button styling to solve button's height clipping issuebutton_init_styleAnatoly Spektor2013-02-251-0/+39
* Bug 181592 - [Widgets] Need a color constant for active and inactive hyperlin...Silenio Quarti2013-02-111-0/+1
* Do not use g_thread_init on Glib newer than 2.32.Alexander Kurtakov2013-02-071-1/+7
* Replace GtkColorSelection with GtkColorChooser for GTK 3.4 and upAnatoly Spektor2013-02-061-0/+50
* stop using gtk_rc_parse_string in GTK3Silenio Quarti2012-12-061-1/+4
* use gtk_icon_set_render_icon_pixbuf in GTK3Silenio Quarti2012-12-061-0/+14
* Bug 393724 - [GTK3] Owner draw trees are not drawing itemsSilenio Quarti2012-11-161-0/+35
* Bug 393856 - Consider using pango_layout_get_pixel_sizeAlexander Kurtakov2012-11-141-0/+14
* remove dependency on GTK from ATK bindingSilenio Quarti2012-11-131-0/+3
* Bug 393727 - [GTK3] Search box in eclipse is clipped on the rightSilenio Quarti2012-11-121-0/+23
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorerSilenio Quarti2012-11-091-0/+13
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorer ...Silenio Quarti2012-11-081-0/+1
* environment vars cannot have dotsSilenio Quarti2012-11-071-1/+1
* Use gtk_tree_view_column_get_button on GTK 3.Alexander Kurtakov2012-11-071-0/+13
* Bug 392700 - Bad scrolling in editor (N20121022-1000)Silenio Quarti2012-11-061-0/+10
* Bug 393681 - Port to GTK+ 3Silenio Quarti2012-11-061-1/+2
* Remove unused gdk_pango_context_set_colormap.Alexander Kurtakov2012-11-061-13/+0
* Use gtk_entry_set_placeholder_text APISilenio Quarti2012-11-051-0/+14
* USE_CAIRO has to be true on GTK3Silenio Quarti2012-11-021-1/+1
* add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti2012-11-021-1/+2
* Bug 393156 - [ GTK+ 3 ] Shell.forceResize() gives Critical error when running...Silenio Quarti2012-11-021-0/+50
* fix tree/table rendering and inherit backgroundSilenio Quarti2012-10-311-0/+9
* fixing background image and inherit backgroundSilenio Quarti2012-10-311-0/+10
* use GTK API to convert RGB to/from HSVSilenio Quarti2012-10-311-0/+24
* Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti2012-10-301-4/+110
* Bug 392784 - [GTK3] implement Control.print()Silenio Quarti2012-10-291-0/+10
* cleanup region changes - use macros to redefine gdk_region_XXX in terms of ca...Silenio Quarti2012-10-271-12/+19
* stack overflowSilenio Quarti2012-10-261-1/+1
* call gtk_combo_box_text_insert in GTK3Silenio Quarti2012-10-261-0/+10
* Bug 392841 - [GTK3] Need to replace expose-event signal with draw signalSilenio Quarti2012-10-261-0/+11
* Bug 392839 - [GTK3] need to replace GtkAdjustment with accessorsSilenio Quarti2012-10-251-0/+119
* Bug 387315 - Use gtk_entry_im_context_filter_keypress to omit direct ImContex...Silenio Quarti2012-10-251-0/+14
* Adding GTK3 library to x86_64 onlySilenio Quarti2012-10-251-1/+10
* Swap gtk_combo_box_entry_new_text with gtk_combo_box_text_new_with_entryAlexander Kurtakov2012-10-251-0/+10
* Bug 392811 - Replace gtk_combo_box_new_text with gtk_combo_box_text_newAlexander Kurtakov2012-10-251-0/+10
* calling wrong nativeSilenio Quarti2012-10-251-1/+1
* make gdk_window_set_back_pixmap for GTK3Silenio Quarti2012-10-241-1/+1
* make gdk_window_shape_combine_region dynamic - should work with cairo and gdk...Silenio Quarti2012-10-241-1/+1
* make gdk_window_invalidate_region dynamic - should work fine with cairo (GDK3...Silenio Quarti2012-10-241-1/+1
* remove gdk_window_get_internal_paint_info from GTK3Silenio Quarti2012-10-241-1/+1
* remove gdk_cursor_new_from_pixmap and gdk_bitmap_create_from_data from GTK3Silenio Quarti2012-10-241-2/+2
* remove gdk_colormap_get_system from GTK3Silenio Quarti2012-10-241-0/+1
* missing version checkSilenio Quarti2012-10-241-2/+2
* make gdk_pixmap_get_size and gdk_drawable_get_depth dynamicSilenio Quarti2012-10-241-2/+2
* remove gdk_pixmap_new from GTK3 - all calls are protectedSilenio Quarti2012-10-241-0/+1
* remove gdk_draw_drawable from GTK3Silenio Quarti2012-10-241-3/+1
* remove gdk_gc_set_values from GTK3Silenio Quarti2012-10-241-1/+1
* remove gdk_gc_set_subwindow from GTK3Silenio Quarti2012-10-241-2/+1
* remove gdk_gc_set_function from GTK3Silenio Quarti2012-10-241-2/+1
* remove gdk_gc_set_foreground from GTK 3Silenio Quarti2012-10-241-2/+2