2ce9c4024f
Draw the statusline to a seperate buffer-pixmap
2010-09-17 01:18:50 +02:00
4ec3e7a619
Define Macros MAX and MIN
2010-09-17 01:16:53 +02:00
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
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
4d38bf81ba
Allocate the right amount of memory for ev_child
2010-09-07 17:28:56 +02:00
17484d82f2
Allocate the right amount of memory for ev_child
2010-09-07 17:28:15 +02:00
f6638b4b9e
website: update i3lock website (for the 2.0 release)
2010-09-05 14:08:21 +02:00
4e298d5a1d
Reimplement double-buffering
...
Due to a merge-fuckup, the double-buffer-code got lost. Know flickering
should not happen anymore.
2010-09-04 18:26:30 +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
6cf7ac7655
Validate the ws number for client assignment.
2010-09-01 11:54:07 +02:00
5403fac512
Validate the ws number for client assignment.
2010-09-01 11:53:14 +02:00
0963a0e5ac
Merge branch 'hide' into next
2010-08-26 00:03:41 +02:00
c4c918cb06
Make hide_on_modifier configurable
2010-08-26 00:02:35 +02:00
386abde4df
Put usage-message in own function
2010-08-26 00:01:24 +02:00
c2ad6167e9
Put the bars on top, when reconfiguring
2010-08-25 23:36:25 +02:00
701448c342
Unhide on urgent-hint
2010-08-25 21:50:01 +02:00
a83e7699e7
Send the child SIGSTOPs and SIGCONTs
2010-08-25 18:31:03 +02:00
3c1a6384ab
Define overrride-redirect
...
The bars should not be in dockmode, when hide-on-mod is active
2010-08-25 18:23:33 +02:00
53ec74a4ab
Implement hide-on-modifier
2010-08-25 18:11:06 +02:00
6034eee647
Remove trailing newline from stdin
2010-08-25 04:58:28 +02:00
bef80146e6
Don't manually strip dzen-formats.
...
Instead "output_format = none" should be used in the i3status-config
2010-08-24 14:01:48 +02:00
14b885adf1
Only copy the double-buffer on expose-events
2010-08-22 10:24:32 +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
161afa3d01
Fix some indention problems in gtk-tree-watch.pl
2010-08-21 18:34:51 +02:00
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
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
ebe878d24c
Indent clean up.
2010-08-21 18:27:12 +02:00
27ffe9eae1
t/22-split: Bugfix: don’t declare old_count twice (Thanks Lourens)
2010-08-21 18:25:48 +02:00
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
6ad922dbd5
Add declaration, accidentally lost in last commit
2010-08-21 13:29:38 +02:00
fe24eb748c
Implement double-buffering to get rid of flickering
2010-08-21 13:27:51 +02:00
5015cdc4d0
Implement double-buffering to get rid of flickering
2010-08-21 13:24:05 +02:00
84d7da0acf
Correct typo in usage-message
2010-08-19 22:13:40 +02:00
ddf8bd63c7
Added some error handling for xcb
2010-08-18 03:58:32 +02:00
160c12ed9a
recognize dock windows (and support matching them)
2010-08-15 12:18:27 +02:00
0411299e4c
fix typo
2010-08-15 12:18:05 +02:00
60da522e13
Add licensing information
2010-08-07 18:05:16 +02:00
04e2cd1dfe
Add version-option
2010-08-07 03:50:22 +02:00
e7ba3183df
Correct behaviour of parsing null-values in src/outputs.c
2010-08-07 02:37:12 +02:00
c03e850171
Correct the Macro-calls in src/xcb.c
2010-08-07 02:34:02 +02:00
dcbf0c71d2
Move font-height-calculation to the end of init_xcb()
2010-08-07 02:22:20 +02:00
6780d87593
Use a while-loop in xcb_chk_cb() to account for the xcb-buffer
2010-08-07 02:20:01 +02:00
188d4c18cc
Merge handle_xcb_event() into xcb_chk_cb()
2010-08-07 02:19:25 +02:00
cee972280d
Add comments
2010-08-07 02:10:05 +02:00
b1a8ddd9d7
We don't need a callback for null-values
2010-08-07 01:57:00 +02:00
660c77bdb8
Reconfigure to the correct coordinates
2010-08-06 05:53:38 +02:00