Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-02 | fix typo | Monsta | 2 | -2/+2 | |
closes https://github.com/mate-desktop/pluma/issues/167 | |||||
2015-12-25 | view: fix incremental search entry color when text isn't found (GTK+3) | Monsta | 1 | -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-25 | view: use "entry state" term, not "entry background" | Monsta | 1 | -12/+12 | |
2015-12-25 | fix possible use-after-free during incremental search | monsta | 1 | -2/+1 | |
adapted from https://git.gnome.org/browse/gedit/commit/?id=f8508ca201e7d16fa5e18a6130f456fdd3fc0c99 | |||||
2015-12-25 | view: remove dead code | monsta | 1 | -5/+0 | |
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-04 | Bump version to 1.12.1 | monsta | 2 | -1/+7 | |
2015-12-03 | fix build breakage introduced in cf7db5e02ea308bbe59f15f2a3973b0bd9e79df4 | monsta | 1 | -1/+1 | |
2015-12-03 | Merge pull request #146 from sleeveroller/issue90 | monsta | 7 | -16/+483 | |
Add a new Configure dialog for the Spell Check plugin. | |||||
2015-12-01 | GTK3: replace reprecatated gdk_cursor functions | Wolfgang Ulbrich | 3 | -3/+57 | |
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref | |||||
2015-12-01 | GTK3: replace depracated gtk_widget_size_request with ↵ | Wolfgang Ulbrich | 3 | -3/+23 | |
gtk_widget_get_preferred_size | |||||
2015-12-01 | Gtk+-3.14 pluma-document.c: replace deprecated GdkColor with GdkRGBA | Wolfgang Ulbrich | 1 | -0/+38 | |
taken from: https://git.gnome.org/browse/gedit/commit/?id=15994d8 | |||||
2015-12-01 | Gtk+-3.10: don't use deprecated gtk_icon_size_lookup_for_settings | Wolfgang Ulbrich | 2 | -0/+8 | |
2015-12-01 | Gtk+-3.10: don't use deprecated GTK_STOCK_DIALOG_WARNING/ERROR | Wolfgang Ulbrich | 2 | -0/+14 | |
2015-12-01 | GTK3: don't use deprecated gdk_threads_{enter/leave} | Wolfgang Ulbrich | 2 | -0/+20 | |
2015-12-01 | Gtk+-3.14: don't use deprecated GtkMisc | Wolfgang Ulbrich | 12 | -2/+175 | |
2015-12-01 | GTk3: don't use deprecated GTK_TYPE_{V/H}BOX | Wolfgang Ulbrich | 16 | -0/+144 | |
2015-12-01 | GTK3: don't use deprecated gtk_{v/h}-box | Wolfgang Ulbrich | 12 | -0/+52 | |
2015-11-26 | GTK3: replace reprecatated gdk_cursor functions | Wolfgang Ulbrich | 3 | -4/+58 | |
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref | |||||
2015-11-22 | fix build breakage introduced in last commit | Monsta | 2 | -2/+7 | |
also see https://github.com/mate-desktop/atril/commit/37abef2d6b86de04b6ae54a79e89b58304ae4762 | |||||
2015-11-18 | add a configure option to build pluma with --without-matedesktop | Wolfgang Ulbrich | 2 | -1/+27 | |
- about-dialog use GtkAbout instead of MateAbout in this case - this makes transition to gtk3 more simple | |||||
2015-11-12 | Add a new Configure dialog for the Spell Check plugin. | John Church | 7 | -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-06 | po: removed non-existing files from POTFILES.skip | Monsta | 1 | -6/+1 | |
2015-11-03 | 1.12.0v1.12.0 | Clement Lefebvre | 1 | -1/+1 | |
2015-11-02 | update NEWS | Wolfgang Ulbrich | 1 | -0/+1 | |
2015-11-02 | GTK+3: work with "draw" signal instead of "expose" in print preview | Monsta | 1 | -2/+26 | |
adapted from https://git.gnome.org/browse/gedit/commit?id=9453de86abac1cf1bf4702091944301ac800bdef fixes https://github.com/mate-desktop/pluma/issues/47 | |||||
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -1/+1 | |
2015-10-13 | Flush document output data at EOF before determining the loader newline type.pluma-1.11.0 | Patrick Monnerat | 1 | -0/+4 | |
Failure to do so fails determining the newline type for a single line ending with CR. | |||||
2015-10-13 | Adjust the document-output-stream test to the new buffering strategy. | Patrick Monnerat | 1 | -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-13 | CRLF across 8k boundary inserts an empty line. | Patrick Monnerat | 1 | -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-08 | tests/document-output-stream.c: change substring length from 2 to 3 in EOL ↵ | Patrick Monnerat | 1 | -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-06 | Bump version to 1.11.0 | monsta | 2 | -2/+15 | |
2015-09-29 | bugreport script: bring back active plugins listing | monsta | 1 | -5/+5 | |
2015-09-29 | configure.ac: dropped some useless stuff | monsta | 1 | -9/+0 | |
2015-09-29 | added --enable-tests option which will be off during distcheck | monsta | 2 | -2/+14 | |
as we have document-saver test failing always | |||||
2015-09-29 | capitalize Pluma in Run command plugin dialog | monsta | 1 | -2/+2 | |
2015-09-29 | capitalize Pluma in titles of main window and prefs window | monsta | 2 | -6/+6 | |
2015-09-28 | capitalize Pluma in about dialog | monsta | 1 | -1/+1 | |
2015-09-08 | define max/min version of GLib | infirit | 1 | -0/+6 | |
2015-09-08 | Rework gsettings schema building | infirit | 7 | -59/+56 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-09-05 | Fix up the docs | infirit | 15 | -77/+205 | |
Taken from gedit, commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a from: Garrett Regier <[email protected]> | |||||
2015-09-05 | Add new plugin to POTFILES | infirit | 1 | -1/+1 | |
2015-09-04 | Merge pull request #145 from monsta/attrs | Stefano Karapetsas | 7 | -0/+0 | |
smclient: drop unneeded 'x' attribute from source files | |||||
2015-09-04 | smclient: drop unneeded 'x' attribute from source files | Monsta | 7 | -0/+0 | |
2015-09-02 | Revert "Fix issue#100: CRLF across 8k boundary inserts an empty line." | infirit | 1 | -12/+7 | |
This reverts commit f6d7a422f3f5f97e676cd18cef5bb46aca8da6be. | |||||
2015-09-02 | capitalize desktop entry file to match mate style | Alexander van der Meij | 1 | -1/+1 | |
2015-09-02 | Add plugin to strip trailing spaces on save. | Daggerbot | 6 | -2/+329 | |
2015-09-02 | drop support for win32/osx and checkupdate plugin | monsta | 45 | -2997/+57 | |
that plugin has never been built in linux anyway due to logic in configure.ac | |||||
2015-09-02 | Fix issue#100: CRLF across 8k boundary inserts an empty line. | Patrick Monnerat | 1 | -7/+12 | |