Commit Graph

1116 Commits

Author SHA1 Message Date
a88b809135 docs/ipc: add reference to ThePub’s python library 2011-01-28 13:07:16 +01:00
d04da62bb4 Round up as well if needed (thanks Merovius). 2011-01-23 13:22:05 +01:00
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
0609c1bf3e Add font-option to i3-input 2011-01-02 12:24:27 +01:00
2959dcb24c s/separate/seperate/g (Thanks Donald) 2010-12-25 15:42:53 +01:00
a8c4d255cf Bugfix: use bufcopy instead of buf (Thanks fernando) 2010-11-26 22:39:58 +01:00
a1c861e6e0 Bugfix: Correctly count variables when parsing the configfile (Thanks dbp) 2010-11-26 11:25:47 +01:00
56c6ba0359 bugfix: need to use window_type instead of type in t/04-floating.t 2010-11-12 20:37:36 +01:00
1f7a53927e update debian/ to include all documentation/bump standars version 2010-11-06 14:41:08 +01:00
582ec2a071 More sensible lookup order loading the config. 2010-10-24 00:09:33 +02:00
2f6d2d0966 Bugfix: Don’t setup event handler when RandR base event is not set 2010-10-23 17:19:46 +02:00
af9749b1b9 Bugfix: Properly call init_workspaces() when RandR is known but not present 2010-10-23 17:19:42 +02:00
2447236110 Fixed overflow and underflow bugs when resizing. 2010-10-18 00:06:10 +02:00
8279eb3a4e Fix wallpaper flickering on workspace switch by mapping new clients before unmapping old clients 2010-10-17 18:21:01 +02:00
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
4ca46d131c Info about client.background for the user guide. 2010-10-07 19:28:55 +02:00
556e59449c Fix possible rounding errors. 2010-09-24 15:53:01 +02:00
b21d8a94e6 Support for custom bg colors for clients. 2010-09-24 15:47:40 +02:00
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
b2eb0cd769 Use sstrdup() instead of strdup() 2010-09-22 23:11:51 +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
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
5403fac512 Validate the ws number for client assignment. 2010-09-01 11:53:14 +02:00
b628aab7d8 Look for $SYSCONFDIR/i3/config instead of hard-coded /etc/i3/config (Thanks Don) 2010-07-31 15:04:13 +02:00
06da6d98e7 Bugfix: Replay unhandled pointer events (Thanks Marcus) 2010-07-31 14:59:02 +02:00
d60a741f78 little style fixes, part 2 2010-07-24 12:35:16 +02:00
6e5e2fe5ee little style fixes 2010-07-24 12:34:27 +02:00
a6e7894b11 Bugfix: Use scalloc to get a null-terminated string 2010-07-24 12:32:03 +02:00
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
ca8d775487 Makefile: don’t set PREFIX/SYSCONFDIR (necessary for OpenBSD ports framework) (Thanks madroach) 2010-07-24 12:21:55 +02:00
a89fa51531 debian: add i3-wm.wm for dh_installwm to repository 2010-07-24 12:19:53 +02:00
ca698c7862 expand .gitignore (Thanks madroach) 2010-07-24 12:19:31 +02:00
63a9647a2c secure strcpy by replacing with strncpy 2010-07-24 12:14:00 +02:00
95eb1f22c5 docs: add reference card (by Zeus Panchenko) 2010-07-23 21:38:42 +02:00
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
ff64b0db59 Bugfix: Render decoration of single window in tabbed/stacked container (Thanks Fernando) 2010-07-11 22:23:05 +02:00
60e507ca6f ipc: send workspace event in workspace_initialize (Thanks fernando) 2010-06-29 14:48:19 +02:00
0b111f7f1a Reset the color to the default color, don't harcode white. 2010-06-25 00:46:10 +02:00
cc865f4790 debian: bump compatibility to 6 2010-06-23 18:29:35 +02:00
0209309bc2 debian: update changelog 2010-06-23 18:23:38 +02:00
d9cb045f89 debian: add watch file 2010-06-23 18:19:23 +02:00
bdfad42c80 debian: call dh_installwm to register as alternative for x-window-manager 2010-06-23 18:04:00 +02:00
f411f3f255 debian: update changelog 2010-06-23 17:59:01 +02:00
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
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
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
ed4e8e9bff debian: update i3-wm.docs 2010-06-09 09:59:46 +02:00
f2148ffa0b Include git branch name in the version string 2010-06-02 11:21:52 +02:00