summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 393724 - [GTK3] Owner draw trees are not drawing itemsSilenio Quarti2012-11-164-78/+162
* realize handle to solve Slider widget with SWT.DEFAULT size issueAnatoly Spektor2012-11-161-0/+1
* Bug 393723 - [GTK3] wrong foreground in Eclipse editor area unselected tabsSilenio Quarti2012-11-151-0/+12
* Bug 393728 - [GTK3] Editor background is wrong on Fedora 17Silenio Quarti2012-11-151-0/+1
* Bug 393726 - [GTK3] Views tabs are too tallSilenio Quarti2012-11-141-2/+6
* Bug 393856 - Consider using pango_layout_get_pixel_sizeAlexander Kurtakov2012-11-148-37/+37
* Bug 393727 - [GTK3] Search box in eclipse is clipped on the rightSilenio Quarti2012-11-121-9/+32
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorerSilenio Quarti2012-11-092-26/+32
* Remove a workaround ignoring MOTION_NOTIFY for pre 2.6 GTK.Alexander Kurtakov2012-11-092-20/+0
* Remove redraw for pre Gtk 2.6.Alexander Kurtakov2012-11-091-8/+0
* Do not emulate GtkMenuToolButton anymore.Alexander Kurtakov2012-11-091-69/+17
* Bug 393919 - [GTK 3] Text alignment inside GtkLabel is invalidAlexander Kurtakov2012-11-081-0/+2
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorer ...Silenio Quarti2012-11-082-15/+51
* Bug 393729 - [GTK3] First column header in tree/table does not look like othersSilenio Quarti2012-11-072-2/+12
* setBackground() junit test failingSilenio Quarti2012-11-071-4/+7
* Use gtk_tree_view_column_get_button in Tree too.Alexander Kurtakov2012-11-071-6/+10
* Use gtk_tree_view_column_get_button on GTK 3.Alexander Kurtakov2012-11-071-6/+10
* Bug 392700 - Bad scrolling in editor (N20121022-1000)Silenio Quarti2012-11-061-10/+1
* fix leak in Canvas.scrollSilenio Quarti2012-11-061-3/+3
* Bug 393681 - Port to GTK+ 3Silenio Quarti2012-11-061-31/+32
* Remove unused gdk_pango_context_set_colormap.Alexander Kurtakov2012-11-062-12/+0
* warnings while opening dialogs - widget does not have to be realized to get s...Silenio Quarti2012-11-051-3/+1
* warnings while opening dialogs - passing GtkWindow instead of GdkWindowSilenio Quarti2012-11-051-1/+1
* Use gtk_entry_set_placeholder_text APISilenio Quarti2012-11-051-0/+8
* rectangles should include right and bottom edgesSilenio Quarti2012-11-021-3/+3
* fix overlapping rectangles in TrackerSilenio Quarti2012-11-021-7/+10
* Bug 390034 - Widget.gtk_widget_set_visible() for GTK>=3.0Silenio Quarti2012-11-021-2/+10
* Bug 380287 - Use Cairo methods instead of gdk_color_white and gdk_gc_set_fore...Silenio Quarti2012-11-022-50/+121
* use constants instead hard coded valueSilenio Quarti2012-11-022-2/+2
* the GTK3 version check is not necessary -> all calls already have a USE_CAIRO...Silenio Quarti2012-11-023-33/+14
* cleanup imports in WidgetSilenio Quarti2012-11-021-1/+0
* cleanup imports in ShellSilenio Quarti2012-11-021-1/+0
* unused gtk_render_box and gdk_window_at_pointer only runs for GTK < 2.12Silenio Quarti2012-11-021-22/+1
* add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti2012-11-0232-105/+105
* background of toolbar in Eclipse is wrongSilenio Quarti2012-11-021-2/+6
* Bug 393156 - [ GTK+ 3 ] Shell.forceResize() gives Critical error when running...Silenio Quarti2012-11-027-18/+41
* button content alignment not working in controlexampleSilenio Quarti2012-10-311-0/+14
* fix tree/table rendering and inherit backgroundSilenio Quarti2012-10-315-59/+154
* fixing background image and inherit backgroundSilenio Quarti2012-10-311-0/+12
* use GTK API to convert RGB to/from HSVSilenio Quarti2012-10-311-16/+24
* gdk_cairo_reset_clip() does not exists in GTK3Silenio Quarti2012-10-311-1/+1
* need to set num of rectangles in regionSilenio Quarti2012-10-311-0/+1
* Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti2012-10-3025-178/+387
* Bug 390034 - Widget.gtk_widget_set_visible() for GTK>=3.0Silenio Quarti2012-10-291-4/+9
* Bug 392784 - [GTK3] implement Control.print()Silenio Quarti2012-10-291-0/+4
* filterProc never called on GTK3 for Focus events - no activeShell - no keyboa...Silenio Quarti2012-10-291-4/+35
* call gdk_window_get_visible_region for GTK3Silenio Quarti2012-10-272-2/+12
* forgot to returnSilenio Quarti2012-10-271-0/+1
* respect fill ruleSilenio Quarti2012-10-271-1/+5
* cleanup region changes - use macros to redefine gdk_region_XXX in terms of ca...Silenio Quarti2012-10-277-631/+295