- Sep 21, 2019
-
-
Olivier Fourdan authored
The documentation for `EXT_texture_from_pixmap` states that a compositor should bind and release the texture each time: [...] glXBindTexImageEXT() <Do rendering/compositing> glXReleaseTexImageEXT() [...] Fix the compositor to adhere to the specification. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Sep 10, 2019
-
-
Zmicer Turok authored
170 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 29, 2019
-
-
Besnik Bleta authored
147 translated messages, 23 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Emanuele Petriglia authored
170 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 28, 2019
-
-
Olivier Fourdan authored
If there is no primary monitor, i.e. because no monitor at all, there is no point in updating the workarea. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Bug: 15852 The function `xfwm_get_primary_monitor_geometry()` assumes there is always a primary monitor, which is not true if no monitor is connected, in which case the size is not meaningful. Make `xfwm_get_primary_monitor_geometry()` return a boolean value that can be used by the caller to determine if the reported size is meaningless. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Bug: 15852 If no monitor is connected for a given screen, it's reported size will be 0. In that case, trying to repaint the screen using GLX for vsync will crash. Add a test to make sure the size of the screen is a thing, before queuing up a repaint. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Bug: 15884 That was inadvertently removed by commit 8a16ca2e - “menu: Remove icons from window menu”. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Aug 23, 2019
-
-
damufo authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 20, 2019
-
-
Steve Harris authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 17, 2019
-
-
Elishai Eliyahu authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
damufo authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 15, 2019
-
-
Michael Martins authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 11, 2019
-
-
Sean Davis authored
-
Sean Davis authored
-
Kjell Cato Heskjestad authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 08, 2019
-
-
Emanuele Petriglia authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 05, 2019
-
-
damufo authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Aug 02, 2019
-
-
Bug: 15768 Currently we don't get translations for the Help and Close buttons in many dialogs. Replace the `GtkStock` items with our own label/image.
-
- Jul 31, 2019
-
-
Kevin Brubeck Unhammer authored
168 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Jul 27, 2019
-
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jul 25, 2019
-
-
Kjell Cato Heskjestad authored
168 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Jul 23, 2019
-
-
Kjell Cato Heskjestad authored
168 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Jul 22, 2019
-
-
Nobuhiro Iwamatsu authored
168 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Jul 20, 2019
-
-
Michael Martins authored
168 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Jul 17, 2019
-
-
Саша Петровић authored
168 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Jiri Grönroos authored
168 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Jul 16, 2019
-
-
Jiri Grönroos authored
167 translated messages, 1 untranslated message. Transifex (https://www.transifex.com/xfce/public/).
-
- Jul 15, 2019
-
-
Olivier Fourdan authored
Bug: 15709 Signed-off-by:
Olivier Fourdan <fourdan@xfce.org> (cherry picked from commit 6caed779)
-
- Jul 14, 2019
-
-
Baurzhan Muftakhidinov authored
168 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Jul 10, 2019
-
-
Theppitak Karoonboonyanan authored
168 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Jul 09, 2019
-
-
Yarema aka Knedlyk authored
168 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Olivier Fourdan authored
Bug: 15580 Following commit fa9517ea (“Raise all transients together”), xfwm4 would search for the deepest parent of a given transient and raise it to bring all related windows together. however, taking into account parents from the same group, it would raise the lowest window while the others from the same group aren't raised along with it, causing apparently random windows to be raised. Make sure we pick only direct transients when walking down the windows stack. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jul 08, 2019
-
-
Olivier Fourdan authored
Bug: 14959 Place dialogs without parent on the current monitor, i.e. the monitor where the pointer currently resides. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jul 05, 2019
-
-
Olivier Fourdan authored
This breaks zooming without GLX, reverting. This reverts commit 18721a1a. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jul 04, 2019
-
-
Bug: 15676 Between versions 4.13.1 and 4.13.2 the GL_NEAREST filter (used on the deepest levels of desktop zoom) stopped working, and GL_LINEAR was used instead. Fix by setting GL_TEXTURE_MIN_FILTER in addition to GL_TEXTURE_MAG_FILTER, like was done in version 4.13.1; apparently the former needs to be correctly configured for the latter to take effect. Signed-off-by:
Juha Aatrokoski <jha@iki.fi>
-
- Jul 03, 2019
-
-
Olivier Fourdan authored
Also increase the timeout value to be just above the default priority. Suggested-by:
<howaboutsynergy@protonmail.com> Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Real School authored
168 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Jul 01, 2019
-
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-