summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-30Exclude docs/*.svg from dist tarball3.eMichael Stapelberg
2010-03-30makefile: cleanup src/cfgparse.dotMichael Stapelberg
2010-03-30makefile: pre-generate docs/Michael Stapelberg
2010-03-30Add release notes for 3.εMichael Stapelberg
2010-03-30debian: update changelogMichael Stapelberg
2010-03-30resolve merge conflictMichael Stapelberg
2010-03-30Merge branch 'next'Michael Stapelberg
2010-03-30Bugfix: Unset global fullscreen clients from all workspaces (Thanks Sasha)Michael Stapelberg
2010-03-30Bugfix: The last commit also needs to be applied to some other pieces of code...Michael Stapelberg
2010-03-29Bugfix: Don’t render containers which are not visible upon hint changesMichael Stapelberg
2010-03-27Revert "Bugfix: Ignore enter_notify when warping pointer (makes "goto" work c...Michael Stapelberg
2010-03-27bump copyright yearMichael Stapelberg
2010-03-27Bugfix: Ignore enter_notify when warping pointer (makes "goto" work correctly)Michael Stapelberg
2010-03-27manpage: update versionMichael Stapelberg
2010-03-27manpage: update i3(1)Michael Stapelberg
2010-03-27manpages: don’t regenerate manpages on every 'make'Michael Stapelberg
2010-03-27debian: update packagingMichael Stapelberg
2010-03-27makefile: also clean src/cfgparse.outputMichael Stapelberg
2010-03-27makefile: include i3-wsbar in distMichael Stapelberg
2010-03-27manpages: extract manpage for i3-wsbar using pod2man(1)Michael Stapelberg
2010-03-27mention -V -d all in docs/debuggingMichael Stapelberg
2010-03-27docs: update for new ipc socket pathMichael Stapelberg
2010-03-27make testcases use AnyEvent::I3Michael Stapelberg
2010-03-27bugfix: use globbed instead of filename when unlinking ipc socketMichael Stapelberg
2010-03-27make i3-msg and i3-input use the new default pathMichael Stapelberg
2010-03-27ipc: change default socket path to ~/.i3/ipc.sock, enable in default configMichael Stapelberg
2010-03-27Bugfix: Don’t allow fullscreen floating windows to be moved (Thanks Sasha)Michael Stapelberg
2010-03-27Bugfix: When moving fullscreen floating windows to a different workspace, cor...Michael Stapelberg
2010-03-27Bugfix: Correctly ignore clicks when client is in fullscreen mode (Thanks Sasha)Michael Stapelberg
2010-03-26re-enable all testcasesMichael Stapelberg
2010-03-26i3-msg: don’t stop processing options after -sMichael Stapelberg
2010-03-26Bugfix: null-terminate bufferMichael Stapelberg
2010-03-26Fix memory leaksMichael Stapelberg
2010-03-26randr: Don’t enable outputs with mode 0x0Michael Stapelberg
2010-03-26remove newlinesMichael Stapelberg
2010-03-26Bugfix: Assign all workspace to new outputs as new outputs get available (Tha...Michael Stapelberg
2010-03-25Bugfix: Translate keysyms to keycodes before entering mode (Thanks fallen)Michael Stapelberg
2010-03-25Fix rendering of workspace names after "reload" (Thanks fallen)Michael Stapelberg
2010-03-25Bugfix: Correctly switch workspace when using the "jump" command (Thanks fallen)Michael Stapelberg
2010-03-25docs: add/cleanup referencesMichael Stapelberg
2010-03-25makefile: install i3-wsbarMichael Stapelberg
2010-03-25Bugfix: Correctly check bitmask for floating_modifierMichael Stapelberg
2010-03-25Add documentation for the workspace_bar optionMichael Stapelberg
2010-03-24Add initial version of i3-wsbarMichael Stapelberg
2010-03-24Handle destroy notify events like unmap notify eventsMichael Stapelberg
2010-03-24Bugfix: fix state of keypresses in sighandler (like in i3-input)Michael Stapelberg
2010-03-24Bugfix: correctly translate coordinates for floating windows when outputs changeMichael Stapelberg
2010-03-24Bugfix: Don’t unmap windows when current workspace gets reassignedMichael Stapelberg
2010-03-24Fix numlock stateMichael Stapelberg
2010-03-23Bugfix: only restore focus if the workspace is focused, not if it is visibleMichael Stapelberg