summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove redraw for pre Gtk 2.6.Alexander Kurtakov2012-11-091-8/+0
|
* Load webkitgtk3 when running on GTK 3.x.Alexander Kurtakov2012-11-091-3/+9
| | | | Trying to load webkitgtk 1.x on GTK 3 tries to init Gtk 2.x which locks up the ui. Same approach as equinox launcher is used.
* Do not emulate GtkMenuToolButton anymore.Alexander Kurtakov2012-11-091-69/+17
| | | All supported gtk versions have it now that 2.6 is the minimum version.
* Bug 393919 - [GTK 3] Text alignment inside GtkLabel is invalidAlexander Kurtakov2012-11-081-0/+2
| | | GtkBox has expand set to false, but Gtk[H|V]Box has is set to true.
* Bug 245670: [Preferences] Regression: Preferences dialog reveals focus ↵Markus Keller2012-11-081-4/+17
| | | | widget when shell is activated
* Bug 372145: typoMarkus Keller2012-11-081-4/+4
|
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorer ↵Silenio Quarti2012-11-085-16/+71
| | | | - support GDK_SCROLL_SMOOTH
* Bug 39934: [ScrolledComposite] ScrolledComposite page increment should ↵Markus Keller2012-11-081-1/+7
| | | | default to size of client area
* Bug 393729 - [GTK3] First column header in tree/table does not look like othersSilenio Quarti2012-11-072-2/+12
|
* Bug 383305 - [10.8]Font size incorrect when running in RetinaSilenio Quarti2012-11-071-2/+7
|
* bad dependencies because pkg-config --libs : libpng12 when compile on Fedora 15Silenio Quarti2012-11-071-1/+1
|
* environment vars cannot have dotsSilenio Quarti2012-11-071-1/+1
|
* setBackground() junit test failingSilenio Quarti2012-11-071-4/+7
|
* revert bad changes in Snippet1Silenio Quarti2012-11-071-55/+0
|
* Use gtk_tree_view_column_get_button in Tree too.Alexander Kurtakov2012-11-071-6/+10
| | | One gtk call instead of traversing the hierarchy of widgets.
* Use gtk_tree_view_column_get_button on GTK 3.Alexander Kurtakov2012-11-076-6/+46
| | | | It's way easier and more obvious to use the utility method instead of traversing the tree of widgets.
* Bug 392700 - Bad scrolling in editor (N20121022-1000)Silenio Quarti2012-11-065-10/+23
|
* fix leak in Canvas.scrollSilenio Quarti2012-11-061-3/+3
|
* adding gtk3 to auto-buildSilenio Quarti2012-11-061-7/+20
|
* GDK_SMOOTH_SCROLL_MASK is only available on GTK 3.4Silenio Quarti2012-11-061-1/+1
|
* Bug 393681 - Port to GTK+ 3Silenio Quarti2012-11-062-32/+34
|
* Bug 250948 - NPE in CCombo.isDroppedCarolyn MacLeod2012-11-061-1/+1
|
* Drop pre Gtk 2.6 conditionals.Alexander Kurtakov2012-11-062-8/+2
|
* Remove pre Gtk 2.6 conditionals.Alexander Kurtakov2012-11-061-16/+4
| | | | Gtk prior to version 2.6 are no longer supported so let's clean our code a bit.
* Remove unused gdk_pango_context_set_colormap.Alexander Kurtakov2012-11-067-46/+0
| | | Used for pre Gtk 2.6 which is no longer supported.
* v4313Silenio Quarti2012-11-054-5/+5
|
* Bug 250948 - NPE in CCombo.isDroppedCarolyn MacLeod2012-11-051-1/+1
|
* warnings while opening dialogs - widget does not have to be realized to get ↵Silenio Quarti2012-11-051-3/+1
| | | | style context
* warnings while opening dialogs - passing GtkWindow instead of GdkWindowSilenio Quarti2012-11-051-1/+1
|
* Use gtk_entry_set_placeholder_text APISilenio Quarti2012-11-056-1/+48
|
* 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 ↵Silenio Quarti2012-11-022-50/+121
| | | | gdk_gc_set_foreground in Tracker widget
* use constants instead hard coded valueSilenio Quarti2012-11-022-2/+2
|
* USE_CAIRO has to be true on GTK3Silenio Quarti2012-11-021-1/+1
|
* the GTK3 version check is not necessary -> all calls already have a ↵Silenio Quarti2012-11-023-33/+14
| | | | USE_CAIRO check
* cleanup imports in WidgetSilenio Quarti2012-11-021-1/+0
|
* cleanup imports in ShellSilenio Quarti2012-11-021-1/+0
|
* inline to avoid compiler warnings-> override non public methodSilenio Quarti2012-11-021-18/+8
|
* 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-021-1/+1
|
* add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti2012-11-0249-131/+132
|
* background of toolbar in Eclipse is wrongSilenio Quarti2012-11-021-2/+6
|
* Bug 393156 - [ GTK+ 3 ] Shell.forceResize() gives Critical error when ↵Silenio Quarti2012-11-0214-19/+559
| | | | running with GTK+3
* remove call from ATK (conflicts with OS.call)Silenio Quarti2012-11-014-43/+1
|
* button content alignment not working in controlexampleSilenio Quarti2012-10-311-0/+14
|
* fix tree/table rendering and inherit backgroundSilenio Quarti2012-10-319-66/+222
|
* fixing background image and inherit backgroundSilenio Quarti2012-10-316-0/+43
|
* use GTK API to convert RGB to/from HSVSilenio Quarti2012-10-316-16/+114
|