gri3-wm/src
Michael Stapelberg 6b541d382b Bugfix: Don’t fix floating coordinates when reassigning (fixes flickering)
This fixes flickering when moving floating windows between different monitors.
2011-09-14 22:58:51 +01:00
..
assignments.c Fix some potential memory leaks 2011-08-09 09:27:15 +02:00
cfgparse.l Add "instance" to matching criteria 2011-08-04 20:10:31 +02:00
cfgparse.y Bugfix: Ignore for_window commands with empty (invalid) criteria (+test) (Thanks aksr) 2011-09-11 22:52:33 +01:00
click.c Bugfix: Correctly resize when clicking on the border of a stacked con 2011-07-23 21:48:14 +02:00
cmdparse.l Add "instance" to matching criteria 2011-08-04 20:10:31 +02:00
cmdparse.y Bugfix: Don’t fix floating coordinates when reassigning (fixes flickering) 2011-09-14 22:58:51 +01:00
con.c Bugfix: Don’t fix floating coordinates when reassigning (fixes flickering) 2011-09-14 22:58:51 +01:00
config.c Fix some potential memory leaks 2011-08-09 09:27:15 +02:00
debug.c debug.c: remove handle_event 2011-07-11 18:21:25 +02:00
ewmh.c xcb: use predefined XCB_ATOM_ atoms, don’t request them 2011-08-17 01:41:19 +02:00
floating.c Bugfix: Don’t fix floating coordinates when reassigning (fixes flickering) 2011-09-14 22:58:51 +01:00
handlers.c Bugfix: Re-implement reconfiguring height of dock windows (+test) (Thanks thomasba) 2011-08-27 13:47:10 +02:00
ipc.c properly free memory/close fd upon errors (Thanks xeen) 2011-08-31 14:44:48 +02:00
load_layout.c Bugfix: Use the right format string (Thanks pnutzh4x0r) 2011-08-04 23:34:23 +02:00
log.c Bugfix: Initialize verbose to 'false' (Thanks tilman) 2011-08-17 12:16:32 +02:00
main.c Don’t die, but ELOG and fallback when the pointer cannot be queried (Thanks Niklas) 2011-08-20 17:48:07 +02:00
manage.c Bugfix: Only consider tiling windows when attaching tiling windows to workspaces (Thanks Tucos) 2011-08-26 02:01:06 +02:00
match.c Bugfix: multiple criteria should use a logical AND (+test) (Thanks f8l) 2011-07-08 00:21:29 +02:00
move.c Make workspace_layout handle all cons at workspace level, not only the first one (+test) 2011-06-02 17:21:38 +02:00
output.c Bugfix: fix disabling RandR outputs 2011-02-21 01:43:39 +01:00
randr.c Bugfix: Don’t consider the workspace next/prev command when looking for named workspaces 2011-08-17 12:28:45 +02:00
render.c Bugfix: Don’t raise the stacked/tabbed decoration when border != BS_NONE and children == 1 (Thanks smartass) 2011-07-11 23:17:56 +02:00
resize.c Fix the resize algorithm I broke earlier. 2011-01-27 13:00:14 +01:00
sighandler.c Make i3 compatible with the very latest xcb 2011-03-18 14:39:27 +01:00
tree.c Only warp pointer once during x_push_changes() 2011-08-17 12:12:40 +02:00
util.c properly free memory/close fd upon errors (Thanks xeen) 2011-08-31 14:44:48 +02:00
window.c Bugfix: property handlers: correctly free replies in all cases 2011-07-31 17:46:41 +02:00
workspace.c Only warp pointer once during x_push_changes() 2011-08-17 12:12:40 +02:00
x.c Bugfix: Re-enable X11 Eventmask *after* pushing all the X11 changes 2011-08-26 19:17:52 +02:00
xcb.c Only warp pointer once during x_push_changes() 2011-08-17 12:12:40 +02:00
xcursor.c Bugfix: Set the cursor via the Xlib connection if XCursor is supported 2011-07-29 13:13:51 +02:00
xinerama.c Bugfix: Fix initialization / assignments when RandR is missing 2011-05-14 22:34:34 +02:00