- Jan 04, 2023
-
-
Gaël Bonithon authored
If a motion event is sent twice in a row for the same pointer position around `SNAP_DISTANCE` (this can happen if the pointer moves slowly), the computation returns a snap position once, and `SNAP_POSITION_NONE` the other time, because the panel has lost a pixel in between. This makes the panel blink or bounce against the edge of the screen. Easier to reproduce on Wayland.
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- Jan 01, 2023
-
-
Anonymous authored
489 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
Gaël Bonithon authored
The `scale` argument was only added in 4.17.4, so better not to encourage the use of this function before. Related: !83, 0a732bdc
-
- Dec 31, 2022
-
-
Gaël Bonithon authored
See discussion in libxfce4ui!84 and linked issues for the rationale.
-
- Dec 30, 2022
-
-
Anonymous authored
489 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Dec 29, 2022
-
-
Gaël Bonithon authored
Fixes: 5ec58536
-
- Dec 28, 2022
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- Dec 26, 2022
-
-
Anonymous authored
489 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Dec 24, 2022
-
-
Anonymous authored
489 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Dec 20, 2022
-
-
Gaël Bonithon authored
Not really a regression, since it never worked. Fixes: 4f6e4031
-
Gaël Bonithon authored
Closes: #676 Fixes: 4f6e4031
-
- Dec 19, 2022
-
-
Gaël Bonithon authored
The font specified via the font dialog can be applied globally while giving priority to custom font formats, as long as it is applied at the end and without mixing markup strings and Pango attributes, as the doc recommends. This means not applying the dialog font and the custom format separately, but all at once, so some refactoring. Fixes: #675 Related: !101
-
- Dec 15, 2022
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- Dec 13, 2022
-
-
Anonymous authored
489 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Dec 12, 2022
-
-
Anonymous authored
489 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Dec 06, 2022
-
-
Anonymous authored
489 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
Anonymous authored
489 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Dec 05, 2022
-
-
Gaël Bonithon authored
-
Anonymous authored
455 translated messages, 34 untranslated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Dec 02, 2022
-
-
Anonymous authored
489 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Dec 01, 2022
-
-
Anonymous authored
489 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Nov 30, 2022
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- Nov 29, 2022
-
-
Anonymous authored
489 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
Anonymous authored
489 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Nov 27, 2022
-
-
Anonymous authored
488 translated messages, 1 untranslated message. Transifex (https://explore.transifex.com/xfce/).
-
-
- Nov 22, 2022
-
-
Gaël Bonithon authored
Avoid iterating the main loop by hand. This is bad practice that may change the order in which things should normally happen and lead to bad surprises. For popup_menu() use g_idle_add() instead. For position_widget(), just delete this code since it was broken before and probably never called, and put a hint in the doc instead. Fixes: 7d0976db, 42b6032e
-
- Nov 16, 2022
-
-
Gaël Bonithon authored
Mainly useful for popup commands, but consistent with position_widget().
-
Gaël Bonithon authored
This reverts commit ed56fbb1. Fixed directly in xfce_panel_plugin_popup_menu() in the next commit instead.
-
Gaël Bonithon authored
It is enough to purge the current events once to show the panel, and the use of `gdk_window_get_position()` was wrong and in the wrong place.
-
- Nov 15, 2022
-
-
Gaël Bonithon authored
This covers corner cases, for example when a menu is opened when the panel is closed.
-
Gaël Bonithon authored
By popping up menu at widget also when the panel is floating if possible. Related: !80, 7a24ea0c
-
- Nov 14, 2022
-
-
Gaël Bonithon authored
Seems to have always been dead code, at least since 2dc06568.
-