- 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 15 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.
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
More logical function order.
-
Sébastien Wilmet authored
There is a g_settings_bind() for the "tab-width" in GeditView.
-
Sébastien Wilmet authored
-
- 23 Nov, 2020 3 commits
-
-
Sébastien Wilmet authored
It's not necessary to store the PangoFontDescription in an instance variable.
-
Sébastien Wilmet authored
It's not used by any plugin part of gedit or gedit-plugins.
-
Sébastien Wilmet authored
Group related things together.
-