- Jun 06, 2019
-
-
Olivier Fourdan authored
-
Olivier Fourdan authored
Now that we ship the default theme in different sizes, adjust the default theme based on scale. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jun 05, 2019
-
-
Anonymous authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Olivier Fourdan authored
So that we don't show random data until the whole screen is refreshed. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
The grey color was useful mainly for debugging the compositor and drop shadows, but it looks just plain ugly at startup. Change it to black, so it is not as noticeable on startup, before xfdesktop takes over the background. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Bug 15554 The API was added in epoxy 1.4.0, most distribution don't have it yet. This reverts commit 1311eecd.
-
Anonymous authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 31, 2019
-
-
Саша Петровић authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 30, 2019
-
-
Viktor Odintsev authored
`xfwm_get_primary_monitor_geometry` returns logical dimensions instead of device dimensions, which leads to incorrect `_NET_WORKAREA` calculation.
-
- May 29, 2019
-
-
Anonymous authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Anonymous authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 28, 2019
-
-
Olivier Fourdan authored
As destroy_glx_drawable(). Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Instead of passing the pixmap id around. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Just check if TIMEOUT_REPAINT is defined, and use the default priority as value for timeout. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- May 26, 2019
-
-
Nuno Miguel authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 25, 2019
-
-
Anonymous authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 24, 2019
-
-
Anonymous authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 23, 2019
-
-
Olivier Fourdan authored
Bug: 15453 This was added to avoid flickering with NVIDIA proprietary/closed source driver (commit f75652eb - "Add back the glXWaitGL to compositor sync code"), but that translates as a busy wait, hence increasing CPU usage of xfwm4 with the NVIDIA proprietary/closed source driver. By setting “__GL_MaxFramesAllowed” to 1, that busy wait should not be needed anymore. As a bonus, it also improve responsiveness with with the open source drivers. Taken from similar patch posted by NVIDIA developer for kwin: https://phabricator.kde.org/D19867 Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Bug: 15453 NVIDIA proprietary/closed source driver queues up to 2 frames by default before blocking in glXSwapBuffers(), whereas our compositor expects `glXSwapBuffers()` to block until the next vblank. To avoid that, our compositor is issuing a `glXWaitGL()` immediately after the call to `glXSwapBuffers()` but that translates as a busy wait, hence dramatically increasing CPU usage of xfwm4 with the NVIDIA proprietary/closed source driver. Instruct the NVIDIA proprietary/closed source driver to allow only 1 frame using the environment variable “__GL_MaxFramesAllowed” so that it matches our expectations. Taken from similar patch posted by NVIDIA developer for kwin: https://phabricator.kde.org/D19867 Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Instead of the buffer id. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Serdar Sağlam authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Serdar Sağlam authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 22, 2019
-
-
Olivier Fourdan authored
Now that we have support for that new setting, make use of it for the default theme(s). Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Change the newly added “frame_border_top” setting to set the size of the top resize handle as well. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
damufo authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 21, 2019
-
-
Olivier Fourdan authored
Bug: 15432 Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Bug: 15432 Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Bug: 14470 Themes can take advantage of this with the frame_border_top property. Existing themes without that property will not be affected or broken. Signed-off-by:
Adam K <chkboom@safe-mail.net>
-
Signed-off-by:
Adam K <chkboom@safe-mail.net>
-
- May 20, 2019
-
-
Olivier Fourdan authored
Reset the fence after the last buffer access to make sure it's fully and reliably completed before the next GL buffer swap. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Anonymous authored
144 translated messages, 25 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
-
Anonymous authored
169 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- May 18, 2019
-
-
Olivier Fourdan authored
Fix a typo when initializing the pointer location when starting to zoom in. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Not need to change clipping after painting the cursor with GLX, we don't use it anymore after that point. But we need to reset the fence just before painting the cursor otherwise the fence will be triggered too soon, causing flicker. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-