Michael Stapelberg
31da1eb0c1
Only send WM_TAKE_FOCUS when the client supports it in the protocols atom
...
Fixes launching xterm, for example
2011-03-18 17:26:19 +01:00
Michael Stapelberg
86117db434
Make i3 compatible with the very latest xcb
...
This involves:
• Compiling with xcb-util instead of xcb-{atom,aux} (they merged the libraries)
• Not using xcb-{event,property} anymore (code removed upstream)
• Not using the predefined WINDOW, CARDINEL, … atoms (removed upstream)
• Using the new xcb_icccm_* data types/functions instead of just xcb_*
(for example xcb_icccm_get_wm_hints instead of xcb_get_wm_hints)
Also I refactored the atoms to use x-macros.
2011-03-18 16:36:50 +01:00
Michael Stapelberg
f5afe2f67e
Send WM_TAKE_FOCUS when setting focus (fixes java problems)
2011-03-17 22:44:29 +01:00
Michael Stapelberg
7cb1ca5a92
website: update for i3lock 2.1
2011-03-13 20:42:57 +01:00
Michael Stapelberg
371fa3bae2
docs: add tree-*.png (for tree-migrating)
2011-01-29 18:30:43 +01:00
Michael Stapelberg
52a7cdc557
docs/ipc: document that the highest bit is 1 for event replies
2011-01-29 18:06:56 +01:00
Michael Stapelberg
1c0e4cae1d
add docs/tree-migrating
2011-01-29 15:10:51 +01:00
Michael Stapelberg
b99bae6e4a
docs/ipc: add reference to ThePub’s python library
2011-01-28 13:07:00 +01:00
Fernando Tarlá Cardoso Lemos
ceff1487da
Round up as well if needed (thanks Merovius).
2011-01-23 13:22:11 +01:00
Raphael Kubo da Costa
ca296c1c8b
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:25 +01:00
Michael Stapelberg
2a968135e5
update website for 3.ε-bf2
2011-01-19 21:39:50 +01:00
Michael Stapelberg
5a26ef0fce
add debian/source/format
2011-01-19 21:33:38 +01:00
Michael Stapelberg
64b535a7aa
fix typo in release notes
2011-01-19 21:28:57 +01:00
Michael Stapelberg
922f60260f
update debian/ for 3.ε-bf2
2011-01-19 21:26:13 +01:00
Michael Stapelberg
94993e11d1
add release notes for 3.ε-bf2
2011-01-19 21:23:30 +01:00
Michael Stapelberg
9bd74473ad
website: add reference to the ubuntu lucid repository
2011-01-09 02:55:48 +01:00
Michael Stapelberg
53b3b1cb96
Bugfix: use bufcopy instead of buf (Thanks fernando)
2010-11-26 22:39:53 +01:00
Michael Stapelberg
ad8065e366
Bugfix: Correctly count variables when parsing the configfile (Thanks dbp)
2010-11-26 11:25:02 +01:00
Michael Stapelberg
bb5f4eea88
bugfix: need to use window_type instead of type in t/04-floating.t
2010-11-12 20:37:18 +01:00
Michael Stapelberg
e6cd2931a0
update debian/ to include all documentation/bump standars version
2010-11-06 14:40:18 +01:00
Michael Stapelberg
6146ad45c9
Bugfix: Properly call init_workspaces() when RandR is known but not present
2010-10-23 17:18:59 +02:00
Michael Stapelberg
3bb963cf31
Bugfix: Don’t setup event handler when RandR base event is not set
2010-10-23 17:18:41 +02:00
Fernando Tarlá Cardoso Lemos
b1060ff938
Fixed overflow and underflow bugs when resizing.
2010-10-18 00:06:32 +02:00
Michael Stapelberg
182256bf71
website/blog: include link to blog in menu
2010-10-17 19:18:04 +02:00
Michael Stapelberg
ef381e1e85
blog: add feed, s/utf8/utf-8 in charset
2010-10-17 19:14:55 +02:00
Michael Stapelberg
54fcc5fc3e
add blog/ (jekyll folder structure for http://i3.zekjur.net/blog/ )
2010-10-17 18:43:19 +02:00
Michael Stapelberg
d1e3fd192f
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:18:31 +02:00
Fernando Tarlá Cardoso Lemos
83a82d77bf
Info about client.background for the user guide.
2010-10-07 19:28:50 +02:00
Fernando Tarlá Cardoso Lemos
6d54b5a506
Fix possible rounding errors.
2010-09-24 15:52:04 +02:00
Fernando Tarlá Cardoso Lemos
fa3ad8be10
Support for custom bg colors for clients.
2010-09-24 15:46:57 +02:00
Stefan Schneider-Kennedy
5ed0c0a042
Opera flash plugin no longer prevents in-page focus changing. Specifically, clicking a focussed window no longer forces set_focus.
2010-09-24 15:40:05 +02:00
Michael Stapelberg
622d680fa8
website: update i3status for the 2.2 release
2010-09-23 00:54:17 +02:00
Michael Stapelberg
545aaa7569
Use sstrdup() instead of strdup()
2010-09-22 23:10:49 +02:00
Michael Stapelberg
f2896d34e0
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:35:48 +02:00
Michael Stapelberg
f6638b4b9e
website: update i3lock website (for the 2.0 release)
2010-09-05 14:08:21 +02:00
Fernando Tarlá Cardoso Lemos
6cf7ac7655
Validate the ws number for client assignment.
2010-09-01 11:54:07 +02:00
Michael Stapelberg
26c61850bd
Bugfix: Replay unhandled pointer events (Thanks Marcus)
2010-07-31 14:58:14 +02:00
Michael Stapelberg
65058e0349
website: add link to refcard.pdf
2010-07-23 21:40:09 +02:00
Fernando Tarlá Cardoso Lemos
20fc7681b1
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:19:38 +02:00
Michael Stapelberg
935f950ce2
Bugfix: Render decoration of single window in tabbed/stacked container (Thanks Fernando)
2010-07-11 22:23:32 +02:00
Michael Stapelberg
f70530d575
website: update fedora link, add RHEL, CentOS (Thanks cassmodiah)
2010-07-03 19:29:24 +02:00
Michael Stapelberg
14e882826e
debian: bump compatibility to 6
2010-06-23 18:30:02 +02:00
Michael Stapelberg
5b80d4907c
debian: update changelog
2010-06-23 18:29:58 +02:00
Michael Stapelberg
bda1201b5c
debian: add watch file
2010-06-23 18:19:39 +02:00
Michael Stapelberg
2fd8774249
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:27:56 +02:00
Michael Stapelberg
2c305b5429
Bugfix: Don’t crash when a dock client starts up with nonsense coordinates (Thanks dothebart)
...
This fixes ticket #229
2010-06-16 19:16:05 +02:00
Michael Stapelberg
c024a23142
website: add download link to the new release
2010-06-09 10:14:21 +02:00
Michael Stapelberg
7d05f1a1a0
debian: update i3-wm.docs
2010-06-09 09:59:33 +02:00
Michael Stapelberg
78dc8fc36e
Add documentation for external workspace bars
2010-06-09 09:57:43 +02:00
Michael Stapelberg
9bd6bbd70d
debian: update changelog
2010-06-09 09:53:36 +02:00