summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2019-06-06Switch to Python 3Patrick Monnerat4-4/+4
2019-06-06snippets plugin: change code for Python 2 & 3 compatibilityPatrick Monnerat14-641/+528
2019-06-06externaltools plugin: change code for Python 2 & 3 compatibility.Patrick Monnerat8-595/+469
2019-06-05pythonconsole plugin: change source code for Python 2 & 3 compatibility.Patrick Monnerat6-233/+303
Also drop mateconf and use gsettings for preferences. Preferences are now triggered as a PeasGtk.Configurable.
2019-06-05quickopen plugin: change code for Python 2 & 3 compatibility.Patrick Monnerat4-68/+94
2019-05-21Reindent all Python sources to ts=4. Strip trailing spaces.Patrick Monnerat26-5839/+5854
2019-05-16add quick open to readmesakib1-1/+1
2019-05-16add readmes and update plugins section of manualsakib10-0/+30
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
2019-01-21addresses #391 - gets snippet window size before destroying itAndrew Fowlie1-4/+5
2019-01-18simple bug fix of misplaced underscoreAndrew Fowlie1-1/+1
2018-08-19pluma-sort-plugin: avoid extra empty linePablo Barciela1-4/+6
Fixes https://github.com/mate-desktop/pluma/issues/153
2018-08-06spell plugin: Autocheck spelling with [control + F7]Pablo Barciela1-1/+1
Closes https://github.com/mate-desktop/pluma/issues/335
2018-05-23avoid deprecated 'gtk_menu_popup'Pablo Barciela1-6/+2
2018-05-12avoid deprecated 'gtk_dialog_get_action_area'Pablo Barciela1-4/+0
2018-04-20pluma-file-browser-widget.c: avoid deprecated GtkImageMenuItemPablo Barciela1-8/+7
avoid deprecated: gtk_image_menu_item_new_with_label gtk_image_menu_item_set_image
2018-03-31pluma-time-plugin.c: avoid 'gtk_dialog_new_with_buttons' with stock idPablo Barciela1-5/+5
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-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-03-08pluma-time-setup-dialog.ui plugin: avoid deprecated:Pablo Barciela1-108/+117
avoid deprecated: GtkVBox GtkHBox GtkLabel:xpad/ypad GtkButton:use-stock
2018-03-08pluma-time-dialog.ui plugin: avoid deprecated:Pablo Barciela1-97/+103
avoid deprecated: GtkVBox GtkHBox GtkLabel:xpad/ypad GtkImage:xalign/yalign/xpad/ypad/stock GtkButton:use-stock and add icon to the 'Insert' button
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-05externaltools plugin: outputpanel.ui: avoid GtkHBox and GtkVButtonBoxPablo Barciela1-34/+54
2018-03-05spell plugin: languages-dialog.ui: avoid deprecated:Pablo Barciela1-58/+73
avoid GtkButton:use-stock, GtkVBox, and GtkLabel:xpad/ypad
2018-03-04docinfo.ui plugin: avoid GtkVBox, GtkHBox, GtkLabel:xpad/ypad & GtkTablePablo Barciela1-84/+14
2018-03-04plugins: docinfo.ui: avoid GtkButton:use-stock and GtkImage:stockPablo Barciela1-279/+130
2018-03-04spell plugin: pluma-spell-setup-dialog.ui: avoid deprecated:Pablo Barciela1-7/+30
avoid deprecated GtkVBox and GtkButton:use-stock
2018-03-02python console: config.ui: avoid GtkButton:use-stockPablo Barciela1-33/+53
2018-02-20avoid deprecated GtkButton:use-stockPablo Barciela3-27/+12
2018-02-10Fix warning with external tools pluginPablo Barciela1-3/+3
Fixes https://github.com/mate-desktop/pluma/pull/273#issuecomment-364460525
2018-02-08avoid deprecated GtkStockPablo Barciela10-40/+52
2018-01-30require GTK+ 3.22 and GLib 2.50monsta2-8/+0
2018-01-03drop unused variablesPablo Barciela1-1/+1
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-07-29filebrowser: don't use deprecated gtk_show_uriraveit651-0/+4
2017-06-11tag-list-plugin: avoid deprecated GtkStockraveit651-1/+1
2017-06-11file-browser-widget: fix one stock deprecationraveit651-1/+1
2017-05-25File browser: don't use GIOScheduler (deprecated)Sébastien Wilmet1-59/+79
The GIOScheduler was used because there was no async version of g_file_delete() and g_file_trash(). Now that the async versions exist, no need to use GIOScheduler or GTask. gio >= 2.37.0 is required. https://bugzilla.gnome.org/show_bug.cgi?id=693018 taken from: https://git.gnome.org/browse/gedit/commit/?h=gnome-3-10&id=2d1eb80
2017-05-25file-browser-view: silent some build warningsraveit651-1/+2
warning: this 'if' clause does not guard... warning: 'display' may be used uninitialized in this function [-Wmaybe-uninitialized]
2017-04-25Support new location of gtk bookmarks filePaolo Borelli1-48/+85
The gtk bookmarks file is now in XDG dir, so let's first try there and otherwise fall back to the old location
2017-04-18filebrowser: don't parse .hidden files - GIO does it since 2.36monsta1-86/+0
taken from: https://git.gnome.org/browse/gedit/commit/?id=f0454abbec92f34431bd59fd1e3da6ad346a000e GIO commit for reference: https://git.gnome.org/browse/glib/commit/?id=510ba9b4efe1813e24c6dfa7405c3547bf9efdd7
2017-04-16update copyright year to 2017monsta1-1/+1
2017-03-27modelines: fix random crash on closing one of several Pluma windowsmonsta1-1/+3
ported from: https://git.gnome.org/browse/gedit/commit/?id=b8b6fe708eddd6a9d471ecd04c38e790d8c0bc7c
2017-02-25snippets plugin: fix snippet parts staying after Ctrl-Zmonsta1-0/+8
old issue, also present in 1.16 fix taken from: https://git.gnome.org/browse/gedit/commit/?id=bc5d893229e62c85f6956c17a8471cb5fdab10ea
2017-02-25snippets plugin: port to gi and libpeasmonsta16-334/+328
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=3f5c69427579f80e8614f551aafa89baa9bfd0ca https://git.gnome.org/browse/gedit/commit/?id=a2c9247c5fecea8d03917e7b0fa93447820439d2 https://git.gnome.org/browse/gedit/commit/?id=ccd39a71eab7fe04ea52cb10bd2282c95d8374c3 https://git.gnome.org/browse/gedit/commit/?id=2dbe5e048766a94b2ba42346b5d197edc92cd03d https://git.gnome.org/browse/gedit/commit/?id=b3f6fd5c7ab9e433dd7698a25d9dc00867c04ad9 https://git.gnome.org/browse/gedit/commit/?id=2273ba27e85588c10788039b66b083aba6b50660 https://git.gnome.org/browse/gedit/commit/?id=48d33cf9dd29d8a6d42e60e3254c883f1f9ffb56 https://git.gnome.org/browse/gedit/commit/?id=7f37ff4fa2c9dd8f42ff527f4e1d0a148c39eb0e https://git.gnome.org/browse/gedit/commit/?id=0d36d6e09a58210c365264c591fafb5d0b3d9323 https://git.gnome.org/browse/gedit/commit/?id=ac4f2048d6af5b2dbfc7ff6448bc51f3e2b324b6 https://git.gnome.org/browse/gedit/commit/?id=5540838a7dff1d025b995c251f51c1c29ce0c0ce https://git.gnome.org/browse/gedit/commit/?id=d48cd10bf0bb99ead7b1af1ead52f1e554ad239d https://git.gnome.org/browse/gedit/commit/?id=5169aa5cd4b1d95fb869df7c0b24c886cb33a1aa
2017-02-25snippets plugin: stop exposing functions on Pluma message busmonsta1-55/+0
registering on message bus won't work with introspection due to varargs functions used in message bus code
2017-02-10build: remove option that disables deprecated stuffmonsta9-18/+9
we don't need a build breakage on the first deprecated item, thanks