]> git.sur5r.net Git - i3/i3/log
i3/i3
12 years agoMerge i3bar into next
Michael Stapelberg [Mon, 1 Aug 2011 13:55:21 +0000 (15:55 +0200)]
Merge i3bar into next

12 years agodocs/userguide: remove the bar.* color keys (Thanks aksr)
Michael Stapelberg [Mon, 1 Aug 2011 12:42:21 +0000 (14:42 +0200)]
docs/userguide: remove the bar.* color keys (Thanks aksr)

12 years agodocs/userguide: use i3bar instead of dzen2 in the 'exec' example (Thanks ubitux)
Michael Stapelberg [Mon, 1 Aug 2011 12:40:01 +0000 (14:40 +0200)]
docs/userguide: use i3bar instead of dzen2 in the 'exec' example (Thanks ubitux)

12 years agoupdate debian packaging
Michael Stapelberg [Mon, 1 Aug 2011 12:39:45 +0000 (14:39 +0200)]
update debian packaging

12 years agodocs/userguide: update keyboard-layer images, remove incomplete warning 4.0
Michael Stapelberg [Sun, 31 Jul 2011 21:53:10 +0000 (23:53 +0200)]
docs/userguide: update keyboard-layer images, remove incomplete warning

12 years agodocs/userguide: document for_window (Thanks aksr)
Michael Stapelberg [Sun, 31 Jul 2011 21:38:08 +0000 (23:38 +0200)]
docs/userguide: document for_window (Thanks aksr)

12 years agoupdate i3.man
Michael Stapelberg [Sun, 31 Jul 2011 21:34:28 +0000 (23:34 +0200)]
update i3.man

12 years agoadd a manpage for i3-migrate-config-to-v4
Michael Stapelberg [Sun, 31 Jul 2011 21:22:50 +0000 (23:22 +0200)]
add a manpage for i3-migrate-config-to-v4

12 years agoi3-migrate-config-to-v4: drop the .pl suffix
Michael Stapelberg [Sun, 31 Jul 2011 21:11:05 +0000 (23:11 +0200)]
i3-migrate-config-to-v4: drop the .pl suffix

As lintian (a Debian package checker) mentions, it is more clever to install it
without the extension, since the implementation language might change.

12 years agoadd a manpage for i3-config-wizard
Michael Stapelberg [Sun, 31 Jul 2011 21:08:25 +0000 (23:08 +0200)]
add a manpage for i3-config-wizard

12 years agomakefile: use $SUBDIRS for clean/distclean
Michael Stapelberg [Sun, 31 Jul 2011 21:01:16 +0000 (23:01 +0200)]
makefile: use $SUBDIRS for clean/distclean

12 years agodebian: bump standards-version, update website
Michael Stapelberg [Sun, 31 Jul 2011 20:41:47 +0000 (22:41 +0200)]
debian: bump standards-version, update website

12 years agodebian: update changelog
Michael Stapelberg [Sun, 31 Jul 2011 20:34:47 +0000 (22:34 +0200)]
debian: update changelog

12 years agoupdate date in RELEASE-NOTES-4.0
Michael Stapelberg [Sun, 31 Jul 2011 20:25:37 +0000 (22:25 +0200)]
update date in RELEASE-NOTES-4.0

12 years agoremove obsolete docs/tree-migrating
Michael Stapelberg [Sun, 31 Jul 2011 20:19:46 +0000 (22:19 +0200)]
remove obsolete docs/tree-migrating

12 years agomake dist: cleanup τεχ files before copying
Michael Stapelberg [Sun, 31 Jul 2011 20:18:48 +0000 (22:18 +0200)]
make dist: cleanup τεχ files before copying

12 years agoremove old RELEASE-NOTES from git. they are archived in the i3-website git
Michael Stapelberg [Sun, 31 Jul 2011 20:07:02 +0000 (22:07 +0200)]
remove old RELEASE-NOTES from git. they are archived in the i3-website git

12 years agoremove website/ from git, it got its own repository
Michael Stapelberg [Sun, 31 Jul 2011 20:03:27 +0000 (22:03 +0200)]
remove website/ from git, it got its own repository

See 'i3-website' at http://code.i3wm.org/i3-website

12 years agoMerge branch 'tree' into next
Michael Stapelberg [Sun, 31 Jul 2011 19:56:02 +0000 (21:56 +0200)]
Merge branch 'tree' into next

12 years agoremove README.tree, the warning is obsolete now
Michael Stapelberg [Sun, 31 Jul 2011 19:53:54 +0000 (21:53 +0200)]
remove README.tree, the warning is obsolete now

12 years agoadd i3-config-wizard to .gitignore
Michael Stapelberg [Sun, 31 Jul 2011 19:53:47 +0000 (21:53 +0200)]
add i3-config-wizard to .gitignore

12 years agoBugfix: Handle (and free) the last_motion_notify
Michael Stapelberg [Sun, 31 Jul 2011 19:21:45 +0000 (21:21 +0200)]
Bugfix: Handle (and free) the last_motion_notify

12 years agoBugfix: Correctly free the xcb_get_geometry reply when not managing a window
Michael Stapelberg [Sun, 31 Jul 2011 18:39:33 +0000 (20:39 +0200)]
Bugfix: Correctly free the xcb_get_geometry reply when not managing a window

12 years agoBugfix: free() the grab_pointer reply
Michael Stapelberg [Sun, 31 Jul 2011 17:52:58 +0000 (19:52 +0200)]
Bugfix: free() the grab_pointer reply

12 years agohandle the xcb_grab_pointer reply
Michael Stapelberg [Sun, 31 Jul 2011 17:48:39 +0000 (19:48 +0200)]
handle the xcb_grab_pointer reply

12 years agoBugfix: also free() X11 errors in the main loop
Michael Stapelberg [Sun, 31 Jul 2011 17:41:57 +0000 (19:41 +0200)]
Bugfix: also free() X11 errors in the main loop

12 years agoForgot free(event)
Michael Stapelberg [Sun, 31 Jul 2011 17:34:55 +0000 (19:34 +0200)]
Forgot free(event)

12 years agoBugfix: Same xcb_send_event fix as 1e0033bce4
Michael Stapelberg [Sun, 31 Jul 2011 17:33:56 +0000 (19:33 +0200)]
Bugfix: Same xcb_send_event fix as 1e0033bce4

12 years agoBugfix: Correctly pass the pointer to xcb_send_event
Michael Stapelberg [Sun, 31 Jul 2011 17:26:38 +0000 (19:26 +0200)]
Bugfix: Correctly pass the pointer to xcb_send_event

12 years agoadd xcb_icccm_get_wm_protocols to xcb_compat.h (Thanks Merovius)
Michael Stapelberg [Sun, 31 Jul 2011 16:32:28 +0000 (18:32 +0200)]
add xcb_icccm_get_wm_protocols to xcb_compat.h (Thanks Merovius)

12 years agoBugfix: Delay event-subscription until reconnect (thx aniou)
Axel Wagner [Sun, 31 Jul 2011 16:26:52 +0000 (18:26 +0200)]
Bugfix: Delay event-subscription until reconnect (thx aniou)

12 years agoxcb: don’t use the _unchecked variant for requests which have a reply
Michael Stapelberg [Sun, 31 Jul 2011 16:19:41 +0000 (18:19 +0200)]
xcb: don’t use the _unchecked variant for requests which have a reply

12 years agoBugfix: free replies after using them
Michael Stapelberg [Sun, 31 Jul 2011 16:17:56 +0000 (18:17 +0200)]
Bugfix: free replies after using them

12 years agoBugfix: load_font: free reply after using it
Michael Stapelberg [Sun, 31 Jul 2011 15:57:11 +0000 (17:57 +0200)]
Bugfix: load_font: free reply after using it

12 years agoBugfix: free font string after using it
Michael Stapelberg [Sun, 31 Jul 2011 15:54:53 +0000 (17:54 +0200)]
Bugfix: free font string after using it

12 years agoBugfix: cfgparse: correctly free parser/lexer
Michael Stapelberg [Sun, 31 Jul 2011 15:50:54 +0000 (17:50 +0200)]
Bugfix: cfgparse: correctly free parser/lexer

12 years agoBugfix: property handlers: correctly free replies in all cases
Michael Stapelberg [Sun, 31 Jul 2011 15:46:41 +0000 (17:46 +0200)]
Bugfix: property handlers: correctly free replies in all cases

12 years agoBugfix: Allocate 32 bytes for xcb_send_event, it always copies 32 bytes
Michael Stapelberg [Sun, 31 Jul 2011 15:46:01 +0000 (17:46 +0200)]
Bugfix: Allocate 32 bytes for xcb_send_event, it always copies 32 bytes

Fixes an 'uninitialized memory' error in valgrind

12 years agoBugfix: Free property replies in their handlers
Michael Stapelberg [Sun, 31 Jul 2011 15:12:37 +0000 (17:12 +0200)]
Bugfix: Free property replies in their handlers

12 years agoBugfix: Fix small memory leak when initializing output Cons
Michael Stapelberg [Sun, 31 Jul 2011 15:11:51 +0000 (17:11 +0200)]
Bugfix: Fix small memory leak when initializing output Cons

12 years agoBugfix: fix memory leak in src/cmdparse.y
Michael Stapelberg [Sun, 31 Jul 2011 15:11:28 +0000 (17:11 +0200)]
Bugfix: fix memory leak in src/cmdparse.y

12 years agodocs/hacking-howto: comment out a few sections which are not updated yet
Michael Stapelberg [Sun, 31 Jul 2011 14:19:25 +0000 (16:19 +0200)]
docs/hacking-howto: comment out a few sections which are not updated yet

We want to get this release out and will update the sections afterwards. Sorry!
If you need to know stuff *right now*, please ask us on IRC

12 years agoUpdate changelog and copyright, bump version and more
Axel Wagner [Sun, 31 Jul 2011 14:16:17 +0000 (16:16 +0200)]
Update changelog and copyright, bump version and more

12 years agoCorrect some minor mistakes in the manpage (thx sECuRE)
Axel Wagner [Sun, 31 Jul 2011 13:58:14 +0000 (15:58 +0200)]
Correct some minor mistakes in the manpage (thx sECuRE)

12 years agoMerge branch 'tree' into next
Axel Wagner [Sun, 31 Jul 2011 13:54:59 +0000 (15:54 +0200)]
Merge branch 'tree' into next

12 years agodocs/userguide: update the status line section, recommend i3bar
Michael Stapelberg [Sun, 31 Jul 2011 13:39:18 +0000 (15:39 +0200)]
docs/userguide: update the status line section, recommend i3bar

dzen2 does not get mentioned anymore. They did not release a new version for
more than three years (-dock was added 2008-04-03). I am sick of telling people
they need to check out the latest SVN trunk of dzen2.

12 years agodocs/userguide: little fixes by fernando
Michael Stapelberg [Fri, 29 Jul 2011 11:31:37 +0000 (13:31 +0200)]
docs/userguide: little fixes by fernando

12 years agoremove unnecessary 'extern' keyword from function prototypes in include/xcursor.h
Michael Stapelberg [Fri, 29 Jul 2011 11:16:26 +0000 (13:16 +0200)]
remove unnecessary 'extern' keyword from function prototypes in include/xcursor.h

12 years agoBugfix: Set the cursor via the Xlib connection if XCursor is supported
Michael Stapelberg [Fri, 29 Jul 2011 11:12:28 +0000 (13:12 +0200)]
Bugfix: Set the cursor via the Xlib connection if XCursor is supported

This fixes a race where we created cursors on the Xlib connection, flushed,
then used the cursor on the XCB connection. Even though we flushed, the X
server did not process the requests yet and therefore returned a BadCursor
error.

This bugfix uses the Xlib connection for setting the root window cursor which
will ensure that the requests are properly serialized.

An easy test for this (on my machine) is the following ~/.xsession:
    xsetroot -cursor_name cross
    exec i3
If you see a cross cursor instead of the pointer, the race happens. You’ll see
a error_code=6 error in your ~/.xsession-errors.

12 years agoX11 errors: also log the error_code (see X Protocol, Appendix B, Errors)
Michael Stapelberg [Fri, 29 Jul 2011 11:11:02 +0000 (13:11 +0200)]
X11 errors: also log the error_code (see X Protocol, Appendix B, Errors)

12 years agoDon't leak the cursor_id.
Fernando Tarlá Cardoso Lemos [Thu, 28 Jul 2011 23:40:05 +0000 (20:40 -0300)]
Don't leak the cursor_id.

Fixes a server-side leak. The cursor_id is not needed when we're
using themed cursors (we never freed it either).

12 years agoSet the root window cursor. Fixes #442.
Fernando Tarlá Cardoso Lemos [Thu, 28 Jul 2011 23:36:14 +0000 (20:36 -0300)]
Set the root window cursor. Fixes #442.

12 years agodocs/userguide: explain the split command
Michael Stapelberg [Thu, 28 Jul 2011 23:12:19 +0000 (01:12 +0200)]
docs/userguide: explain the split command

12 years agodocs/userguide: explain default_orientation config directive
Michael Stapelberg [Thu, 28 Jul 2011 23:12:06 +0000 (01:12 +0200)]
docs/userguide: explain default_orientation config directive

12 years agouserguide: add popup_during_fullscreen configuration directive
Michael Stapelberg [Thu, 28 Jul 2011 22:26:30 +0000 (00:26 +0200)]
userguide: add popup_during_fullscreen configuration directive

12 years agoupdate docs/userguide (various little fixes/updates)
Michael Stapelberg [Thu, 28 Jul 2011 20:51:34 +0000 (22:51 +0200)]
update docs/userguide (various little fixes/updates)

12 years agoBugfix: Also abort drag_pointer after XCB_KEY_PRESS / XCB_KEY_RELEASE (Thanks eeemsi)
Michael Stapelberg [Thu, 28 Jul 2011 19:01:34 +0000 (21:01 +0200)]
Bugfix: Also abort drag_pointer after XCB_KEY_PRESS / XCB_KEY_RELEASE (Thanks eeemsi)

12 years agodocs/hacking-howto: a few little updates
Michael Stapelberg [Wed, 27 Jul 2011 15:05:28 +0000 (17:05 +0200)]
docs/hacking-howto: a few little updates

12 years agodocs/hacking-howto: update for RandR instead of Xinerama
Michael Stapelberg [Wed, 27 Jul 2011 14:37:19 +0000 (16:37 +0200)]
docs/hacking-howto: update for RandR instead of Xinerama

12 years agodocs/hacking-howto: update the file description
Michael Stapelberg [Wed, 27 Jul 2011 14:32:24 +0000 (16:32 +0200)]
docs/hacking-howto: update the file description

12 years agodocs/debugging: make the difference between logging and verbose logging more clear...
Michael Stapelberg [Wed, 27 Jul 2011 14:13:15 +0000 (16:13 +0200)]
docs/debugging: make the difference between logging and verbose logging more clear, little style fixes

12 years agomigrate-config: convert old 'with container' commands to 'focus parent; $command...
Michael Stapelberg [Wed, 27 Jul 2011 12:36:22 +0000 (14:36 +0200)]
migrate-config: convert old 'with container' commands to 'focus parent; $command' (+test) (Thanks Marcus)

12 years agotests: t/17-workspace.t: keep workspace 1 open
Michael Stapelberg [Wed, 27 Jul 2011 12:35:40 +0000 (14:35 +0200)]
tests: t/17-workspace.t: keep workspace 1 open

When not running i3 in a terminal from workspace 1, this would fail otherwise

12 years agotests: keep an X11 connection open to every display, fixes races
Michael Stapelberg [Wed, 27 Jul 2011 12:34:35 +0000 (14:34 +0200)]
tests: keep an X11 connection open to every display, fixes races

Otherwise, i3 is the only client and thus the X server shuts down after i3
disconnects. Xdummy restarts an X server, but that takes some time and
therefore sometimes the next testcase was unable to connect.

12 years agodefault config: start i3bar -d by default
Michael Stapelberg [Wed, 27 Jul 2011 11:32:27 +0000 (13:32 +0200)]
default config: start i3bar -d by default

like i3-migrate-config-to-v4.pl does it

12 years agoi3-nagbar: correctly check for errors when connecting to X11
Michael Stapelberg [Wed, 27 Jul 2011 11:30:12 +0000 (13:30 +0200)]
i3-nagbar: correctly check for errors when connecting to X11

12 years agoi3-config-wizard: use a managed, floating (dialog) window. fixes focus problems
Michael Stapelberg [Wed, 27 Jul 2011 11:28:32 +0000 (13:28 +0200)]
i3-config-wizard: use a managed, floating (dialog) window. fixes focus problems

Probably only when another window is already opened, but people can do that
(start i3 from within a terminal in their X session)

12 years agoi3-config-wizard: correctly check for errors when connecting to X11
Michael Stapelberg [Wed, 27 Jul 2011 11:05:40 +0000 (13:05 +0200)]
i3-config-wizard: correctly check for errors when connecting to X11

12 years agoremove _NET_WM_WORKAREA from _NET_SUPPORTED for now
Michael Stapelberg [Wed, 27 Jul 2011 10:51:38 +0000 (12:51 +0200)]
remove _NET_WM_WORKAREA from _NET_SUPPORTED for now

See ticket #301, this is a problem with Qt apps on your second monitor.

We should implement better EWMH support, but not before the release :).

12 years agoadd Xdummy script to start a headless X11 server
Michael Stapelberg [Mon, 25 Jul 2011 13:37:46 +0000 (15:37 +0200)]
add Xdummy script to start a headless X11 server

12 years agotestsuite: allow parallel runs. decreases the test time by 60% when using 4 displays
Michael Stapelberg [Mon, 25 Jul 2011 13:37:13 +0000 (15:37 +0200)]
testsuite: allow parallel runs. decreases the test time by 60% when using 4 displays

12 years agotests: get the socket path from the X11 atom I3_SOCKET_PATH
Michael Stapelberg [Mon, 25 Jul 2011 11:35:56 +0000 (13:35 +0200)]
tests: get the socket path from the X11 atom I3_SOCKET_PATH

The hard-coded socket paths are not useful when running the test suite in
parallel.

12 years agox.c: fix warning by removing unused variable
Michael Stapelberg [Sun, 24 Jul 2011 22:32:14 +0000 (00:32 +0200)]
x.c: fix warning by removing unused variable

12 years agohandlers.c: fix warnings
Michael Stapelberg [Sun, 24 Jul 2011 22:32:03 +0000 (00:32 +0200)]
handlers.c: fix warnings

12 years agoi3-nagbar: fix warnings
Michael Stapelberg [Sun, 24 Jul 2011 22:31:51 +0000 (00:31 +0200)]
i3-nagbar: fix warnings

12 years agomakefiles: build subdirs (Thanks Kacper)
Michael Stapelberg [Sun, 24 Jul 2011 22:31:35 +0000 (00:31 +0200)]
makefiles: build subdirs (Thanks Kacper)

12 years agoextend .gitignore
Michael Stapelberg [Sun, 24 Jul 2011 22:25:42 +0000 (00:25 +0200)]
extend .gitignore

12 years agodebian: add missing τεχ build dependencies for the refcard
Michael Stapelberg [Sun, 24 Jul 2011 20:57:55 +0000 (22:57 +0200)]
debian: add missing τεχ build dependencies for the refcard

12 years agodocs/makefile: correctly make 'clean'
Michael Stapelberg [Sun, 24 Jul 2011 20:43:50 +0000 (22:43 +0200)]
docs/makefile: correctly make 'clean'

12 years agouse the window class Firefox instead of the debian-specific Iceweasel
Michael Stapelberg [Sun, 24 Jul 2011 20:17:31 +0000 (22:17 +0200)]
use the window class Firefox instead of the debian-specific Iceweasel

12 years agodefine prototype for xcb_get_numlock_mask (fixes warning)
Michael Stapelberg [Sun, 24 Jul 2011 20:16:40 +0000 (22:16 +0200)]
define prototype for xcb_get_numlock_mask (fixes warning)

12 years agoi3-config-wizard: fix keypresses with numlock on, also accept keypad enter (Thanks...
Michael Stapelberg [Sun, 24 Jul 2011 20:14:12 +0000 (22:14 +0200)]
i3-config-wizard: fix keypresses with numlock on, also accept keypad enter (Thanks mxf)

12 years agorelease-notes: few fixes by fernando, thanks
Michael Stapelberg [Sun, 24 Jul 2011 20:06:53 +0000 (22:06 +0200)]
release-notes: few fixes by fernando, thanks

12 years agoadd release notes for 4.0 (no, we’re still not releasing yet)
Michael Stapelberg [Sun, 24 Jul 2011 19:33:54 +0000 (21:33 +0200)]
add release notes for 4.0 (no, we’re still not releasing yet)

12 years agoremove unnecessary close, because fclose already closes the file descriptor
Michael Stapelberg [Sun, 24 Jul 2011 16:42:46 +0000 (18:42 +0200)]
remove unnecessary close, because fclose already closes the file descriptor

12 years agodocs/ipc: document the tree request / reply
Michael Stapelberg [Sun, 24 Jul 2011 13:02:39 +0000 (15:02 +0200)]
docs/ipc: document the tree request / reply

12 years agoipc: make 'focused' a bool
Michael Stapelberg [Sun, 24 Jul 2011 13:00:09 +0000 (15:00 +0200)]
ipc: make 'focused' a bool

12 years agoipc: make 'urgent' a bool
Michael Stapelberg [Sun, 24 Jul 2011 12:54:30 +0000 (14:54 +0200)]
ipc: make 'urgent' a bool

12 years agoipc: send 'percent': null when percent is not relevant for the container
Michael Stapelberg [Sun, 24 Jul 2011 12:47:28 +0000 (14:47 +0200)]
ipc: send 'percent': null when percent is not relevant for the container

12 years agodocs/ipc: update socket path section
Michael Stapelberg [Sun, 24 Jul 2011 12:39:15 +0000 (14:39 +0200)]
docs/ipc: update socket path section

12 years agobump version number (no, we’re not releasing yet)
Michael Stapelberg [Sat, 23 Jul 2011 22:14:26 +0000 (00:14 +0200)]
bump version number (no, we’re not releasing yet)

12 years agoupdate PACKAGE-MAINTAINER, mention i3-migrate-config-to-v4.pl and i3-config-wizard
Michael Stapelberg [Sat, 23 Jul 2011 22:08:34 +0000 (00:08 +0200)]
update PACKAGE-MAINTAINER, mention i3-migrate-config-to-v4.pl and i3-config-wizard

12 years agoupdate DEPENDS file
Michael Stapelberg [Sat, 23 Jul 2011 21:53:31 +0000 (23:53 +0200)]
update DEPENDS file

12 years agoSet some more atoms for _NET_SUPPORTED (Thanks lexszero)
Michael Stapelberg [Sat, 23 Jul 2011 20:40:47 +0000 (22:40 +0200)]
Set some more atoms for _NET_SUPPORTED (Thanks lexszero)

12 years agoremove left-over wordexp.h include
Michael Stapelberg [Sat, 23 Jul 2011 20:37:41 +0000 (22:37 +0200)]
remove left-over wordexp.h include

12 years agoupdate debian/ to include all documentation/bump standars version
Michael Stapelberg [Sat, 6 Nov 2010 13:40:18 +0000 (14:40 +0100)]
update debian/ to include all documentation/bump standars version

Conflicts:

debian/control

12 years agoBugfix: use the global root variable, don’t get the first one (Thanks quaec)
Michael Stapelberg [Sat, 23 Jul 2011 20:29:01 +0000 (22:29 +0200)]
Bugfix: use the global root variable, don’t get the first one (Thanks quaec)

12 years agoMakefile: don’t set PREFIX/SYSCONFDIR (necessary for OpenBSD ports framework) (Thanks...
Michael Stapelberg [Sat, 24 Jul 2010 10:21:33 +0000 (12:21 +0200)]
Makefile: don’t set PREFIX/SYSCONFDIR (necessary for OpenBSD ports framework) (Thanks madroach)

12 years agodebian: add i3-wm.wm for dh_installwm to repository
Michael Stapelberg [Sat, 24 Jul 2010 10:19:53 +0000 (12:19 +0200)]
debian: add i3-wm.wm for dh_installwm to repository

12 years agoexpand .gitignore (Thanks madroach)
Michael Stapelberg [Sat, 23 Jul 2011 20:24:02 +0000 (22:24 +0200)]
expand .gitignore (Thanks madroach)