summaryrefslogtreecommitdiff
path: root/applets/wncklet/window-menu.c
AgeCommit message (Collapse)AuthorFilesLines
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-12-11remove function calls to mate_panel_applet_set_background_widgetmbkma1-2/+0
keep mate_panel_applet_set_background_widget for compatibility
2020-10-21Switch to C-style comments as requestedWilliam Wold1-4/+4
2020-10-21Wncklet applets: don't crash on WaylandWilliam Wold1-7/+34
2020-01-12Update copyright to 2020raveit651-1/+1
2019-02-17Ensure proper translation of the about dialog titlerbuj1-0/+1
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
2019-02-15Make translatable the copyright in about dialogrbuj1-8/+5
2018-04-26wncklet: Convert to GResourceVincent Untz1-4/+3
origin commits: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=9fbca7d https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=695d30c https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=00f9870
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-25/+0
2018-01-25avoid deprecated GtkStockPablo Barciela1-2/+2
2018-01-09update copyright year to 2018monsta1-1/+1
2017-04-11update copyright year to 2017monsta1-1/+1
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-57/+0
and require libmate-desktop >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2016-11-21check for stable release of GTK+3, not for development onemonsta1-2/+2
2016-07-28window-menu applet: use GtkAbout and update copyrightraveit651-3/+2
2016-02-12Gtk+-3.20 window-menu: remove deprecated style propertiesWolfgang Ulbrich1-2/+13
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=080b953
2015-07-14Drop gdkkeysyms-compat usage in Gtk+3infirit1-9/+6
The new GDK_KEY_ keys are also in Gtk+2.
2015-03-19gtk3: correct css theme selector widget nameDenis Gorodnichev1-1/+1
Window Selector widget name is "PanelApplet-window-menu-applet-button". This fix 1px focus width Closes https://github.com/mate-desktop/mate-panel/pull/275
2014-11-23Gtk3: window-menu: Don't change selector style since it's already changed by ↵infirit1-25/+0
libwnck Based on gnome-panel commit: 60cb9c798ed25868c1c07b73fa08aabbb5892d2c From: Carlos Garcia Campos <[email protected]>
2014-11-23Gtk3: window-menu: Use gtk_render_focus() instead of gtk_paint_focus()infirit1-14/+31
Based on gnome-panel commit: eab5174e71e705331c53482b7eecb56c1dc3ef6c From: Carlos Garcia Campos <[email protected]>
2014-11-22Gtk3: Remove frame of window-menu appletinfirit1-0/+41
Based on gnome-panel commit: 1f086d72760569bc466de082e99a55a82ac06014 From: Carlos Garcia Campos <[email protected]>
2014-04-26Use about dialog from libmate-desktopStefano Karapetsas1-1/+3
2014-02-09help: Avoid file collision with gnome-panelinfirit1-1/+1
Also correct help uri for applets.
2013-10-26wncklet: Add GTK3 supportStefano Karapetsas1-2/+34
2013-07-26wncklet: Come back to libwnckStefano Karapetsas1-4/+4
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-06-06switch to libmatewnckmate-panel-1.3.1Stefano Karapetsas1-6/+4
2012-05-23fix some things for MATE in wncklet appletStefano Karapetsas1-2/+6
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+269