summaryrefslogtreecommitdiff
path: root/stickynotes
AgeCommit message (Collapse)AuthorFilesLines
2015-06-25remove non-existing mate-feedback linkraveit651-5/+0
2015-06-23help: fix broken help imagesraveit6514-0/+0
2015-03-15stickynotes: more small fixesMonsta2-28/+24
2015-03-15stickynotes: use mate_panel_applet_set_background_widgetMonsta3-60/+2
2015-03-15stickynotes: fix indentation a bitMonsta1-22/+22
2015-03-15stickynotes: some more GTK+3 changesMonsta2-39/+46
2015-03-15stickynotes: use modern color-related API in GTK+3 buildMonsta3-35/+77
2015-03-15stickynotes: proper tooltip for 'x' button on the note's titleMonsta1-1/+1
because this button deletes the note, not just "closes" it
2015-03-15stickynotes: fix spacing and copy/paste errorsMonsta3-16/+16
Closes https://github.com/mate-desktop/mate-applets/pull/129
2015-01-05stickynotes: Small cleanupsinfirit2-6/+10
2014-11-26GDK_KEY_* is also in Gtk+2infirit1-7/+4
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: Remove redundant store of root_window.infirit1-2/+0
2014-11-26stickynotes: Small fixes for warnings etcinfirit1-3/+7
2014-11-26stickynotes: we do not use the status anywhere so it has to go.infirit1-2/+2
2014-11-26stickynotes: Fix compile warningsinfirit2-7/+3
Based on gnome-applets commit: 18e23a490529131d17c931247481cfa02b1f14b3 From: Benjamin Otte <[email protected]>
2014-07-11sticky-notes: Remove old and unused server fileinfirit3-44/+1
2014-06-25Use $(datadir)/mate instead of $(datadir)/mate-2.0mate-applets-1.9.0Stefano Karapetsas1-1/+1
And also rename binaries without "-2" suffix
2014-06-02Cleanup GTK_CHECK_VERSION and unify where possibleinfirit3-25/+3
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-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas2-1/+4
2014-02-08Fix help uri for appletsinfirit2-3/+3
2014-02-05Remove all calls gtk_dialog_set_has_separatorinfirit1-4/+0
Also remove the has_separator from the ui files.
2014-01-30stickynotes: Add undo/redo featureStefano Karapetsas4-1/+26
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 Karapetsas4-0/+37
2013-11-06Fix Sun GNOME Documentation Team referencesStefano Karapetsas2-4/+4
2013-10-19Fix EXTRA_DIST for applet gschemasinfirit1-1/+1
The following fails to include the needed schemas files: $(gsettings_SCHEMAS_in_in) replacing it with: $(gsettings_SCHEMAS).in.in
2013-10-08back to libwnckinfirit3-26/+28
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit24-83/+82
2013-03-03Replace INCLUDES with AM_CPPFLAGS in MakefilesStefano Karapetsas1-1/+1
2013-01-04stickynotes: Add mateconf-gsettings-data-convert fileYaakov Selkowitz2-0/+18
2012-11-24stickynotes: migrate to gsettingsStefano Karapetsas8-328/+160
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch10-20/+20
2012-06-08port to libmatewnckmate-applets-1.3.0Stefano Karapetsas3-28/+26
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 functionPerberos2-7/+7
2011-12-21removing unused constant XML_PATHPerberos1-1/+0
2011-12-21using ~/.config/mate/ instead of ~/.mate2/Perberos1-8/+28
2011-12-21adding missing libX11 on ld flagsPerberos1-1/+2
2011-12-08GDK_DISPLAY() is deprecatedPerberos3-9/+9
2011-11-15fixing file conflicts on stickynotes appletPerberos3-9/+8
2011-11-14initialPerberos110-0/+19213