gri3-wm/src
Michael Stapelberg 937048d47b Distribute rest space between windows as long as possible. (Thanks msi)
When having 8 windows in a container which has 766 px available,
you ended up losing 0,75 px per window which would quickly sum up.
Now, the rest space (6 px in this example) is distributed in units
of one pixel to as many windows as possible.
2009-12-13 17:02:22 +01:00
..
cfgparse.l Bugfix: Accept underscores in bindsym (Thanks jace) 2009-11-20 15:33:38 +01:00
cfgparse.y config: delete old parser, new lexer/parser is the default by now 2009-11-22 20:25:33 +01:00
click.c Bugfix: Correctly replay pointer if the click handler does not trigger (Thanks merovius) 2009-11-13 20:22:23 +01:00
client.c Take into account the window’s base_{width,height} when resizing (Thanks Mirko) 2009-12-12 22:27:57 +01:00
commands.c Bugfix: Go to the target workspace before changing focus on goto command (Thanks yurifury) 2009-10-07 20:41:21 +02:00
config.c Bugfix: close file handle after parsing 2009-12-11 17:57:42 +01:00
debug.c Update TODO and header-comments 2009-02-15 03:07:29 +01:00
floating.c Take into account the window’s base_{width,height} when resizing (Thanks Mirko) 2009-12-12 22:27:57 +01:00
handlers.c Bugfix: Don’t resize client after base_height changes if client is in fullscreen mode 2009-12-08 20:52:19 +01:00
ipc.c Bugfix: IPC: Correctly handle the case when multiple messages get received at once via the socket 2009-10-07 21:49:24 +02:00
layout.c Distribute rest space between windows as long as possible. (Thanks msi) 2009-12-13 17:02:22 +01:00
mainx.c config: delete old parser, new lexer/parser is the default by now 2009-11-22 20:25:33 +01:00
manage.c Bugfix: Correctly check for fullscreen windows when mapping new clients 2009-12-12 21:31:41 +01:00
resize.c Bugfix: Also fix horizontal resizing 2009-11-22 14:32:40 +01:00
table.c Bugfix: Cleanup stack window also when in tabbing mode (Thanks litemotiv) 2009-11-04 22:37:43 +01:00
util.c Fix compilation warning on OpenBSD (Thanks bapt) 2009-11-10 00:07:40 +01:00
workspace.c Bugfix: Also fix horizontal resizing 2009-11-22 14:32:40 +01:00
xcb.c Bugfix: Don’t crash if the numlock symbol cannot be found (Thanks xeen) 2009-08-27 21:34:07 +02:00
xinerama.c Include unistd.h for usleep() 2009-12-08 20:55:17 +01:00