Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-12 | When 'Always autocheck' option is selected turn on Autocheck for new documents | John Church | 1 | -1/+20 | |
2016-07-30 | GTK+-3 taglist-plugin-panel: avoid deprecated gtk_tree_view_set_rules_hint | raveit65 | 1 | -0/+2 | |
2016-07-30 | GTK+-3: avoid deprecated gtk_icon_info_free () | raveit65 | 1 | -0/+4 | |
replace it with g_object_unref () | |||||
2016-04-10 | plugins: Fix to install externaltools plugin only with Python | OBATA Akio | 1 | -2/+1 | |
It was accidentally changed to be installed unconditionally with "drop support for win32/osx". | |||||
2016-02-17 | plugins: some corrections for switch-c tool in external tools | monsta | 1 | -8/+14 | |
2016-02-16 | plugins: make switch-c tool in external tools work, fix issues | monsta | 1 | -2/+9 | |
- specify encoding to let the tool actually run - avoid shell command injection - update copyright thanks to @clefebvre for the fix | |||||
2016-02-12 | plugins: use more generic icon name for python console plugin | monsta | 1 | -1/+1 | |
2016-02-10 | plugins: don't use stock icon names | monsta | 4 | -4/+4 | |
2016-02-10 | plugins: use correct icon name for python console plugin | monsta | 1 | -1/+1 | |
2016-02-01 | fix a few build warnings | monsta | 1 | -3/+0 | |
2016-01-25 | GTK3: another fix for GtkMisc deprecated commit | Wolfgang Ulbrich | 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 | 104 | -0/+0 | |
2015-12-05 | GTK3 filebrowser-widget.c: fix build with gtk+-3.14 | Wolfgang Ulbrich | 1 | -0/+3 | |
- improve https://github.com/mate-desktop/pluma/commit/3d2d796 | |||||
2015-12-03 | fix build breakage introduced in cf7db5e02ea308bbe59f15f2a3973b0bd9e79df4 | monsta | 1 | -1/+1 | |
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 | GTK3: replace reprecatated gdk_cursor functions | Wolfgang Ulbrich | 2 | -3/+53 | |
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref | |||||
2015-12-01 | Gtk+-3.14: don't use deprecated GtkMisc | Wolfgang Ulbrich | 2 | -1/+14 | |
2015-12-01 | GTk3: don't use deprecated GTK_TYPE_{V/H}BOX | Wolfgang Ulbrich | 4 | -0/+34 | |
2015-12-01 | GTK3: don't use deprecated gtk_{v/h}-box | Wolfgang Ulbrich | 1 | -0/+4 | |
2015-11-26 | GTK3: replace reprecatated gdk_cursor functions | Wolfgang Ulbrich | 2 | -4/+54 | |
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref | |||||
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-29 | capitalize Pluma in Run command plugin dialog | monsta | 1 | -2/+2 | |
2015-09-08 | Rework gsettings schema building | infirit | 5 | -57/+52 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-09-02 | Add plugin to strip trailing spaces on save. | Daggerbot | 5 | -2/+328 | |
2015-09-02 | drop support for win32/osx and checkupdate plugin | monsta | 13 | -899/+33 | |
that plugin has never been built in linux anyway due to logic in configure.ac | |||||
2015-08-03 | drop gdkkeysyms-compat usage, use modern key names | Monsta | 3 | -21/+13 | |
2015-07-14 | quickopen plugin: remove wrong version check inherited from gedit | monsta | 1 | -12/+11 | |
this should make quickopen dialog (Ctrl-Alt-O) recognize the files from the currently selected dir in filebrowser plugin. | |||||
2015-07-09 | Fix my stupid mistake in previous commit. | infirit | 1 | -1/+1 | |
2015-07-09 | UI GTK3: use a size request for time plugin dialog window | raveit65 | 1 | -0/+1 | |
2015-07-08 | show correct help pages for prefs and plugins dialogs | Monsta | 1 | -2/+2 | |
2015-06-16 | taglist plugin: don't use timestamps when using gzip | monsta | 1 | -1/+1 | |
2015-04-06 | filebrowser plugin: first connect to settings, then read them. | Monsta | 1 | -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-19 | plugins: don't leak memory | Monsta | 2 | -12/+18 | |
2014-12-10 | use the correct deallocation function/macro | monsta | 1 | -1/+1 | |
2014-06-06 | filebrowser: Fix g_settings_schema_source_lookup usage | Stefano Karapetsas | 1 | -1/+4 | |
2014-05-19 | Remove has_separator property from gtkbuilder files | infirit | 8 | -8/+0 | |
2014-05-19 | Unify search GtkComboBox so it work in gtk+-2 and gtk+-3 | infirit | 1 | -16/+0 | |
2014-05-19 | Drop support for gtk+ < 2.24 | infirit | 2 | -33/+0 | |
* Bump required gtk+2 version * Remove pluma-spinner * Remove pluma-message-are | |||||
2014-05-19 | Replace deprecated gtk widget function | infirit | 4 | -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-19 | Replace GtkObject with Gobject in gtk+2 build | infirit | 4 | -45/+2 | |
2014-05-19 | Remove all calls to deprecated gtk_dialog_set_has_separator | infirit | 2 | -9/+0 | |
2014-03-19 | Use zenity instead of mate-dialogs | Stefano Karapetsas | 2 | -2/+2 | |
2013-11-30 | Use Caja GSettings schema optionally | Balló György | 1 | -3/+9 | |
This makes Caja dependency optional. | |||||
2013-11-15 | gtk3: fix implicit declaration: gtk_source_language_get_id | infirit | 1 | -0/+4 | |
modeline-parser.c:651:11: warning: implicit declaration of function 'gtk_source_language_get_id' [-Wimplicit-function-declaration] | |||||
2013-11-06 | Fix make distpluma-1.7.0 | Stefano Karapetsas | 1 | -3/+3 | |
2013-11-05 | taglist: Fix tags loading with GTK3 | Stefano Karapetsas | 1 | -0/+15 | |
2013-11-04 | Fix some deprecations | Stefano Karapetsas | 2 | -0/+6 | |
2013-11-04 | taglist: Fix GTK3 support | Stefano Karapetsas | 1 | -0/+18 | |
2013-10-30 | filebrowser: Improve GTK3 support | Stefano Karapetsas | 2 | -1/+13 | |