summaryrefslogtreecommitdiff
path: root/pluma
AgeCommit message (Collapse)AuthorFilesLines
2017-11-15make sure pluma open in the same window of the workspacePablo Barciela1-19/+0
there is only one screen, this code can be removed Fixes https://github.com/mate-desktop/pluma/issues/261
2017-11-12Fix: pluma closes tabs unexpectedly with [right+middle] clickPablo Barciela1-3/+10
Fixes https://github.com/mate-desktop/pluma/issues/256
2017-11-09[ctrl] + [+] / [ctrl] + [-] using the numeric keypadPablo Barciela1-2/+2
to increase/decrease font size related issue: https://github.com/mate-desktop/pluma/issues/224
2017-10-23add gsettings key: Show save confirmation if the files have changesPablo Barciela1-1/+5
Closes https://github.com/mate-desktop/pluma/issues/112
2017-10-11Fix: wrong behavior holding down [middle + right] clickPablo Barciela1-0/+27
Fixes https://github.com/mate-desktop/pluma/issues/250
2017-10-10[ctrl] + [+] / [ctrl] + [-] to increase/decrease font sizePablo Barciela1-0/+39
Closes https://github.com/mate-desktop/pluma/issues/224
2017-09-26don't request to save documents with no changesPablo Barciela1-6/+7
Fixes https://github.com/mate-desktop/pluma/issues/230
2017-09-02add gsettings key to hide/show(default) tabs with the side paneZenWalker2-7/+20
2017-09-02Hide tabs if we are using the sidebarZenWalker2-1/+6
Fixes #23
2017-08-22gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+33
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window
2017-08-12avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+2
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-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-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 GtkStockraveit653-7/+7
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-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-12double click to the right of the last open tab to open a new tabZenWalker3-8/+37
New feature Fixes #185
2017-04-19remove references to PlumaStatusmonsta1-2/+0
same as in: https://git.gnome.org/browse/gedit/commit/?id=cbde9d73dd00e25ca3851d33902d9535fb70a612
2017-04-16update copyright year to 2017monsta1-1/+1
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-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-10build: remove option that disables deprecated stuffmonsta2-3/+1
we don't need a build breakage on the first deprecated item, thanks
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
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 Barkov33-3728/+234
2016-12-14plugins engine: enable python plugin loader from libpeasmonsta1-0/+2
2016-12-12fix build without X when introspection is enabledmonsta1-3/+1
fixes https://github.com/mate-desktop/pluma/issues/207 ported from: https://git.gnome.org/browse/gedit/commit/?id=3b26258325b69c034b486fbdd12aa7d60b379cf6
2016-12-11fix distcheck - make pluma-file-chooser-dialog.h privatemonsta1-1/+1
found here: https://git.gnome.org/browse/gedit/commit/?id=96c524456b06870132365c8a5a95726bdf8ce61f
2016-12-05remove old plugin system and docs for itmonsta11-2752/+0
2016-12-05port plugin system to libpeasmonsta9-871/+119
backported from gedit with a few changes upstream commits for reference: https://git.gnome.org/browse/gedit/commit/?id=dbc98da7fda69981e61c5764af50c72b756eb2cc https://git.gnome.org/browse/gedit/commit/?id=2ae732a53ef08145c06909dc675134573c8c2e6d https://git.gnome.org/browse/gedit/commit/?id=6cd4936fb3aa6ca44a7c85888c6aad6c02b0f983 https://git.gnome.org/browse/gedit/commit/?id=041399d3d09389f951af8db4f5b83d142a9ebe55 https://git.gnome.org/browse/gedit/commit/?id=da46f5d6cd9b727e23ec0ae79bb0a78419bb1363 https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad https://git.gnome.org/browse/gedit/commit/?id=e63de5a2396a56eeba46479a54628843538da29e