Commit Graph

1929 Commits

Author SHA1 Message Date
5d7344af8a resize/unmap container x11 windows on demand (makes background images visible again) 2010-11-14 18:52:40 +01:00
510d1f78a1 modify t/04-floating.t to reflect the new way we are doing decorations 2010-11-14 16:42:13 +01:00
945632ddcb Implement setting the WM_NAME of i3 container windows for debugging 2010-11-14 16:41:46 +01:00
e85bb09017 set withdrawn/normal state when unmapping/mapping (for xprop/java) 2010-11-14 13:53:47 +01:00
a415d56048 parser: return a proper JSON reply on parse errors 2010-11-14 01:45:05 +01:00
7c6f2dbfc6 Rendering fixes for stacking mode 2010-11-13 22:39:59 +01:00
e6d1f181fd Info about client.background for the user guide. 2010-11-13 20:08:19 +01:00
4cd6dd0303 port fernando’s custom background color patch 2010-11-13 20:07:49 +01:00
53b98fdc7e Paint the window decorations using the theme. 2010-11-13 19:17:08 +01:00
1a2134d4c3 add testcases/complete-run.pl, a script for conveniently running the testsuite (or parts of it) 2010-11-13 17:29:20 +01:00
dc10c67060 Bugfix: Close containers which are empty due to a move (Thanks fernando) 2010-11-13 14:55:11 +01:00
4aef09ab34 t/16-nestedcons.t: add 'border' key 2010-11-13 14:33:58 +01:00
432073dbe5 implement support for WM_TRANSIENT_FOR, expand testcase 2010-11-13 01:19:21 +01:00
ad9be5402a Implement support for WM_CLIENT_LEADER 2010-11-12 23:46:03 +01:00
1bb6906c56 Fix build on freebsd (uint32_t unknown if stdint.h not
included)
2010-11-12 23:11:36 +01:00
8f7bd538d8 implement configure requests, adapt testcase
testcase does not pass 100% due to clients not being reparented correctly yet.
2010-11-12 21:41:10 +01:00
0723876429 only re-position floating clients mapped to (0, 0), add pixels for decoration 2010-11-12 20:55:43 +01:00
57e602a97c respect position in geometry of floating windows 2010-11-12 20:55:26 +01:00
56c6ba0359 bugfix: need to use window_type instead of type in t/04-floating.t 2010-11-12 20:37:36 +01:00
6c699801ab bugfix: need to use window_type instead of type in t/04-floating.t 2010-11-12 20:36:37 +01:00
df2ded08d8 add testcase for invalid commands 2010-11-12 20:26:53 +01:00
e07fee4472 parser: don’t exit(1) on invalid command, use better error message 2010-11-12 20:22:55 +01:00
0e264cb5c4 implement different border styles
Wow, that actually was easy :).
2010-11-12 19:37:43 +01:00
66dc8883fd make borders around every container configurable for debugging 2010-11-12 19:37:32 +01:00
d248f35267 include border style in ipc tree dump 2010-11-12 19:16:38 +01:00
ea4e3e7682 parser: bugfix: initialize match when parsing new command 2010-11-12 19:07:48 +01:00
6eb7f2a01d lexer/parser: implement 'border' command 2010-11-12 18:41:54 +01:00
c6c084faa5 don’t close workspaces which are still visible (multi-monitor) 2010-11-12 17:34:13 +01:00
c1d574f84e enumerate workspaces when initializing outputs 2010-11-12 17:33:59 +01:00
1f7a53927e update debian/ to include all documentation/bump standars version 2010-11-06 14:41:08 +01:00
582ec2a071 More sensible lookup order loading the config. 2010-10-24 00:09:33 +02:00
2f6d2d0966 Bugfix: Don’t setup event handler when RandR base event is not set 2010-10-23 17:19:46 +02:00
af9749b1b9 Bugfix: Properly call init_workspaces() when RandR is known but not present 2010-10-23 17:19:42 +02:00
2447236110 Fixed overflow and underflow bugs when resizing. 2010-10-18 00:06:10 +02:00
8279eb3a4e Fix wallpaper flickering on workspace switch by mapping new clients before unmapping old clients 2010-10-17 18:21:01 +02:00
5c2758af26 Implement support for size hints (including test case) 2010-10-11 21:32:29 +02:00
b904c9a34a Bugfix: Initialize variable 'root' earlier
Fixes a regression introduced in commit f2896d3 (create_window(), invoked
indirectly in expand_table_{rows,cols}, uses the root variable).
2010-10-10 20:20:25 +02:00
4ca46d131c Info about client.background for the user guide. 2010-10-07 19:28:55 +02:00
556e59449c Fix possible rounding errors. 2010-09-24 15:53:01 +02:00
b21d8a94e6 Support for custom bg colors for clients. 2010-09-24 15:47:40 +02:00
046105ff58 Opera flash plugin no longer prevents in-page focus changing. Specifically, clicking a focussed window no longer forces set_focus. 2010-09-24 15:37:33 +02:00
b2eb0cd769 Use sstrdup() instead of strdup() 2010-09-22 23:11:51 +02:00
ff86f35f05 Bugfix: use the global root variable, don’t get the first one (Thanks quaec)
The case of an X11 server having multiple displays is handled correctly by the
code in src/mainx.c. However, due to some functions not being correctly
refactored and still getting the first screen (and also the first root window)
from the XCB connection, i3 was operating on the wrong root window.
2010-09-09 15:34:13 +02:00
0925e8b7dc Implement sticky windows
The implementation works like this:
Containers can have a 'sticky-group' attribute. Imagine two different
containers (on two different workspaces) which have the same sticky-group.
Now you open a window in the first container. When you switch to the
other workspace, the window will be re-assigned to the other container.

An obvious problem which is not covered with the code at the moment is
having two containers with the same sticky-group visible at the same time.
2010-09-01 18:11:01 +02:00
95243d1967 Set some more atoms for _NET_SUPPORTED (Thanks lexszero) 2010-09-01 16:23:18 +02:00
af9cbc126c Use ELOG instead of DLOG for invalid config directives 2010-09-01 14:31:46 +02:00
53d6f476bc Sanity-check the stack-limit argument (limit needs to be > 0) 2010-09-01 14:31:25 +02:00
5403fac512 Validate the ws number for client assignment. 2010-09-01 11:53:14 +02:00
4d12e18571 remove proof-of-concept code in main.c 2010-08-21 18:36:51 +02:00
f73252431b Bug fix of invalid presentation of container's split orientation. 2010-08-21 18:35:34 +02:00