0610c028d6
Add testcase for the urgency hint
...
Needs latest X11::XCB from git
2009-11-18 20:39:53 +01:00
82c32616e1
Bugfix: Correctly clear the urgency hint if a window gets unmapped without clearing the hint
2009-11-18 20:20:54 +01:00
6a5bdf6f8e
Bugfix: Also allow WORDs as workspace names (Thanks Grauwolf)
2009-11-18 19:53:57 +01:00
fb04388289
Bugfix: Don’t hide window titles in tabbing mode (Thanks badboy)
2009-11-15 17:35:15 +01:00
d266474f97
Remove the terminal option from config.
...
The welcome message is displayed using xmessage(1), not using your
terminal. Thus, it makes no sense to have this option anymore. Also,
the new lex/yacc parser cannot correctly handle the situation:
normal variables are expanded before parsing the file. As a replacement,
you can use:
set $terminal /usr/bin/urxvt
2009-11-13 20:36:59 +01:00
aa2e0d7d14
Bugfix: Correctly replay pointer if the click handler does not trigger (Thanks merovius)
2009-11-13 20:22:23 +01:00
d48a515752
Bugfix: Correctly switch border types for floating windows (Thanks msi)
2009-11-13 19:55:34 +01:00
51b937741d
Bugfix: Don’t draw window title when titlebar is disabled (Thanks msi)
2009-11-13 19:46:07 +01:00
c0c4dd2978
Disable XKB instead of quitting with an error (Thanks sur5r)
...
This is necessary for running i3 in Xvnc for example.
2009-11-13 00:30:42 +01:00
4b1bb7d19a
Add ctrl as synonym for control
2009-11-12 20:28:09 +01:00
6779a0e27f
Makefile: Use POSIX-compliant method to delete multiple files (for-loop)
2009-11-10 14:37:51 +01:00
47ebb9e1dd
Fix compilation warning on OpenBSD (Thanks bapt)
2009-11-10 00:07:40 +01:00
6655307951
debian: Add flex/bison to build-deps
2009-11-09 22:44:40 +01:00
c98bf4ba8c
debian: update packaging
2009-11-09 22:41:31 +01:00
bf728be09b
parser: Use right parameter, suppress warning about expected shift/reduce conflict
2009-11-09 22:36:26 +01:00
08ee194d59
Update regexp in make dist
2009-11-09 21:31:51 +01:00
da9de671ba
Only evaluate the $(shell) expansions once in Makefiles
2009-11-09 21:29:54 +01:00
c04f990320
Bump version in manpage
2009-11-09 21:29:10 +01:00
e593280dce
Change makefile for the release of 3.d
2009-11-09 21:28:29 +01:00
f89ca2fce0
Add manpage for i3-input
2009-11-09 21:28:15 +01:00
bece0e1553
Update changelog / release-notes
2009-11-09 20:54:16 +01:00
f2dcc36333
Bugfix: WHITESPACE was missing in front of the workspace name (Thanks Mirko)
2009-11-08 21:43:47 +01:00
316f62dfda
Fix rendering of 1-px-border windows which require background filling
2009-11-08 13:04:14 +01:00
f1ecf08df5
s/for(/for (/
2009-11-08 12:45:33 +01:00
5e521cc299
document the new border option
2009-11-08 12:45:05 +01:00
64c99cb235
Implement configuration setting to change the default border of windows
2009-11-08 12:43:01 +01:00
876417f49d
Bugfix: Don’t access wrong parameter (Thanks atsutane)
2009-11-07 16:51:10 +01:00
b3bee0930e
Explicitly specify -lxcb when linking to link with binutils-gold
2009-11-07 16:44:52 +01:00
037605e34c
Use nicer colors for focused_inactive by default
2009-11-06 18:41:17 +01:00
aa712fc63b
Install welcome message, display it in default config
2009-11-06 17:46:34 +01:00
cdeab209a4
Some reformatting of the welcome message
2009-11-06 17:43:01 +01:00
0ee1d473bc
Wrote a short welcome message introducing the default key bindings.
2009-11-06 17:33:32 +01:00
5583dfa5e4
parser: Solve last shift/reduce conflicts
2009-11-06 17:26:17 +01:00
8e1945a990
parser: solve shift/reduce conflict by moving WHITESPACE token to the right place
2009-11-06 17:19:01 +01:00
e86fb42891
Fix compilation warning
2009-11-06 15:43:46 +01:00
6aab45e7a4
configfile: make whitespace optional for modes (Thanks tsdh)
2009-11-06 15:42:03 +01:00
c6d1b68a9b
debian: Recommend xfonts-base (necessary for misc-fixed used in default config)
2009-11-05 20:25:40 +01:00
3b05d9df60
Bugfix: Cleanup stack window also when in tabbing mode (Thanks litemotiv)
2009-11-04 22:37:43 +01:00
dd086864ce
Apply fix of the previous commit also for columns
2009-11-04 22:12:15 +01:00
2a0278b519
Bugfix: Switch layout mode after initializing all containers in a new row
2009-11-04 22:10:26 +01:00
7b0dec7c16
Update hacking-howto (no longer reacting to notifies, but redirecting requests)
2009-11-03 07:51:23 +01:00
2a0b1adab9
Also support xcb-keysyms < 0.3.4 when using bindsym (Thanks ch3ka)
2009-11-02 23:15:08 +01:00
0d327b7d17
Fix compilation warning
2009-11-02 23:14:21 +01:00
de3ca5c600
Bugfix: Ignore trailing/leading whitespaces when defining a mode (Thanks badboy)
...
…and shame on you for trailing/leading whitespace :).
2009-11-02 23:13:22 +01:00
a817519c0d
Bugfix: Prevent a division through zero (Thanks xeen)
2009-10-29 00:33:20 +01:00
16d33ec9df
Bugfix: Correctly re-assign dock_clients to the first screen when their screen disappears
...
This could lead to a null-pointer dereference when closing dock
clients that got lost.
2009-10-28 15:37:34 +01:00
f9d155341e
Change testcases to work with the released version of X11::XCB
2009-10-26 20:04:37 +01:00
153462824b
Add cursor keys for focussing, moving, snapping to the default config
2009-10-26 15:13:25 +01:00
fe2e4991d8
Bugfix: Use the right pointer for bar.* colors (Thanks shatter)
2009-10-23 23:13:38 +02:00
15d83d472b
Fix debug message in cfgparse.y (Thanks shatter)
2009-10-23 22:57:35 +02:00