Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-17 | Allow building all applets in or out of process | lukefromdc | 5 | -17/+50 | |
*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-17 | stickynotes: port to in-process for wayland | lukefromdc | 8 | -85/+112 | |
- 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-16 | Add click-hide key to the stickynotes GSettings | mate | 2 | -0/+9 | |
2022-11-09 | tx: sync with transifex | mbkma | 118 | -421/+614 | |
2022-08-18 | stickynotes: bump gtksourceview 4 | rbuj | 2 | -3/+1 | |
GtkSourceBuffer provides the ability to undo or redo the change to the note text-body. pluma uses gtksourceview 4, so we don't need to depend on two versions. | |||||
2022-03-22 | Fix some -Wfloat-conversion warnings | rbuj | 3 | -18/+31 | |
2021-10-26 | Sticky Notes applet: add documentation | Valentin Villenave | 1 | -2/+35 | |
2021-10-26 | stickynotes: Popup the note menu with the keyboard | Colomban Wendling | 3 | -8/+25 | |
2021-10-26 | stickynotes: Restore note popup menu that got lost in 37a85e35448f8 | Colomban Wendling | 5 | -11/+47 | |
2021-10-26 | Mate Sticky notes applet: enable keyboard navigation through F6 | Valentin Villenave | 3 | -0/+31 | |
As Tab and Shift-Tab get interpreted as indent/unindent, there was no way of leaving the text area through keyboard only. | |||||
2021-10-26 | Mate Sticky notes applet: make dialogs accessible. | Valentin Villenave | 2 | -0/+12 | |
This enables better keyboard navigation and labelling, for screen readers such as Orca. | |||||
2021-10-26 | Mate Sticky notes applet: fix segfault when Caja isn’t running | Valentin Villenave | 1 | -0/+6 | |
2021-08-07 | tx: sync with transifex | raveit65 | 118 | -461/+810 | |
2021-01-28 | Remove unnecessary casts on g_signal_connect calls | rbuj | 2 | -62/+102 | |
2021-01-16 | Update copyright to 2021 | rbuj | 2 | -2/+2 | |
2021-01-07 | Don't leave any round bracket at line end | rbuj | 1 | -5/+3 | |
2021-01-07 | tx: sync with transifex | raveit65 | 2 | -5/+12 | |
2020-12-27 | stickynotes: improve code-style | raveit65 | 10 | -2064/+2380 | |
- tabs to spaces - shortened lines - unnecessary casts on functions which accept a gpointer like g_signal_connect | |||||
2020-12-13 | tx:sync with transifex | raveit65 | 13 | -44/+168 | |
2020-12-13 | stickynotes: Add stickynotes-applet-menu.xml into resource bundle | rbuj | 3 | -23/+13 | |
2020-12-06 | remove dead function mate_panel_applet_set_background_widget | mbkma | 1 | -2/+0 | |
2020-08-11 | tx: sync with transifex | raveit65 | 13 | -44/+94 | |
2020-07-24 | stickynotes: Fix -Wformat-nonliteral warning | rbuj | 3 | -28/+9 | |
2020-07-13 | Guard block is missing | rbuj | 1 | -3/+3 | |
2020-06-25 | sync with transifex | raveit65 | 118 | -407/+581 | |
2020-06-06 | stickynotes: Remove enum conversion warnings | rbuj | 1 | -16/+16 | |
2020-05-21 | build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS | rbuj | 1 | -2/+0 | |
2020-04-09 | stickynotes: Remove strict-prototypes warning | rbuj | 1 | -1/+1 | |
2020-04-08 | build: Use WARN_CFLAGS variable | rbuj | 1 | -0/+1 | |
2020-03-14 | stickynotes: Use gresources for UI files | rbuj | 12 | -1248/+1245 | |
2020-03-02 | tx: pull with fixed translations of pt and pt_BR | raveit65 | 1 | -3/+3 | |
2020-02-10 | tx: sync with transifex | raveit65 | 1 | -4/+4 | |
2020-01-21 | tx: sync with transifex | raveit65 | 117 | -537/+783 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 2 | -2/+2 | |
2020-01-09 | migrate from intltools to gettext | Wu Xiaotian | 2 | -10/+11 | |
2019-06-16 | tx: sync with transifex | raveit65 | 117 | -21985/+21416 | |
2019-04-14 | Fix use-after-free clang warning | rbuj | 1 | -2/+4 | |
battstat_applet.c:755:3: warning: Use of memory after it is freed static_global_teardown (battstat); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stickynotes.c:674:24: warning: Use of memory after it is freed stickynotes->notes = g_list_remove(stickynotes->notes, note); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||||
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-03-20 | Help: Use XInclude instead of ENTITY for legal.xml | rbuj | 1 | -3/+2 | |
The ENTITY is expanded in i18n process, and legal.xml file is never read. | |||||
2019-03-20 | Make translatable documenters in about dialog | rbuj | 1 | -1/+8 | |
2019-03-20 | Make translatable copyright info in about dialog | rbuj | 1 | -6/+3 | |
2019-03-20 | Ensure proper translation of the about dialog title | rbuj | 1 | -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 | |||||
2019-03-17 | tx: sync with transifex | rbuj | 9 | -38/+101 | |
2019-02-25 | tx: sync with transifex | raveit65 | 116 | -292/+349 | |
2019-02-11 | Issues reported by translators | rbuj | 1 | -1/+1 | |
2019-01-27 | tx: sync with transifex | raveit65 | 12 | -87/+311 | |
2018-11-17 | sync with transifex | raveit65 | 126 | -8596/+103774 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+5 | |
2018-10-03 | Use orderedlist to describe the steps to add the applet to a panel | rbuj | 1 | -5/+34 | |
2018-10-03 | Manual: Fix Add to Panel dialog title | rbuj | 1 | -1/+1 | |