Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-10 | avoid deprecated gdk_screen_width/height | ZenWalker | 1 | -17/+19 | |
2017-08-05 | charpick: don't use deprecated gtk_show_uri | raveit65 | 2 | -0/+14 | |
2017-01-31 | charpick: fix runtime warnings with GTK+ 3.20/22 | monsta | 1 | -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-31 | charpick: add missing static declaration for variable | monsta | 1 | -1/+1 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 2 | -71/+17 | |
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-31 | charpick: drop MateAbout and update copyright | raveit65 | 1 | -4/+6 | |
2016-01-27 | GTK3: fix previous GtkMisc deprecations fix commit | Wolfgang Ulbrich | 1 | -4/+4 | |
2015-12-19 | Gtk3 charpick: fix a build wrning | Wolfgang Ulbrich | 1 | -1/+1 | |
added by https://github.com/mate-desktop/mate-applets/commit/cd971d3 | |||||
2015-12-17 | GTK3 charpick: fix deprecated usage of GtkMisk and GtkArrow | Wolfgang Ulbrich | 2 | -1/+22 | |
2015-12-17 | charpick: GSList type is wrong here, GList should be used | monsta | 1 | -2/+2 | |
2015-10-16 | GTK3 charpick: support custom panel themes | lukefromdc | 1 | -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-09-06 | Rework gsettings schema building | infirit | 3 | -20/+18 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-07-13 | Help charpick applet: fix legal page | raveit65 | 1 | -18/+37 | |
2015-07-09 | fixed remaining merge conflicts in help translations | Monsta | 1 | -1/+1 | |
2015-07-08 | help: use valid links to mate feedback page | raveit65 | 1 | -1/+1 | |
Help: forgotten fix | |||||
2015-07-08 | Revert "remove non-existing mate-feedback link" | raveit65 | 1 | -0/+8 | |
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2. with docbook help we have this page | |||||
2015-07-08 | fixed almost all merge conflicts in help translations | Monsta | 1 | -1/+1 | |
2015-07-01 | Revert "charpick: Do not use GtkStock" | Monsta | 3 | -8/+33 | |
This reverts commit faaee1e86bc0e751693bc2297893bffe127e3c3c. + some more changes to resolve conflicts | |||||
2015-06-25 | remove non-existing mate-feedback link | raveit65 | 1 | -8/+0 | |
2015-06-23 | help: fix broken help images | raveit65 | 9 | -0/+0 | |
2014-12-10 | charpick: Fix stupid mistake in dialog creation | infirit | 1 | -2/+0 | |
2014-12-10 | Gtk3: charpick: fix typo | infirit | 1 | -1/+1 | |
2014-11-27 | charpick: Re-add lost GTK_DIALOG_DESTROY_WITH_PARENT | infirit | 1 | -0/+3 | |
2014-11-26 | Gtk3: charpick: don't use deprecated gtk_rc_parse_string | infirit | 1 | -0/+24 | |
Based on gnome-applets commit: c134f72a483e9ca42fc4e49c057cb6e9173d1f1e From: Alberts Muktupāvels <[email protected]> | |||||
2014-11-26 | charpick: Do not use GtkStock | infirit | 3 | -33/+7 | |
2014-11-26 | Gtk3: Set homogenous per gnome-applets commit ↵ | infirit | 1 | -0/+3 | |
5df9f98d66f9c2920122a2a86269d95bd68ce67a | |||||
2014-11-26 | Gtk3: don't use deprecated gtk_widget_size_request | infirit | 1 | -2/+10 | |
Taken from gnome-panel commit: c05c6b07ec493d174062a06caf185d324fd6e0c4 From: Alberts Muktupāvels <[email protected]> | |||||
2014-11-26 | Gtk3: Silence GtkVbox and GtkHbox deprecation warnings | infirit | 2 | -0/+10 | |
2014-10-15 | charpick: Rename binary and manpage. fixes #103 | MotoHoss | 3 | -5/+5 | |
Avoid file collision with gnome applets. | |||||
2014-06-25 | Use $(datadir)/mate instead of $(datadir)/mate-2.0mate-applets-1.9.0 | Stefano Karapetsas | 3 | -6/+6 | |
And also rename binaries without "-2" suffix | |||||
2014-06-02 | Replace GtkObject with GObject also for gtk2 | infirit | 1 | -8/+4 | |
2014-05-03 | Use MateAboutDialog from libmate-desktop | Stefano Karapetsas | 2 | -1/+4 | |
2014-02-08 | Fix help uri for applets | infirit | 2 | -2/+2 | |
2014-02-05 | Remove all calls gtk_dialog_set_has_separator | infirit | 1 | -3/+0 | |
Also remove the has_separator from the ui files. | |||||
2014-01-22 | Fix gucharmap support for GTK2/GTK3 | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-19 | charpick: Add GTK3 support | Stefano Karapetsas | 2 | -4/+13 | |
2013-10-19 | Fix EXTRA_DIST for applet gschemas | infirit | 1 | -1/+1 | |
The following fails to include the needed schemas files: $(gsettings_SCHEMAS_in_in) replacing it with: $(gsettings_SCHEMAS).in.in | |||||
2013-10-19 | Move to gucharmap | infirit | 2 | -6/+6 | |
2013-08-02 | Use yelp-tools instead of mate-doc-utils | infirit | 24 | -84/+83 | |
2013-03-03 | Replace INCLUDES with AM_CPPFLAGS in Makefiles | Stefano Karapetsas | 1 | -1/+1 | |
2013-01-21 | enable build against murcharmap | raveit | 2 | -6/+6 | |
2012-11-24 | charpick: migrate to gsettings | Stefano Karapetsas | 6 | -115/+47 | |
2012-10-09 | Typo fix in charpick/charpick.c | cardpuncher | 1 | -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-17 | fixing omf charpick | Perberos | 3 | -1/+1 | |
2011-11-14 | initial | Perberos | 60 | -0/+13642 | |