summaryrefslogtreecommitdiff
path: root/plugins/sort
AgeCommit message (Collapse)AuthorFilesLines
2021-03-07sort plugin: Port sort plugin to the new GtkSourceView api.mbkma2-467/+202
This allows the user to undo a sorting operation. Further this commit simplifies the code and updates the ui file.
2021-03-04port plugins to use the window-construct property.mbkma1-14/+14
pluma-file-browser-plugin.c: rename "data" to "priv".
2021-02-04build: Use PACKAGE_URL variablerbuj2-6/+6
2019-12-01add translator hintsWu Xiaotian1-0/+1
2019-12-01migrate from intltool to gettextWu Xiaotian2-5/+5
2019-08-07pluma-sort-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-12/+9
2019-07-08Add support for checking .ui accessibility with gla11ySamuel Thibault2-2/+6
2019-07-06Remove trailing whitespacesLaurent Napias1-1/+1
2019-06-10Change url projet's websiteLaurent Napias1-1/+1
2019-05-16add readmes and update plugins section of manualsakib1-0/+3
2018-08-19pluma-sort-plugin: avoid extra empty linePablo Barciela1-4/+6
Fixes https://github.com/mate-desktop/pluma/issues/153
2018-03-10sort.ui plugin: avoid deprecated:Pablo Barciela1-102/+93
avoid deprecated: GtkVBox GtkHBox GtkLabel:xpad/ypad GtkImage:xpad/ypad/xalign/yalign/stock GtkButton:use-stock
2018-02-08avoid deprecated GtkStockPablo Barciela1-1/+1
2017-02-10build: remove option that disables deprecated stuffmonsta1-2/+1
we don't need a build breakage on the first deprecated item, thanks
2016-12-13sort plugin: use 'destroy' signal - there's no 'dispose' in dialogmonsta1-3/+3
2016-12-05plugins: make them actually recognized and loaded by Plumamonsta2-4/+4
- use *.plugin extension instead of *.pluma-plugin - use "Plugin" section name instead of "Pluma Plugin" mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad https://git.gnome.org/browse/gedit/commit/?id=7c22769d73f756b9d1388febd147c9d267ed54cb
2016-12-05sort plugin: port to libpeasmonsta2-83/+143
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=9710389abbab19c34d90e5bbf57b4c2b56565279 https://git.gnome.org/browse/gedit/commit/?id=fa9f78d749f42a1588d7c7d449d6866ba2247278
2016-02-10plugins: don't use stock icon namesmonsta1-1/+1
2015-12-24remove unneeded 'x' attribute from non-executable filesmonsta5-0/+0
2014-12-10use the correct deallocation function/macromonsta1-1/+1
2014-05-19Remove has_separator property from gtkbuilder filesinfirit1-1/+0
2014-05-19Replace GtkObject with Gobject in gtk+2 buildinfirit1-9/+0
2013-10-30plugins: Add GTK3 supportStefano Karapetsas1-0/+9
2013-08-03Make automake happy: INCLUDES -> AM_CPPFLAGSinfirit1-1/+1
2012-11-18fixed incorrect fsf addresses.Steve Zesch2-2/+2
2012-08-31fix wrong urlStefano Karapetsas1-1/+1
http://forums.mate-desktop.org/viewtopic.php?f=2&t=718
2011-11-07using ./config/ instead of ./mate2/Perberos1-11/+11
2011-11-07renaming from gedit to plumaPerberos5-144/+144
2011-11-07initialPerberos5-0/+979