Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-17 | charpick: port to in-process for wayland compatability | lukefromdc | 1 | -3/+1 | |
*No change in x11 behavior *Applet works in wayland but gtk-enable-primary-paste does not at least not in wayfire. Seems to forcibly turn off the gsettings preference at least some of the time as well. This however is probably an issue for a future wayland session manager to deal with | |||||
2022-08-08 | Use dashes instead of underscores in signal names | rbuj | 1 | -7/+7 | |
2022-03-23 | charpick: fix memory leak | rbuj | 1 | -1/+1 | |
2021-11-21 | Use a blank line at most | rbuj | 1 | -3/+0 | |
2021-09-12 | Charpick-applet: use GtkInvisible widget | balping | 1 | -7/+45 | |
Fixed #372 by applying following patches by Alberts Muktupāvels: * https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/36f313d880aef4df2925a1fce585fa820429d4fd * https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/19c7ccdc26094988c979fa2ee9ace315acfa9f5e | |||||
2021-01-28 | charpick: Fix memory leak | rbuj | 1 | -19/+9 | |
2021-01-28 | Remove unnecessary casts on g_signal_connect calls | rbuj | 1 | -13/+13 | |
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
2020-12-06 | remove dead function mate_panel_applet_set_background_widget | mbkma | 1 | -30/+28 | |
2020-10-27 | charpick: improve code-style | raveit65 | 1 | -584/+614 | |
- tab to spaces - fix indents - shorten lines | |||||
2020-07-30 | charpick: Load menu from resources | rbuj | 1 | -5/+4 | |
2020-07-28 | charpick: Fix memory leak reported by clang static analyzer | rbuj | 1 | -2/+3 | |
2020-06-09 | charpic-about: fix DE name in about dialog | Abu Sakib | 1 | -2/+2 | |
2020-04-16 | Remove unused-variable warnings | rbuj | 1 | -9/+4 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2019-03-20 | assignment discards 'const' qualifier from pointer target type | rbuj | 1 | -1/+1 | |
2019-03-20 | Make translatable documenters in about dialog | rbuj | 1 | -1/+8 | |
2019-03-20 | Make translatable copyright info in about dialog | rbuj | 1 | -5/+2 | |
2019-03-20 | Ensure proper translation of the about dialog title | rbuj | 1 | -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 | |||||
2018-07-06 | charpick: replace deprecated gtk_menu_popup | raveit65 | 1 | -36/+5 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -3/+3 | |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -46/+6 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-05 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -4/+3 | |
This commit reverts: https://github.com/mate-desktop/mate-applets/commit/d809e57c7b09f545f1cf847f514fa738d44ac2b3 https://github.com/mate-desktop/mate-applets/commit/2f5515815c1f6c9b66f85d6ec228aad7aea0b441 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height gdk_screen_width gdk_screen_height | |||||
2017-10-05 | update copyright year in other applets | monsta | 1 | -1/+1 | |
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 | 1 | -0/+7 | |
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 | 1 | -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-31 | charpick: drop MateAbout and update copyright | raveit65 | 1 | -4/+6 | |
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 | 1 | -1/+14 | |
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-07-01 | Revert "charpick: Do not use GtkStock" | Monsta | 1 | -1/+2 | |
This reverts commit faaee1e86bc0e751693bc2297893bffe127e3c3c. + some more changes to resolve conflicts | |||||
2014-12-10 | Gtk3: charpick: fix typo | infirit | 1 | -1/+1 | |
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 | 1 | -1/+0 | |
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 | 1 | -0/+5 | |
2014-06-02 | Replace GtkObject with GObject also for gtk2 | infirit | 1 | -8/+4 | |
2014-05-03 | Use MateAboutDialog from libmate-desktop | Stefano Karapetsas | 1 | -1/+2 | |
2014-02-08 | Fix help uri for applets | infirit | 1 | -1/+1 | |
2014-01-22 | Fix gucharmap support for GTK2/GTK3 | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-19 | charpick: Add GTK3 support | Stefano Karapetsas | 1 | -2/+10 | |
2013-10-19 | Move to gucharmap | infirit | 1 | -4/+4 | |
2013-08-02 | Use yelp-tools instead of mate-doc-utils | infirit | 1 | -1/+1 | |
2013-01-21 | enable build against murcharmap | raveit | 1 | -4/+4 | |