Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-06 | theme-viewer: remove unused code | monsta | 1 | -307/+0 | |
same as done upstream: https://git.gnome.org/browse/metacity/commit/?id=93e8c8d8b399200291965357f893fff404426eae | |||||
2016-12-05 | Added functionality to disable display preselected tab window border | Illia Danko | 1 | -9/+13 | |
2016-11-25 | theme-viewer: fix build | monsta | 1 | -9/+10 | |
2016-10-15 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 20 | -2701/+58 | |
2016-05-17 | fix a typo with deprecated GtkMisc | raveit65 | 1 | -2/+2 | |
2016-05-03 | GTK+3 fixedtip: add style class tooltip | raveit65 | 1 | -0/+1 | |
2016-03-03 | [GTK+3] re-add ability to show alt-tab thumbnails when compositor is on | monsta | 1 | -1/+12 | |
adapted from: https://git.gnome.org/browse/metacity/commit/?id=e6828a3ee2cab1ec1acbdd5a444dc1cb98215a75 https://git.gnome.org/browse/metacity/commit/?id=758902aef22629943738241cea1f597b6db4b18e https://git.gnome.org/browse/metacity/commit/?id=c6ba6dc7f458720d9f8666881f45a830580468cb https://git.gnome.org/browse/metacity/commit/?id=68bdf1ab9de815e07f5cd75b2e1fa24ba92ae319 https://git.gnome.org/browse/metacity/commit/?id=78bbf4423f72797a05bfaddd4121d70db30de9a3 | |||||
2016-03-03 | fix typo in b4d2708dbae8708fe4e50b2fb4d823c20d9d829a | monsta | 1 | -1/+1 | |
2016-02-28 | GTK+3: Get values from GtkStyleContext states properly | raveit65 | 2 | -2/+14 | |
this avoids warnings like this: Warning of Windowmanagement:Log level 16: State 4 for context 0x55988f9ad950 doesn't match state 128 set via gtk_style_context_set_state () | |||||
2016-01-25 | fix dprecated GtkMisc | Wolfgang Ulbrich | 4 | -5/+10 | |
2016-01-21 | [GTK+3] theme viewer: fix deprecated usage of GtkHButtonBox | monsta | 1 | -0/+4 | |
2015-12-02 | Gtk3: fix a fogotten GtkMisc deprecation | Wolfgang Ulbrich | 1 | -0/+7 | |
2015-12-02 | GTK3: fix GtkMisc deprecation fixes for gtk+-3.14 | Wolfgang Ulbrich | 2 | -5/+5 | |
2015-12-02 | Gtk+-3.14 tabpopup.c: don't use deprecated GtkAlignment | Wolfgang Ulbrich | 1 | -0/+12 | |
taken from: https://git.gnome.org/browse/metacity/commit/?id=5aeb6e9 | |||||
2015-12-02 | Gtk+-3.14 tabpopup.c: don't use deprecated GtkMisc | Wolfgang Ulbrich | 1 | -0/+5 | |
partially taken from: https://git.gnome.org/browse/metacity/commit/?id=51b9e57 | |||||
2015-12-02 | Gtk+-3.14 resizepopup.c: don't use deprecated GtkMisc | Wolfgang Ulbrich | 1 | -0/+7 | |
taken from: https://git.gnome.org/browse/metacity/commit/?id=1f2ea05 | |||||
2015-12-02 | Gtk+-3.14 menu.c + metaaccellable.c: don't use deprecated GtkMisc | Wolfgang Ulbrich | 2 | -0/+25 | |
taken from: https://git.gnome.org/browse/metacity/commit/?id=7a5c50c | |||||
2015-12-02 | Gtk+-3.14 fixedtip.c: don't use deprecated GtkMisc | Wolfgang Ulbrich | 1 | -0/+5 | |
taken from: https://git.gnome.org/browse/metacity/commit/?id=e00996a | |||||
2015-12-02 | Gtk+-3.16 draw-workspace.c: don't use deprecated ↵ | Wolfgang Ulbrich | 1 | -0/+25 | |
gtk_style_context_get_background_color partially taken from: https://git.gnome.org/browse/metacity/commit/?id=33ad43f | |||||
2015-11-20 | Gtk3: fix colors | Balló György | 1 | -0/+4 | |
Add GTK_STYLE_CLASS_BACKGROUND class to context, so we have correct colors from the GTK+ theme instead of white text over black background. | |||||
2015-11-18 | GTK3 fixedtip: use a tooltip style | Wolfgang Ulbrich | 1 | -32/+70 | |
- this fixes the bg/fg color mismatch between normal tooltips, which are styleable in themes taken from: https://git.gnome.org/browse/metacity/commit/?id=3aa71b7 | |||||
2015-09-25 | Merge pull request #224 from dnk/assertion | No_name | 1 | -0/+2 | |
gtk3: fix assertion 'gtk_widget_get_realized (widget)' failed | |||||
2015-09-24 | gtk3: fix assertion 'gtk_widget_get_realized (widget)' failed | Denis Gorodnichev | 1 | -0/+2 | |
gtk3 can use style context before widget realization | |||||
2015-09-18 | gtk3: draw 1px tile border | Denis Gorodnichev | 1 | -6/+9 | |
2015-09-16 | tile-preview: Small cleanup | infirit | 1 | -9/+1 | |
* GDK_DISPLAY_XDISPLAY and gdk_display_get_default are in Gtk2 * Get window from GdkEvent | |||||
2015-09-16 | preview-widget: Small GTK_CHECK_VERSION cleanup | infirit | 1 | -10/+5 | |
2015-09-16 | ui: Small cleanups | infirit | 1 | -19/+0 | |
* No point in checking for Gtk2 with GTK_CHECK_VERSION in Gtk2 only code * We have gdk_x11_window_lookup_for_display in Gtk2.24 | |||||
2015-09-16 | Remove more unused functions | infirit | 1 | -105/+0 | |
2015-09-14 | Remove deprecated GTK+ symbols and use accessor functions | infirit | 8 | -123/+161 | |
Direct struct access has been deprecated, so use the appropriate replacements to build with GSEAL enabled. | |||||
2015-09-14 | theme: Rename button_rect() to get_button_rect() | Florian Müllner | 1 | -6/+6 | |
Basically it's odd to have "button_rect" be a function with all the foo_rect GdkRectangles around - renaming to get_button_rect() will free the name for the generically named "rect" once buttons are the only movable pieces in the frame. https://bugzilla.gnome.org/show_bug.cgi?id=741917 | |||||
2015-09-14 | ui: Refactor the default image lookup | Jasper St. Pierre | 1 | -20/+15 | |
2015-09-14 | xprop: Don't use GDK for reading text properties | Jasper St. Pierre | 1 | -32/+0 | |
2015-09-14 | Don't allow multiline window titles | William Jon McCann | 1 | -0/+2 | |
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=683056 | |||||
2015-09-14 | Clean up antialiasing fixes | Owen W. Taylor | 1 | -24/+11 | |
Simplify the code by noting that when we have square end-caps, the results of generic line path give the right pixel-aligned rectangle for horizontal/vertical lines. Add comments and remove some extra braces. https://bugzilla.gnome.org/show_bug.cgi?id=630426 | |||||
2015-09-14 | Fix typo | infirit | 1 | -1/+1 | |
2015-09-14 | Drop deprecated use of GTK_WIDGET_DRAWABLE, GTK_WIDGET_STATE and ↵ | infirit | 1 | -2/+2 | |
gtk_widget_set_uposition | |||||
2015-09-14 | Drop deprecated use of gtk_signal_connect_full | infirit | 1 | -18/+0 | |
2015-08-31 | check for GTK+ release, not pre-release | Monsta | 1 | -1/+1 | |
2015-08-20 | Gtk3: Fix background color | infirit | 3 | -18/+82 | |
Also drop the mate-desktop dark/light color functions in favour of internal ones. | |||||
2015-07-17 | theme: Remove outdated assertion | Yaakov Selkowitz | 2 | -3/+0 | |
The theme state used to use GtkStateType, but was ported over to GtkStateFlags, leaving behind a broken assertion that fails when using certain Metacity themes, for example Nodoka. https://bugzilla.gnome.org/show_bug.cgi?id=661286 https://git.gnome.org/browse/mutter/commit/?id=28deea4 https://git.gnome.org/browse/metacity/commit/?id=c9099b4 https://github.com/mate-desktop/marco/issues/205 | |||||
2015-06-10 | Merge pull request #164 from dnk/tile_preview_glitch | Martin Wimpress | 1 | -1/+2 | |
tile preview: invalidate window before showing | |||||
2015-03-15 | preview-widget: use correct name for missing icon | monsta | 1 | -2/+2 | |
from https://git.gnome.org/browse/metacity/commit/?id=5f8df557b8dbe962f19e8b641c007073665ff878 Closes https://github.com/mate-desktop/marco/pull/178 | |||||
2015-01-14 | check compositor status | Denis Gorodnichev | 1 | -15/+16 | |
2015-01-14 | show tile preview with external compositor | Denis Gorodnichev | 1 | -4/+3 | |
2015-01-14 | tile preview: invalidate window before showing | Denis Gorodnichev | 1 | -1/+2 | |
2014-12-05 | ui: use correct name for missing icon | Alberts Muktupāvels | 1 | -2/+2 | |
2014-11-25 | merge metacity(gtk3) changes | Denis Gorodnichev | 16 | -316/+985 | |
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED | |||||
2014-11-25 | Replace gtkstock icon usage | infirit | 1 | -2/+2 | |
2014-11-25 | Gtk3: Silence the GtkVBox and GtkHBox deprecations warnings | infirit | 2 | -0/+8 | |
2014-11-18 | Add missing ';' | Stefano Karapetsas | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/marco/issues/149 |