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
5403fac512
Validate the ws number for client assignment.
2010-09-01 11:53:14 +02:00
Michael Stapelberg
b628aab7d8
Look for $SYSCONFDIR/i3/config instead of hard-coded /etc/i3/config (Thanks Don)
2010-07-31 15:04:13 +02:00
Michael Stapelberg
06da6d98e7
Bugfix: Replay unhandled pointer events (Thanks Marcus)
2010-07-31 14:59:02 +02:00
Michael Stapelberg
d60a741f78
little style fixes, part 2
2010-07-24 12:35:16 +02:00
Michael Stapelberg
6e5e2fe5ee
little style fixes
2010-07-24 12:34:27 +02:00
Michael Stapelberg
a6e7894b11
Bugfix: Use scalloc to get a null-terminated string
2010-07-24 12:32:03 +02:00
Christopher Zimmermann
4d4ce82b35
don't use wordexp.h for tilde expansion
...
wordexp.h is not supported by OpenBSD. Therefore do tilde expansion only
via glob().
rename glob_path() to resolve_tilde() since it should not do globbing.
2010-07-24 12:23:23 +02:00
Michael Stapelberg
ca8d775487
Makefile: don’t set PREFIX/SYSCONFDIR (necessary for OpenBSD ports framework) (Thanks madroach)
2010-07-24 12:21:55 +02:00
Michael Stapelberg
a89fa51531
debian: add i3-wm.wm for dh_installwm to repository
2010-07-24 12:19:53 +02:00
Michael Stapelberg
ca698c7862
expand .gitignore (Thanks madroach)
2010-07-24 12:19:31 +02:00
Christopher Zimmermann
63a9647a2c
secure strcpy by replacing with strncpy
2010-07-24 12:14:00 +02:00
Michael Stapelberg
95eb1f22c5
docs: add reference card (by Zeus Panchenko)
2010-07-23 21:38:42 +02:00
Fernando Tarlá Cardoso Lemos
9c5a8d606c
Don't draw stacked decors overlapping a fs window.
...
When both a fullscreen window and a floating window existed at the same time,
we used to configure stack_win as a sibling of the floating window. Now we
first check if a fullscreen window exists so that the decorations are always
behind it.
2010-07-20 22:20:48 +02:00
Michael Stapelberg
ff64b0db59
Bugfix: Render decoration of single window in tabbed/stacked container (Thanks Fernando)
2010-07-11 22:23:05 +02:00
Michael Stapelberg
60e507ca6f
ipc: send workspace event in workspace_initialize (Thanks fernando)
2010-06-29 14:48:19 +02:00
Fernando Tarlá Cardoso Lemos
0b111f7f1a
Reset the color to the default color, don't harcode white.
2010-06-25 00:46:10 +02:00
Michael Stapelberg
cc865f4790
debian: bump compatibility to 6
2010-06-23 18:29:35 +02:00
Michael Stapelberg
0209309bc2
debian: update changelog
2010-06-23 18:23:38 +02:00
Michael Stapelberg
d9cb045f89
debian: add watch file
2010-06-23 18:19:23 +02:00
Michael Stapelberg
bdfad42c80
debian: call dh_installwm to register as alternative for x-window-manager
2010-06-23 18:04:00 +02:00
Michael Stapelberg
f411f3f255
debian: update changelog
2010-06-23 17:59:01 +02:00
Michael Stapelberg
76c4e95b60
i3-wsbar: replace %w with the width of the output (Thanks dothebart)
...
This fixes ticket #231
2010-06-19 11:48:47 +02:00
Michael Stapelberg
a2402a5eb1
Bugfix: i3-wsbar: properly catch errors when writing to child process
...
This comes at the expense of having Try::Tiny as additional dependency,
but I think Try::Tiny is widely available.
2010-06-16 19:26:55 +02:00
Michael Stapelberg
1bddd2a9cb
Bugfix: Don’t crash when a dock client starts up with nonsense coordinates (Thanks dothebart)
...
This fixes ticket #229
2010-06-16 19:15:14 +02:00
Michael Stapelberg
ed4e8e9bff
debian: update i3-wm.docs
2010-06-09 09:59:46 +02:00
Michael Stapelberg
f2148ffa0b
Include git branch name in the version string
2010-06-02 11:21:52 +02:00
Michael Stapelberg
169e541101
Bugfix: Correctly check asprintf() return value
...
Fixes a crash when invalid multibyte window titles are set as _NET_WM_NAME
2010-05-28 12:08:39 +02:00
Michael Stapelberg
162b0a9931
update debian packaging
2010-05-28 00:05:38 +02:00
Michael Stapelberg
7adfd37a12
Add documentation for external workspace bars
2010-05-27 20:21:17 +02:00
Michael Stapelberg
f6227bec6c
wsbar: print an error and exit after not being able to talk to i3 for 2 seconds (Thanks badboy)
2010-05-26 23:40:05 +02:00
Michael Stapelberg
30b275d27f
Bugfix: Update _NET_WM_STATE when clients request changes via ClientMessage
...
This fixes problems with Chromium fullscreen mode
2010-05-26 23:11:42 +02:00
Michael Stapelberg
d0baa8c652
Bugfix: Don’t invert directions when resizing floating clients (top/left) (Thanks João)
2010-05-24 19:20:32 +02:00
Michael Stapelberg
0c60ae19cb
Bugfix: Don’t leak file descriptors (Thanks InfraRed)
2010-05-24 00:06:26 +02:00
Michael Stapelberg
aa52986cfe
document border styles in "Border style for new windows" section (Thanks Dirkson)
2010-05-10 08:43:13 +02:00
Michael Stapelberg
2f6beb518e
Don’t pretend like the global fullscreen mode would be configured in the default config (Thanks Mirko)
2010-05-04 20:27:52 +02:00
Blekos EelVex Kostas
aeee7d0402
bring_window_here function and command
2010-04-17 23:30:14 +02:00
Michael Stapelberg
a99fff03c3
style fixes for the last commit
2010-04-17 23:18:04 +02:00
batman
a97c876d31
added a move mode and command
2010-04-17 23:08:56 +02:00
Michael Stapelberg
98bce1d8b0
userguide: add missing $ (Thanks artoj)
2010-04-13 21:05:04 +02:00
Jan-Erik Rediger
e4632c3a7f
add socket path parameter to i3-wsbar script
...
fixes http://i3.zekjur.net/bugs/ticket/210
2010-04-11 21:04:47 +02:00
Michael Stapelberg
dc702a023a
Bugfix: correctly initialize workspaces if RandR is not available (Thanks stesie)
2010-04-06 20:52:07 +02:00
Michael Stapelberg
21034d7d00
website: add refs to new documentation
2010-03-30 13:36:08 +02:00
Michael Stapelberg
49d2d1ab22
website: update mentionings of Xinerama
2010-03-30 13:29:51 +02:00
Michael Stapelberg
0ac5510762
website: update download page for 3.ε
2010-03-30 13:28:35 +02:00
Michael Stapelberg
139c451e84
Exclude docs/*.svg from dist tarball
2010-03-30 13:25:25 +02:00
Michael Stapelberg
54f17d710b
makefile: cleanup src/cfgparse.dot
2010-03-30 13:20:13 +02:00
Michael Stapelberg
1797daf1d5
makefile: pre-generate docs/
2010-03-30 13:20:04 +02:00
Michael Stapelberg
2f6dd0cb58
Add release notes for 3.ε
2010-03-30 13:13:51 +02:00