Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-11 | file-browser-widget: fix one stock deprecation | raveit65 | 1 | -1/+1 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-25 | configure: drop GLIB_VERSION_MAX_ALLOWED | raveit65 | 1 | -2/+0 | |
This avoids annoying and useless build warnings. Nobody stops using pluma only for a modern glib version;-) | |||||
2017-05-25 | File browser: don't use GIOScheduler (deprecated) | Sébastien Wilmet | 2 | -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-25 | file-browser-view: silent some build warnings | raveit65 | 1 | -1/+2 | |
warning: this 'if' clause does not guard... warning: 'display' may be used uninitialized in this function [-Wmaybe-uninitialized] | |||||
2017-05-25 | pluma-view: avoid GtkStock deprecations | raveit65 | 1 | -4/+4 | |
2017-05-25 | pluma-tab: replace some GtkStock icons | raveit65 | 1 | -14/+14 | |
2017-05-25 | pluma-notebook: don't use deprecated gdk_cursor_new | raveit65 | 1 | -1/+5 | |
2017-05-25 | progress-message-area: fix one GtkStock deprecation | raveit65 | 1 | -1/+1 | |
2017-05-25 | io-error-message-dialog: fix some GtkStock deprecation warnings | raveit65 | 1 | -7/+7 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+12 | |
2017-05-15 | Fix: pluma closes tabs unexpectedly with middle click | ZenWalker | 1 | -0/+12 | |
Fixes #228 | |||||
2017-05-13 | pluma-notebook.c: fix a build warning | raveit65 | 1 | -2/+2 | |
2017-05-12 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+14 | |
2017-05-12 | sync with transifex | raveit65 | 2 | -174/+176 | |
2017-05-12 | double click to the right of the last open tab to open a new tab | ZenWalker | 3 | -8/+37 | |
New feature Fixes #185 | |||||
2017-05-06 | sync with transifex | raveit65 | 18 | -898/+907 | |
2017-04-25 | Support new location of gtk bookmarks file | Paolo Borelli | 1 | -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-19 | docs: we have encodings combobox, not option menu | monsta | 2 | -15/+15 | |
it was ported even before our fork from gedit: https://git.gnome.org/browse/gedit/commit/?id=820ce8820a8db40eca5ca0b63f2d6e3a07416373 | |||||
2017-04-19 | remove references to PlumaStatus | monsta | 2 | -3/+0 | |
same as in: https://git.gnome.org/browse/gedit/commit/?id=cbde9d73dd00e25ca3851d33902d9535fb70a612 | |||||
2017-04-19 | docs: remove some references to nonexistent stuff | monsta | 2 | -50/+0 | |
2017-04-18 | filebrowser: don't parse .hidden files - GIO does it since 2.36 | monsta | 1 | -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-16 | update copyright year to 2017 | monsta | 2 | -2/+2 | |
2017-04-14 | close confirm dialog: enable selection + disable focus in all labels | monsta | 1 | -0/+4 | |
2017-04-14 | close confirm dialog: set max width for labels | monsta | 1 | -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-13 | fix typo in code comments | monsta | 1 | -2/+2 | |
2017-03-30 | fix running under wayland | raveit65 | 1 | -0/+2 | |
fixes https://bugzilla.redhat.com/show_bug.cgi?id=1387496 | |||||
2017-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-03-27 | modelines: fix random crash on closing one of several Pluma windows | monsta | 1 | -1/+3 | |
ported from: https://git.gnome.org/browse/gedit/commit/?id=b8b6fe708eddd6a9d471ecd04c38e790d8c0bc7c | |||||
2017-03-12 | release 1.18.0v1.18.0 | raveit65 | 1 | -2/+2 | |
2017-03-12 | sync with transifex | raveit65 | 2 | -26/+26 | |
2017-03-12 | update NEWS for 1.18 | monsta | 1 | -41/+16 | |
2017-03-10 | release 1.17.4v1.17.4 | raveit65 | 1 | -0/+11 | |
2017-03-10 | sync with transifex | raveit65 | 102 | -1839/+25325 | |
2017-03-07 | Fix: the tab closes unexpectedly with middle click under line numbers | ZenWalker | 1 | -4/+7 | |
Fixes #215 | |||||
2017-02-28 | remove unneeded +x attribute from sources | monsta | 9 | -0/+0 | |
2017-02-25 | snippets plugin: fix snippet parts staying after Ctrl-Z | monsta | 1 | -0/+8 | |
old issue, also present in 1.16 fix taken from: https://git.gnome.org/browse/gedit/commit/?id=bc5d893229e62c85f6956c17a8471cb5fdab10ea | |||||
2017-02-25 | snippets plugin: port to gi and libpeas | monsta | 19 | -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-25 | snippets plugin: stop exposing functions on Pluma message bus | monsta | 1 | -55/+0 | |
registering on message bus won't work with introspection due to varargs functions used in message bus code | |||||
2017-02-25 | pre-bump version | raveit65 | 2 | -2/+4 | |
2017-02-10 | build: remove option that disables deprecated stuff | monsta | 13 | -37/+10 | |
we don't need a build breakage on the first deprecated item, thanks | |||||
2017-01-13 | Update pluma NEWS to use consistent, project wide, markdown-like formatting. ↵ | Martin Wimpress | 1 | -33/+17 | |
This will make generating release announcements easier. | |||||
2017-01-10 | Merge branch 'master' of https://github.com/barkovv/pluma into barkovv-master | raveit65 | 8 | -50/+296 | |
2017-01-08 | Fixed wrong behaviour of search on zero length results | Vadim Barkov | 1 | -4/+36 | |
2017-01-08 | Fixed wrong formatting | Vadim Barkov | 2 | -20/+20 | |
2017-01-06 | release 1.17.3v1.17.3 | raveit65 | 2 | -1/+16 | |
2017-01-06 | sync with transifex | raveit65 | 103 | -67645/+44501 | |
2016-12-25 | panel: use the correct property name for panel orientation | monsta | 1 | -1/+1 | |
taken from: https://git.gnome.org/browse/gedit/commit/?id=8033c19d2c89e1364861c42879d1aa300963aed7 | |||||
2016-12-19 | Merge branch 'master' of https://github.com/mate-desktop/pluma | Vadim Barkov | 99 | -5166/+1958 | |
2016-12-19 | snippets plugin: MESSAGE_INFORMATION doesn't exist, use MESSAGE_INFO | monsta | 1 | -2/+2 | |