]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2011-09-18 Michael StapelbergMerge branch 'master' into next
2011-09-18 Michael StapelbergMerge branch 'fix-focus'
2011-09-18 Michael StapelbergBugfix: Only change focus in tree_close() when the...
2011-09-18 Michael StapelbergMerge branch 'master' into next
2011-09-18 Michael StapelbergMerge branch 'fix-floating-move'
2011-09-18 Michael StapelbergBugfix: Avoid out of bounds coordinates when moving...
2011-09-18 Michael StapelbergMerge branch 'role-criterion' into next
2011-09-18 Michael Stapelbergdocs/userguide: document the window_role criterion
2011-09-18 Michael Stapelbergt/65-for_window: add tests for window_role
2011-09-18 Michael StapelbergImplement the window_role criterion (checks WM_WINDOW_ROLE)
2011-09-18 Michael Stapelbergtests: also make launch_with_config() log to LOGPATH
2011-09-18 Michael StapelbergMerge branch 'master' into next
2011-09-18 Michael StapelbergMerge branch 'fix-output-focus'
2011-09-18 Michael StapelbergBugfix: Use con_orientation(). Fixes switching between...
2011-09-18 Michael StapelbergMerge branch 'i3-input-fmt' into next
2011-09-18 Michael Stapelbergi3-input: update manpage
2011-09-18 Michael Stapelbergi3-input: implement -F (format) option, deprecate ...
2011-09-18 Michael Stapelbergi3-input: add missing \n in --help
2011-09-18 Michael Stapelbergi3-input: reformat main.c
2011-09-17 Michael StapelbergMerge branch 'master' into next
2011-09-17 Michael StapelbergMerge branch 'fix-floating-move'
2011-09-17 Peter Buifix-bug-515: always adjust floating position when movin...
2011-09-17 Michael StapelbergMerge branch 'master' into next
2011-09-17 Michael StapelbergMerge branch 'fix-warp-same'
2011-09-17 Michael StapelbergBugfix: Don’t warp the pointer if it already is on...
2011-09-17 Michael StapelbergMerge branch 'floating-focus' into next
2011-09-17 Michael Stapelbergtests: extend t/35-floating-focus to use focus left...
2011-09-17 Michael StapelbergRemove obsolete code for floating focus
2011-09-17 Michael StapelbergImplement focus switching (focus left/right) for floati...
2011-09-17 Michael StapelbergAlso make compilation possible on systems with libev 3
2011-09-17 Michael Stapelbergdocument the dependency on libev >=4.0 for ev_cleanup...
2011-09-17 Michael StapelbergMerge branch 'master' into next
2011-09-17 Michael StapelbergMerge branch 'fix-float-size'
2011-09-17 Michael StapelbergTests: fix floating size, add a test to check floating...
2011-09-17 Michael StapelbergSend the correct X11 border_width in faked ConfigureNotifys
2011-09-17 Michael StapelbergBugfix: Honor the X11 window border in ConfigureRequests
2011-09-17 Michael StapelbergBugfix: Honor the X11 window border when calculating...
2011-09-17 Michael StapelbergBugfix: Don’t use top border height twice when calculat...
2011-09-14 Michael Stapelbergfix build in 'next' (Thanks thomasba)
2011-09-14 Michael StapelbergMerge branch 'master' into next
2011-09-14 Michael StapelbergMerge branch 'fix-floating-confreq'
2011-09-14 Michael StapelbergBugfix: Correctly handle ConfigureRequests for floating...
2011-09-14 Michael StapelbergBugfix: Don’t fix floating coordinates when reassigning...
2011-09-11 Michael StapelbergMerge branch 'fix-reload-assignments' into next
2011-09-11 Michael StapelbergBugfix: Correctly free old assignments when reloading
2011-09-11 Michael Stapelbergre-indent load_configuration()
2011-09-11 Michael Stapelbergupdate changelog (no, not releasing anytime soon)
2011-09-11 Michael StapelbergSame bugfix as 2a215fd, but for assignments with invali...
2011-09-11 Michael StapelbergMerge branch 'master' into next
2011-09-11 Michael StapelbergMerge branch 'fix-empty-criteria'
2011-09-11 Michael StapelbergBugfix: Ignore for_window commands with empty (invalid...
2011-09-11 Michael Stapelbergfinally remove the deprecated 'screen' keyword from...
2011-09-11 Michael StapelbergMerge branch 'new-assign' into next
2011-09-11 Michael Stapelbergdocs/userguide: fix the for_window syntax
2011-09-11 Michael Stapelbergdocs/userguide: document the new assign syntax
2011-09-11 Michael Stapelbergmake the old assign syntax trigger an i3-nagbar warning...
2011-09-11 Michael StapelbergIntroduce a new syntax for the 'assign' command:
2011-09-11 Michael StapelbergKill left-over i3-nagbar processes on 'exit'
2011-09-11 Michael Stapelbergdocs/userguide: provide an example of case-insensitive...
2011-09-11 Michael StapelbergMake the old 'assign' case-insensitive again (+test...
2011-09-11 Michael StapelbergMerge branch 'pcre' into next
2011-09-11 Michael Stapelbergpcre: enable UCP, UTF-8 (if available), extend t/19...
2011-09-11 Michael Stapelbergmention PCRE in docs/userguide
2011-09-10 Michael Stapelbergdebian: add libpcre3-dev as build-dependency
2011-09-10 Michael Stapelbergdocument the new dependency on libpcre in the DEPENDS...
2011-09-10 Michael StapelbergImplement support for PCRE regular expressions for...
2011-09-10 Michael Stapelbergextend t/19-match to also test regular expressions
2011-09-05 Michael Stapelbergi3-msg: include newline at the end of the reply
2011-09-05 Michael StapelbergMerge branch 'clean-resize' into next
2011-09-05 Michael StapelbergRestrict 'resize' command to left/right for horizontal...
2011-09-05 Michael StapelbergMerge branch 'fix-wsnum' into next
2011-09-05 Michael Stapelbergextend t/17-workspace.t to check if the numbers are...
2011-09-05 Michael StapelbergBugfix: Correctly handle workspace names which do not...
2011-08-31 Michael StapelbergMerge branch 'master' into next
2011-08-31 Michael StapelbergMerge branch 'fix-leaks'
2011-08-31 Michael Stapelbergproperly free memory/close fd upon errors (Thanks xeen)
2011-08-29 Michael StapelbergMerge branch 'master' into next
2011-08-29 Michael StapelbergMerge branch 'fix-userguide'
2011-08-29 Michael Stapelbergdocs/userguide: state that mod+shift+space toggles...
2011-08-29 Michael StapelbergMerge branch 'master' into next
2011-08-29 Michael StapelbergMerge branch 'fix-borderless'
2011-08-29 Michael Stapelbergdocs/userguide: new_window: s/borderless/none/ (Thanks...
2011-08-28 Michael StapelbergMerge branch 'master' into next
2011-08-28 Michael Stapelbergdebian: bump version so that apt prefers source builds...
2011-08-28 Michael StapelbergMerge branch 'master' into next
2011-08-28 Michael StapelbergMerge branch 'release-4.0.2'
2011-08-28 Michael Stapelbergdebian: wrap debian/control correctly
2011-08-28 Michael Stapelbergbump version number in man/asciidoc.conf 4.0.2
2011-08-28 Michael Stapelbergadd release notes for v4.0.2
2011-08-28 Michael Stapelbergdebian: update changelog for the 4.0.2 release
2011-08-28 Michael StapelbergMerge branch 'fix-wsnum' into next
2011-08-28 Michael StapelbergBugfix: Correctly assign a number to workspaces startin...
2011-08-28 Michael StapelbergMerge branch 'master' into next
2011-08-28 Michael StapelbergMerge branch 'userguide'
2011-08-28 Michael Stapelbergdocs/userguide: properly document command chaining...
2011-08-28 Michael Stapelbergdocs/userguide: properly document the resize command
2011-08-28 Michael StapelbergMerge branch 'master' into next
2011-08-28 Michael StapelbergMerge branch 'fix-urls'
2011-08-28 Mark Kuschs/i3.zekjur.net/i3wm.org/g
2011-08-28 Michael StapelbergMerge branch 'master' into next
next