]> git.sur5r.net Git - i3/i3/log
i3/i3
13 years agoBREAKS CONFIG: rename 'level up' to 'focus parent'
Michael Stapelberg [Thu, 9 Jun 2011 23:36:33 +0000 (01:36 +0200)]
BREAKS CONFIG: rename 'level up' to 'focus parent'

…and 'level down' to 'focus child'. More intuitive than the old command names.

13 years agoconfig: more descriptive comments
Michael Stapelberg [Thu, 9 Jun 2011 23:16:29 +0000 (01:16 +0200)]
config: more descriptive comments

13 years agoParse multiple criteria in commands (+test), better error message for 'focus'
Michael Stapelberg [Wed, 8 Jun 2011 21:34:08 +0000 (23:34 +0200)]
Parse multiple criteria in commands (+test), better error message for 'focus'

13 years agoCONFIG BREAK: kick the 'next'/'prev' commands, introduce 'focus left' etc.
Michael Stapelberg [Wed, 8 Jun 2011 18:49:49 +0000 (20:49 +0200)]
CONFIG BREAK: kick the 'next'/'prev' commands, introduce 'focus left' etc.

Instead of the cryptic next/prev commands, we now provide an argument to the
focus command. Userguide and default config is updated.

13 years agoadd testcase for the fullscreen restart problem of the previous commit
Michael Stapelberg [Fri, 3 Jun 2011 00:05:34 +0000 (02:05 +0200)]
add testcase for the fullscreen restart problem of the previous commit

13 years agoBugfix: Don’t break focus stack when inplace restarting with fullscreen windows ...
Michael Stapelberg [Thu, 2 Jun 2011 23:48:55 +0000 (01:48 +0200)]
Bugfix: Don’t break focus stack when inplace restarting with fullscreen windows (Thanks mike)

13 years agoMake workspace_layout handle all cons at workspace level, not only the first one...
Michael Stapelberg [Thu, 2 Jun 2011 15:21:38 +0000 (17:21 +0200)]
Make workspace_layout handle all cons at workspace level, not only the first one (+test)

This makes opening new windows on workspace level and moving windows to the
right/left more like in the old i3.

13 years agoipc: make 'layout' a string
Michael Stapelberg [Thu, 2 Jun 2011 15:12:18 +0000 (17:12 +0200)]
ipc: make 'layout' a string

13 years agoBugfix: RandR: Correctly assign focused workspaces to outputs
Michael Stapelberg [Sun, 29 May 2011 12:39:41 +0000 (14:39 +0200)]
Bugfix: RandR: Correctly assign focused workspaces to outputs

Fixes: #399
13 years agotestcase: correct window names (trivial)
Michael Stapelberg [Sun, 29 May 2011 11:20:12 +0000 (13:20 +0200)]
testcase: correct window names (trivial)

13 years agoBugfix: rendering cache also needs to consider con->pixmap_recreated for borders
Michael Stapelberg [Sun, 29 May 2011 11:03:36 +0000 (13:03 +0200)]
Bugfix: rendering cache also needs to consider con->pixmap_recreated for borders

13 years agox: fix race condition where the new event mask was not set directly after reparenting
Michael Stapelberg [Sun, 29 May 2011 10:32:01 +0000 (12:32 +0200)]
x: fix race condition where the new event mask was not set directly after reparenting

13 years agocall tree_render() only after commands which require it
Michael Stapelberg [Sun, 29 May 2011 10:29:49 +0000 (12:29 +0200)]
call tree_render() only after commands which require it

Saves one call of tree_render for exec, for example

13 years agoBugfix: Set pixmap_recreated before rendering the decoration
Michael Stapelberg [Sun, 29 May 2011 10:20:09 +0000 (12:20 +0200)]
Bugfix: Set pixmap_recreated before rendering the decoration

13 years agox: only re-render the tree in handle_normal_hints when they actually changed
Michael Stapelberg [Sun, 29 May 2011 09:46:01 +0000 (11:46 +0200)]
x: only re-render the tree in handle_normal_hints when they actually changed

13 years agox: first create/render pixmap, then change window sizes (reduces flickering for new...
Michael Stapelberg [Sun, 29 May 2011 09:31:22 +0000 (11:31 +0200)]
x: first create/render pixmap, then change window sizes (reduces flickering for new windows)

Especially in stacked cons.

13 years agoadd release notes for tree-pr3 tree-pr3
Michael Stapelberg [Sat, 28 May 2011 20:12:47 +0000 (22:12 +0200)]
add release notes for tree-pr3

13 years agomakefile: include yajl-fallback in 'make dist'
Michael Stapelberg [Sat, 28 May 2011 20:12:06 +0000 (22:12 +0200)]
makefile: include yajl-fallback in 'make dist'

13 years agoupdate the userguide for tree (not complete yet)
Michael Stapelberg [Sat, 28 May 2011 19:58:58 +0000 (21:58 +0200)]
update the userguide for tree (not complete yet)

13 years agoBugfix: Check swallows before assignments when managing windows (Thanks julien)
Michael Stapelberg [Wed, 25 May 2011 19:00:53 +0000 (21:00 +0200)]
Bugfix: Check swallows before assignments when managing windows (Thanks julien)

Fixes #395 (empty containers on restart when assigned windows are visible)

13 years agogitignore: ignore tarballs
Michael Stapelberg [Wed, 25 May 2011 19:00:46 +0000 (21:00 +0200)]
gitignore: ignore tarballs

13 years agoremove unused code from manage.c
Michael Stapelberg [Wed, 25 May 2011 18:47:47 +0000 (20:47 +0200)]
remove unused code from manage.c

13 years agotests: explicitly declare done_testing in subtest
Michael Stapelberg [Wed, 25 May 2011 18:16:14 +0000 (20:16 +0200)]
tests: explicitly declare done_testing in subtest

13 years agotests: use Test:Most instead of Test:More
Michael Stapelberg [Wed, 25 May 2011 18:15:52 +0000 (20:15 +0200)]
tests: use Test:Most instead of Test:More

  apt-get install libtest-most-perl

13 years agotests: add test for the 'assign' feature
Michael Stapelberg [Tue, 24 May 2011 20:56:28 +0000 (22:56 +0200)]
tests: add test for the 'assign' feature

Increases line coverage from 60.9% to 61.5%

13 years agofix typo in t/65-for_window.t
Michael Stapelberg [Tue, 24 May 2011 20:56:06 +0000 (22:56 +0200)]
fix typo in t/65-for_window.t

13 years agotests: make t/59-socketpaths exit gracefully
Michael Stapelberg [Tue, 24 May 2011 20:21:05 +0000 (22:21 +0200)]
tests: make t/59-socketpaths exit gracefully

Increases reported line coverage from 60.7% to 60.9%

13 years agoImplement assignments for (named) workspaces, with '~' compatibility (floating)
Michael Stapelberg [Mon, 23 May 2011 16:41:17 +0000 (18:41 +0200)]
Implement assignments for (named) workspaces, with '~' compatibility (floating)

13 years agoBugfix: Free pixmaps when killing windows (Thanks Mike)
Michael Stapelberg [Sun, 22 May 2011 21:32:59 +0000 (23:32 +0200)]
Bugfix: Free pixmaps when killing windows (Thanks Mike)

13 years agoretab! cfgparse.l
Michael Stapelberg [Sun, 22 May 2011 20:15:43 +0000 (22:15 +0200)]
retab! cfgparse.l

13 years agocfgparse.l: kill a few states by using the stack
Michael Stapelberg [Sun, 22 May 2011 20:08:40 +0000 (22:08 +0200)]
cfgparse.l: kill a few states by using the stack

13 years agocleanup cfgparse lexer/parser (ignore whitespace, solves conflicts)
Michael Stapelberg [Sun, 22 May 2011 19:48:25 +0000 (21:48 +0200)]
cleanup cfgparse lexer/parser (ignore whitespace, solves conflicts)

13 years agoforgot to remove unused TOK_ATTACH token from lexer
Michael Stapelberg [Sun, 22 May 2011 19:42:34 +0000 (21:42 +0200)]
forgot to remove unused TOK_ATTACH token from lexer

13 years agocleanup cmdparse lexer/parser (ignore whitespace, solves conflicts)
Michael Stapelberg [Sun, 22 May 2011 19:26:50 +0000 (21:26 +0200)]
cleanup cmdparse lexer/parser (ignore whitespace, solves conflicts)

13 years agotests: also test multiple commands in for_window
Michael Stapelberg [Mon, 16 May 2011 20:03:07 +0000 (22:03 +0200)]
tests: also test multiple commands in for_window

Increases branch coverage to 49.1%

13 years agotests: add test for the for_window config directive, use separate config for tests
Michael Stapelberg [Mon, 16 May 2011 19:45:30 +0000 (21:45 +0200)]
tests: add test for the for_window config directive, use separate config for tests

This test increases code coverage to 60.7%

13 years agoBugfix: fix crash when disabling floating mode
Michael Stapelberg [Mon, 16 May 2011 18:51:29 +0000 (20:51 +0200)]
Bugfix: fix crash when disabling floating mode

13 years agoTime Lord technology: for_window config directive to run arbitrary cmds
Michael Stapelberg [Sun, 15 May 2011 18:10:25 +0000 (20:10 +0200)]
Time Lord technology: for_window config directive to run arbitrary cmds

An example to set all XTerms floating:
    for_window [class="XTerm"] mode floating

To make all urxvts use a 1-pixel border:
    for_window [class="urxvt"] border 1pixel

A less useful, but rather funny example:
    for_window [title="x200: ~/work"] mode floating

The commands are not completely arbitrary. The commands above were tested,
others may need some fixing. Internally, windows are compared against your
criteria (class, title, …) when they are initially managed and whenever one of
the relevant values change. Then, the specified command is run *once* (per
window). It gets prefixed with a criteria to make it match only the specific
window that triggered it. So, if you configure "mode floating", i3 runs
something like '[id="8393923"] mode floating'.

13 years agoIntroduce HANDLE_EMPTY_MATCH macro to simplify command handlers in cmdparse.y
Michael Stapelberg [Sun, 15 May 2011 17:43:35 +0000 (19:43 +0200)]
Introduce HANDLE_EMPTY_MATCH macro to simplify command handlers in cmdparse.y

13 years agoRemove old code from randr.c and workspace.c
Michael Stapelberg [Sat, 14 May 2011 20:38:19 +0000 (22:38 +0200)]
Remove old code from randr.c and workspace.c

13 years agoBugfix: Fix initialization / assignments when RandR is missing
Michael Stapelberg [Sat, 14 May 2011 20:34:34 +0000 (22:34 +0200)]
Bugfix: Fix initialization / assignments when RandR is missing

13 years agore-implement assignments of workspace to specific outputs
Michael Stapelberg [Sat, 14 May 2011 20:13:29 +0000 (22:13 +0200)]
re-implement assignments of workspace to specific outputs

13 years agointroduce the NODES_FOREACH and GREP_FIRST macros
Michael Stapelberg [Sat, 14 May 2011 20:11:09 +0000 (22:11 +0200)]
introduce the NODES_FOREACH and GREP_FIRST macros

13 years agox.c: disable some of the debug output
Michael Stapelberg [Sat, 14 May 2011 18:04:34 +0000 (20:04 +0200)]
x.c: disable some of the debug output

13 years agoCorrectly re-implement scrolling on window decorations
Michael Stapelberg [Fri, 13 May 2011 19:57:45 +0000 (21:57 +0200)]
Correctly re-implement scrolling on window decorations

Got lost when refactoring the click handling in 24463718cc2ae6d44d75104bb8ade636985ff86c

Fixes: #390
13 years agoBugfix: Attach new cons at the correct place when a floating con is focused (+test...
Michael Stapelberg [Fri, 13 May 2011 19:29:01 +0000 (21:29 +0200)]
Bugfix: Attach new cons at the correct place when a floating con is focused (+test) (Thanks fernandotcl)

New containers were previously attached directly to the workspace instead of to
the previously focused place in the workspace (for example a stacked con).

Fixes: #376
13 years agoFix kill command with trailing whitespace
Michael Stapelberg [Fri, 13 May 2011 19:18:20 +0000 (21:18 +0200)]
Fix kill command with trailing whitespace

13 years agoArgument for 'kill' for killing a specific window (now default) or the whole client...
Michael Stapelberg [Fri, 13 May 2011 18:41:03 +0000 (20:41 +0200)]
Argument for 'kill' for killing a specific window (now default) or the whole client (+test)

Use 'kill window' to kill a specific window (for example only one specific
popup), use 'kill client' to kill the whole application (or X11 connection to
be specific).

13 years agoBugfix: When focusing the next floating window, descend the CT_FLOATING_CON
Michael Stapelberg [Fri, 13 May 2011 17:53:19 +0000 (19:53 +0200)]
Bugfix: When focusing the next floating window, descend the CT_FLOATING_CON

makes t/35-floating-focus.t pass again

13 years agot/35-floating-focus: rewrite testcase to use windows instead of empty cons
Michael Stapelberg [Fri, 13 May 2011 17:27:18 +0000 (19:27 +0200)]
t/35-floating-focus: rewrite testcase to use windows instead of empty cons

13 years agoBugfix: set WM_STATE to WITHDRAWN when an app unmaps their window(s) (+test)
Michael Stapelberg [Fri, 13 May 2011 15:03:52 +0000 (17:03 +0200)]
Bugfix: set WM_STATE to WITHDRAWN when an app unmaps their window(s) (+test)

Fixes: #362
13 years agoBugfix: Fix the WANT_QSTRING state
Michael Stapelberg [Fri, 13 May 2011 15:03:15 +0000 (17:03 +0200)]
Bugfix: Fix the WANT_QSTRING state

13 years agoBugfix: Fix focus follows mouse for non-default layout cons (Thanks phnom)
Michael Stapelberg [Thu, 12 May 2011 20:24:52 +0000 (22:24 +0200)]
Bugfix: Fix focus follows mouse for non-default layout cons (Thanks phnom)

Fixes: #361
13 years agos/seperate/separate (Thanks Jon)
Michael Stapelberg [Thu, 12 May 2011 15:20:00 +0000 (17:20 +0200)]
s/seperate/separate (Thanks Jon)

13 years agoBugfix: Ignore focus when attaching cons while restoring the layout
Michael Stapelberg [Thu, 12 May 2011 05:22:17 +0000 (07:22 +0200)]
Bugfix: Ignore focus when attaching cons while restoring the layout

Fixes: #369
13 years agoBugfix: Correct string/quoted string parsing for the commands exec, workspace, nop...
Michael Stapelberg [Thu, 12 May 2011 05:09:06 +0000 (07:09 +0200)]
Bugfix: Correct string/quoted string parsing for the commands  exec, workspace, nop, restore and mark (Thanks SardemFF7)

Fixes: #380
13 years agoBugfix: Don’t append the --restart parameter on each restart (Thanks aniou)
Michael Stapelberg [Thu, 12 May 2011 04:58:09 +0000 (06:58 +0200)]
Bugfix: Don’t append the --restart parameter on each restart (Thanks aniou)

Fixes: #384
13 years agoBugfix: Don’t crash when dock clients set the urgency hint (+testcase)
Michael Stapelberg [Wed, 11 May 2011 20:45:20 +0000 (22:45 +0200)]
Bugfix: Don’t crash when dock clients set the urgency hint (+testcase)

13 years agoBugfix: Don’t fill split cons etc. with client background color (fixes nested decorat...
Michael Stapelberg [Wed, 11 May 2011 20:01:09 +0000 (22:01 +0200)]
Bugfix: Don’t fill split cons etc. with client background color (fixes nested decoration rendering)

Fixes: #359
13 years agoBugfix: Restore border_style when restarting inplace (Thanks aniou)
Michael Stapelberg [Wed, 11 May 2011 18:45:56 +0000 (20:45 +0200)]
Bugfix: Restore border_style when restarting inplace (Thanks aniou)

Fixes #385.

13 years agoipc: change border_style to human-readable string instead of enum value
Michael Stapelberg [Wed, 11 May 2011 18:39:18 +0000 (20:39 +0200)]
ipc: change border_style to human-readable string instead of enum value

13 years agoBugfix: Don’t run into an endless loop when killing con with children (Thanks mseed)
Michael Stapelberg [Wed, 11 May 2011 18:22:47 +0000 (20:22 +0200)]
Bugfix: Don’t run into an endless loop when killing con with children (Thanks mseed)

When a tabbed container had more than one child and at least the first one
supported WM_DELETE, i3 entered an endless loop when killing that tabbed
container. This was due to tree_close only sending WM_DELETE without actually
removing the child, while the loop in tree_close assumed that with every call
of tree_close one child would be removed.

13 years agoadd coverage target to makefile to generate a coverage report
Michael Stapelberg [Sun, 8 May 2011 18:08:46 +0000 (20:08 +0200)]
add coverage target to makefile to generate a coverage report

13 years agotests: add --coverage-testing option to complete-run.pl
Michael Stapelberg [Sun, 8 May 2011 18:08:35 +0000 (20:08 +0200)]
tests: add --coverage-testing option to complete-run.pl

13 years agomakefile: add COVERAGE flag
Michael Stapelberg [Sun, 8 May 2011 17:56:11 +0000 (19:56 +0200)]
makefile: add COVERAGE flag

13 years agoBugfix: assign BORDER_BOTTOM instead of BORDER_RIGHT (Thanks Jan)
Michael Stapelberg [Fri, 6 May 2011 11:09:50 +0000 (13:09 +0200)]
Bugfix: assign BORDER_BOTTOM instead of BORDER_RIGHT (Thanks Jan)

13 years agocfgparse.y: define types (Thanks Merovius)
Michael Stapelberg [Thu, 5 May 2011 19:58:28 +0000 (21:58 +0200)]
cfgparse.y: define types (Thanks Merovius)

13 years agore-indent cfgparse.y
Michael Stapelberg [Thu, 5 May 2011 19:19:47 +0000 (21:19 +0200)]
re-indent cfgparse.y

13 years agocmdparse.y: set type on the tokens/non-terminals (Thanks Merovius)
Michael Stapelberg [Thu, 5 May 2011 18:39:05 +0000 (20:39 +0200)]
cmdparse.y: set type on the tokens/non-terminals (Thanks Merovius)

13 years agore-implement assigning windows to workspaces
Michael Stapelberg [Mon, 2 May 2011 21:29:26 +0000 (23:29 +0200)]
re-implement assigning windows to workspaces

13 years agoBugfix: Before rendering, attach the con to its floating_con
Michael Stapelberg [Mon, 2 May 2011 09:06:13 +0000 (11:06 +0200)]
Bugfix: Before rendering, attach the con to its floating_con

Otherwise, the rendering will produce negative coordinates.

13 years agoBugfix: When re-assigning floating windows to a different output, use the last focuse...
Michael Stapelberg [Mon, 2 May 2011 09:05:50 +0000 (11:05 +0200)]
Bugfix: When re-assigning floating windows to a different output, use the last focused workspace, not the first

13 years agoBugfix: Fix the client background rectangle calculation (Thanks Mike)
Michael Stapelberg [Sun, 1 May 2011 20:27:06 +0000 (22:27 +0200)]
Bugfix: Fix the client background rectangle calculation (Thanks Mike)

Really fixes #364.

13 years agoBugfix: For fullscreen cons, use a deco_height of 0 to correctly render the backgroun...
Michael Stapelberg [Sun, 1 May 2011 17:46:41 +0000 (19:46 +0200)]
Bugfix: For fullscreen cons, use a deco_height of 0 to correctly render the background color

This should fix #364.

13 years agoBugfix: Correctly render decorations in tabbed containers (don’t overlap)
Michael Stapelberg [Sun, 1 May 2011 16:48:30 +0000 (18:48 +0200)]
Bugfix: Correctly render decorations in tabbed containers (don’t overlap)

This fixes a regression introduced in b644fb5f26c1768b70c5b49d8cd917a63a2d1d91.

13 years agowizard: actually write the output config
Michael Stapelberg [Sun, 1 May 2011 11:56:35 +0000 (13:56 +0200)]
wizard: actually write the output config

13 years agowizard: check if the config file does not already exist and if we can create it
Michael Stapelberg [Sun, 1 May 2011 10:50:18 +0000 (12:50 +0200)]
wizard: check if the config file does not already exist and if we can create it

13 years agoinitial commit of the i3-config-wizard (GUI working, functionality incomplete)
Michael Stapelberg [Sat, 30 Apr 2011 22:26:10 +0000 (00:26 +0200)]
initial commit of the i3-config-wizard (GUI working, functionality incomplete)

13 years agoBugfix: Add missing tree_render() when handling the urgency hint (Thanks mxf)
Michael Stapelberg [Fri, 29 Apr 2011 22:37:03 +0000 (00:37 +0200)]
Bugfix: Add missing tree_render() when handling the urgency hint (Thanks mxf)

13 years agoFix unaligned memory access on sparc (Thanks David Coppa)
Michael Stapelberg [Thu, 28 Apr 2011 19:44:29 +0000 (21:44 +0200)]
Fix unaligned memory access on sparc (Thanks David Coppa)

13 years agoremove useless checks, size_t != ssize_t :)
Michael Stapelberg [Thu, 28 Apr 2011 18:24:16 +0000 (20:24 +0200)]
remove useless checks, size_t != ssize_t :)

13 years agoMake code compatible with yajl 2.0 *and* 1.0
Michael Stapelberg [Wed, 27 Apr 2011 17:52:53 +0000 (19:52 +0200)]
Make code compatible with yajl 2.0 *and* 1.0

13 years agoBugfix: Ensure that all outputs have a ->con before handling disabled outputs (Thanks...
Michael Stapelberg [Wed, 27 Apr 2011 08:18:46 +0000 (10:18 +0200)]
Bugfix: Ensure that all outputs have a ->con before handling disabled outputs (Thanks JimdiGriz)

Steps to reproduce:
• xrandr --output VGA1 --auto
• xrandr --output LVDS1 --off

13 years agofix warning by removing 'const' from ipc_socket_path
Michael Stapelberg [Tue, 26 Apr 2011 17:28:33 +0000 (19:28 +0200)]
fix warning by removing 'const' from ipc_socket_path

13 years agotests: make complete-run.pl scan tests for !NO_I3_INSTANCE!, simplify code
Michael Stapelberg [Tue, 26 Apr 2011 17:20:29 +0000 (19:20 +0200)]
tests: make complete-run.pl scan tests for !NO_I3_INSTANCE!, simplify code

13 years agotests: add testcase for the different socket path locations
Michael Stapelberg [Tue, 26 Apr 2011 17:15:55 +0000 (19:15 +0200)]
tests: add testcase for the different socket path locations

13 years agoUse XDG_RUNTIME_DIR when available
Sardem FF7 [Mon, 18 Apr 2011 22:22:32 +0000 (00:22 +0200)]
Use XDG_RUNTIME_DIR when available

XDG_RUNTIME_DIR is the volatile runtime data dir provided by modern
session manager such as systemd

13 years agoBugfix: Ignore EnterNotifies generated by UnmapNotifies
Michael Stapelberg [Tue, 19 Apr 2011 19:50:56 +0000 (21:50 +0200)]
Bugfix: Ignore EnterNotifies generated by UnmapNotifies

Actually, commit 1c5adc6c35cffaedc08c7d1dd1b03a3269d1367c commented out code
without ever fixing it. I think this was responsible for the 'workspace
switching sometimes does not work' bug. My observations:

Had it again today and analyzed a log of it. Looks like after unmapping the
windows on one workspace (in my case: chromium, eclipse, urxvt, focus on
eclipse) we get UnmapNotify events for chromium and eclipse, but then we get an
EnterNotify for the terminal (due to unmapping the other windows and therefore
mapping the terminal under the cursor), only afterwards the UnmapNotify
follows.

So, there are two things wrong with that:

• We handle EnterNotifys for unmapped windows

• Unmapping windows sometimes works in a sequence, sometimes the sequence gets
  split. Not sure why (if unmapping can take longer for some windows or if our
  syncing is wrong -- but i checked the latter briefly and it looks correct).
  Maybe GrabServer helps?

• We don’t ignore EnterNotify events caused by UnmapNotifies. We used to, but
  then there was a different problem and we decided to solve the EnterNotify
  problem in another way, which actually never happened (commit
  1c5adc6c35cffaedc08c7d1dd1b03a3269d1367c).

13 years agoRename bind to bindcode
Sardem FF7 [Mon, 18 Apr 2011 21:06:32 +0000 (23:06 +0200)]
Rename bind to bindcode

Also fallback when using just 'bind' to be backward-compatible

13 years agox: Set pixmap as background window, saves a lot of CopyAreas
Michael Stapelberg [Mon, 18 Apr 2011 19:10:50 +0000 (21:10 +0200)]
x: Set pixmap as background window, saves a lot of CopyAreas

13 years agoBugfix: Center floating windows with invalid coordinates on current ws
Michael Stapelberg [Mon, 18 Apr 2011 17:36:10 +0000 (19:36 +0200)]
Bugfix: Center floating windows with invalid coordinates on current ws

13 years agoBugfix: Check if a floating window’s coordinates are within a different workspace...
Michael Stapelberg [Mon, 18 Apr 2011 17:28:03 +0000 (19:28 +0200)]
Bugfix: Check if a floating window’s coordinates are within a different workspace when managing (Thanks Merovius)

Fixes: #297
13 years agoBugfix: Assign floating cons to correct workspace when moving between monitors (Thank...
Michael Stapelberg [Mon, 18 Apr 2011 16:44:39 +0000 (18:44 +0200)]
Bugfix: Assign floating cons to correct workspace when moving between monitors (Thanks dothebart)

Fixes: #371
13 years agoBugfix: When moving floating cons to other workspaces, attach them to the workspace
Michael Stapelberg [Mon, 18 Apr 2011 16:44:18 +0000 (18:44 +0200)]
Bugfix: When moving floating cons to other workspaces, attach them to the workspace

13 years agoBugfix: Don’t set the layout when it’s default layout anyways
Michael Stapelberg [Sat, 2 Apr 2011 20:08:19 +0000 (22:08 +0200)]
Bugfix: Don’t set the layout when it’s default layout anyways

Fixes some nasty side-effects

13 years agoRename new_container to workspace_layout
Michael Stapelberg [Sat, 2 Apr 2011 19:49:35 +0000 (21:49 +0200)]
Rename new_container to workspace_layout

13 years agoImplemented config key 'new_container'
Simon Kampe [Wed, 23 Mar 2011 15:11:46 +0000 (16:11 +0100)]
Implemented config key 'new_container'

13 years agooptimization: when moving floating windows, render/push only the floatingcon
Michael Stapelberg [Fri, 1 Apr 2011 20:40:12 +0000 (22:40 +0200)]
optimization: when moving floating windows, render/push only the floatingcon

13 years agoBugfix: Flush the Xlib connection after creating cursors
Michael Stapelberg [Fri, 1 Apr 2011 19:57:08 +0000 (21:57 +0200)]
Bugfix: Flush the Xlib connection after creating cursors

Fixes a race condition where the cursors were created after we were already
using them.

13 years agox: skip creating pixmaps when the rect is actually invisible
Michael Stapelberg [Fri, 1 Apr 2011 19:54:45 +0000 (21:54 +0200)]
x: skip creating pixmaps when the rect is actually invisible

This fixes a few X11 errors.