summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes.c
AgeCommit message (Collapse)AuthorFilesLines
2014-11-26stickynotes: Small fixes for warnings etcinfirit1-3/+7
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-06-02Drop support for glib < 2.36infirit1-9/+0
2014-02-08Fix help uri for appletsinfirit1-1/+1
2014-01-30stickynotes: Add undo/redo featureStefano Karapetsas1-0/+10
Using GtkSourceView instead of GtkTextView This adds new dependency to package to build this applet Closes #17 https://github.com/mate-desktop/mate-applets/issues/17
2014-01-19stickynotes: Add GTK3 supportStefano Karapetsas1-0/+10
2013-10-08back to libwnckinfirit1-23/+24
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit1-1/+1
2012-11-24stickynotes: migrate to gsettingsStefano Karapetsas1-41/+18
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch1-2/+2
2012-06-08port to libmatewnckmate-applets-1.3.0Stefano Karapetsas1-24/+23
2012-01-30g_get_user_config_dir() would be better ↵Perberos1-7/+15
(https://github.com/mate-desktop/mate-panel/issues/8)
2012-01-23missing NULL on g_build_filename functionPerberos1-3/+3
2011-12-21using ~/.config/mate/ instead of ~/.mate2/Perberos1-8/+28
2011-12-08GDK_DISPLAY() is deprecatedPerberos1-2/+2
2011-11-14initialPerberos1-0/+1055