summaryrefslogtreecommitdiff
path: root/plugins/spell
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-11-06move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-1/+1
2016-08-12When 'Always autocheck' option is selected turn on Autocheck for new documentsJohn Church1-1/+20
2016-02-10plugins: don't use stock icon namesmonsta1-1/+1
2016-01-24GTK3: fix previous GtkMisc deprecated commitWolfgang Ulbrich1-2/+2
2015-12-24remove unneeded 'x' attribute from non-executable filesmonsta19-0/+0
2015-12-03Merge pull request #146 from sleeveroller/issue90monsta5-16/+480
Add a new Configure dialog for the Spell Check plugin.
2015-12-01Gtk+-3.14: don't use deprecated GtkMiscWolfgang Ulbrich1-0/+4
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-02drop support for win32/osx and checkupdate pluginmonsta1-6/+0
that plugin has never been built in linux anyway due to logic in configure.ac
2014-12-19plugins: don't leak memoryMonsta1-8/+12
2014-05-19Remove has_separator property from gtkbuilder filesinfirit1-1/+0
2014-05-19Replace deprecated gtk widget functioninfirit1-4/+0
The replacement functions are available since 2.18 GTK_WIDGET_HAS_FOCUS -> gtk_widget_has_focus GTK_WIDGET_VISIBLE -> gtk_widget_get_visible GTK_WIDGET_SET_FLAGS -> gtk_widget_set_*
2014-05-19Replace GtkObject with Gobject in gtk+2 buildinfirit1-12/+0
2014-05-19Remove all calls to deprecated gtk_dialog_set_has_separatorinfirit1-3/+0
2013-11-04Fix some deprecationsStefano Karapetsas1-0/+2
2013-10-30plugins: Add GTK3 supportStefano Karapetsas1-0/+16
2013-08-03Make automake happy: INCLUDES -> AM_CPPFLAGSinfirit1-1/+1
2012-11-18fixed incorrect fsf addresses.Steve Zesch12-22/+22
2012-08-31fix wrong urlStefano Karapetsas1-1/+1
http://forums.mate-desktop.org/viewtopic.php?f=2&t=718
2011-11-07renaming from gedit to plumaPerberos22-945/+945
2011-11-07initialPerberos19-0/+5519