summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-19Update make dist3.cMichael Stapelberg
2009-08-19initialize last_keycodeMichael Stapelberg
2009-08-19Update manpageMichael Stapelberg
2009-08-19Document new files in the hacking howtoMichael Stapelberg
2009-08-19Add release notes for 3.γMichael Stapelberg
2009-08-19userguide: use space for toggling tiling/floatingMichael Stapelberg
2009-08-19userguide: s/j/l in examplesMichael Stapelberg
2009-08-19Update examples to use bindsym instead of bindMichael Stapelberg
2009-08-19Update debian changelogMichael Stapelberg
2009-08-19Document commands and new configuration options in userguideMichael Stapelberg
2009-08-19Bugfix: Don’t crash when clients set an invalid leader hintMichael Stapelberg
2009-08-11More log cleanupsMichael Stapelberg
2009-08-11Bugfix: Fix screen wrapping, cleanup some log messagesMichael Stapelberg
2009-08-11Implement support for width_inc and height_inc of size hintsMichael Stapelberg
2009-08-11Bugfix: Don’t initialize screen twice when not using Xinerama (Thanks badboy)Michael Stapelberg
2009-08-11Set WM_STATE_WITHDRAWN when unmapping, unmap windows when destroying (Thanks ...Michael Stapelberg
2009-08-08Bugfix: Fix focused but inactive window color when using multiple monitorsMichael Stapelberg
2009-08-08Reduce number of configuration requests and thus flickeringMichael Stapelberg
2009-08-08Fix rendering of window decorations in stacking mode (there was a 1px-line to...Michael Stapelberg
2009-08-08Implement assignments of workspaces to screens, big cleanup of workspace codeMichael Stapelberg
2009-08-07Bugfix: Don’t crash when the font is specified after the workspace names in...Michael Stapelberg
2009-08-07Implement support for using key symbols in configuration fileMichael Stapelberg
2009-08-06Bugfix: Track the user’s pointer over the root window and update current wo...Michael Stapelberg
2009-08-06Bugfix: Correctly unmap stack windows and don’t re-map them too earlyMichael Stapelberg
2009-08-06Bugfix: Change to default mode if there was no client selectedMichael Stapelberg
2009-08-05Implement correct rendering of floating windows (decoration color)Michael Stapelberg
2009-08-05Bugfix: dock clients need to have borderless = trueMichael Stapelberg
2009-08-05Implement ws (with screen) to focus the next screen (wsl for example)Michael Stapelberg
2009-08-05Implement borderless / 1-px-bordered windowsMichael Stapelberg
2009-08-05i3-msg: Fix compilation warning (Thanks mxf)Michael Stapelberg
2009-08-05Add support for WM_CLIENT_LEADER, put floating windows mapping to (0x0) to ce...Michael Stapelberg
2009-08-04Bugfix: Recognize clicks as client clicks (opposed to border_clicks) when cli...Michael Stapelberg
2009-08-04Fix clicking on workspaces in internal bar (with named workspaces) (Thanks bapt)Michael Stapelberg
2009-08-04Add logo to git. Thanks to steckdenis, yellowiscool and farvardin!Michael Stapelberg
2009-08-02s/Mod1/floating_modifier (Thanks badboy)Michael Stapelberg
2009-08-02Bugfix: Don’t hide assigned clients to inactive but visible workspaces (Tha...Michael Stapelberg
2009-08-02cache text_width for named workspaces, fix memory leakMichael Stapelberg
2009-08-02update debian changelogMichael Stapelberg
2009-07-28Make path configurableMichael Stapelberg
2009-07-28i3-msg: more error handling, more commentsMichael Stapelberg
2009-07-28Add i3-msg, a sample implementation and hopefully useful utilityMichael Stapelberg
2009-07-28Add docs to include/ipc.hMichael Stapelberg
2009-07-28Initial implementation of IPC via UNIX domain socketsMichael Stapelberg
2009-07-28Use errx() instead of an own die() functionMichael Stapelberg
2009-07-28Some little fixes for bapt’s patch, use predict_text_width, support UTF8, p...Michael Stapelberg
2009-07-28Implements configurable named workspacesBapt
2009-07-28Bugfix: Fix NULL-pointer dereferencing introduced by commit 874941 (Thanks tsdh)Michael Stapelberg
2009-07-26Bugfix: Make assignments work again (Thanks badboy)Michael Stapelberg
2009-07-25Bugfix: Don’t crash on floating windows, set focus correctlyMichael Stapelberg
2009-07-25Merge branch 'next' of zekjur:/git/i3 into nextMichael Stapelberg