summaryrefslogtreecommitdiff
path: root/accessx-status/applet.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-09Initialize "surface" before testing its value to avoid a crash.dunc1-1/+1
2019-03-20Make translatable documenters in about dialogrbuj1-1/+8
2019-03-20Make translatable copyright info in about dialogrbuj1-5/+2
2019-03-20Ensure 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
2018-09-11accessx-status: fix another leakraveit651-0/+1
2018-09-10Fix memory leak on accessx-status.Rui Caridade1-0/+1
2018-05-12accessx: Convert icons from pixbuf to cairo surfacesVictor Kareh1-283/+359
This improves support for HiDPI displays. It also fixes some deprecation warnings, adds auto-resizing, and updates the main applet icon.
2018-02-09avoid deprecated GtkStockPablo Barciela1-4/+4
2018-02-04require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-05update copyright year in other appletsmonsta1-1/+1
2017-08-05accessx-status: don't use deprecated gtk_show_uriraveit651-0/+7
2017-02-23accessx-status: avoid deprecated gtk_widget_render_iconraveit651-8/+8
note: gtk_widget_render_icon_pixbuf is deprecated with 3.10 but gtk_widget_render_icon has been deprecated since version 3.0, so this improve the situation a bit.
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-75/+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-08-13accessx-status: remove duplicated codemonsta1-1/+0
2016-08-13accessx-status: fix possible crash when updating layoutmonsta1-1/+1
2016-07-31accessx-status: use GtkAbout and update copyrightraveit651-3/+6
2015-12-22accessx-status: remove useless includemonsta1-3/+0
2015-12-19GTK3: fix several deprecationsWolfgang Ulbrich1-0/+37
- deprecated gdk_app_launch_context_new - deprecated gtk_widget_{set/get}_state
2015-08-31accessx-status: have applet background automatically paintedMonsta1-43/+0
2015-08-05accessx-status: add mate- prefix to all iconsBalló György1-35/+35
2015-08-05Fix missing icons on GTK3 with custom icon themeBalló György1-2/+2
2014-11-27accessx: Fix warninginfirit1-1/+1
2014-11-27accessx: use GAppInfoinfirit1-11/+18
2014-11-27accessx: use cairo for drawinginfirit1-35/+10
2014-11-27Fix build with GSEALinfirit1-1/+1
Use gdk_drag_context_list_targets for both Gtk+ versions. And use gdk_visual_get_depth instead of visual->depth
2014-11-26Gtk3: Set homogenous per gnome-applets commit ↵infirit1-1/+6
5df9f98d66f9c2920122a2a86269d95bd68ce67a
2014-11-26GDK_KEY_* is also in Gtk+2infirit1-9/+6
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit1-0/+2
2014-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas1-1/+2
2014-02-08Fix help uri for appletsinfirit1-1/+1
2014-01-20accessx-status: Add GTK3 supportStefano Karapetsas1-3/+50
https://git.gnome.org/browse/gnome-applets/commit/accessx-status?id=cd5250ed5d9aa467a34a6da1e2f566c191b25ca8 https://git.gnome.org/browse/gnome-applets/commit/accessx-status?id=5b91de8cfdd3578a1219d5367354798fbb4b48d3 https://git.gnome.org/browse/gnome-applets/commit/accessx-status?id=724533eefaec3268bc9787a1e146afbee171cf46
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit1-1/+1
2012-12-12Update accessx-status/applet.ccardpuncher1-1/+1
Fix a typo in the about window.
2012-11-24accessx-status: updateStefano Karapetsas1-1/+1
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch1-2/+2
2011-11-14initialPerberos1-0/+1369