Commit Graph

1118 Commits

Author SHA1 Message Date
Michael Stapelberg
b78b23de97 docs: add tree-*.png (for tree-migrating) 2011-01-29 18:31:14 +01:00
Michael Stapelberg
3a634f9ca0 docs/ipc: document that the highest bit is 1 for event replies 2011-01-29 18:07:30 +01:00
Michael Stapelberg
a88b809135 docs/ipc: add reference to ThePub’s python library 2011-01-28 13:07:16 +01:00
Fernando Tarlá Cardoso Lemos
d04da62bb4 Round up as well if needed (thanks Merovius). 2011-01-23 13:22:05 +01:00
Raphael Kubo da Costa
9223a39a65 Build fix: Explicitly include stdint.h before cfgparse.tab.h
cfgparse.tab.h uses uint32_t, which is defined in stdint.h.

Should fix the build of 3.ε-bf2 on FreeBSD.

Signed-off-by: Raphael Kubo da Costa <kubito@gmail.com>
2011-01-23 13:19:46 +01:00
Axel Wagner
0609c1bf3e Add font-option to i3-input 2011-01-02 12:24:27 +01:00
Michael Stapelberg
2959dcb24c s/separate/seperate/g (Thanks Donald) 2010-12-25 15:42:53 +01:00
Michael Stapelberg
a8c4d255cf Bugfix: use bufcopy instead of buf (Thanks fernando) 2010-11-26 22:39:58 +01:00
Michael Stapelberg
a1c861e6e0 Bugfix: Correctly count variables when parsing the configfile (Thanks dbp) 2010-11-26 11:25:47 +01:00
Michael Stapelberg
56c6ba0359 bugfix: need to use window_type instead of type in t/04-floating.t 2010-11-12 20:37:36 +01:00
Michael Stapelberg
1f7a53927e update debian/ to include all documentation/bump standars version 2010-11-06 14:41:08 +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
Fernando Tarlá Cardoso Lemos
2447236110 Fixed overflow and underflow bugs when resizing. 2010-10-18 00:06:10 +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
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
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
556e59449c Fix possible rounding errors. 2010-09-24 15:53:01 +02:00
Fernando Tarlá Cardoso Lemos
b21d8a94e6 Support for custom bg colors for clients. 2010-09-24 15:47:40 +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
b2eb0cd769 Use sstrdup() instead of strdup() 2010-09-22 23:11:51 +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
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
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