summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2015-05-07Sync translations with transifexmate-i18n9-338/+342
2015-04-06Bump version to 1.9.90pluma-1.9.90Stefano Karapetsas2-3/+3
2015-04-06Sync translations with transifexmate-i18n9-1374/+1379
2015-04-06filebrowser plugin: first connect to settings, then read them.Monsta1-24/+30
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/pluma/pull/109
2015-01-22Bump version to 1.9.1pluma-1.9.1Stefano Karapetsas2-2/+2
2014-12-21fix one more memleakMonsta1-1/+1
2014-12-19plugins: don't leak memoryMonsta2-12/+18
2014-12-19don't leak memoryMonsta5-4/+10
2014-12-19zero-initialize all signals arraysMonsta4-4/+4
2014-12-19use proper GTK+ version in pluma.pc fileMonsta2-1/+3
2014-12-16Revert "Revert "Drop support for glib < 2.36""infirit7-25/+1
This reverts commit 13392e50c61ce3f3d7d04b59677380f935cf3d3c.
2014-12-16Revert "Drop support for Glib <2.32"infirit1-0/+5
This reverts commit e9a0c53bdb5755d903e1f2ad90e47b8c373c3995.
2014-12-16Drop support for Glib <2.32infirit1-5/+0
2014-12-16Revert "Drop support for glib < 2.36"infirit7-1/+25
This reverts commit 495f56659d607938db00e34c9f84bac24013d999.
2014-12-10use the correct deallocation function/macromonsta1-1/+1
2014-12-06removed references to scrollkeeperMonsta1-2/+2
2014-11-27va_start should be paired with va_endmonsta1-0/+1
Closes https://github.com/mate-desktop/pluma/pull/101
2014-11-10appdata: Add neccesary markers for translationinfirit1-3/+3
2014-11-10appdata: Add autotool bits for appdatainfirit3-4/+11
2014-11-09Create pluma.appdata.xmlalxpl1-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-10-23Sync translations with transifexmate-i18n8-344/+348
2014-07-12Sync translations with transifexpluma-1.9.0mate-i18n8-331/+336
2014-06-06filebrowser: Fix g_settings_schema_source_lookup usageStefano Karapetsas1-1/+4
2014-05-19Remove has_separator property from gtkbuilder filesinfirit11-11/+0
2014-05-19Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possibleinfirit10-87/+0
Replace functions available in gtk+2 and gtk+3 gdk_window_get_* | since 2.24 gtk_widget_get_allocation | since 2.18 gtk_widget_get_window | since 2.14 gtk_window_get_group | since 2.10 gtk_widget_get_mapped | since 2.20 gtk_widget_get_realized | since 2.20 gdk_window_get_display | since 2.24 Remove deprecated GtkNotebookPage and check.