summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2017-03-07Fix: the tab closes unexpectedly with middle click under line numbersZenWalker1-4/+7
Fixes #215
2017-02-28remove unneeded +x attribute from sourcesmonsta9-0/+0
2017-02-25snippets plugin: fix snippet parts staying after Ctrl-Zmonsta1-0/+8
old issue, also present in 1.16 fix taken from: https://git.gnome.org/browse/gedit/commit/?id=bc5d893229e62c85f6956c17a8471cb5fdab10ea
2017-02-25snippets plugin: port to gi and libpeasmonsta19-342/+340
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=3f5c69427579f80e8614f551aafa89baa9bfd0ca https://git.gnome.org/browse/gedit/commit/?id=a2c9247c5fecea8d03917e7b0fa93447820439d2 https://git.gnome.org/browse/gedit/commit/?id=ccd39a71eab7fe04ea52cb10bd2282c95d8374c3 https://git.gnome.org/browse/gedit/commit/?id=2dbe5e048766a94b2ba42346b5d197edc92cd03d https://git.gnome.org/browse/gedit/commit/?id=b3f6fd5c7ab9e433dd7698a25d9dc00867c04ad9 https://git.gnome.org/browse/gedit/commit/?id=2273ba27e85588c10788039b66b083aba6b50660 https://git.gnome.org/browse/gedit/commit/?id=48d33cf9dd29d8a6d42e60e3254c883f1f9ffb56 https://git.gnome.org/browse/gedit/commit/?id=7f37ff4fa2c9dd8f42ff527f4e1d0a148c39eb0e https://git.gnome.org/browse/gedit/commit/?id=0d36d6e09a58210c365264c591fafb5d0b3d9323 https://git.gnome.org/browse/gedit/commit/?id=ac4f2048d6af5b2dbfc7ff6448bc51f3e2b324b6 https://git.gnome.org/browse/gedit/commit/?id=5540838a7dff1d025b995c251f51c1c29ce0c0ce https://git.gnome.org/browse/gedit/commit/?id=d48cd10bf0bb99ead7b1af1ead52f1e554ad239d https://git.gnome.org/browse/gedit/commit/?id=5169aa5cd4b1d95fb869df7c0b24c886cb33a1aa
2017-02-25snippets plugin: stop exposing functions on Pluma message busmonsta1-55/+0
registering on message bus won't work with introspection due to varargs functions used in message bus code
2017-02-25pre-bump versionraveit652-2/+4
2017-02-10build: remove option that disables deprecated stuffmonsta13-37/+10
we don't need a build breakage on the first deprecated item, thanks
2017-01-13Update pluma NEWS to use consistent, project wide, markdown-like formatting. ↵Martin Wimpress1-33/+17
This will make generating release announcements easier.
2017-01-10Merge branch 'master' of https://github.com/barkovv/pluma into barkovv-masterraveit658-50/+296
2017-01-08Fixed wrong behaviour of search on zero length resultsVadim Barkov1-4/+36
2017-01-08Fixed wrong formattingVadim Barkov2-20/+20
2017-01-06release 1.17.3v1.17.3raveit652-1/+16
2017-01-06sync with transifexraveit65103-67645/+44501
2016-12-25panel: use the correct property name for panel orientationmonsta1-1/+1
taken from: https://git.gnome.org/browse/gedit/commit/?id=8033c19d2c89e1364861c42879d1aa300963aed7
2016-12-19Merge branch 'master' of https://github.com/mate-desktop/plumaVadim Barkov99-5166/+1958
2016-12-19snippets plugin: MESSAGE_INFORMATION doesn't exist, use MESSAGE_INFOmonsta1-2/+2
2016-12-19snippets plugin: kill useless codemonsta1-20/+10
2016-12-19externaltools plugin: fix indent a bitmonsta1-7/+7
2016-12-19quickopen plugin: port to gi and libpeasmonsta10-119/+139
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=9de71917497716124486f9baade326d5ffb4bb8d https://git.gnome.org/browse/gedit/commit/?id=059f39e1b94ea5453087d33384fe2a563e6c00dc https://git.gnome.org/browse/gedit/commit/?id=ab7f3788a18447b9a88f0d1dbda892e6c452c9af https://git.gnome.org/browse/gedit/commit/?id=d7ac22d93970c85323f51f9536e13c22aac0d70a https://git.gnome.org/browse/gedit/commit/?id=5cf9ac442a025d42443cea9cf1451c0e6154dea1 https://git.gnome.org/browse/gedit/commit/?id=4ee4fb903dfd485b5b80ce3ddb1e1f4a04cb1b99 https://git.gnome.org/browse/gedit/commit/?id=00105f389b9b37f71be5b29fbf0c11367042c346