Commit Graph

248 Commits

Author SHA1 Message Date
e0f7e253ff Bugfix: Fix memory leak 2009-03-20 17:31:34 +01:00
8ec7a1f81c Add sitemap.xml 2009-03-18 10:03:06 +01:00
48a6ff30e3 Add meta tags to header 2009-03-18 09:59:00 +01:00
4647d0ea54 website: Add robots.txt, Link bugtracker 2009-03-18 09:47:12 +01:00
7b2fd99021 Add description to screenshot 2009-03-16 09:59:00 +01:00
c586ced835 Add screenshots to website 2009-03-16 09:57:37 +01:00
1d4e311abb Update manpage 2009-03-16 08:18:52 +01:00
780ee5725c website: Link GPG-signature 2009-03-15 23:42:08 +01:00
6a8ea6c898 Fix makefile to replace git-versions so tarball works without git 2009-03-15 23:40:08 +01:00
4d5b4631d5 Update debian changelog 2009-03-15 23:28:56 +01:00
a505e4ea05 Update download page for release of 3.α 2009-03-15 23:27:03 +01:00
eb2ceb95bf Cleanup makefiles, add version to i3 -v and i3 startup 2009-03-15 23:15:16 +01:00
21f7b7a724 Disable horizontal resizing for the release version, it still has bugs 2009-03-15 21:31:35 +01:00
3d260f8e50 Bugfix: re-decorate old client when switching screens 2009-03-15 21:13:15 +01:00
74465a562a Bugfix: Only actively change focus if this is the current container 2009-03-15 20:52:43 +01:00
3a994e4bf7 Implement clicking on the bar to switch workspaces 2009-03-15 17:49:25 +01:00
76effaf29a Bugfix: Fix rounding problems when positioning proportional windows 2009-03-15 17:35:16 +01:00
c02dd93bcc Bugfix: Query WM_NORMAL_HINTS when managing a window to handle proportional hints which were set before mapping 2009-03-15 12:24:49 +01:00
cb9c7078be Implement kill-command to kill the current window, document it 2009-03-14 22:09:36 +01:00
cc0b060628 Implement exit command, document it in manpage, add it to defaultconfig (Mod1+Shift+e) 2009-03-14 21:31:22 +01:00
21e62ae9b7 Add docbook-xml as build dependency, revert last commit 2009-03-14 18:55:47 +01:00
a6f00488d6 Add -L to not invoke xmllint which fails on some systems because it can’t download the DTD 2009-03-14 18:45:55 +01:00
80e2bf708d Send configure notify after putting a client into fullscreen mode, log at a central place 2009-03-14 17:37:11 +01:00
29112655dc Update „Building i3 on Ubuntu 9.04” howto 2009-03-14 17:12:11 +01:00
df5ba408dc Add imprint to the website for compliance with german law. 2009-03-14 01:51:01 +01:00
26e05604f6 Add file PACKAGE-MAINTAINERS with hints for package maintainers 2009-03-14 01:30:37 +01:00
70644c6379 Update the overview of default bindings 2009-03-14 01:26:09 +01:00
95cd4334a9 Fix errors in i3.config, update manpage 2009-03-14 01:21:51 +01:00
2816f75140 Update website (menu, links to the documentation, manpage online) 2009-03-14 01:15:54 +01:00
4ad1edc5eb Remove unused variable (fixes warning) 2009-03-13 11:20:21 +01:00
1a377d2af0 Update build-dependencies for debian 2009-03-13 05:08:42 +01:00
e3085b4f75 Fix fullscreen for xpdf (at least on debian, with proper _NET_WM_STATE hints)
xpdf sets the _NET_WM_STATE before actually mapping the window. i3 only checked
for changes of this hint, but not if it is already set when intially managing
the window.

Note that you need to patch your xpdf to support _NET_WM_STATE, because, while
only being reported at 2004, upstream still did not merge the patch *grrr*
See this debian bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=247602
Or directly download the patch from:
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=61;filename=31_fullscreen.dpatch;att=1;bug=247602
2009-03-13 04:51:17 +01:00
9c755dcb0d Fix compilation 2009-03-13 04:51:09 +01:00
14834c3530 Fake more configure notifies (makes xpdf work better) 2009-03-13 00:39:16 +01:00
89db5f7217 More example code 2009-03-12 17:56:03 +01:00
1b2e180718 Add some code to the presentation 2009-03-12 17:19:19 +01:00
755709c86d Bugfix: Completely ignore legacy hints as soon as the client uses _NET_WM_NAME 2009-03-12 16:44:44 +01:00
0ef49807ba Add slides for presentation at NoName e.V. 2009-03-12 04:37:05 +01:00
349aff59d1 Add website for i3lock 2009-03-12 00:25:28 +01:00
6bcb53e5ea Update debian/ to build a meta-package for i3 2009-03-11 22:49:41 +01:00
e1252b51da Move i3lock in its own repository 2009-03-11 22:21:50 +01:00
cc2c63b860 Handle legacy window titles by rendering them not unicode-compatible. 2009-03-11 21:31:54 +01:00
17bcdd8b0f Implement cleaning up the list of ignored events 2009-03-11 20:06:30 +01:00
12970211c4 Fix misnomer (window_type_handler → handle_window_type), resolve TODO 2009-03-11 19:39:32 +01:00
d8ac364749 Update config to use i3menu on Mod1+p, update Makefile to compile/install i3lock and i3menu 2009-03-11 19:09:17 +01:00
969d6f202e Move i3lock to src/i3lock, import dmenu-3.9 as i3menu 2009-03-11 19:03:24 +01:00
c0aa9cac61 Implement moving containers, implement moving windows to the top if top-most, change config to use Mod3 2009-03-11 18:56:31 +01:00
49b56166dc Implement moving clients to the left if they are leftmost 2009-03-11 01:55:10 +01:00
9c0d5b6e5e Bugfix: Redecorate the last focused window of the container we are switching into 2009-03-11 00:56:39 +01:00
ec290cbfa9 Bugfix: Don’t handle mouse click events inside the titlebar 2009-03-11 00:45:49 +01:00