Ivan Kanakarakis
e3ec748bce
bugfix: len should be decremented by n not offset
2012-10-02 21:54:02 +03:00
Ivan Kanakarakis
2d2f5aead7
response should not contain a new line - response is a common string
2012-10-02 21:54:02 +03:00
Ivan Kanakarakis
e657198953
no need for an EMPTY_RESPONSE
2012-10-02 21:54:02 +03:00
Ivan Kanakarakis
f48ff335c1
rework bspc.c
...
fix potential buffer overflows
do error checking on all funcs
2012-10-02 21:54:01 +03:00
Bastien Dejean
23ecdad3d9
Merge pull request #3 from c00kiemon5ter/bool
...
bool is a real type
2012-09-30 09:45:46 -07:00
Ivan Kanakarakis
e31accb4b8
bool is a real type
2012-09-30 18:54:04 +03:00
Bastien Dejean
962403f325
Don't block window activation when desktop differ
2012-09-29 21:42:15 +02:00
Bastien Dejean
fbcd7c5d65
Take into consideration all unmap events
...
Fontforge needs it.
2012-09-29 17:43:11 +02:00
Bastien Dejean
eaba8c6715
Revert previous commit
2012-09-29 17:32:22 +02:00
Bastien Dejean
b9cb79f55d
Rules: switch to the given desktop
2012-09-29 17:18:45 +02:00
Bastien Dejean
38316b61a0
Update vacant state when swapping nodes
2012-09-29 16:40:47 +02:00
Bastien Dejean
177ea353c4
Wipe get atoms reply structures
2012-09-29 13:26:56 +02:00
Bastien Dejean
36140fe1c3
Try to address the potential buffer overflows
2012-09-29 11:57:41 +02:00
Bastien Dejean
e08cecaa05
Fix launchpanel link
2012-09-29 10:44:58 +02:00
Bastien Dejean
37ac736e64
Added panel script example
2012-09-29 10:43:38 +02:00
Bastien Dejean
b18ced50d1
Panel informations
2012-09-29 10:40:50 +02:00
Bastien Dejean
5c7f9299a5
New setting: "borderless_monocle"
2012-09-29 10:10:58 +02:00
Bastien Dejean
6e2e8094ac
Never remove borders on floating windows
2012-09-28 22:46:45 +02:00
Bastien Dejean
0b68e16fc8
Remove window borders whenever possible
2012-09-28 22:39:32 +02:00
Bastien Dejean
289d1f5aaa
New message: "kill"
2012-09-28 15:59:29 +02:00
Bastien Dejean
cf91c4cb5e
Also update vacant state when unlinking nodes
2012-09-28 15:37:43 +02:00
Bastien Dejean
07fa8a6645
Remove vacant debug info in dump_tree
2012-09-28 15:24:03 +02:00
Bastien Dejean
59f1423731
Update vacant state in insert_node
...
Adding a new new node requires to update the vacant state of the focused
node's parent when the focus is itself vacant, otherwise we end up with
non-valid vacant states and windows will seem to be hidden.
2012-09-28 15:19:39 +02:00
Bastien Dejean
3c404e6bed
Don't remove node in close_window
...
If the window doesn't respond to the WM_DELETE_WINDOW message, we'll end
up with an unmanaged window. Besides, nodes are already removed after
receiving the corresponding destroy notifications.
2012-09-28 14:37:22 +02:00
Bastien Dejean
e1330bfc34
Complete _NET_SUPPORTED root property
2012-09-28 13:58:03 +02:00
Bastien Dejean
7613bf6953
Off diagram caption
2012-09-27 11:02:42 +02:00
Bastien Dejean
5df99a71ed
Removed the Lua dependency
2012-09-27 10:46:04 +02:00
Bastien Dejean
42f50c36fe
Document new skip options
2012-09-26 12:12:36 +02:00
Bastien Dejean
350a2d86bd
New message: "magnetise"
2012-09-26 12:11:45 +02:00
Bastien Dejean
cebfb398b3
Remove useless code
2012-09-25 15:04:13 +02:00
Bastien Dejean
310ca26900
Take tall screens into consideration
2012-09-24 20:15:25 +02:00
Bastien Dejean
80ca33c3cd
Options to skip same or different class in "cycle"
...
Two options have been added to the "cycle" message: --skip-class-equal
and --skip-class-differ. The class name of the client is now shown in
the output of the "dump" command instead of the letter "C".
2012-09-24 19:40:49 +02:00
Bastien Dejean
2ac2ea6fb6
Fix the unexpected focus after node removal
2012-09-24 15:24:22 +02:00
Bastien Dejean
584588d241
Remove obvious condition
2012-09-24 15:17:22 +02:00
Bastien Dejean
fd46aab2fb
Don't resize: send a configure notify event
...
When receiving configure requests for tiled and fullscreen clients:
don't resize but send a configure notify event for the current size.
2012-09-24 15:00:40 +02:00
Bastien Dejean
00ec4018d8
Always Obey Configure Requests
...
If configure requests are not observed for tiled and fullscreen clients,
it might happen that only a part of the window will be used: this is
what happens if you change the font size of an urxvt window on-the-fly.
2012-09-24 12:08:51 +02:00
Bastien Dejean
5ca8e69d02
Made BSPWM_SOCKET definition optional
2012-09-24 11:00:35 +02:00
Bastien Dejean
6d61d8f296
Underline the importance of the socket environment variable
2012-09-23 19:45:52 +02:00
Bastien Dejean
fbea58ff03
Added License
2012-09-23 17:20:43 +02:00
Bastien Dejean
2d2798310b
Remove obsolete .bspwmrc symbolic link
2012-09-23 16:51:13 +02:00
Bastien Dejean
27f21f0f56
Installation instructions
2012-09-23 10:38:23 +02:00
Bastien Dejean
9dd9296734
X color names link
2012-09-23 10:23:05 +02:00
Bastien Dejean
13faaad27d
Indicate mouse bindings
2012-09-23 09:41:59 +02:00
Bastien Dejean
6376a81d89
Fix formatting
2012-09-22 23:14:57 +02:00
Bastien Dejean
a43b45f7f4
Documentation
2012-09-22 23:11:57 +02:00
Bastien Dejean
0d04cd6c0c
Fix dangling last_focus ; no infinite width, height
2012-09-22 17:17:18 +02:00
Bastien Dejean
cfa333e214
Resize floating windows with the mouse
2012-09-22 16:32:35 +02:00
Bastien Dejean
e81bb851be
Move floating windows with the mouse, fix born_as
2012-09-22 15:10:59 +02:00
Bastien Dejean
3d95580282
Pseudo manual insertion for floating windows
2012-09-22 12:16:46 +02:00
Bastien Dejean
d5cb36c31f
Show / hide wrappers should make unmap_notify work
2012-09-21 19:05:42 +02:00