Commit Graph

1673 Commits (6a07e083201fe2baaf7e6d76b469f9278ca119d2)

Author SHA1 Message Date
Michael Stapelberg 6a07e08320 makefiles: build subdirs (Thanks Kacper) 2011-07-25 00:31:35 +02:00
Michael Stapelberg 1a3f4c2f7d extend .gitignore 2011-07-25 00:25:42 +02:00
Michael Stapelberg 50f97b8bd7 debian: add missing τεχ build dependencies for the refcard 2011-07-24 22:57:55 +02:00
Michael Stapelberg 8c18121a11 docs/makefile: correctly make 'clean' 2011-07-24 22:43:50 +02:00
Michael Stapelberg a03c63dc39 use the window class Firefox instead of the debian-specific Iceweasel 2011-07-24 22:17:31 +02:00
Michael Stapelberg 4fe870c927 define prototype for xcb_get_numlock_mask (fixes warning) 2011-07-24 22:16:40 +02:00
Michael Stapelberg 4099b4302b i3-config-wizard: fix keypresses with numlock on, also accept keypad enter (Thanks mxf) 2011-07-24 22:14:12 +02:00
Michael Stapelberg 8994c45495 release-notes: few fixes by fernando, thanks 2011-07-24 22:06:53 +02:00
Michael Stapelberg 3bed119d9e add release notes for 4.0 (no, we’re still not releasing yet) 2011-07-24 21:33:54 +02:00
Michael Stapelberg 797ba5f7c8 remove unnecessary close, because fclose already closes the file descriptor 2011-07-24 18:42:46 +02:00
Michael Stapelberg 8c20fea3c2 docs/ipc: document the tree request / reply 2011-07-24 15:02:39 +02:00
Michael Stapelberg 34eb9b2664 ipc: make 'focused' a bool 2011-07-24 15:00:09 +02:00
Michael Stapelberg b09bb0fc2a ipc: make 'urgent' a bool 2011-07-24 14:54:30 +02:00
Michael Stapelberg 36fde6dbe1 ipc: send 'percent': null when percent is not relevant for the container 2011-07-24 14:47:28 +02:00
Michael Stapelberg f0aa52f674 docs/ipc: update socket path section 2011-07-24 14:39:15 +02:00
Michael Stapelberg c2f8a0efee bump version number (no, we’re not releasing yet) 2011-07-24 00:14:26 +02:00
Michael Stapelberg 3821b9e841 update PACKAGE-MAINTAINER, mention i3-migrate-config-to-v4.pl and i3-config-wizard 2011-07-24 00:08:46 +02:00
Michael Stapelberg 6cb7ef6deb update DEPENDS file 2011-07-23 23:53:31 +02:00
Michael Stapelberg a05a9f8dae Set some more atoms for _NET_SUPPORTED (Thanks lexszero) 2011-07-23 22:40:47 +02:00
Michael Stapelberg 3f7c7c2e38 remove left-over wordexp.h include 2011-07-23 22:37:41 +02:00
Michael Stapelberg a21155e24c update debian/ to include all documentation/bump standars version
Conflicts:

	debian/control
2011-07-23 22:32:16 +02:00
Michael Stapelberg ffe297f5e5 Bugfix: use the global root variable, don’t get the first one (Thanks quaec) 2011-07-23 22:29:01 +02:00
Michael Stapelberg 44f46a5ee6 Makefile: don’t set PREFIX/SYSCONFDIR (necessary for OpenBSD ports framework) (Thanks madroach) 2011-07-23 22:24:23 +02:00
Michael Stapelberg 8ff956a348 debian: add i3-wm.wm for dh_installwm to repository 2011-07-23 22:24:16 +02:00
Michael Stapelberg ba4967580a expand .gitignore (Thanks madroach) 2011-07-23 22:24:02 +02:00
Michael Stapelberg fdd098b010 secure strscpy by replacing with strncpy 2011-07-23 22:22:36 +02:00
Michael Stapelberg a402480ad0 docs: add reference card (by Zeus Panchenko)
Conflicts:

	docs/Makefile
2011-07-23 22:21:10 +02:00
Fernando Tarlá Cardoso Lemos 26f0a9d750 Reset the color to the default color, don't harcode white. 2011-07-23 22:19:30 +02:00
Michael Stapelberg 3989dcab9a debian: bump compatibility to 6 2011-07-23 22:19:23 +02:00
Michael Stapelberg 5ecdb1db45 debian: update changelog 2011-07-23 22:19:17 +02:00
Michael Stapelberg 7f21dfd4cf debian: add watch file 2011-07-23 22:19:12 +02:00
Michael Stapelberg 681f3c0d5b debian: call dh_installwm to register as alternative for x-window-manager 2011-07-23 22:19:06 +02:00
Michael Stapelberg 5d30bfbeed debian: update changelog 2011-07-23 22:18:58 +02:00
Michael Stapelberg be49ed99f4 i3-wsbar: replace %w with the width of the output (Thanks dothebart)
This fixes ticket #231
2011-07-23 22:18:47 +02:00
Michael Stapelberg a0d2069bb3 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.
2011-07-23 22:18:47 +02:00
Michael Stapelberg 1b453b41a5 debian: update i3-wm.docs 2011-07-23 22:18:47 +02:00
Michael Stapelberg a55396a4fc update debian packaging 2011-07-23 22:18:42 +02:00
Michael Stapelberg 73027503fb wsbar: print an error and exit after not being able to talk to i3 for 2 seconds (Thanks badboy) 2011-07-23 22:11:25 +02:00
Michael Stapelberg 370715d1a8 Bugfix: Don’t leak file descriptor 2011-07-23 22:11:01 +02:00
Michael Stapelberg 7801cd7a03 Don’t pretend like the global fullscreen mode would be configured in the default config (Thanks Mirko)
Conflicts:

	docs/userguide
2011-07-23 22:08:41 +02:00
Michael Stapelberg f5e24bd349 userguide: add missing $ (Thanks artoj) 2011-07-23 22:07:49 +02:00
Jan-Erik Rediger 58da674def add socket path parameter to i3-wsbar script
fixes http://i3.zekjur.net/bugs/ticket/210
2011-07-23 22:07:33 +02:00
Michael Stapelberg 28a8df684f Exclude docs/*.svg from dist tarball 2011-07-23 22:07:19 +02:00
Michael Stapelberg 2eefb83b3b makefile: cleanup src/cfgparse.dot
Conflicts:

	Makefile
2011-07-23 22:06:50 +02:00
Michael Stapelberg 5ac7a52573 makefile: pre-generate docs/ 2011-07-23 22:05:33 +02:00
Michael Stapelberg 61cb07d576 debian: update changelog 2011-07-23 22:05:06 +02:00
Michael Stapelberg 9a68a2df90 manpage: update i3(1) 2011-07-23 22:03:07 +02:00
Michael Stapelberg 1a10a089e8 manpages: don’t regenerate manpages on every 'make'
Conflicts:

	man/Makefile
2011-07-23 22:02:27 +02:00
Michael Stapelberg 9c20e7f726 makefile: includue i3-wsbar in dist 2011-07-23 21:58:07 +02:00
Michael Stapelberg 642c4aaf6e manpages: extract manpage for i3-wsbar using pod2man(1) 2011-07-23 21:57:35 +02:00