summaryrefslogtreecommitdiff
path: root/pluma/pluma-document.c
AgeCommit message (Collapse)AuthorFilesLines
2021-03-04build: port to gtksourceview-4rbuj1-3/+11
2020-10-19Remove pluma-marshal.mbkma1-17/+8
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-10-03pluma-document: highlighting for BOM was fixed on gtksourceview 3.24.11rbuj1-0/+7
See https://gitlab.gnome.org/GNOME/gtksourceview/-/commit/54e48e9c
2020-08-26pluma-document: Fix BOM detection for C languagerbuj1-3/+10
2020-08-26pluma-document: Fix warning assertion 'G_IS_FILE (file)' failedrbuj1-3/+8
2020-07-29Port main program to GSettingsmbkma1-10/+37
Remove pluma_prefs_manager. Plugins were already ported to GSettings. Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483
2020-06-16Remove warning ‘GTimeVal’ is deprecatedrbuj1-27/+49
2019-08-28pluma-document: avoid garbarge value in 'file_with_bom' functionPablo Barciela1-0/+2
Fixes clang analyzer warning: pluma-document.c:682:14: warning: The left operand of '==' is a garbage value if ((bom[0] == '\357') && ~~~~~~ ^
2019-07-14pluma-document: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-07-06Remove trailing whitespacesLaurent Napias1-139/+139
2018-09-16fix a few introspection and doc warningsraveit651-1/+1
2018-08-27Fix search backwards with regexPablo Barciela1-1/+1
Fixes https://github.com/mate-desktop/pluma/issues/322
2018-08-25pluma-document: fix possible memory leakPablo Barciela1-11/+7
2018-08-23pluma-document: Fix: don't crash using files with 'bom'Pablo Barciela1-1/+60
Fixes https://github.com/mate-desktop/pluma/issues/301
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2018-01-02pluma-document.c: Fix build warning:Pablo Barciela1-1/+1
‘replace_text_len’ may be used uninitialized in this function
2017-12-06Fixes for regexp replacement with backreferences (e.g. "\0") (#259)Vadim Barkov1-41/+83
fixes https://github.com/mate-desktop/pluma/issues/254
2016-12-19Merge branch 'master' of https://github.com/mate-desktop/plumaVadim Barkov1-7/+16
2016-12-01drop "Since: 2.xx" notes from comments - leftovers from gnomemonsta1-4/+0
they cause warnings during generation of docs
2016-12-01fix some introspection warningsmonsta1-3/+16
2016-11-24Fixed formatting [2]V.Barkov1-85/+86
2016-11-20Implemented "replace all" behavior for regexpV.Barkov1-13/+24
2016-11-20Implemented regexp findingV.Barkov1-71/+94
2016-11-06move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-111/+0
2016-08-31GTK+-3.20 pluma-document: avoid deprecated gtk_text_iter_begins_tagraveit651-0/+4
2016-01-02fix typoMonsta1-1/+1
closes https://github.com/mate-desktop/pluma/issues/167
2015-12-01Gtk+-3.14 pluma-document.c: replace deprecated GdkColor with GdkRGBAWolfgang Ulbrich1-0/+38
taken from: https://git.gnome.org/browse/gedit/commit/?id=15994d8
2015-09-05Fix up the docsinfirit1-4/+62
Taken from gedit, commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a from: Garrett Regier <[email protected]>
2014-02-21Corrects a typo. Fixes #63.Martin Wimpress1-1/+1
2013-11-04Fix some deprecationsStefano Karapetsas1-1/+3
2013-10-30pluma: Add GTK3 supportStefano Karapetsas1-4/+75
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-03-11update for 1.2 release and fix executable bitsStefano Karapetsas1-0/+0
2011-11-07renaming from gedit to plumaPerberos1-0/+2732