summaryrefslogtreecommitdiff
path: root/applets/wncklet/showdesktop.c
AgeCommit message (Collapse)AuthorFilesLines
2022-03-18wncklet: Condition 'sdd->wnck_screen!=NULL' is always falserbuj1-7/+12
2022-01-26Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj1-1/+1
2021-12-20Remove unnecessary cast in g_signal_connect* callrbuj1-9/+27
2021-12-19Use dashes instead of underscores in signal namesrbuj1-6/+6
2021-12-11Use a blank line at mostrbuj1-1/+0
2021-02-04build: Use PACKAGE_URL variablerbuj1-2/+2
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-21Fix showdesktop applet on X11William Wold1-9/+7
2020-10-21Wncklet applets: don't crash on WaylandWilliam Wold1-14/+43
2020-07-29wncklet: Fix leaking cairo_tTomas Bzatek1-0/+1
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/+3
2019-01-29wncklet: Error if compiling without X11 supportWilliam Wold1-0/+4
2018-05-12Convert launcher icons to cairo surfacesVictor Kareh1-17/+32
This improves support for HiDPI by loading properly scaled surfaces for launcher and drawer icons. It also Fixes the Show Desktop wncklet to show a surface icon. Other wncklets have their icons determined by libwnck, so they remain as pixbufs. Fixes mate-desktop/mate-desktop#314
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-27/+1
2018-01-25avoid deprecated GtkStockPablo Barciela1-2/+2
2018-01-09update copyright year to 2018monsta1-1/+1
2017-07-16avoid deprecated gdk_screen_get_numberZenWalker1-1/+1
2017-04-11update copyright year to 2017monsta1-1/+1
2017-01-09GTK 3.20/3.22: fix warnings from show-desktop buttonlukefromdc1-4/+14
Force zero padding, margin, border to stop underallocation warnings. *Note: few themes deliberately use a border here, some (notably Adwaita) inherit it from generic buttons
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-36/+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-5/+5
2016-07-28show-desktop: use GtkAbout and update copyrightraveit651-3/+2
2016-02-12GTK+-3.20 showdesktop: remove deprecated style propertiesWolfgang Ulbrich1-0/+4
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=080b953
2016-02-12GTK+-3.20 showdesktop: don't use deprecated style propertiesWolfgang Ulbrich1-1/+8
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=4139922
2016-02-10GTK+3 showdesktop: do not use GtkStock for 'image-missing' for both gtk+ ↵Wolfgang Ulbrich1-1/+1
versions
2014-11-23showdesktop: Fix the size of the iconinfirit1-2/+2
Based on gnome-panel commit: 6dae521ff187dcb2da1969ad017cf5b9e1bcb8f2 From: Carlos Garcia Campos <[email protected]>
2014-11-23Gtk3: showdesktop: Port gtk_widget_get_style to GtkStyleContextinfirit1-0/+27
Based on gnome-panel commit: d27ef4de9ba872e5afc5e60430c7a16549158f61 From: Germán Póo-Caamaño <[email protected]>
2014-11-23Gtk3: showdesktop: Port to GtkStyleContextinfirit1-0/+17
Based on gnome-panel commit: fb1fa7ef2087b68fc7e7a01050e4c6747e8771e8 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-1/+2
2013-07-26wncklet: Come back to libwnckStefano Karapetsas1-18/+18
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-06-06switch to libmatewnckmate-panel-1.3.1Stefano Karapetsas1-20/+18
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/+533