Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-06 | filebrowser plugin: first connect to settings, then read them. | Monsta | 1 | -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-22 | Bump version to 1.9.1pluma-1.9.1 | Stefano Karapetsas | 2 | -2/+2 | |
2014-12-21 | fix one more memleak | Monsta | 1 | -1/+1 | |
2014-12-19 | plugins: don't leak memory | Monsta | 2 | -12/+18 | |
2014-12-19 | don't leak memory | Monsta | 5 | -4/+10 | |
2014-12-19 | zero-initialize all signals arrays | Monsta | 4 | -4/+4 | |
2014-12-19 | use proper GTK+ version in pluma.pc file | Monsta | 2 | -1/+3 | |
2014-12-16 | Revert "Revert "Drop support for glib < 2.36"" | infirit | 7 | -25/+1 | |
This reverts commit 13392e50c61ce3f3d7d04b59677380f935cf3d3c. | |||||
2014-12-16 | Revert "Drop support for Glib <2.32" | infirit | 1 | -0/+5 | |
This reverts commit e9a0c53bdb5755d903e1f2ad90e47b8c373c3995. | |||||
2014-12-16 | Drop support for Glib <2.32 | infirit | 1 | -5/+0 | |
2014-12-16 | Revert "Drop support for glib < 2.36" | infirit | 7 | -1/+25 | |
This reverts commit 495f56659d607938db00e34c9f84bac24013d999. | |||||
2014-12-10 | use the correct deallocation function/macro | monsta | 1 | -1/+1 | |
2014-12-06 | removed references to scrollkeeper | Monsta | 1 | -2/+2 | |
2014-11-27 | va_start should be paired with va_end | monsta | 1 | -0/+1 | |
Closes https://github.com/mate-desktop/pluma/pull/101 | |||||
2014-11-10 | appdata: Add neccesary markers for translation | infirit | 1 | -3/+3 | |
2014-11-10 | appdata: Add autotool bits for appdata | infirit | 3 | -4/+11 | |
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-10-23 | Sync translations with transifex | mate-i18n | 8 | -344/+348 | |
2014-07-12 | Sync translations with transifexpluma-1.9.0 | mate-i18n | 8 | -331/+336 | |
2014-06-06 | filebrowser: Fix g_settings_schema_source_lookup usage | Stefano Karapetsas | 1 | -1/+4 | |
2014-05-19 | Remove has_separator property from gtkbuilder files | infirit | 11 | -11/+0 | |
2014-05-19 | Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possible | infirit | 10 | -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-19 | Use GSourceFunc also for gtk+-2 | infirit | 1 | -4/+0 | |
2014-05-19 | Unify search GtkComboBox so it work in gtk+-2 and gtk+-3 | infirit | 3 | -33/+1 | |
2014-05-19 | Drop support for gtk+ < 2.24 | infirit | 25 | -2211/+1 | |
* Bump required gtk+2 version * Remove pluma-spinner * Remove pluma-message-are | |||||
2014-05-19 | Replace deprecated gtk widget function | infirit | 13 | -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-19 | Replace GtkObject with Gobject in gtk+2 build | infirit | 7 | -105/+2 | |
2014-05-19 | Remove all calls to deprecated gtk_dialog_set_has_separator | infirit | 6 | -21/+0 | |
2014-05-19 | Drop support for glib < 2.36 | infirit | 7 | -25/+1 | |
2014-04-29 | Sync translations with transifex | mate-i18n | 7 | -319/+326 | |
2014-04-29 | Bump version to 1.9.0 | Stefano Karapetsas | 2 | -1/+6 | |
2014-04-29 | Use MateAboutDialog from libmate-desktop | Stefano Karapetsas | 5 | -17/+5 | |
2014-04-29 | GTK3: file-system-backend property is removed | Stefano Karapetsas | 1 | -0/+2 | |
2014-04-29 | Fix for #46 (GTK3 missing filename file in save as) | bl0ckeduser | 1 | -0/+3 | |
2014-03-21 | Fix go to line crash after GTK3 support adding | Stefano Karapetsas | 1 | -2/+4 | |
Closes https://github.com/mate-desktop/pluma/issues/75 | |||||
2014-03-19 | Use zenity instead of mate-dialogs | Stefano Karapetsas | 2 | -2/+2 | |
2014-03-06 | Merge pull request #74 from ryanpcmcquen/master | Stefano Karapetsas | 1 | -1/+1 | |
convert pluma.rc to LF line endings (currently CR+LF) | |||||
2014-03-05 | convert pluma.rc to LF line endings (currently CR+LF) | Ryan Q | 1 | -1/+1 | |
2014-03-03 | Merge pull request #73 from ryanpcmcquen/master | Stefano Karapetsas | 1 | -43/+42 | |
remove needless whitespace from pluma/plumatextregion.c | |||||
2014-03-02 | remove needless whitespace from pluma/plumatextregion.c | Ryan Q | 1 | -43/+42 | |
2014-03-01 | Bump version to 1.8.0pluma-1.8.0 | Stefano Karapetsas | 2 | -4/+4 | |
2014-03-01 | Sync translations with transifex | Stefano Karapetsas | 4 | -501/+503 | |
2014-02-23 | Sync translations with transifex | Stefano Karapetsas | 1 | -32/+34 | |
2014-02-22 | Change file enciding to utf-8 (close #65) | infirit | 2 | -2/+2 | |
2014-02-21 | Sync translations with transifex | infirit | 1 | -173/+173 | |
2014-02-21 | Merge pull request #67 from flexiondotorg/master | Sander Sweers | 2 | -2/+2 | |
Corrects a typo. Fixes #63. | |||||
2014-02-21 | Corrects a typo. Fixes #63. | Martin Wimpress | 2 | -2/+2 | |
2014-02-20 | Add keywords key to .desktop file (close #62) | infirit | 1 | -0/+1 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-02-18 | Bump version to 1.7.90pluma-1.7.90 | Stefano Karapetsas | 2 | -3/+3 | |
2014-02-18 | Sync translations with transifex | Stefano Karapetsas | 8 | -132/+138 | |