- 26 Jan, 2023 1 commit
-
-
Gaël Bonithon authored
-
- 25 Jan, 2023 1 commit
-
-
Gaël Bonithon authored
This is implemented in a simple way, at the cost of a duplication of the buffer content in memory (plus a second copy at string comparison time, see comment in mousepad_file_buffer_changed() for more details). For a simple graphical text editor, by nature not very suitable for editing large files, this does not seem to be a problem. This can always be optimized later on though, this first version seeks to be functionally correct first. Related: #170, !123
-
- 24 Jan, 2023 3 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- 22 Jan, 2023 1 commit
-
-
Gaël Bonithon authored
At least "document.line-ending", "document.write-unicode-bom" and "document.filetype" were not properly updated.
-
- 11 Jan, 2023 1 commit
-
-
Gaël Bonithon authored
-
- 27 Dec, 2022 2 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
Fixes: #185 Related: !42
-
- 19 Dec, 2022 1 commit
-
-
Anonymous authored
427 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 17 Dec, 2022 1 commit
- 16 Dec, 2022 1 commit
-
-
Gaël Bonithon authored
Bump also GLib to 2.56 so G_LOG_USE_STRUCTURED can be set: see xfce/xfce4-dev-tools!68
-
- 15 Dec, 2022 1 commit
-
-
Gaël Bonithon authored
-
- 13 Dec, 2022 2 commits
-
-
Anonymous authored
427 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
Anonymous authored
427 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 05 Dec, 2022 1 commit
-
-
Anonymous authored
338 translated messages, 89 untranslated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 03 Dec, 2022 1 commit
-
-
Anonymous authored
427 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 02 Dec, 2022 1 commit
-
-
Anonymous authored
427 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 01 Dec, 2022 1 commit
-
-
Anonymous authored
403 translated messages, 24 untranslated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 06 Nov, 2022 2 commits
-
-
Anonymous authored
316 translated messages, 111 untranslated messages. Transifex (https://explore.transifex.com/xfce/).
-
Gaël Bonithon authored
A run-time check is needed as well as a compile-time check. Fixes: 63b3d92f Related: !92
-
- 05 Nov, 2022 1 commit
-
-
Anonymous authored
305 translated messages, 122 untranslated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 28 Oct, 2022 1 commit
-
-
Anonymous authored
244 translated messages, 183 untranslated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 27 Oct, 2022 1 commit
-
-
Anonymous authored
241 translated messages, 186 untranslated messages. Transifex (https://explore.transifex.com/xfce/).
-
- 14 Sep, 2022 1 commit
-
-
Gaël Bonithon authored
This breaks "Show menubar temporarily when hidden" when several windows are open, since signal disconnection by data no longer works as intended. Related: !42
-
- 12 Sep, 2022 1 commit
-
-
Anonymous authored
427 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 28 Aug, 2022 1 commit
-
-
Anonymous authored
419 translated messages, 8 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 21 Aug, 2022 1 commit
-
-
Anonymous authored
427 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 20 Jul, 2022 1 commit
-
-
Behzad A authored
244 translated messages, 183 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 16 Jul, 2022 1 commit
-
-
Anonymous authored
390 translated messages, 37 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 12 Jul, 2022 1 commit
-
-
Anonymous authored
385 translated messages, 42 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 11 Jul, 2022 1 commit
-
-
Mark Trompell authored
427 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 10 Jul, 2022 1 commit
-
-
Gaël Bonithon authored
-
- 09 Jul, 2022 2 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- 02 Jul, 2022 1 commit
-
-
Gaël Bonithon authored
Bitwise shifts are convenient and inexpensive but obviously too limited in this case, and integer overflow can be difficult to spot. Fixes: #165 Related: !109
-
- 01 Jul, 2022 1 commit
-
-
Anonymous authored
427 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 25 Jun, 2022 1 commit
-
-
Anonymous authored
427 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- 13 Jun, 2022 2 commits
-
-
Gaël Bonithon authored
It is deprecated, but just as much as GtkImageMenuItem whose style is reproduced here, and Xfce still uses it. It was not honored since Mousepad 0.5.0 and the switch to GMenu, and was not restored in !77.
-
Gaël Bonithon authored
Regression introduced in ea239c3f and 19ce10e7. This causes a problem when replacing with an empty string, by then selecting the first entry in the replacement list, thus preventing replacing again with an empty string. It also selects the first entry in the search list when searching for an empty string, which is less annoying but still a bug. More generally, there is no reason to re-select the first entry if the list has not changed. Related: !119
-