summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes_applet.c
AgeCommit message (Collapse)AuthorFilesLines
2023-07-17Allow building all applets in or out of processlukefromdc1-5/+8
*Use --enable-in-process selector for in-process builds *Accessx-status: mark as incompatable with wayland *Accessx-status: Fix in-process runtime warning *Stickynote, Geyes: style fixes
2023-07-17stickynotes: port to in-process for waylandlukefromdc1-6/+14
- 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
2022-03-22Fix some -Wfloat-conversion warningsrbuj1-2/+3
2020-12-27stickynotes: improve code-styleraveit651-492/+521
- tabs to spaces - shortened lines - unnecessary casts on functions which accept a gpointer like g_signal_connect
2020-12-13stickynotes: Add stickynotes-applet-menu.xml into resource bundlerbuj1-4/+3
2020-12-06remove dead function mate_panel_applet_set_background_widgetmbkma1-2/+0
2020-03-14stickynotes: Use gresources for UI filesrbuj1-1/+1
2018-05-12Convert applet icons from pixbuf to surfacesVictor Kareh1-36/+45
This improves support for HiDPI by loading properly scaled surfaces for applets.
2018-02-09avoid deprecated GtkStockPablo Barciela1-5/+5
2017-12-05WidthOfScreen and HeightOfScreen implementationPablo Barciela1-6/+2
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-08-09avoid deprecated gdk_screen_get_width/heightZenWalker1-1/+6
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-18/+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-01-04stickynotes: new icon names and paths + fix deprecationsmonsta1-39/+31
adapted from https://git.gnome.org/browse/gnome-applets/commit/?id=76982eb73ce1bd912cc19a55d3b6682b9da93687
2015-12-17GTK3 stickynotes: several geprecated fixesWolfgang Ulbrich1-2/+4
- 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-03-15stickynotes: more small fixesMonsta1-5/+3
2015-03-15stickynotes: use mate_panel_applet_set_background_widgetMonsta1-2/+2
2015-03-15stickynotes: use modern color-related API in GTK+3 buildMonsta1-10/+20
2015-01-05stickynotes: Small cleanupsinfirit1-2/+2
2014-11-26Gtk3: don't use deprecated gtk_widget_size_requestinfirit1-0/+4
Taken from gnome-panel commit: c05c6b07ec493d174062a06caf185d324fd6e0c4 From: Alberts Muktupāvels <[email protected]>
2014-11-26stickynotes: Fix compile warningsinfirit1-2/+0
Based on gnome-applets commit: 18e23a490529131d17c931247481cfa02b1f14b3 From: Benjamin Otte <[email protected]>
2012-11-24stickynotes: migrate to gsettingsStefano Karapetsas1-56/+30
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch1-2/+2
2011-11-15fixing file conflicts on stickynotes appletPerberos1-7/+6
2011-11-14initialPerberos1-0/+659