2011-08-04 |
Michael Stapelberg | Fix border rendering (Thanks Paride Legovini) |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Michael Stapelberg | Merge branch 'fix-restart' |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Michael Stapelberg | Bugfix: Use the right format string (Thanks pnutzh4x0r) |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Michael Stapelberg | Bugfix: Correctly parse the 'focused' (it’s a bool... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Michael Stapelberg | Merge branch 'fix-stacking' |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Michael Stapelberg | Bugfix: Fix stacking order |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Michael Stapelberg | Merge branch 'fix-instance-criterion' |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Michael Stapelberg | extend t/65-for_window to check for the 'instance'... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Mateusz Poszwa | Add "instance" to matching criteria |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Merge branch 'i3-wsbar-fixes' |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | i3-wsbar: display a separator between workspaces for... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | i3-wsbar: correctly handle EOF on stdin |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | i3-wsbar: make workspace names clickable (Thanks marforio) |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Merge branch 'ws-nextprev' |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Peter Bui | Modify workspace next/prev to account for workspaces... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Merge branch 'fix-wsnum' |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Bugfix: Use the appropriate number when assigning numbe... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Include <limits.h> in all.h |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Merge branch 'doc-floating' |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | docs/userguide: the correct command is 'floating enable... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Merge branch 'fix-chromium-tabbar' |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Bugfix: realloc() with size == 0 works like free()... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Bugfix: Correctly set the _NET_CLIENT_LIST_STACKING... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Merge branch 'fix-floating-resize' |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Bugfix: Fix 'resize' with direction != 'up' for floatin... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | t/41-resize: also verify resize for floating windows |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Merge branch 'workspace-order-fix' |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Bugfix: Correctly check if the workspace already exists |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Merge branch 'fix-dpkg-build' |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | debian: fix debian/rules for multiple builds (Thanks... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Merge branch 'workspace-startup-order' |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Merge branch 'workspace-startup-order' into next |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | also handle quoted workspace names, extend t/72 for... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Bugfix: When looking for an unused workspace, try the... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | add testcase to check if i3 starts on the first named... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Merge branch 'tests-i3lib-launch' into next |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | Merge branch 'tests-i3lib-launch' |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | t/70-force-focus-wrapping: use launch_with_config |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | t/67-workspace_layout: use launch_with_config |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Michael Stapelberg | t/66-assign: use launch_with_config |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Michael Stapelberg | tests: implement i3test::launch_with_config, use it... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Michael Stapelberg | Merge branch 'fix-resize-too-much' into next |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Michael Stapelberg | Merge branch 'fix-resize-too-much' |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Michael Stapelberg | Bugfix: Ensure that the percentage is > 0.05 when using... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Michael Stapelberg | Merge branch 'fix-multi-for_window' into next |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Michael Stapelberg | Bugfix: Make the criteria rules recursive in src/cfgpar... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Michael Stapelberg | t/65-for_window: add a testcase for multiple criteria |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Michael Stapelberg | tests: make t/65-for-window.t use separate i3 instances |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Michael Stapelberg | Merge branch 'multi-keycodes-fix' |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Michael Stapelberg | Merge branch 'multi-keycodes-fix' into next |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Michael Stapelberg | Bugfix: Correctly bind on multiple keycodes if a symbol... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | update debian packaging |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | Merge branch 'next' |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | make dist: include i3bar, pre-generate its manpage 4.0.1 |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | Merge branch 'next' |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | add release notes for 4.0.1 |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | also start i3bar in the keycode config template |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | Merge branch 'darwin-fixes' into next |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | enable -Wl,--as-needed only on Linux (doesn’t work... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | makefile: redirect stderr of 'which' to /dev/null when... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | Mac OS X fixes: include string.h, add strndup(), disabl... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | LDFLAGS: add -Wl,--as-needed. reduces .so dependencies |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | make i3bar use i3’s common.mk |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | Merge i3bar into next |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | docs/userguide: remove the bar.* color keys (Thanks... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | docs/userguide: use i3bar instead of dzen2 in the ... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Michael Stapelberg | update debian packaging |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | Merge branch 'next' |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | docs/userguide: update keyboard-layer images, remove... 4.0 |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | docs/userguide: update keyboard-layer images, remove... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | docs/userguide: document for_window (Thanks aksr) |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | docs/userguide: document for_window (Thanks aksr) |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | update i3.man |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | update i3.man |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | add a manpage for i3-migrate-config-to-v4 |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | add a manpage for i3-migrate-config-to-v4 |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | i3-migrate-config-to-v4: drop the .pl suffix |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | i3-migrate-config-to-v4: drop the .pl suffix |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | add a manpage for i3-config-wizard |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | add a manpage for i3-config-wizard |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | makefile: use $SUBDIRS for clean/distclean |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | makefile: use $SUBDIRS for clean/distclean |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | debian: bump standards-version, update website |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | debian: bump standards-version, update website |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | debian: update changelog |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | debian: update changelog |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | update date in RELEASE-NOTES-4.0 |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | update date in RELEASE-NOTES-4.0 |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | remove obsolete docs/tree-migrating |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | remove obsolete docs/tree-migrating |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | make dist: cleanup τεχ files before copying |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | make dist: cleanup τεχ files before copying |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | remove old RELEASE-NOTES from git. they are archived... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | remove old RELEASE-NOTES from git. they are archived... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | remove website/ from git, it got its own repository |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | remove website/ from git, it got its own repository |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | Merge branch 'next' |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | Merge branch 'tree' into next |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | remove README.tree, the warning is obsolete now |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Michael Stapelberg | add i3-config-wizard to .gitignore |
commit | commitdiff | tree | snapshot |
next |