- Dec 09, 2017
-
-
Robert Antoni Buj Gelonch authored
168 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
cybercop-montana authored
168 translated messages. Transifex (https://www.transifex.com/xfce/public/).
-
- Dec 08, 2017
-
-
Olivier Fourdan authored
Bug: 13954 When a client issues a ConfigureRequest() on a toplevel window, that window may transition from maximized to un-maximized state. Make sure we repaint and relocate the client window within the frame. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
When using xpresent as vblank method, the clipping region would not match the zoom level causing artifacts. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
vblank method can be selected using a command line option. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Dec 06, 2017
-
-
Olivier Fourdan authored
When running xfwm4 from a nested X11 server (Xnest, Xephyr) from within a Wayland session, GDK will selects in priority the Wayland backend, which will lead to a crash because xfwm4 is an X11 window manager and not a Wayland client. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Olivier Fourdan authored
Bug: 13954 Commit aee8b25a: Do not prevent ALT+Mouse resizing for borderless maximized windows. Introduced a regression with windows using size increment (like most terminal emulators). Fix the size increment issue while preserving the possibility to resize maximized window. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
- Dec 05, 2017
-
-
Bug: 13964
-
Olivier Fourdan authored
Bug: 13970 Not that it matters much in this case though. Signed-off-by:
Olivier Fourdan <fourdan@xfce.org>
-
Bug: 13284 When dragging a window from a large monitor to the top of a smaller monitor to maximize the window, it is possible that the window gets maximised on a different monitor then the monitor your mouse is. This happens because clientToggleMaximized uses the center point of the window to calculate on which monitor the window should be maximised. To fix this behaviour this commits adds a clientToggleMaximizedAtPoint method so we can tell on which monitor the window should be maximised.
-
- Nov 27, 2017
-
-
Viktor Odintsev authored
-
Viktor Odintsev authored
-
- Nov 22, 2017
-
-
Viktor Odintsev authored
-
- Nov 12, 2017
-
-
Viktor Odintsev authored
-
- Aug 18, 2017
-
-
Viktor Odintsev authored
-
- Aug 04, 2017
-
-
Viktor Odintsev authored
-
- Aug 01, 2017
-
-
Viktor Odintsev authored
Xfwm error handler will cover all errors itself, there is no necessity to use error traps for client. GDK X error traps were changed in GDK 3 so using these traps caused unwanted SIGTRAPs within GDK X error handler.
-
- Jul 07, 2017
-
-
- Jul 05, 2017
-
-
- Jul 03, 2017
-
-
- Jul 02, 2017
-
-
- Jun 29, 2017
-
-
-
-
monitor-icon.svg was updated to look more modern. PNG file was removed because pixbuf can be generated from SVG file directly.
-
- Jun 28, 2017
-
-
Old separator was implemented as clipped GdkWindow. New separator is implemented using "draw" signal.
-
This object allows to easily listen GtkRange value when drag was finished. This was allowed in GTK2 with "update-policy" attribute set to "discontinuous" which was removed in GTK3.
-