summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-04avoid deprecated gdk_screen_make_display_nameZenWalker1-3/+2
2017-07-29pluma-help: don't use deprecated gtk_show_uriraveit651-3/+10
2017-07-29filebrowser: don't use deprecated gtk_show_uriraveit651-0/+4
2017-07-18update issue_templateraveit651-0/+3
2017-07-13avoid deprecated gdk_display_get_screen and gdk_screen_get_numberZenWalker3-10/+9
2017-07-01enable the abbility to save the document if it was changed externallyZenWalker1-1/+7
This change is needed after https://github.com/mate-desktop/pluma/commit/2b34ed27ac4abde8d70735c008bd214a79b45491
2017-06-23disable the abbility to save the document if it has no changesZenWalker1-2/+14
this prevent us the write to disk uselessly Closes #199
2017-06-13release 1.19.1v1.19.1raveit652-1/+23
2017-06-13sync with transifexraveit657-170/+174
2017-06-11print-preferences UI: fix some basic deprecationsraveit651-245/+254
2017-06-11encoding-dialog UI: fix some basic deprecationsraveit651-78/+77
2017-06-11preferences-dialog UI: fix some basic deprecationsraveit651-100/+224
2017-06-11pluma-panel: remove deprecated GtkImage typesraveit651-18/+0
GTK_IMAGE_ICON_NAME is the replacement for both and already used by code
2017-06-11plumal-panel: remove some GtkStock deprecationsraveit651-10/+10
2017-06-11search-dialogs: fix a -Wpointer-compare warningBjörn Esser1-2/+2
2017-06-11tag-list-plugin: avoid deprecated GtkStockraveit654-8/+8
2017-06-11file-browser-widget: fix one stock deprecationraveit651-1/+1
2017-06-08create issue_template.mdraveit651-0/+16
2017-05-25configure: drop GLIB_VERSION_MAX_ALLOWEDraveit651-2/+0
This avoids annoying and useless build warnings. Nobody stops using pluma only for a modern glib version;-)
2017-05-25File browser: don't use GIOScheduler (deprecated)Sébastien Wilmet2-60/+80
The GIOScheduler was used because there was no async version of g_file_delete() and g_file_trash(). Now that the async versions exist, no need to use GIOScheduler or GTask. gio >= 2.37.0 is required. https://bugzilla.gnome.org/show_bug.cgi?id=693018 taken from: https://git.gnome.org/browse/gedit/commit/?h=gnome-3-10&id=2d1eb80
2017-05-25file-browser-view: silent some build warningsraveit651-1/+2
warning: this 'if' clause does not guard... warning: 'display' may be used uninitialized in this function [-Wmaybe-uninitialized]
2017-05-25pluma-view: avoid GtkStock deprecationsraveit651-4/+4
2017-05-25pluma-tab: replace some GtkStock iconsraveit651-14/+14
2017-05-25pluma-notebook: don't use deprecated gdk_cursor_newraveit651-1/+5
2017-05-25progress-message-area: fix one GtkStock deprecationraveit651-1/+1
2017-05-25io-error-message-dialog: fix some GtkStock deprecation warningsraveit651-7/+7
2017-05-20Restore Polish translation credits from GNOMEPiotr Drąg1-6/+12
2017-05-15Fix: pluma closes tabs unexpectedly with middle clickZenWalker1-0/+12
Fixes #228
2017-05-13pluma-notebook.c: fix a build warningraveit651-2/+2
2017-05-12release 1.19.0v1.19.0raveit651-0/+14
2017-05-12sync with transifexraveit652-174/+176
2017-05-12double click to the right of the last open tab to open a new tabZenWalker3-8/+37
New feature Fixes #185
2017-05-06sync with transifexraveit6518-898/+907
2017-04-25Support new location of gtk bookmarks filePaolo Borelli1-48/+85
The gtk bookmarks file is now in XDG dir, so let's first try there and otherwise fall back to the old location
2017-04-19docs: we have encodings combobox, not option menumonsta2-15/+15
it was ported even before our fork from gedit: https://git.gnome.org/browse/gedit/commit/?id=820ce8820a8db40eca5ca0b63f2d6e3a07416373
2017-04-19remove references to PlumaStatusmonsta2-3/+0
same as in: https://git.gnome.org/browse/gedit/commit/?id=cbde9d73dd00e25ca3851d33902d9535fb70a612
2017-04-19docs: remove some references to nonexistent stuffmonsta2-50/+0
2017-04-18filebrowser: don't parse .hidden files - GIO does it since 2.36monsta1-86/+0
taken from: https://git.gnome.org/browse/gedit/commit/?id=f0454abbec92f34431bd59fd1e3da6ad346a000e GIO commit for reference: https://git.gnome.org/browse/glib/commit/?id=510ba9b4efe1813e24c6dfa7405c3547bf9efdd7
2017-04-16update copyright year to 2017monsta2-2/+2
2017-04-14close confirm dialog: enable selection + disable focus in all labelsmonsta1-0/+4
2017-04-14close confirm dialog: set max width for labelsmonsta1-0/+5
fixes https://github.com/mate-desktop/pluma/issues/186 picked from: https://git.gnome.org/browse/gedit/commit/?id=90c742f2e97824878563b4bb4bb926048641dc18 https://git.gnome.org/browse/gedit/commit/?id=b783f0134ea33c96f48c528d0a5e763394881e8f
2017-04-13fix typo in code commentsmonsta1-2/+2
2017-03-30fix running under waylandraveit651-0/+2
fixes https://bugzilla.redhat.com/show_bug.cgi?id=1387496
2017-03-30pre-bump versionraveit652-1/+3
2017-03-27modelines: fix random crash on closing one of several Pluma windowsmonsta1-1/+3
ported from: https://git.gnome.org/browse/gedit/commit/?id=b8b6fe708eddd6a9d471ecd04c38e790d8c0bc7c
2017-03-12release 1.18.0v1.18.0raveit651-2/+2
2017-03-12sync with transifexraveit652-26/+26
2017-03-12update NEWS for 1.18monsta1-41/+16
2017-03-10release 1.17.4v1.17.4raveit651-0/+11
2017-03-10sync with transifexraveit65102-1839/+25325