summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2014-05-19Use GSourceFunc also for gtk+-2infirit1-4/+0
2014-05-19Unify search GtkComboBox so it work in gtk+-2 and gtk+-3infirit3-33/+1
2014-05-19Drop support for gtk+ < 2.24infirit25-2211/+1
* Bump required gtk+2 version * Remove pluma-spinner * Remove pluma-message-are
2014-05-19Replace deprecated gtk widget functioninfirit13-102/+18
The replacement functions are available since 2.18 GTK_WIDGET_HAS_FOCUS -> gtk_widget_has_focus GTK_WIDGET_VISIBLE -> gtk_widget_get_visible GTK_WIDGET_SET_FLAGS -> gtk_widget_set_*
2014-05-19Replace GtkObject with Gobject in gtk+2 buildinfirit7-105/+2
2014-05-19Remove all calls to deprecated gtk_dialog_set_has_separatorinfirit6-21/+0
2014-05-19Drop support for glib < 2.36infirit7-25/+1
2014-04-29Sync translations with transifexmate-i18n7-319/+326
2014-04-29Bump version to 1.9.0Stefano Karapetsas2-1/+6
2014-04-29Use MateAboutDialog from libmate-desktopStefano Karapetsas5-17/+5
2014-04-29GTK3: file-system-backend property is removedStefano Karapetsas1-0/+2
2014-04-29Fix for #46 (GTK3 missing filename file in save as)bl0ckeduser1-0/+3
2014-03-21Fix go to line crash after GTK3 support addingStefano Karapetsas1-2/+4
Closes https://github.com/mate-desktop/pluma/issues/75
2014-03-19Use zenity instead of mate-dialogsStefano Karapetsas2-2/+2
2014-03-06Merge pull request #74 from ryanpcmcquen/masterStefano Karapetsas1-1/+1
convert pluma.rc to LF line endings (currently CR+LF)
2014-03-05convert pluma.rc to LF line endings (currently CR+LF)Ryan Q1-1/+1
2014-03-03Merge pull request #73 from ryanpcmcquen/masterStefano Karapetsas1-43/+42
remove needless whitespace from pluma/plumatextregion.c
2014-03-02remove needless whitespace from pluma/plumatextregion.cRyan Q1-43/+42
2014-03-01Bump version to 1.8.0pluma-1.8.0Stefano Karapetsas2-4/+4
2014-03-01Sync translations with transifexStefano Karapetsas4-501/+503
2014-02-23Sync translations with transifexStefano Karapetsas1-32/+34
2014-02-22Change file enciding to utf-8 (close #65)infirit2-2/+2
2014-02-21Sync translations with transifexinfirit1-173/+173
2014-02-21Merge pull request #67 from flexiondotorg/masterSander Sweers2-2/+2
Corrects a typo. Fixes #63.
2014-02-21Corrects a typo. Fixes #63.Martin Wimpress2-2/+2
2014-02-20Add keywords key to .desktop file (close #62)infirit1-0/+1
Patch by Mike Gabriel <[email protected]>
2014-02-18Bump version to 1.7.90pluma-1.7.90Stefano Karapetsas2-3/+3
2014-02-18Sync translations with transifexStefano Karapetsas8-132/+138
2014-02-17Update NEWSStefano Karapetsas1-1/+3
2014-02-17configure: Add check-newsStefano Karapetsas1-1/+1
2014-02-17Merge pull request #61 from hekel/masterStefano Karapetsas1-55/+67
Update Manual
2014-02-17Dont free string owned by glibStefano Karapetsas1-5/+1
Regression caused by https://github.com/mate-desktop/pluma/commit/86369deb93ae28e39ef59d462fb6693747cb332f Closes https://github.com/mate-desktop/pluma/issues/60
2014-02-17Fix pluma_dirs_get_user_accels_fileStefano Karapetsas1-33/+4
And free always config_dir
2014-02-17Remove support for never existed env varStefano Karapetsas1-17/+1
2014-02-17Merge branch 'master' of github.com:mate-desktop/plumaStefano Karapetsas6-499/+504
2014-02-14Update Manualhekel1-55/+67
2014-02-13remove mate-text-editor symlinkinfirit1-3/+0
2014-02-12MATE Foundation doesnt existStefano Karapetsas2-2/+2
2014-02-09Bump version to 1.7.2pluma-1.7.2infirit1-1/+1
2014-02-03Sync translations with transifexStefano Karapetsas3-495/+498
2014-02-03Add missing include for GTK3Stefano Karapetsas1-0/+5
Patch by Benjamin Denisart
2014-01-29Add tool to generate plugin templatesStefano Karapetsas6-0/+652
2014-01-25configure: Fix to allow build with latest mate-commonStefano Karapetsas1-1/+0