summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes_applet_callbacks.c
AgeCommit message (Collapse)AuthorFilesLines
2023-07-17stickynotes: port to in-process for waylandlukefromdc1-33/+44
- Note that functions involving measuring or clicking on the desktop - Are x11 only as wayland does not allow one app to access another's windows - Fix warnings on removal of applet - use wnck only in x11 - Cleanup X11 checks
2023-05-16Add click-hide key to the stickynotes GSettingsmate1-0/+4
2022-03-22Fix some -Wfloat-conversion warningsrbuj1-12/+20
2021-10-26Mate Sticky notes applet: fix segfault when Caja isn’t runningValentin Villenave1-0/+6
2021-01-28Remove unnecessary casts on g_signal_connect callsrbuj1-6/+3
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-12-27stickynotes: improve code-styleraveit651-379/+461
- tabs to spaces - shortened lines - unnecessary casts on functions which accept a gpointer like g_signal_connect
2020-04-09stickynotes: Remove strict-prototypes warningrbuj1-1/+1
2020-03-14stickynotes: Use gresources for UI filesrbuj1-1/+1
2020-01-10Update copyright to 2020raveit651-1/+1
2019-03-20Make translatable documenters in about dialogrbuj1-1/+8
2019-03-20Make translatable copyright info in about dialogrbuj1-6/+3
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-02-04require GTK+ 3.22 and GLib 2.50monsta1-14/+2
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-05update copyright year in other appletsmonsta1-1/+1
2017-08-05stickynotes: don't use deprecated gtk_show_uriraveit651-6/+20
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-16/+0
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-31stickynotes: use GtkAbout and update copyrightraveit651-4/+7
2015-12-17GTK3 stickynotes: several geprecated fixesWolfgang Ulbrich1-2/+2
- don't use deprecated GdkColor - don't use deprecated gtkcolorbutton - don't use deprecated gtk_icon_size_register taken from: https://git.gnome.org/browse/gnome-applets/commit/?id=0e26a90 https://git.gnome.org/browse/gnome-applets/commit/?id=30805d8 https://git.gnome.org/browse/gnome-applets/commit/?id=15dbeb5
2015-07-16help: rename to mate-sticky-notesinfirit1-2/+2
2015-03-15stickynotes: more small fixesMonsta1-23/+21
2015-03-15stickynotes: use mate_panel_applet_set_background_widgetMonsta1-49/+0
2015-03-15stickynotes: use modern color-related API in GTK+3 buildMonsta1-12/+20
2015-03-15stickynotes: fix spacing and copy/paste errorsMonsta1-1/+1
Closes https://github.com/mate-desktop/mate-applets/pull/129
2014-11-26GDK_KEY_* is also in Gtk+2infirit1-7/+4
2014-11-26stickynotes: we do not use the status anywhere so it has to go.infirit1-2/+2
2014-11-26stickynotes: Fix compile warningsinfirit1-5/+3
Based on gnome-applets commit: 18e23a490529131d17c931247481cfa02b1f14b3 From: Benjamin Otte <[email protected]>
2014-06-02Cleanup GTK_CHECK_VERSION and unify where possibleinfirit1-9/+0
gdk_x11_window_foreign_new_for_display | since 2.24 gdk_window_get_width | since 2.24 gdk_window_get_height | since 2.24 gdk_x11_display_get_xdisplay | since 2.2 gdk_window_get_display | since 2.24 gdk_x11_window_foreign_new_for_display | since 2.24 GDK_WINDOW_XID | since always GDK_SCREEN_XDISPLAY | since always
2014-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas1-1/+2
2014-02-08Fix help uri for appletsinfirit1-2/+2
2014-01-19stickynotes: Add GTK3 supportStefano Karapetsas1-0/+19
2013-11-06Fix Sun GNOME Documentation Team referencesStefano Karapetsas1-1/+1
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit1-2/+2
2012-11-24stickynotes: migrate to gsettingsStefano Karapetsas1-54/+30
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch1-2/+2
2011-12-08GDK_DISPLAY() is deprecatedPerberos1-2/+2
2011-11-14initialPerberos1-0/+626