summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-21release 1.13.1v1.13.1Wolfgang Ulbrich2-1/+12
2016-02-19Sync with TransifexMartin Wimpress29-20418/+21933
2016-02-17plugins: some corrections for switch-c tool in external toolsmonsta1-8/+14
2016-02-16plugins: make switch-c tool in external tools work, fix issuesmonsta1-2/+9
- specify encoding to let the tool actually run - avoid shell command injection - update copyright thanks to @clefebvre for the fix
2016-02-12plugins: use more generic icon name for python console pluginmonsta1-1/+1
2016-02-10plugins: don't use stock icon namesmonsta4-4/+4
2016-02-10plugins: use correct icon name for python console pluginmonsta1-1/+1
2016-02-10Warnings fixesSorokin Alexei2-3/+3
2016-02-06GTK+3: add style class pluma-window and pluma-print-previewWolfgang Ulbrich2-0/+11
2016-02-01fix a few build warningsmonsta7-18/+7
2016-01-25release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+7
2016-01-25GTK3: another fix for GtkMisc deprecated commitWolfgang Ulbrich3-8/+14
2016-01-24GTK3: fix previous GtkMisc deprecated commitWolfgang Ulbrich8-75/+82
2016-01-22Implement middle-click tab closing (#143)bl0ckeduser2-1/+8
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-2/+5
2016-01-03drop MateConf migration scriptMonsta2-51/+0
2016-01-02fix typoMonsta2-2/+2
closes https://github.com/mate-desktop/pluma/issues/167
2015-12-25view: fix incremental search entry color when text isn't found (GTK+3)Monsta1-0/+12
color and bg color depend on theme, so it won't always be white-on-red as in GTK+2 build
2015-12-25view: use "entry state" term, not "entry background"Monsta1-12/+12
2015-12-25fix possible use-after-free during incremental searchmonsta1-2/+1
adapted from https://git.gnome.org/browse/gedit/commit/?id=f8508ca201e7d16fa5e18a6130f456fdd3fc0c99
2015-12-25view: remove dead codemonsta1-5/+0
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-04Bump version to 1.12.1monsta2-1/+7
2015-12-03fix build breakage introduced in cf7db5e02ea308bbe59f15f2a3973b0bd9e79df4monsta1-1/+1
2015-12-03Merge pull request #146 from sleeveroller/issue90monsta7-16/+483
Add a new Configure dialog for the Spell Check plugin.
2015-12-01GTK3: replace reprecatated gdk_cursor functionsWolfgang Ulbrich3-3/+57
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref
2015-12-01GTK3: replace depracated gtk_widget_size_request with ↵Wolfgang Ulbrich3-3/+23
gtk_widget_get_preferred_size
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-12-01Gtk+-3.10: don't use deprecated gtk_icon_size_lookup_for_settingsWolfgang Ulbrich2-0/+8
2015-12-01Gtk+-3.10: don't use deprecated GTK_STOCK_DIALOG_WARNING/ERRORWolfgang Ulbrich2-0/+14
2015-12-01GTK3: don't use deprecated gdk_threads_{enter/leave}Wolfgang Ulbrich2-0/+20
2015-12-01Gtk+-3.14: don't use deprecated GtkMiscWolfgang Ulbrich12-2/+175
2015-12-01GTk3: don't use deprecated GTK_TYPE_{V/H}BOXWolfgang Ulbrich16-0/+144
2015-12-01GTK3: don't use deprecated gtk_{v/h}-boxWolfgang Ulbrich12-0/+52
2015-11-26GTK3: replace reprecatated gdk_cursor functionsWolfgang Ulbrich3-4/+58
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref
2015-11-22fix build breakage introduced in last commitMonsta2-2/+7
also see https://github.com/mate-desktop/atril/commit/37abef2d6b86de04b6ae54a79e89b58304ae4762
2015-11-18add a configure option to build pluma with --without-matedesktopWolfgang Ulbrich2-1/+27
- about-dialog use GtkAbout instead of MateAbout in this case - this makes transition to gtk3 more simple
2015-11-12Add a new Configure dialog for the Spell Check plugin.John Church7-16/+483
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-11-06po: removed non-existing files from POTFILES.skipMonsta1-6/+1
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-11-02update NEWSWolfgang Ulbrich1-0/+1
2015-11-02GTK+3: work with "draw" signal instead of "expose" in print previewMonsta1-2/+26
adapted from https://git.gnome.org/browse/gedit/commit?id=9453de86abac1cf1bf4702091944301ac800bdef fixes https://github.com/mate-desktop/pluma/issues/47
2015-10-30update NEWS for 1.12monsta1-1/+1
2015-10-13Flush document output data at EOF before determining the loader newline type.pluma-1.11.0Patrick Monnerat1-0/+4
Failure to do so fails determining the newline type for a single line ending with CR.
2015-10-13Adjust the document-output-stream test to the new buffering strategy.Patrick Monnerat1-0/+3
Test was still failing because it checked the document content before closing. This commit forces document flush before this check, making the test successful.
2015-10-13CRLF across 8k boundary inserts an empty line.Patrick Monnerat1-7/+35
fixes issue#100 This introduces buffering of a trailing, non-leading CR for each buffer passed to pluma_document_output_write(), for later possible recombination into a CRLF. Since this buffering has to be flushed at EOF, a flush method has been added to the class. It is implicitly called at document close time.
2015-10-08tests/document-output-stream.c: change substring length from 2 to 3 in EOL ↵Patrick Monnerat1-6/+6
tests. CRs always appear at the same modulus 2 offset in test strings, thus bug https://github.com/mate-desktop/pluma/issues/100 is never detected. Setting substring lengths to 3 causes the test to detect bug #100, thus failing, as it should yet do.
2015-10-06Bump version to 1.11.0monsta2-2/+15
2015-09-29bugreport script: bring back active plugins listingmonsta1-5/+5