gri3-wm/src
Michael Stapelberg c1e0c38b27 randr: Skip workspaces which are assigned to a different output when creating a new workspace
If you had workspace 1, 2, 3, 4 on LVDS1 and you enabled HDMI2 (where workspace
1 to workspace 5 are assigned to HDMI2), i3 would look for a new workspace for
LVDS1 (since all workspaces were moved), create workspace 5, move that over due
to assignment and then create workspace 6. Effectively, you would end up with
an empty workspace 5.
2012-02-07 21:10:16 +00:00
..
assignments.c Rip out the old command parser, remove migration code 2012-01-27 22:11:03 +00:00
cfgparse.l Implement highlighting right/bottom borders of splitted windows 2012-01-22 11:22:15 +00:00
cfgparse.y Implement highlighting right/bottom borders of splitted windows 2012-01-22 11:22:15 +00:00
click.c Bugfix: Make resizing work when pressing floating_modifier + right mouse button on window decorations 2011-12-17 13:55:16 +00:00
commands.c add comments to src/commands.c 2012-01-27 22:32:40 +00:00
commands_parser.c commands_parser: use safewrapper functions 2012-01-28 10:35:18 +00:00
con.c Merge branch 'master' into next 2012-01-21 15:08:36 +00:00
config.c Implement highlighting right/bottom borders of splitted windows 2012-01-22 11:22:15 +00:00
debug.c normalize modelines/headers across src/*.c 2011-10-22 23:40:02 +01:00
ewmh.c Bugfix: Setup the _NET_SUPPORTING_WM_CHECK atom in a standards-compliant way 2012-01-20 18:09:53 +00:00
floating.c Bugfix: Fix coordinates when the rect of an output changes (Thanks Paul) 2012-01-21 15:07:53 +00:00
handlers.c Rip out the old command parser, remove migration code 2012-01-27 22:11:03 +00:00
ipc.c Rip out the old command parser, remove migration code 2012-01-27 22:11:03 +00:00
load_layout.c Correctly restore focus after in-place restarts 2012-01-21 18:35:15 +00:00
log.c shmlog: store meta information in the buffer itself, store path as X11 atom 2012-01-06 23:40:07 +00:00
main.c make in-place restarts use socket activation, too (for faster/less flaky tests) 2012-01-21 23:03:09 +00:00
manage.c Correctly restore focus after in-place restarts 2012-01-21 18:35:15 +00:00
match.c remove/shorten a lot of debugging messages 2011-10-23 00:15:13 +01:00
move.c Rip out the old command parser, remove migration code 2012-01-27 22:11:03 +00:00
output.c normalize modelines/headers across src/*.c 2011-10-22 23:40:02 +01:00
randr.c randr: Skip workspaces which are assigned to a different output when creating a new workspace 2012-02-07 21:10:16 +00:00
regex.c normalize modelines/headers across src/*.c 2011-10-22 23:40:02 +01:00
render.c Ignore aspect ratio during fullscreen mode (fixes MPlayer subtitles) (Thanks mxf, alexander) 2012-01-21 13:29:06 +00:00
resize.c Bugfix: Don’t change focus after (graphical) resizing 2011-12-17 18:47:29 +00:00
scratchpad.c Bugfix: Correctly handle 'move scratchpad' on workspace level (+test) (Thanks mseed) 2012-01-07 17:36:30 +00:00
sd-daemon.c implement "socket activation": passing IPC sockets to i3 2011-08-10 15:55:27 +02:00
sighandler.c Fix the signal handler popup text. 2011-12-18 15:43:00 +00:00
startup.c make in-place restarts use socket activation, too (for faster/less flaky tests) 2012-01-21 23:03:09 +00:00
tree.c force rendering in more cases 2012-01-22 17:24:55 +00:00
util.c Merge branch 'master' into next 2011-12-18 18:02:08 +00:00
window.c Merge branch 'master' into next 2012-01-18 19:18:22 +00:00
workspace.c Switch and Move to next workspace on the same Output. As requested in \#554 2012-01-08 16:24:21 +00:00
x.c Implement highlighting right/bottom borders of splitted windows 2012-01-22 11:22:15 +00:00
xcb.c Enhance libi3 and use it in i3bar. 2011-11-21 20:52:26 +00:00
xcursor.c normalize modelines/headers across src/*.c 2011-10-22 23:40:02 +01:00
xinerama.c introduce sasprintf() in libi3, use it everywhere 2011-10-23 13:16:56 +01:00