summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2015-09-29configure.ac: dropped some useless stuffmonsta1-9/+0
2015-09-29added --enable-tests option which will be off during distcheckmonsta2-2/+14
as we have document-saver test failing always
2015-09-29capitalize Pluma in Run command plugin dialogmonsta1-2/+2
2015-09-29capitalize Pluma in titles of main window and prefs windowmonsta2-6/+6
2015-09-28capitalize Pluma in about dialogmonsta1-1/+1
2015-09-08define max/min version of GLibinfirit1-0/+6
2015-09-08Rework gsettings schema buildinginfirit7-59/+56
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-09-05Fix up the docsinfirit15-77/+205
Taken from gedit, commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a from: Garrett Regier <[email protected]>
2015-09-05Add new plugin to POTFILESinfirit1-1/+1
2015-09-04Merge pull request #145 from monsta/attrsStefano Karapetsas7-0/+0
smclient: drop unneeded 'x' attribute from source files
2015-09-04smclient: drop unneeded 'x' attribute from source filesMonsta7-0/+0
2015-09-02Revert "Fix issue#100: CRLF across 8k boundary inserts an empty line."infirit1-12/+7
This reverts commit f6d7a422f3f5f97e676cd18cef5bb46aca8da6be.
2015-09-02capitalize desktop entry file to match mate styleAlexander van der Meij1-1/+1
2015-09-02Add plugin to strip trailing spaces on save.Daggerbot6-2/+329
2015-09-02drop support for win32/osx and checkupdate pluginmonsta45-2997/+57
that plugin has never been built in linux anyway due to logic in configure.ac
2015-09-02Fix issue#100: CRLF across 8k boundary inserts an empty line.Patrick Monnerat1-7/+12
2015-08-03Remove unused reset_im_context function1.10infirit1-13/+0
Builds now with GSEAL_ENABLE
2015-08-03Fix implicit declarationsinfirit5-0/+6
2015-08-03remove excessive includeMonsta1-3/+0
2015-08-03drop gdkkeysyms-compat usage, use modern key namesMonsta8-77/+57
2015-07-14Bump version to 1.10.2pluma-1.10.2Monsta2-1/+10
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-14close confirmation dialog: make text unfocusablemonsta1-0/+2
adapted from https://git.gnome.org/browse/gedit/commit?id=08f0c2629d0bf4f795a71826526624d96127c23e
2015-07-14window title: display full path to files on mounted drivesMonsta1-13/+22
when opening a file on some mounted drive (local harddisk, usb flash drive, etc.), pluma now displays full path to file in the window title. previously it displayed only the mount name (like "100 GB Volume"). adapted from: https://git.gnome.org/browse/gedit/commit?id=c59e67e27ea11c6756c7291236338fcf44f24c73 credits to @jsenin for https://github.com/mate-desktop/pluma/pull/108
2015-07-10help: fix legal pageraveit651-18/+39
2015-07-10help: fixed broken links to m-u-gMonsta1-3/+3
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-08help: fix broken imagesraveit654-0/+0
2015-07-08show correct help pages for prefs and plugins dialogsMonsta2-3/+3
2015-06-18Bump version to 1.10.1pluma-1.10.1Martin Wimpress1-1/+1
2015-06-18Update NEWS.Martin Wimpress1-0/+14
2015-06-17Merge pull request #123 from NiceandGently/dev-translationsMartin Wimpress6-22/+19
fix html syntax in help translations
2015-06-17Merge pull request #122 from monsta/man-fixMartin Wimpress1-1/+0
removed erroneous line from manpage
2015-06-17removed erroneous line from manpageMonsta1-1/+0
taken from Debian patch 2001_fix-man-page-errors.patch
2015-06-16Merge pull request #121 from monsta/patch-1Martin Wimpress1-1/+1
taglist plugin: don't use timestamps when using gzip
2015-06-16Merge pull request #120 from NiceandGently/masterMartin Wimpress6-218/+211
fixes for gschema translation
2015-06-16fix html syntax in help translationsraveit656-22/+19
2015-06-16taglist plugin: don't use timestamps when using gzipmonsta1-1/+1
2015-06-16fixes for gschema translationraveit656-218/+211
taken from: https://github.com/mate-desktop/eom/commit/a2055e1 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - removed obsolete lines from po/POTFILES.skip
2015-06-12Inlcude autogen.sh in tarballStefano Karapetsas1-0/+1
2015-05-20Merge pull request #117 from NiceandGently/masterMartin Wimpress3-143/+39
reduce the size of the statusbar
2015-05-16GTK3: remove the top and bottom margin from GTKToggleButton in statusbarraveit651-0/+5
- this makes the statusbar smaller and follows GTK2 style
2015-05-16switch to GtklLabel for statusbar buttons + remove non nedded resize-grip coderaveit653-144/+35
- fixes the large statusbar with GTK3 - remove extra resize-grip code, which is handle by gtk+ itself GTK2 builds displays the resize-grip without the extra code. Since GTK+-3.14 the rezise-grip widget is removed. - the size of the statusbar is now themable
2015-05-07Bump version to 1.10.0pluma-1.10.0Stefano Karapetsas2-3/+3