summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-15Cleanup makefiles, add version to i3 -v and i3 startup3.aMichael Stapelberg
2009-03-15Disable horizontal resizing for the release version, it still has bugsMichael Stapelberg
2009-03-15Bugfix: re-decorate old client when switching screensMichael Stapelberg
2009-03-15Bugfix: Only actively change focus if this is the current containerMichael Stapelberg
2009-03-15Implement clicking on the bar to switch workspacesMichael Stapelberg
2009-03-15Bugfix: Fix rounding problems when positioning proportional windowsMichael Stapelberg
2009-03-15Bugfix: Query WM_NORMAL_HINTS when managing a window to handle proportional h...Michael Stapelberg
2009-03-14Implement kill-command to kill the current window, document itMichael Stapelberg
2009-03-14Implement exit command, document it in manpage, add it to defaultconfig (Mod1...Michael Stapelberg
2009-03-14Add docbook-xml as build dependency, revert last commitMichael Stapelberg
2009-03-14Add -L to not invoke xmllint which fails on some systems because it can’t d...Michael Stapelberg
2009-03-14Send configure notify after putting a client into fullscreen mode, log at a c...Michael Stapelberg
2009-03-14Update „Building i3 on Ubuntu 9.04” howtoMichael Stapelberg
2009-03-14Add imprint to the website for compliance with german law.Michael Stapelberg
2009-03-14Add file PACKAGE-MAINTAINERS with hints for package maintainersMichael Stapelberg
2009-03-14Update the overview of default bindingsMichael Stapelberg
2009-03-14Fix errors in i3.config, update manpageMichael Stapelberg
2009-03-14Update website (menu, links to the documentation, manpage online)Michael Stapelberg
2009-03-13Remove unused variable (fixes warning)Michael Stapelberg
2009-03-13Update build-dependencies for debianMichael Stapelberg
2009-03-13Fix fullscreen for xpdf (at least on debian, with proper _NET_WM_STATE hints)Michael Stapelberg
2009-03-13Fix compilationMichael Stapelberg
2009-03-13Fake more configure notifies (makes xpdf work better)Michael Stapelberg
2009-03-12More example codeMichael Stapelberg
2009-03-12Add some code to the presentationMichael Stapelberg
2009-03-12Bugfix: Completely ignore legacy hints as soon as the client uses _NET_WM_NAMEMichael Stapelberg
2009-03-12Add slides for presentation at NoName e.V.Michael Stapelberg
2009-03-12Add website for i3lockMichael Stapelberg
2009-03-11Update debian/ to build a meta-package for i3Michael Stapelberg
2009-03-11Move i3lock in its own repositoryMichael Stapelberg
2009-03-11Handle legacy window titles by rendering them not unicode-compatible.Michael Stapelberg
2009-03-11Implement cleaning up the list of ignored eventsMichael Stapelberg
2009-03-11Fix misnomer (window_type_handler → handle_window_type), resolve TODOMichael Stapelberg
2009-03-11Update config to use i3menu on Mod1+p, update Makefile to compile/install i3l...Michael Stapelberg
2009-03-11Move i3lock to src/i3lock, import dmenu-3.9 as i3menuMichael Stapelberg
2009-03-11Implement moving containers, implement moving windows to the top if top-most,...Michael Stapelberg
2009-03-11Implement moving clients to the left if they are leftmostMichael Stapelberg
2009-03-11Bugfix: Redecorate the last focused window of the container we are switching ...Michael Stapelberg
2009-03-11Bugfix: Don’t handle mouse click events inside the titlebarMichael Stapelberg
2009-03-11Bugfix: Change the event mask to ignore enter notifies when rendering the lay...Michael Stapelberg
2009-03-10Bugfix: Eliminate race condition, fix dock windowsMichael Stapelberg
2009-03-10Ignore notify events which are not in mode XCB_NOTIFY_MODE_NORMALMichael Stapelberg
2009-03-10Fix warning (typecast)Michael Stapelberg
2009-03-10Remove that stupid XBell() which gets triggered falsely when resuming suspend...Michael Stapelberg
2009-03-10Major change: Redirect events instead of handle the notifies.Michael Stapelberg
2009-03-09Make i3lock fork(), use white color and disable DPMSMichael Stapelberg
2009-03-09Import slock-0.9 as i3lockMichael Stapelberg
2009-03-09Fix warningMichael Stapelberg
2009-03-09Bugfix: Handle all events when dragging to resize, correctly set OVERRIDE_RED...Michael Stapelberg
2009-03-09Bugfix: Draw bar at the correct position, handle expose events for barsMichael Stapelberg