- 03 Mar, 2021 1 commit
-
-
Mario Blättermann authored
-
- 01 Mar, 2021 2 commits
-
-
Mario Blättermann authored
-
Balázs Meskó authored
-
- 28 Feb, 2021 1 commit
-
-
Piotr Drąg authored
-
- 23 Feb, 2021 1 commit
-
-
Fran Dieguez authored
-
- 20 Feb, 2021 1 commit
-
-
Jordi Mas authored
-
- 19 Feb, 2021 1 commit
-
-
Zander Brown authored
Nautilus has removed their key as it was being (ab)used by other apps: nautilus@e96aac1f This then caused gedit to crash on launch as the plug-in is enabled by default: #408 Fix #408 by simply assuming the default value of the key
-
- 14 Feb, 2021 1 commit
-
-
A S Alam authored
-
- 12 Feb, 2021 1 commit
-
-
Bruno Lopes da Silva authored
-
- 11 Feb, 2021 1 commit
-
-
Hugo Carvalho authored
-
- 22 Jan, 2021 1 commit
-
-
Daniel Șerbănescu authored
-
- 17 Jan, 2021 1 commit
-
-
Fabio Tomat authored
-
- 13 Jan, 2021 1 commit
-
-
Jordi Mas authored
-
- 08 Jan, 2021 1 commit
-
-
Jordi Mas authored
-
- 05 Jan, 2021 1 commit
-
-
Akarshan Biswas authored
(cherry picked from commit fb3fa337)
-
- 03 Jan, 2021 1 commit
-
-
Jordi Mas authored
-
- 30 Dec, 2020 1 commit
-
-
Yuri Chornoivan authored
(cherry picked from commit 62b03090)
-
- 29 Dec, 2020 1 commit
-
-
Jordi Mas authored
-
- 23 Dec, 2020 1 commit
-
-
Jordi Mas authored
-
- 10 Dec, 2020 1 commit
-
-
Andika Triwidada authored
-
- 30 Nov, 2020 1 commit
-
-
Kjartan Maraas authored
(cherry picked from commit 0c2609b1)
-
- 29 Nov, 2020 2 commits
-
-
Yuri Chornoivan authored
-
Anders Jonsson authored
-
- 28 Nov, 2020 1 commit
-
-
Trần Ngọc Quân authored
-
- 25 Nov, 2020 9 commits
-
-
Sébastien Wilmet authored
I prefer to have simple, dumb code, which is a little less performant. Instead of needing, in the future, to deal with more tricky code (to port to new APIs, to debug the code, etc).
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
Although the code is portable, it's only used on macOS, and the code would definitely benefit from a haircut (like many people in the world right now).
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
Currently, gedit_recent_add_document() and gedit_recent_remove_if_local() are used only in gedit-tab.c. The rest is used only in gedit-app-osx.m.
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
The metadata implementation has been moved to Tepl.
-
- 24 Nov, 2020 7 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
In the docs the signal names have dashes.
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
The comment said "carriage return", but the default implementation from GtkTextView doesn't remove the newline either. I thought "carriage return" meant that the \n was correctly removed by GtkTextView but not \r. With the "newline" term it's hopefully less confusing.
-
Sébastien Wilmet authored
That small feature was added in 2009: commit fb4ced95 When doing a right click in the left margin/gutter, a context menu appeared with only one item: to toggle the line numbers visibility. I don't think it is great to add such options a bit everywhere in the GUI. The gedit statusbar already contains, nowadays, buttons to toggle certain settings, including the line numbers visibility. The option is also of course available in the preferences dialog, where it is the natural place to change such settings. Also, when the left gutter contained *only* the line numbers, then doing a right click to hide the line numbers, the user might not know directly where to revert the change and display the line numbers again, since the left gutter is gone. So, I prefer to remove that small feature. I don't think it was a well-known feature in any case, since it's a bit hidden behind a right click at a specific place.
-
Sébastien Wilmet authored
Just move code around.
-