Commit Graph

1999 Commits

Author SHA1 Message Date
Michael Stapelberg ea4e3e7682 parser: bugfix: initialize match when parsing new command 2010-11-12 19:07:48 +01:00
Michael Stapelberg 6eb7f2a01d lexer/parser: implement 'border' command 2010-11-12 18:41:54 +01:00
Michael Stapelberg c6c084faa5 don’t close workspaces which are still visible (multi-monitor) 2010-11-12 17:34:13 +01:00
Michael Stapelberg c1d574f84e enumerate workspaces when initializing outputs 2010-11-12 17:33:59 +01:00
Michael Stapelberg 1f7a53927e update debian/ to include all documentation/bump standars version 2010-11-06 14:41:08 +01:00
Michael Stapelberg e6cd2931a0 update debian/ to include all documentation/bump standars version 2010-11-06 14:40:18 +01:00
Fernando Tarlá Cardoso Lemos 582ec2a071 More sensible lookup order loading the config. 2010-10-24 00:09:33 +02:00
Michael Stapelberg 2f6d2d0966 Bugfix: Don’t setup event handler when RandR base event is not set 2010-10-23 17:19:46 +02:00
Michael Stapelberg af9749b1b9 Bugfix: Properly call init_workspaces() when RandR is known but not present 2010-10-23 17:19:42 +02:00
Michael Stapelberg 6146ad45c9 Bugfix: Properly call init_workspaces() when RandR is known but not present 2010-10-23 17:18:59 +02:00
Michael Stapelberg 3bb963cf31 Bugfix: Don’t setup event handler when RandR base event is not set 2010-10-23 17:18:41 +02:00
Fernando Tarlá Cardoso Lemos b1060ff938 Fixed overflow and underflow bugs when resizing. 2010-10-18 00:06:32 +02:00
Fernando Tarlá Cardoso Lemos 2447236110 Fixed overflow and underflow bugs when resizing. 2010-10-18 00:06:10 +02:00
Michael Stapelberg 182256bf71 website/blog: include link to blog in menu 2010-10-17 19:18:04 +02:00
Michael Stapelberg ef381e1e85 blog: add feed, s/utf8/utf-8 in charset 2010-10-17 19:14:55 +02:00
Michael Stapelberg 54fcc5fc3e add blog/ (jekyll folder structure for http://i3.zekjur.net/blog/) 2010-10-17 18:43:19 +02:00
Niklas Hambüchen 8279eb3a4e Fix wallpaper flickering on workspace switch by mapping new clients before unmapping old clients 2010-10-17 18:21:01 +02:00
Michael Stapelberg 5c2758af26 Implement support for size hints (including test case) 2010-10-11 21:32:29 +02:00
Michael Stapelberg 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
Michael Stapelberg d1e3fd192f 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:18:31 +02:00
Fernando Tarlá Cardoso Lemos 4ca46d131c Info about client.background for the user guide. 2010-10-07 19:28:55 +02:00
Fernando Tarlá Cardoso Lemos 83a82d77bf Info about client.background for the user guide. 2010-10-07 19:28:50 +02:00
Fernando Tarlá Cardoso Lemos 556e59449c Fix possible rounding errors. 2010-09-24 15:53:01 +02:00
Fernando Tarlá Cardoso Lemos 6d54b5a506 Fix possible rounding errors. 2010-09-24 15:52:04 +02:00
Fernando Tarlá Cardoso Lemos b21d8a94e6 Support for custom bg colors for clients. 2010-09-24 15:47:40 +02:00
Fernando Tarlá Cardoso Lemos fa3ad8be10 Support for custom bg colors for clients. 2010-09-24 15:46:57 +02:00
Stefan Schneider-Kennedy 5ed0c0a042 Opera flash plugin no longer prevents in-page focus changing. Specifically, clicking a focussed window no longer forces set_focus. 2010-09-24 15:40:05 +02:00
Stefan Schneider-Kennedy 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
Michael Stapelberg 622d680fa8 website: update i3status for the 2.2 release 2010-09-23 00:54:17 +02:00
Michael Stapelberg b2eb0cd769 Use sstrdup() instead of strdup() 2010-09-22 23:11:51 +02:00
Michael Stapelberg 545aaa7569 Use sstrdup() instead of strdup() 2010-09-22 23:10:49 +02:00
Michael Stapelberg f2896d34e0 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:35:48 +02:00
Michael Stapelberg 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
Michael Stapelberg f6638b4b9e website: update i3lock website (for the 2.0 release) 2010-09-05 14:08:21 +02:00
Michael Stapelberg 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
Michael Stapelberg 95243d1967 Set some more atoms for _NET_SUPPORTED (Thanks lexszero) 2010-09-01 16:23:18 +02:00
Michael Stapelberg af9cbc126c Use ELOG instead of DLOG for invalid config directives 2010-09-01 14:31:46 +02:00
Michael Stapelberg 53d6f476bc Sanity-check the stack-limit argument (limit needs to be > 0) 2010-09-01 14:31:25 +02:00
Fernando Tarlá Cardoso Lemos 6cf7ac7655 Validate the ws number for client assignment. 2010-09-01 11:54:07 +02:00
Fernando Tarlá Cardoso Lemos 5403fac512 Validate the ws number for client assignment. 2010-09-01 11:53:14 +02:00
Michael Stapelberg 4d12e18571 remove proof-of-concept code in main.c 2010-08-21 18:36:51 +02:00
Lourens Rozema f73252431b Bug fix of invalid presentation of container's split orientation. 2010-08-21 18:35:34 +02:00
Michael Stapelberg 161afa3d01 Fix some indention problems in gtk-tree-watch.pl 2010-08-21 18:34:51 +02:00
Lourens Rozema 042abe20b5 Initial commit of gtk-tree-watch.pl which uses GTK/Perl to visualize the i3 tree. It is based on the dump-asy.pl code. 2010-08-21 18:30:27 +02:00
Lourens Rozema 8159ffaa06 Bugfix for the kill command (used a.o. in test 18). Call to match_init is to be used i.o. a simple memset() to zero. Otherwise the boolean dock field doesn't get initalized to -1. 2010-08-21 18:28:37 +02:00
Lourens Rozema ebe878d24c Indent clean up. 2010-08-21 18:27:12 +02:00
Michael Stapelberg 27ffe9eae1 t/22-split: Bugfix: don’t declare old_count twice (Thanks Lourens) 2010-08-21 18:25:48 +02:00
Lourens Rozema c780f5dd0b Test 16 fixed expectation of the (root) focused field to exist in the tree and always be zero. 2010-08-21 18:24:21 +02:00
Michael Stapelberg 160c12ed9a recognize dock windows (and support matching them) 2010-08-15 12:18:27 +02:00
Michael Stapelberg 0411299e4c fix typo 2010-08-15 12:18:05 +02:00