- Mar 21, 2017
-
-
- Mar 07, 2017
-
-
Olivier Fourdan authored
Bug: 13344 If a window is unmapped while the user is moving or resizing it, we would cancel the move but swallow the event, which would leave the window frame on screen as the main event handle would not get the unmap notify. Mark the client as gone when detected in the move/resize event loop, let the event get through to the main event handler that will free the client and shortcut the move/resize operation if the client is marked as gone.
-
- Mar 06, 2017
-
-
Olivier Fourdan authored
The panel is a dock window, and may appear differently as it is not focused by default by the window manager. Set the NET_WM_STATE_FOCUSED property on windows of type dock or spashscreen so that they don't get the state GTK_STATE_FLAG_BACKDROP set by default.
-
- Jan 19, 2017
-
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Bug: 13257 If for some reason XPresentPixmap() fails, we might end up waiting forever for a present complete notification that will never arrive. Check for possible errors after XPresentPixmap() and disable XPresent in case of error. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Add an API to retrieve the screen from the output window. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Store the default display and add an API to retrieve it. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jun 15, 2016
-
-
Bug: 6427 Some mice have additional forward and backward buttons, use those with the easy-move key to cycle through the workspaces.
-
- Jun 13, 2016
-
-
Olivier Fourdan authored
Bug: 12634 xfwm4 would raise a client upon receiving the _NET_ACTIVE_WINDOW message but if the client provided an old timestamp, the window won't be focused (as the timestamp will be older than the last current X server time). To avoid this, only raise the window on focus event notification and when using click-to-focus mode. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jun 07, 2016
-
-
Olivier Fourdan authored
Bug: 12587 Relocating any window on the current monitor in multi-monitor setup when centered can cause issues with Citrix. Relocate only dialogs, and when not the exact same size as the screen. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jun 02, 2016
-
-
LibreOffice incorrectly sets its top level windows win_gravity field to StaticGravity. Resizing these windows to the left or upwards results in a corrupted application with the application window moved within the parent by the parent window resize. Metacity forces window gravity for all application windows to NorthWest, masking this application bug. xfwm4 should do the same. A bug has been filed against LibreOffice as well. Signed-off-by:
Keith Packard <keithp@keithp.com>
-
- Apr 30, 2016
-
-
Olivier Fourdan authored
Restore modifiers masks removed by mistake in previous commit. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Bug: 10760 If a given keyboard modifier is not supported, ignore the shortcut. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
That's sufficient for what we do. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Feb 24, 2016
-
-
Bug: 10184 Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com>
-
Bug: 12344 Use gdk_screen_get_system_colormap() instead of gdk_screen_get_rgb_colormap() which returns NULL on a 30-bit screen and therefore breaks further rendering. Originally reported in Debian bug #800883 where this patch was attached.
-
- Nov 26, 2015
-
-
Olivier Fourdan authored
Bug: 10413 Some applications may temporarily set a transient relationship betwen their toplevel windows to maintain a stacking order, in which case we would change the decorations (as transients may not have all buttons available). However, we ought to restore the controls when this transient relationship is removed by the application, otherwise we leave the toplevels with reduced controls. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Bug: 11861 In some cases, the user may prefer Xpresent over GLX for vsync, if both are present, add an environment variable XFWM4_USE_PRESENT for this purpose. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Bug: 12331 Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Nov 09, 2015
-
-
Olivier Fourdan authored
Bug: 11962 Previous commit has the comment backwards.
-
Olivier Fourdan authored
Bug: 11962 If all we have is GLX_TEXTURE_2D, we ought to have NPOT. Thanks again to Ilia Mirkin <imirkin@alum.mit.edu> for pointing this out!
-
- Nov 06, 2015
-
-
Olivier Fourdan authored
Bug 11962 The compositor using GL for tear-free rendering would generate corrupted output on some older nv34 card because it wrongly uses GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE_ARB which is supported on this hardware. Remove detection of "GL_ARB_texture_rectangle" and "GL_ARB_texture_non_power_of_two" which are GL extensions, not GLX. Instead, rely on GLX_BIND_TO_TEXTURE_TARGETS_EXT returned values to determine the texture type and target to use. See also: https://bugs.freedesktop.org/show_bug.cgi?id=90871 Thanks to Hans de Goede <jwrdegoede@fedoraproject.org> and Ilia Mirkin <imirkin@alum.mit.edu> for their help on this issue. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
To reduce the number of motion notify events, allowing for better event compression. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Bug: 12176 If, upon mapping, WM_SIZE_HINTS specifies a non-resizable window, xfwm4 ignores all subsequent updates to WM_SIZE_HINTS set by the application. This is a regression introduced by commit 78b5c3c4 (bug 10910). Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Aug 25, 2015
-
-
Bug: 11995 In wireframeDrawXlib(), there was a check to not redraw the wireframe if it had the same size as the previously drawn wireframe. This check is also in wireframeDrawCairo(), but in the Xlib case it prevents correct updates of the wireframe when cycling through identically sized windows. Signed-off-by:
Guus Sliepen <guus@debian.org>
-
Bug: 7928 Add support for _NET_WM_WINDOW_TYPE_NOTIFICATION windows and stack them in a specific layer above of all other layers.
-
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>
-
Olivier Fourdan authored
Bug: 7549 Still thinking this is a corner case, but oh well... Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
By displaying a message in the daemon option is passed. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Jun 15, 2015
-
-
Olivier Fourdan authored
Bug: 10439 - Check for GL errors, - Add detailed logs, - Disable Y inverted support (needs clarification, for NVidia proprietary driver support)), - Do not enforce ARGB FB config (for NVidia proprietary driver support) - Make sure to call glXWaitX() between each frame draw (for NVidia proprietary driver support) Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
This is causing all sort of weird bugs and issues. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- May 18, 2015
-
-
Olivier Fourdan authored
For _NET_WM_MOVERESIZE requests, if the given button does not match any available physical button, we would wait for that (impossible) button combination to be released. Check that the given button is one of the well known button or just wait for any button release otherwise. That fixes an issue with KDE apps where clicking on the menu bar to move the window would hang forever after the mouse button is depressed. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- May 15, 2015
-
-
Olivier Fourdan authored
Bug: 11893 Otherwise we may confuse clients. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Applications may set their _NET_WM_USER_TIME to 0 to indicate that the window should not initially focused when it is mapped, but there is no indication that startup-notification given timstamp should follow the same rule. Ignore zero timestamp from startup-notification, it will help with apps not being focused when started from the panel or the desktop. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Apr 29, 2015
-
-
Bug: 5649 This enables more accelerators on the window menu - i.e. the one you get to from the titlebar or alt-space. on top/same/below get T, S and B On all Visible workspace/on this workspace get V (with a small change to the text) Move to another Workspace gets W The first 9 workspaces now get the accelerators 1..9 on that menu Signed-off-by:
Dr. David Alan Gilbert <dave@treblig.org>
-
- Apr 27, 2015
-
-
Olivier Fourdan authored
Bug: 11861 That might with the performance regression reported when GL is not available. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-