- 14 Sep, 2022 25 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
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
-