Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-31 | clock: remove useless duplication | kajzer | 1 | -2/+0 | |
2016-07-28 | clock: use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |
2016-07-28 | window-list: use GtkAbout and update copyright | raveit65 | 1 | -2/+2 | |
2016-07-28 | show-desktop: use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |
2016-07-28 | workspace-switcher: use GtkAbout and update copyright | raveit65 | 1 | -2/+2 | |
2016-07-28 | window-menu applet: use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |
2016-07-28 | na: : use GtkAbout and update copyright | raveit65 | 1 | -4/+3 | |
2016-07-28 | fish: use GtkAbout and update copyright | raveit65 | 1 | -3/+3 | |
2016-06-30 | clock: fix UI issues introduced in 882f8f4 | monsta | 2 | -15/+24 | |
2016-06-29 | use gtk_box_new instead of gtk_{h,v}box_new properly | Sorokin Alexei | 6 | -32/+27 | |
2016-06-29 | fix some warnings and deprecations | Sorokin Alexei | 1 | -16/+1 | |
2016-05-30 | na-try-child: add missing include for GTK_Version_Check | raveit65 | 1 | -0/+1 | |
2016-04-06 | Revert "add new languages and sync with transiflex" | raveit65 | 1 | -194/+35 | |
This reverts commit c57aa66fc8ddcc9baa21446e87c9332f11e0abed. | |||||
2016-04-06 | add new languages and sync with transiflex | raveit65 | 1 | -35/+194 | |
2016-03-23 | GTK+3.20: adjust CSS classes for WnckPager | György Balló | 1 | -2/+4 | |
This allows to use class names consistently. The old WnckPager CSS selector will not work with GTK+ 3.20. | |||||
2016-02-21 | fix some warnings | Sorokin Alexei | 2 | -6/+6 | |
2016-02-20 | GTK+3: add style class wnck-pager | Wolfgang Ulbrich | 1 | -0/+4 | |
2016-02-16 | GTK+-3.0 workspace-switcher: Remove switching workspace on scroll events | Wolfgang Ulbrich | 1 | -0/+4 | |
This is now done by WnckPager itself. And it fixes a build warning. taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=8a8c60f | |||||
2016-02-12 | GTK+3 na-tray-child: fix a Wunused-but-set-variable build warning | Wolfgang Ulbrich | 1 | -0/+2 | |
2016-02-12 | GTK+3 fish: fix a Wunused-but-set-variable build warning | Wolfgang Ulbrich | 1 | -2/+2 | |
2016-02-12 | Gtk+-3.20 window-menu: remove deprecated style properties | Wolfgang Ulbrich | 1 | -2/+13 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=080b953 | |||||
2016-02-12 | GTK+-3.20 clock: remove deprecated style properties | Wolfgang Ulbrich | 1 | -2/+17 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=c5549ba | |||||
2016-02-12 | GTK+-3.20 showdesktop: remove deprecated style properties | Wolfgang Ulbrich | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=080b953 | |||||
2016-02-12 | GTK+-3.20 clock: don't use deprecated style properties | Wolfgang Ulbrich | 1 | -0/+7 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=e67ac2a | |||||
2016-02-12 | GTK+-3.20 showdesktop: don't use deprecated style properties | Wolfgang Ulbrich | 1 | -1/+8 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=4139922 | |||||
2016-02-12 | GTK+3 fish: Removed unused and deprecated variables/functions | Wolfgang Ulbrich | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-0&id=06ba8ba | |||||
2016-02-12 | GTK+3 notification-area: use correct style context state | Wolfgang Ulbrich | 1 | -0/+5 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=bcff4d1 | |||||
2016-02-12 | GTK+-3.20 notification-area: remove deprecated style properties | Wolfgang Ulbrich | 1 | -3/+14 | |
Those properties don't work anymore in themes and spam only the logs. taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=e55b759 | |||||
2016-02-12 | GTK+3 notification-area: set minimum size for icon | Wolfgang Ulbrich | 1 | -0/+38 | |
Fix for following warning from GtkStatusIcon: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height 26. https://bugzilla.gnome.org/show_bug.cgi?id=755129 taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=e2bd90e | |||||
2016-02-12 | Gtk+3 notification-area: don't use deprecated GtkAlignment | Wolfgang Ulbrich | 1 | -5/+8 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=4367578 | |||||
2016-02-12 | GTK+3 notification-area: don't use deprecated GdkColor | Wolfgang Ulbrich | 5 | -29/+87 | |
Taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=d1dd54e | |||||
2016-02-12 | GTK+3 clock: clock: don't use deprecated GtkAlignment | Wolfgang Ulbrich | 3 | -10/+68 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=5580bf9 | |||||
2016-02-12 | GTK+-3 clock: don't subclass deprecated GtkAlignment | Wolfgang Ulbrich | 2 | -0/+12 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=c7ea765 | |||||
2016-02-12 | GTK+3 workspace-switcher: fix deprecated warnings | Wolfgang Ulbrich | 1 | -0/+8 | |
gtk_window_reshow_with_initial_size replaced with suggestion from this commit: https://git.gnome.org/browse/gtk+/commit/?id=01f7ed1 taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=ce5b1fb | |||||
2016-02-12 | GTK+3 workspace-switcher: do not use rc_style | Wolfgang Ulbrich | 1 | -5/+9 | |
2016-02-12 | GTK+3: do not use deprecated n_screens | Wolfgang Ulbrich | 2 | -1/+14 | |
since gtk+-3.10 screen is always 1 taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=be976a0 https://git.gnome.org/browse/gnome-panel/commit/?id=272f680 | |||||
2016-02-10 | GTK+3 showdesktop: do not use GtkStock for 'image-missing' for both gtk+ ↵ | Wolfgang Ulbrich | 1 | -1/+1 | |
versions | |||||
2016-02-09 | notification-area: set css name | Wolfgang Ulbrich | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=e8dfa4b | |||||
2016-02-09 | clock: set css name | Wolfgang Ulbrich | 1 | -0/+7 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=33e8c06 | |||||
2016-02-09 | GTK+3 windows-list: fix a build warning | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-02-09 | Gtk+3: Replace deprecated gtk_{v,h}box_new | Wolfgang Ulbrich | 2 | -0/+10 | |
2016-02-09 | remove deprecated librsvg/rsvg-cairo.h include | Wolfgang Ulbrich | 1 | -1/+0 | |
Direct include of librsvg/rsvg-cairo.h has been deprecated from 2.36.2 version. Removed it and added required version for librsvg. taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=d306ad3 | |||||
2016-02-01 | fix a couple of build warnings | monsta | 2 | -2/+1 | |
2016-01-23 | Gtk3: Don't use deprecated gtk_misc_set_alignment | Roy Zhang | 4 | -0/+35 | |
2015-12-22 | clock: remove useless include | monsta | 1 | -3/+0 | |
2015-12-22 | wncklet: remove dead code | monsta | 1 | -27/+0 | |
2015-12-22 | wncklet: mate_gdk_spawn_command_line_on_screen can be used with any GTK+ | monsta | 1 | -15/+2 | |
2015-12-17 | GTK3 workspace-switcher: add fallback color | György Balló | 1 | -0/+14 | |
Without setting a color, the actual workspace is not highlighted, if the theme does not set WnckPager:selected explicitely (e.g. with Adwaita). | |||||
2015-11-11 | fix typo in #define | monsta | 1 | -3/+3 | |
2015-11-11 | clock applet: fix ubuntu ambiant-mate gtk2 theming | Wolfgang Ulbrich | 1 | -2/+2 | |