summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
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
2015-04-06filebrowser plugin: first connect to settings, then read them.Monsta1-24/+30
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/pluma/pull/109
2014-12-19plugins: don't leak memoryMonsta2-12/+18
2014-12-10use the correct deallocation function/macromonsta1-1/+1
2014-06-06filebrowser: Fix g_settings_schema_source_lookup usageStefano Karapetsas1-1/+4
2014-05-19Remove has_separator property from gtkbuilder filesinfirit8-8/+0
2014-05-19Unify search GtkComboBox so it work in gtk+-2 and gtk+-3infirit1-16/+0
2014-05-19Drop support for gtk+ < 2.24infirit2-33/+0
* Bump required gtk+2 version * Remove pluma-spinner * Remove pluma-message-are
2014-05-19Replace deprecated gtk widget functioninfirit4-18/+2
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 buildinfirit4-45/+2
2014-05-19Remove all calls to deprecated gtk_dialog_set_has_separatorinfirit2-9/+0
2014-03-19Use zenity instead of mate-dialogsStefano Karapetsas2-2/+2
2013-11-30Use Caja GSettings schema optionallyBalló György1-3/+9
This makes Caja dependency optional.
2013-11-15gtk3: fix implicit declaration: gtk_source_language_get_idinfirit1-0/+4
modeline-parser.c:651:11: warning: implicit declaration of function 'gtk_source_language_get_id' [-Wimplicit-function-declaration]
2013-11-06Fix make distpluma-1.7.0Stefano Karapetsas1-3/+3
2013-11-05taglist: Fix tags loading with GTK3Stefano Karapetsas1-0/+15
2013-11-04Fix some deprecationsStefano Karapetsas2-0/+6
2013-11-04taglist: Fix GTK3 supportStefano Karapetsas1-0/+18
2013-10-30filebrowser: Improve GTK3 supportStefano Karapetsas2-1/+13
2013-10-30plugins: Add GTK3 supportStefano Karapetsas8-1/+69
2013-10-19Fix make dist, use .in.ininfirit2-2/+2
2013-10-18rename to plumaraveit651-2/+2
2013-09-24filemanager: Add missing data assignmentAlexander von Gluck IV1-0/+1
* Amanas mentioned in IRC that it was likely missed after the gsettings migration.
2013-09-24filemanager: Add assertion checks to prevent dereferencing ptrsAlexander von Gluck IV2-0/+4
* clang static analysis shows gaps where these calls could rereferencce pointers. Perform an assertion check.
2013-08-03Make automake happy: INCLUDES -> AM_CPPFLAGSinfirit9-9/+9
2013-04-17Fix incorrect-fsf-address rpmlint checkStefano Karapetsas1-2/+2
Closes #22 (https://github.com/mate-desktop/mate-text-editor/issues/22)
2013-01-24time: Migrate to GSettingsStefano Karapetsas3-81/+62
2013-01-24filebrowser: Migrate to GSettingsStefano Karapetsas4-323/+130
2013-01-24checkupdate: Migrate to GSettingsStefano Karapetsas4-58/+36
2012-11-18fixed incorrect fsf addresses.Steve Zesch52-70/+70
2012-08-31fix wrong urlStefano Karapetsas12-12/+12
http://forums.mate-desktop.org/viewtopic.php?f=2&t=718