Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-01 | build: fix shebangs | raveit65 | 1 | -1/+1 | |
- mangling shebang warnings - ambiguous python shebang error | |||||
2021-03-04 | build: port to gtksourceview-4 | rbuj | 2 | -2/+2 | |
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 2 | -14/+18 | |
2020-08-30 | add optional grid background pattern | mbkma | 1 | -0/+9 | |
2020-07-31 | add overview map | mbkma | 1 | -0/+5 | |
2020-07-29 | Port main program to GSettings | mbkma | 1 | -8/+43 | |
Remove pluma_prefs_manager. Plugins were already ported to GSettings. Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483 | |||||
2020-02-08 | add gbk encoding | zhangjialing | 1 | -1/+1 | |
Signed-off-by: zhangjialing <[email protected]> | |||||
2019-12-01 | migrate from intltool to gettext | Wu Xiaotian | 3 | -9/+13 | |
2019-08-24 | preferences: Change Draw to Show | Victor Kareh | 1 | -14/+14 | |
2019-06-28 | Draw spaces, tabs, newlines and nbsp. | Goffredo Baroncelli | 1 | -0/+25 | |
Via gsettings it is possible to enable the drawing of: - newline (enable-space-drawer-newline) - spaces (enable-space-drawer-space) - tab (enable-space-drawer-tab) - not blank space (enable-space-drawer-nbsp) The first setting is a boolean ones, so the only allowable values are true (show the symbol) or false (don't show the symbol). Instead for the last three settings, the allowed values are: 'draw-none' -> show nothing 'draw-all' -> show all spaces/tabs 'draw-trailing' -> show only the trailing spaces/tabs (only if GTK >= 3.24) | |||||
2019-06-10 | Change url projet's website | Laurent Napias | 1 | -1/+1 | |
2018-12-19 | move appdata to metainfo directory | monsta | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/pluma/issues/280 | |||||
2018-08-01 | add the option to hide the frist tab if there is only one tab | Pablo Barciela | 1 | -0/+5 | |
2018-07-28 | add the abbility to switch tabs using [ctrl+tab] and [ctrl+shift+tab] | Pablo Barciela | 1 | -0/+5 | |
If true the gsettings key "ctrl-tab-switch-tabs" into "org.mate.pluma" Closes https://github.com/mate-desktop/pluma/issues/211 | |||||
2017-10-23 | add gsettings key: Show save confirmation if the files have changes | Pablo Barciela | 1 | -5/+10 | |
Closes https://github.com/mate-desktop/pluma/issues/112 | |||||
2017-09-02 | add gsettings key to hide/show(default) tabs with the side pane | ZenWalker | 1 | -0/+5 | |
2016-12-05 | port plugin system to libpeas | monsta | 1 | -1/+1 | |
backported from gedit with a few changes upstream commits for reference: https://git.gnome.org/browse/gedit/commit/?id=dbc98da7fda69981e61c5764af50c72b756eb2cc https://git.gnome.org/browse/gedit/commit/?id=2ae732a53ef08145c06909dc675134573c8c2e6d https://git.gnome.org/browse/gedit/commit/?id=6cd4936fb3aa6ca44a7c85888c6aad6c02b0f983 https://git.gnome.org/browse/gedit/commit/?id=041399d3d09389f951af8db4f5b83d142a9ebe55 https://git.gnome.org/browse/gedit/commit/?id=da46f5d6cd9b727e23ec0ae79bb0a78419bb1363 https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad https://git.gnome.org/browse/gedit/commit/?id=e63de5a2396a56eeba46479a54628843538da29e | |||||
2016-11-06 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 2 | -3/+2 | |
2016-11-06 | drop Python plugins support and --enable-python build option | monsta | 1 | -21/+1 | |
it requires PyGTK so won't even build with GTK+3 but keep plugins themselves for future porting to libpeas | |||||
2016-01-03 | drop MateConf migration script | Monsta | 2 | -51/+0 | |
2015-09-29 | bugreport script: bring back active plugins listing | monsta | 1 | -5/+5 | |
2015-09-02 | capitalize desktop entry file to match mate style | Alexander van der Meij | 1 | -1/+1 | |
2015-09-02 | drop support for win32/osx and checkupdate plugin | monsta | 1 | -1/+1 | |
that plugin has never been built in linux anyway due to logic in configure.ac | |||||
2015-06-17 | removed erroneous line from manpage | Monsta | 1 | -1/+0 | |
taken from Debian patch 2001_fix-man-page-errors.patch | |||||
2015-06-16 | fixes for gschema translation | raveit65 | 3 | -215/+206 | |
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 | |||||
2014-12-19 | use proper GTK+ version in pluma.pc file | Monsta | 1 | -1/+2 | |
2014-11-10 | appdata: Add neccesary markers for translation | infirit | 1 | -3/+3 | |
2014-11-10 | appdata: Add autotool bits for appdata | infirit | 2 | -4/+10 | |
2014-11-09 | Create pluma.appdata.xml | alxpl | 1 | -0/+43 | |
An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs. It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well. Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well. Thanks! | |||||
2014-02-20 | Add keywords key to .desktop file (close #62) | infirit | 1 | -0/+1 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-02-14 | Update Manual | hekel | 1 | -55/+67 | |
2013-10-19 | Fix make dist, use .in.in | infirit | 1 | -1/+1 | |
2013-03-22 | Merge pull request #19 from cygwinports/master | Stefano Karapetsas | 2 | -0/+51 | |
Add mateconf-gsettings-data-convert file | |||||
2013-03-17 | remove category MATE | Wolfgang Ulbrich | 1 | -1/+1 | |
2013-03-15 | Add mateconf-gsettings-data-convert file | Yaakov Selkowitz | 2 | -0/+51 | |
2013-01-24 | Add GSettings schema | Stefano Karapetsas | 4 | -566/+224 | |
2012-05-19 | rename pluma to Pluma | Stefano Karapetsas | 1 | -2/+2 | |
2012-03-11 | update for 1.2 release and fix executable bits | Stefano Karapetsas | 6 | -0/+0 | |
2012-02-20 | fixed recursive rule, thanks to samtygier | Stefano Karapetsas | 1 | -3/+0 | |
https://github.com/mate-desktop/mate-text-editor/issues/2 | |||||
2011-11-07 | removing version tag from library | Perberos | 2 | -4/+4 | |
2011-11-07 | settings tango as default theme | Perberos | 1 | -2/+2 | |
2011-11-07 | using ./config/ instead of ./mate2/ | Perberos | 4 | -82/+82 | |
2011-11-07 | renaming from gedit to pluma | Perberos | 6 | -184/+184 | |
2011-11-07 | initial | Perberos | 6 | -0/+764 | |