gri3-wm/src
Michael Stapelberg 86637d2e07 Bugfix: Make level up a noop during fullscreen mode (+testcase) (Thanks dothebart)
Fixes #341
2011-03-09 18:37:05 +01:00
..
cfgparse.l Implement the popup_during_fullscreen option, set default to leave_fullscreen 2011-03-06 15:46:06 +01:00
cfgparse.y Implement the popup_during_fullscreen option, set default to leave_fullscreen 2011-03-06 15:46:06 +01:00
click.c Bugfix: also stop searching for resize cons when reaching a floatingcon (Thanks julien) 2011-03-06 13:35:07 +01:00
cmdparse.l refactor tree_move() into src/move.c, change config (!), change testcase 2011-02-14 23:05:20 +01:00
cmdparse.y Bugfix: Don’t focus new cons when there is a fullscreen con (Thanks dothebart) 2011-03-06 23:26:02 +01:00
con.c Obey minimum size when resizing floating windows 2011-03-06 14:15:46 +01:00
config.c Default to a file in /tmp for the restart state. 2010-12-27 13:33:03 +01:00
debug.c Use DLOG for debug messages instead of printf (Thanks kruM) 2010-03-19 18:48:36 +01:00
ewmh.c ewmh: Don’t push workspaces with width=0 and height=0 (Thanks Atsutane, badboy) 2010-01-03 18:36:50 +01:00
floating.c Obey minimum size when resizing floating windows 2011-03-06 14:15:46 +01:00
handlers.c Bugfix: use tree_render() instead of x_push_changes() to re-render and update the stack 2011-03-06 20:45:03 +01:00
ipc.c Fix dock client handling for inplace restarts 2011-02-21 03:01:55 +01:00
load_layout.c Fix regression: Don’t add floating nodes twice when restoring layout (+testcase) 2011-02-28 20:44:23 +01:00
log.c log.c: fix indenting 2010-11-29 22:28:23 +01:00
main.c bugfix: initialize root variable earlier 2011-01-28 00:42:55 +01:00
manage.c When leaving fullscreen, set focus to con which was opened during fullscreen (+testcase) (Thanks dothebart) 2011-03-07 00:06:27 +01:00
match.c Implement support for top/bottom dock clients (according to _NET_WM_STRUT_PARTIAL or requested position) 2011-02-21 14:27:32 +01:00
move.c same fix, but for moving (search above the current con when moving is not possible in this direction) 2011-02-19 20:11:47 +01:00
output.c Bugfix: fix disabling RandR outputs 2011-02-21 01:43:39 +01:00
randr.c Implement support for top/bottom dock clients (according to _NET_WM_STRUT_PARTIAL or requested position) 2011-02-21 14:27:32 +01:00
render.c rendering: bugfix: stack child windows of stacked/tabbed cons according to their focus 2011-03-06 21:49:17 +01:00
resize.c Fix the resize algorithm I broke earlier. 2011-01-27 13:00:14 +01:00
sighandler.c make the sighandler handle SIGABRT 2011-01-28 00:47:49 +01:00
tree.c Bugfix: Make level up a noop during fullscreen mode (+testcase) (Thanks dothebart) 2011-03-09 18:37:05 +01:00
util.c Very minor issues found with statical analysis. 2011-02-28 16:48:22 +01:00
window.c Implement support for top/bottom dock clients (according to _NET_WM_STRUT_PARTIAL or requested position) 2011-02-21 14:27:32 +01:00
workspace.c Some assertions to make the static analyzer happy. 2011-02-28 16:49:03 +01:00
x.c remove left-over xcb_aux_sync (debugging code) 2011-03-06 21:56:15 +01:00
xcb.c fix invalid memory access in xcb_reply_contains_atom (Thanks ys) 2011-03-03 14:14:35 +01:00
xcursor.c Fix libxcursor -> xcb cursors fallback. 2011-02-06 17:47:28 +01:00
xinerama.c Re-Implement support for RandR changes 2011-01-05 00:16:10 +01:00