summaryrefslogtreecommitdiff
path: root/plugins/spell
AgeCommit message (Collapse)AuthorFilesLines
2019-08-09pluma-spell-plugin: avoid 'g_type_class_add_private'Pablo Barciela1-16/+11
2019-07-28spell-checker plugin: add missing translation (i18n)rbuj1-1/+1
2019-07-08Add support for checking .ui accessibility with gla11ySamuel Thibault2-2/+11
2019-07-06Remove trailing whitespacesLaurent Napias12-370/+370
2019-06-10Change url projet's websiteLaurent Napias1-1/+1
2019-05-16add readmes and update plugins section of manualsakib1-0/+3
2019-02-17show enchant version when configureWu Xiaotian1-1/+1
2019-02-17Replace the deprecated enchant_dict_add_to_pwl with enchant_dict_add.Wu Xiaotian1-1/+2
2018-08-06spell plugin: Autocheck spelling with [control + F7]Pablo Barciela1-1/+1
Closes https://github.com/mate-desktop/pluma/issues/335
2018-05-12avoid deprecated 'gtk_dialog_get_action_area'Pablo Barciela1-4/+0
2018-03-27avoid 'gtk_dialog_add_buttons' with stock idsPablo Barciela1-8/+3
2018-03-22spell-checker.ui plugin: avoid deprecated:Pablo Barciela2-182/+113
avoid deprecated: GtkLabel:xpad/ypad GtkTable GtkVBox GtkHBox GtkHButtonBox GtkImage:stock GtkButton:use-stock
2018-03-06some adjustments for pluma-spell-setup-dialog.uiraveit651-4/+5
2018-03-06pluma-spell-setup-dialog.ui plugin: avoid GtkRadioButton:xalignPablo Barciela1-4/+1
2018-03-05spell plugin: languages-dialog.ui: avoid deprecated:Pablo Barciela1-58/+73
avoid GtkButton:use-stock, GtkVBox, and GtkLabel:xpad/ypad
2018-03-04spell plugin: pluma-spell-setup-dialog.ui: avoid deprecated:Pablo Barciela1-7/+30
avoid deprecated GtkVBox and GtkButton:use-stock
2018-02-08avoid deprecated GtkStockPablo Barciela3-9/+9
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2018-01-03pluma-spell-checker-language.c: Fix build warning:Pablo Barciela1-2/+2
pointer targets in passing argument 3 of ‘xmlStrPrintf’ differ in signedness
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