summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2016-12-13taglist plugin: don't look for taglist in non-existing legacy dirsmonsta1-23/+0
these names are result of excessive gedit -> pluma renaming (back in 2011), so these dirs never actually existed
2016-12-13plugins: remove a couple of useless includesmonsta2-2/+0
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 Plumamonsta18-36/+36
- 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-05trailsave plugin: port to libpeasmonsta2-19/+135
this plugin isn't present upstream, so all the changes were picked from other plugins here
2016-12-05time plugin: adapt configure dialog to libpeas interfacemonsta1-148/+71
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=f9cfaba1bca880e40048cb7ac044b9e34627c378 https://git.gnome.org/browse/gedit/commit/?id=20011152c7a6b372dec92120439faad7a730d35b
2016-12-05time plugin: port to libpeasmonsta2-76/+159
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=529bb71a0d3d514639611a7e989767e24a47dc6b https://git.gnome.org/browse/gedit/commit/?id=69a0f7450453b787c5b5fbcb59366493501797a9
2016-12-05taglist plugin: port to libpeasmonsta4-57/+150
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=c3471ad0a1e2a60a588f203421da1779a60649ff https://git.gnome.org/browse/gedit/commit/?id=05ca83131a21c35e7b2792bbf76c4c6897d084e9
2016-12-05spell plugin: adapt configure dialog to libpeas interfacemonsta1-91/+39
upstream spell plugin doesn't have a configure dialog, so most changes were picked up from upstream time plugin
2016-12-05spell plugin: port to libpeasmonsta2-153/+198
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=f12be5be627c7b75c0a5f41e8ffec2d5202401d0 https://git.gnome.org/browse/gedit/commit/?id=939dec5739bfd1f15895994ef133753a095aac4e
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-12-05modelines plugin: port to libpeasmonsta2-59/+153
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=e1df93f3b827131d13178286cec365c8bbc0f075 https://git.gnome.org/browse/gedit/commit/?id=aac1cb378359a69bdb4ac7f08578989e4a3b52d1
2016-12-05filebrowser plugin: port to libpeasmonsta10-137/+230
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=6e8ef59b74a2f726f8a2a0ab1fa7f5c4aa6ac3f2 https://git.gnome.org/browse/gedit/commit/?id=6cc3b4074bad0a775532216c82fa6ce6599bde2c https://git.gnome.org/browse/gedit/commit/?id=9103c5109d5f897c3cc0390fcf09c5a4713cf72f https://git.gnome.org/browse/gedit/commit/?id=e3d36ce46c795887fa449db7eba19b4cc949f714
2016-12-05docinfo plugin: port to libpeasmonsta2-90/+160
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=c950fdf896b89f77cc7e9c065df33e2952f43165 https://git.gnome.org/browse/gedit/commit/?id=e97c74342d9836ab21677f31d15a7edb574ea74a https://git.gnome.org/browse/gedit/commit/?id=8f6d93bc0730e0a5b6254a0458bf34168f6ee6a2
2016-12-05changecase plugin: port to libpeasmonsta2-50/+137
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=0ecd2454c85bdb68968aa2c1500d63f48f9c8349 https://git.gnome.org/browse/gedit/commit/?id=3e1e1c725679392a3a6c8219fc921c21c0041089 https://git.gnome.org/browse/gedit/commit/?id=111d6d0c3388849efe7f44580e713e034d554b81
2016-11-10exclude Python plugins from dist (it breaks distcheck)monsta1-4/+0
2016-11-06move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta9-110/+7
2016-11-06drop Python plugins support and --enable-python build optionmonsta1-3/+2
it requires PyGTK so won't even build with GTK+3 but keep plugins themselves for future porting to libpeas
2016-08-12When 'Always autocheck' option is selected turn on Autocheck for new documentsJohn Church1-1/+20
2016-07-30GTK+-3 taglist-plugin-panel: avoid deprecated gtk_tree_view_set_rules_hintraveit651-0/+2
2016-07-30GTK+-3: avoid deprecated gtk_icon_info_free ()raveit651-0/+4
replace it with g_object_unref ()
2016-04-10plugins: Fix to install externaltools plugin only with PythonOBATA Akio1-2/+1
It was accidentally changed to be installed unconditionally with "drop support for win32/osx".
2016-02-17plugins: some corrections for switch-c tool in external toolsmonsta1-8/+14
2016-02-16plugins: make switch-c tool in external tools work, fix issuesmonsta1-2/+9
- specify encoding to let the tool actually run - avoid shell command injection - update copyright thanks to @clefebvre for the fix
2016-02-12plugins: use more generic icon name for python console pluginmonsta1-1/+1
2016-02-10plugins: don't use stock icon namesmonsta4-4/+4
2016-02-10plugins: use correct icon name for python console pluginmonsta1-1/+1
2016-02-01fix a few build warningsmonsta1-3/+0
2016-01-25GTK3: another fix for GtkMisc deprecated commitWolfgang Ulbrich1-1/+1
2016-01-24GTK3: fix previous GtkMisc deprecated commitWolfgang Ulbrich1-2/+2
2015-12-24remove unneeded 'x' attribute from non-executable filesmonsta104-0/+0
2015-12-05GTK3 filebrowser-widget.c: fix build with gtk+-3.14Wolfgang Ulbrich1-0/+3
- improve https://github.com/mate-desktop/pluma/commit/3d2d796
2015-12-03fix build breakage introduced in cf7db5e02ea308bbe59f15f2a3973b0bd9e79df4monsta1-1/+1
2015-12-03Merge pull request #146 from sleeveroller/issue90monsta5-16/+480
Add a new Configure dialog for the Spell Check plugin.
2015-12-01GTK3: replace reprecatated gdk_cursor functionsWolfgang Ulbrich2-3/+53
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref
2015-12-01Gtk+-3.14: don't use deprecated GtkMiscWolfgang Ulbrich2-1/+14
2015-12-01GTk3: don't use deprecated GTK_TYPE_{V/H}BOXWolfgang Ulbrich4-0/+34
2015-12-01GTK3: don't use deprecated gtk_{v/h}-boxWolfgang Ulbrich1-0/+4
2015-11-26GTK3: replace reprecatated gdk_cursor functionsWolfgang Ulbrich2-4/+54
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref
2015-11-12Add a new Configure dialog for the Spell Check plugin.John Church5-16/+480
There are three options for autocheck when a doc is loaded: Always autocheck, Never autocheck and Remember the autocheck setting for each document The chosen option is stored in the gsettings schema. The default setting is to remember by document as this is what Pluma did previously.
2015-09-29capitalize Pluma in Run command plugin dialogmonsta1-2/+2
2015-09-08Rework gsettings schema buildinginfirit5-57/+52
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-09-02Add plugin to strip trailing spaces on save.Daggerbot5-2/+328
2015-09-02drop support for win32/osx and checkupdate pluginmonsta13-899/+33
that plugin has never been built in linux anyway due to logic in configure.ac
2015-08-03drop gdkkeysyms-compat usage, use modern key namesMonsta3-21/+13
2015-07-14quickopen plugin: remove wrong version check inherited from geditmonsta1-12/+11
this should make quickopen dialog (Ctrl-Alt-O) recognize the files from the currently selected dir in filebrowser plugin.
2015-07-09Fix my stupid mistake in previous commit.infirit1-1/+1
2015-07-09UI GTK3: use a size request for time plugin dialog windowraveit651-0/+1
2015-07-08show correct help pages for prefs and plugins dialogsMonsta1-2/+2
2015-06-16taglist plugin: don't use timestamps when using gzipmonsta1-1/+1