summaryrefslogtreecommitdiff
path: root/charpick/charpick.c
AgeCommit message (Collapse)AuthorFilesLines
2017-08-10avoid deprecated gdk_screen_width/heightZenWalker1-17/+19
2017-08-05charpick: don't use deprecated gtk_show_uriraveit651-0/+7
2017-01-31charpick: fix runtime warnings with GTK+ 3.20/22monsta1-0/+33
use modern padding and margin properties to fix deprecation warnings use zero border width to fix negative allocation warning similar to these fixes: https://github.com/mate-desktop/mate-panel/commit/07b3132af934bd61629be064206d7d12e59baa88 https://github.com/mate-desktop/mate-panel/commit/d06d561dfca50f269c6113bf72fd10e063713942
2017-01-31charpick: add missing static declaration for variablemonsta1-1/+1
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-57/+8
and require mate-panel >= 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-07-31charpick: drop MateAbout and update copyrightraveit651-4/+6
2015-12-19Gtk3 charpick: fix a build wrningWolfgang Ulbrich1-1/+1
added by https://github.com/mate-desktop/mate-applets/commit/cd971d3
2015-12-17GTK3 charpick: fix deprecated usage of GtkMisk and GtkArrowWolfgang Ulbrich1-1/+14
2015-12-17charpick: GSList type is wrong here, GList should be usedmonsta1-2/+2
2015-10-16GTK3 charpick: support custom panel themeslukefromdc1-0/+14
support custom panel themes in gtk3 builds, include robust support for transparent themes even when gtk3 has issues properly detecting a compositing window manager e.g. compiz.
2015-07-01Revert "charpick: Do not use GtkStock"Monsta1-1/+2
This reverts commit faaee1e86bc0e751693bc2297893bffe127e3c3c. + some more changes to resolve conflicts
2014-12-10Gtk3: charpick: fix typoinfirit1-1/+1
2014-11-26Gtk3: charpick: don't use deprecated gtk_rc_parse_stringinfirit1-0/+24
Based on gnome-applets commit: c134f72a483e9ca42fc4e49c057cb6e9173d1f1e From: Alberts Muktupāvels <[email protected]>
2014-11-26charpick: Do not use GtkStockinfirit1-1/+0
2014-11-26Gtk3: Set homogenous per gnome-applets commit ↵infirit1-0/+3
5df9f98d66f9c2920122a2a86269d95bd68ce67a
2014-11-26Gtk3: don't use deprecated gtk_widget_size_requestinfirit1-2/+10
Taken from gnome-panel commit: c05c6b07ec493d174062a06caf185d324fd6e0c4 From: Alberts Muktupāvels <[email protected]>
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit1-0/+5
2014-06-02Replace GtkObject with GObject also for gtk2infirit1-8/+4
2014-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas1-1/+2
2014-02-08Fix help uri for appletsinfirit1-1/+1
2014-01-22Fix gucharmap support for GTK2/GTK3Stefano Karapetsas1-1/+1
2014-01-19charpick: Add GTK3 supportStefano Karapetsas1-2/+10
2013-10-19Move to gucharmapinfirit1-4/+4
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit1-1/+1
2013-01-21enable build against murcharmapraveit1-4/+4
2012-11-24charpick: migrate to gsettingsStefano Karapetsas1-55/+11
2012-10-09Typo fix in charpick/charpick.ccardpuncher1-2/+2
This should fix a couple of typos introduced by sed. You may want to update the copyright information rather than merely accepting the change.
2011-11-14initialPerberos1-0/+876