Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-04 | port plugins to use the window-construct property. | mbkma | 1 | -15/+15 | |
pluma-file-browser-plugin.c: rename "data" to "priv". | |||||
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 2 | -5/+6 | |
2020-12-10 | cppcheck warning: The if condition is the same as the previous one | rbuj | 1 | -7/+9 | |
2020-12-10 | spell: Remove BUILT_SOURCES variable from Makefile.am | rbuj | 1 | -6/+2 | |
2020-10-19 | Remove pluma-marshal. | mbkma | 4 | -40/+11 | |
These days we can use the automatic ffi marshalling. See: - https://developer.gnome.org/gobject/stable/gobject-Signals.html#g-signal-new - http://sourceware.org/libffi/ - https://gitlab.gnome.org/GNOME/gedit/-/commit/373adb7d041b0559953d0ac8cf2213ecc44db956 | |||||
2020-07-29 | Port main program to GSettings | mbkma | 1 | -1/+0 | |
Remove pluma_prefs_manager. Plugins were already ported to GSettings. Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483 | |||||
2020-03-14 | Remove warnings: cast between incompatible function types | rbuj | 1 | -4/+2 | |
2019-12-01 | add translator hints | Wu Xiaotian | 1 | -0/+1 | |
2019-12-01 | migrate from intltool to gettext | Wu Xiaotian | 2 | -6/+5 | |
2019-08-09 | pluma-spell-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -16/+11 | |
2019-07-28 | spell-checker plugin: add missing translation (i18n) | rbuj | 1 | -1/+1 | |
2019-07-08 | Add support for checking .ui accessibility with gla11y | Samuel Thibault | 2 | -2/+11 | |
2019-07-06 | Remove trailing whitespaces | Laurent Napias | 12 | -370/+370 | |
2019-06-10 | Change url projet's website | Laurent Napias | 1 | -1/+1 | |
2019-05-16 | add readmes and update plugins section of manual | sakib | 1 | -0/+3 | |
2019-02-17 | show enchant version when configure | Wu Xiaotian | 1 | -1/+1 | |
2019-02-17 | Replace the deprecated enchant_dict_add_to_pwl with enchant_dict_add. | Wu Xiaotian | 1 | -1/+2 | |
2018-08-06 | spell plugin: Autocheck spelling with [control + F7] | Pablo Barciela | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/pluma/issues/335 | |||||
2018-05-12 | avoid deprecated 'gtk_dialog_get_action_area' | Pablo Barciela | 1 | -4/+0 | |
2018-03-27 | avoid 'gtk_dialog_add_buttons' with stock ids | Pablo Barciela | 1 | -8/+3 | |
2018-03-22 | spell-checker.ui plugin: avoid deprecated: | Pablo Barciela | 2 | -182/+113 | |
avoid deprecated: GtkLabel:xpad/ypad GtkTable GtkVBox GtkHBox GtkHButtonBox GtkImage:stock GtkButton:use-stock | |||||
2018-03-06 | some adjustments for pluma-spell-setup-dialog.ui | raveit65 | 1 | -4/+5 | |
2018-03-06 | pluma-spell-setup-dialog.ui plugin: avoid GtkRadioButton:xalign | Pablo Barciela | 1 | -4/+1 | |
2018-03-05 | spell plugin: languages-dialog.ui: avoid deprecated: | Pablo Barciela | 1 | -58/+73 | |
avoid GtkButton:use-stock, GtkVBox, and GtkLabel:xpad/ypad | |||||
2018-03-04 | spell plugin: pluma-spell-setup-dialog.ui: avoid deprecated: | Pablo Barciela | 1 | -7/+30 | |
avoid deprecated GtkVBox and GtkButton:use-stock | |||||
2018-02-08 | avoid deprecated GtkStock | Pablo Barciela | 3 | -9/+9 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -4/+0 | |
2018-01-03 | pluma-spell-checker-language.c: Fix build warning: | Pablo Barciela | 1 | -2/+2 | |
pointer targets in passing argument 3 of ‘xmlStrPrintf’ differ in signedness | |||||
2017-02-10 | build: remove option that disables deprecated stuff | monsta | 1 | -2/+1 | |
we don't need a build breakage on the first deprecated item, thanks | |||||
2016-12-05 | plugins: make them actually recognized and loaded by Pluma | monsta | 2 | -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-05 | spell plugin: adapt configure dialog to libpeas interface | monsta | 1 | -91/+39 | |
upstream spell plugin doesn't have a configure dialog, so most changes were picked up from upstream time plugin | |||||
2016-12-05 | spell plugin: port to libpeas | monsta | 2 | -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-06 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -1/+1 | |
2016-08-12 | When 'Always autocheck' option is selected turn on Autocheck for new documents | John Church | 1 | -1/+20 | |
2016-02-10 | plugins: don't use stock icon names | monsta | 1 | -1/+1 | |
2016-01-24 | GTK3: fix previous GtkMisc deprecated commit | Wolfgang Ulbrich | 1 | -2/+2 | |
2015-12-24 | remove unneeded 'x' attribute from non-executable files | monsta | 19 | -0/+0 | |
2015-12-03 | Merge pull request #146 from sleeveroller/issue90 | monsta | 5 | -16/+480 | |
Add a new Configure dialog for the Spell Check plugin. | |||||
2015-12-01 | Gtk+-3.14: don't use deprecated GtkMisc | Wolfgang Ulbrich | 1 | -0/+4 | |
2015-11-12 | Add a new Configure dialog for the Spell Check plugin. | John Church | 5 | -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-02 | drop support for win32/osx and checkupdate plugin | monsta | 1 | -6/+0 | |
that plugin has never been built in linux anyway due to logic in configure.ac | |||||
2014-12-19 | plugins: don't leak memory | Monsta | 1 | -8/+12 | |
2014-05-19 | Remove has_separator property from gtkbuilder files | infirit | 1 | -1/+0 | |
2014-05-19 | Replace deprecated gtk widget function | infirit | 1 | -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-19 | Replace GtkObject with Gobject in gtk+2 build | infirit | 1 | -12/+0 | |
2014-05-19 | Remove all calls to deprecated gtk_dialog_set_has_separator | infirit | 1 | -3/+0 | |
2013-11-04 | Fix some deprecations | Stefano Karapetsas | 1 | -0/+2 | |
2013-10-30 | plugins: Add GTK3 support | Stefano Karapetsas | 1 | -0/+16 | |
2013-08-03 | Make automake happy: INCLUDES -> AM_CPPFLAGS | infirit | 1 | -1/+1 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 12 | -22/+22 | |