Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-03 | drop unused variables | Pablo Barciela | 5 | -29/+5 | |
2018-01-03 | pluma-spell-checker-language.c: Fix build warning: | Pablo Barciela | 1 | -2/+2 | |
pointer targets in passing argument 3 of ‘xmlStrPrintf’ differ in signedness | |||||
2018-01-02 | pluma.c: Fix build warning: | Pablo Barciela | 1 | -1/+1 | |
comparison between pointer and zero character constant | |||||
2018-01-02 | pluma-document.c: Fix build warning: | Pablo Barciela | 1 | -1/+1 | |
‘replace_text_len’ may be used uninitialized in this function | |||||
2017-12-26 | release 1.19.3v1.19.3 | raveit65 | 1 | -0/+12 | |
2017-12-26 | sync with transifex | raveit65 | 105 | -12417/+24104 | |
2017-12-20 | pluma-window: have GtkRecentData on stack instead of allocating it | monsta | 1 | -14/+10 | |
adapted from: https://git.gnome.org/browse/gedit/commit/?id=cd9ed7b05eb0397ac3345d7e5177d2a112e7874b | |||||
2017-12-19 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-12-17 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -2/+2 | |
This commit reverts: https://github.com/mate-desktop/pluma/commit/5bece5503aba40119eea2e2d5e18f219749472be And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height | |||||
2017-12-06 | Fixes for regexp replacement with backreferences (e.g. "\0") (#259) | Vadim Barkov | 5 | -112/+165 | |
fixes https://github.com/mate-desktop/pluma/issues/254 | |||||
2017-11-30 | pluma-view.c: use one static variable instead two to do the same job | Pablo Barciela | 1 | -17/+19 | |
This is the improvement of the commits: https://github.com/mate-desktop/pluma/commit/4df44887f4b7547fc9b31d1cb3f61688579fe39b https://github.com/mate-desktop/pluma/commit/ec438f3d262ef178a898612211335d3c9fa2f4ee | |||||
2017-11-15 | make sure pluma open in the same window of the workspace | Pablo Barciela | 1 | -19/+0 | |
there is only one screen, this code can be removed Fixes https://github.com/mate-desktop/pluma/issues/261 | |||||
2017-11-13 | sync with transifex | raveit65 | 4 | -38/+39 | |
2017-11-12 | Fix: pluma closes tabs unexpectedly with [right+middle] click | Pablo Barciela | 1 | -3/+10 | |
Fixes https://github.com/mate-desktop/pluma/issues/256 | |||||
2017-11-09 | [ctrl] + [+] / [ctrl] + [-] using the numeric keypad | Pablo Barciela | 1 | -2/+2 | |
to increase/decrease font size related issue: https://github.com/mate-desktop/pluma/issues/224 | |||||
2017-10-23 | add gsettings key: Show save confirmation if the files have changes | Pablo Barciela | 2 | -6/+15 | |
Closes https://github.com/mate-desktop/pluma/issues/112 | |||||
2017-10-11 | Fix: wrong behavior holding down [middle + right] click | Pablo Barciela | 1 | -0/+27 | |
Fixes https://github.com/mate-desktop/pluma/issues/250 | |||||
2017-10-10 | [ctrl] + [+] / [ctrl] + [-] to increase/decrease font size | Pablo Barciela | 1 | -0/+39 | |
Closes https://github.com/mate-desktop/pluma/issues/224 | |||||
2017-10-03 | release 1.19.2v1.19.2 | raveit65 | 2 | -20/+35 | |
2017-10-03 | sync with transifex | raveit65 | 102 | -519/+526 | |
2017-09-26 | don't request to save documents with no changes | Pablo Barciela | 1 | -6/+7 | |
Fixes https://github.com/mate-desktop/pluma/issues/230 | |||||
2017-09-02 | add gsettings key to hide/show(default) tabs with the side pane | ZenWalker | 3 | -7/+25 | |
2017-09-02 | Hide tabs if we are using the sidebar | ZenWalker | 2 | -1/+6 | |
Fixes #23 | |||||
2017-08-22 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+33 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
2017-08-12 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+2 | |
2017-08-04 | avoid deprecated gdk_screen_make_display_name | ZenWalker | 1 | -3/+2 | |
2017-07-29 | pluma-help: don't use deprecated gtk_show_uri | raveit65 | 1 | -3/+10 | |
2017-07-29 | filebrowser: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 | |
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-07-13 | avoid deprecated gdk_display_get_screen and gdk_screen_get_number | ZenWalker | 3 | -10/+9 | |
2017-07-01 | enable the abbility to save the document if it was changed externally | ZenWalker | 1 | -1/+7 | |
This change is needed after https://github.com/mate-desktop/pluma/commit/2b34ed27ac4abde8d70735c008bd214a79b45491 | |||||
2017-06-23 | disable the abbility to save the document if it has no changes | ZenWalker | 1 | -2/+14 | |
this prevent us the write to disk uselessly Closes #199 | |||||
2017-06-13 | release 1.19.1v1.19.1 | raveit65 | 2 | -1/+23 | |
2017-06-13 | sync with transifex | raveit65 | 7 | -170/+174 | |
2017-06-11 | print-preferences UI: fix some basic deprecations | raveit65 | 1 | -245/+254 | |
2017-06-11 | encoding-dialog UI: fix some basic deprecations | raveit65 | 1 | -78/+77 | |
2017-06-11 | preferences-dialog UI: fix some basic deprecations | raveit65 | 1 | -100/+224 | |
2017-06-11 | pluma-panel: remove deprecated GtkImage types | raveit65 | 1 | -18/+0 | |
GTK_IMAGE_ICON_NAME is the replacement for both and already used by code | |||||
2017-06-11 | plumal-panel: remove some GtkStock deprecations | raveit65 | 1 | -10/+10 | |
2017-06-11 | search-dialogs: fix a -Wpointer-compare warning | Björn Esser | 1 | -2/+2 | |
2017-06-11 | tag-list-plugin: avoid deprecated GtkStock | raveit65 | 4 | -8/+8 | |
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 | |