summaryrefslogtreecommitdiff
path: root/stickynotes
AgeCommit message (Collapse)AuthorFilesLines
2017-07-08stickynotes: reword previous commit a bit and don't leak dir namemonsta1-2/+4
similar to how it's done in https://git.gnome.org/browse/gnome-applets/commit/?id=cbadc03ed7fe432bbbe37932c2c81d7d5181fe15
2017-07-01stickynotes: create parent dir for "stickynotes-applet.xml" if it does not ↵oliver-joos1-1/+3
exist. Fixes issue #254
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta5-173/+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-08-31sticky-notes: drop duplicate coderaveit651-34/+1
2016-07-31stickynotes: use GtkAbout and update copyrightraveit651-4/+7
2016-01-04stickynotes: new icon names and paths + fix deprecationsmonsta10-93/+50
adapted from https://git.gnome.org/browse/gnome-applets/commit/?id=76982eb73ce1bd912cc19a55d3b6682b9da93687
2016-01-02stickynotes: drop MateConf migration scriptMonsta2-18/+0
2015-12-17GTK3 stickynotes: several geprecated fixesWolfgang Ulbrich4-8/+41
- 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-12-14 stickynotes: correctly apply chosen font type in GTK+3 build György Balló1-1/+18
adapted from https://git.gnome.org/browse/gnome-applets/commit/?id=75836cbd9198b0ceb55498147932da957d158563
2015-12-11stickynotes: use '-' instead of '_' in the name of applet's binaryMonsta3-4/+4
2015-12-11stickynotes: remove local TODO, it's outdatedmonsta1-12/+0
2015-12-11stickynotes: remove wrong MATE version from local READMEmonsta1-1/+1
2015-12-07stickynotes: correctly apply chosen bg color in GTK+3 buildMonsta1-17/+32
current implementation sets the same color for all note parts, which is not right (compared to GTK+2 build), but it's better than nothing. adapted from https://git.gnome.org/browse/gnome-applets/commit?id=a1f4ed5e126ef9f1b4d90c0fe62adcfbeb14dac3
2015-12-07stickynotes: correctly apply chosen font color in GTK+3 buildMonsta1-6/+11
adapted from https://git.gnome.org/browse/gnome-applets/commit/?id=107534eb0cc2ebb45622295b7e9a1a0280e32e0e
2015-12-07stickynotes: remove uneeded functionAlberts Muktupāvels3-12/+0
2015-11-02fix typo in commentMonsta1-1/+1
don't do that to poor widow, she had enough already
2015-09-06Rework gsettings schema buildinginfirit3-75/+73
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-07-16help: rename to mate-sticky-notesinfirit4-5/+5
2015-07-15help stickynotes: fix legal pageraveit651-13/+35
2015-07-08help: use valid links to mate feedback pageraveit651-3/+3
Help: forgotten fix
2015-07-08Revert "remove non-existing mate-feedback link"raveit651-0/+5
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2. with docbook help we have this page
2015-07-08fixed almost all merge conflicts in help translationsMonsta3-4/+4
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