]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2015-11-19 Till MaasUse https if possible 2071/head
2015-11-16 Michael StapelbergMerge pull request #2061 from Airblader/bug-2049
2015-11-16 Michael StapelbergAdd i3test::XTEST, add 2 test cases for key bindings
2015-11-16 Michael StapelbergRevert "Bugfix: set group mask 1 by default, correctly...
2015-11-15 Ingo BürkOnly grab scrollwheel buttons if necessary. 2061/head
2015-11-11 Ingo BürkExtract function to grab buttons when managing a window.
2015-11-09 Michael StapelbergMerge pull request #2058 from Airblader/feature-rename...
2015-11-07 Ingo BürkRename I3BAR_CAIRO to CAIRO_SUPPORT. 2058/head
2015-11-03 Michael StapelbergMerge pull request #2053 from Airblader/feature-2048
2015-11-02 Ingo BürkRaise dependency to cairo 1.14.4. 2053/head
2015-11-02 Michael StapelbergMerge pull request #2054 from hwangcc23/fix-2051
2015-11-02 Michael StapelbergMerge pull request #2055 from Airblader/bug-2044
2015-11-02 Ingo BürkRemove autostart commands after they have been executed. 2055/head
2015-11-02 hwangcc23Fix config validation fail when no new line from end... 2054/head
2015-11-02 Michael StapelbergMerge pull request #2001 from Airblader/feature-multipl...
2015-11-01 Ingo BürkFix memory leaks in modes and bar bindings. 2001/head
2015-11-01 Ingo BürkAllow multiple tray_output directives.
2015-10-30 Michael StapelbergBugfix: ignore XKB group bits in floating_modifier
2015-10-29 Michael StapelbergBugfix: set group mask 1 by default, correctly compare...
2015-10-28 Michael StapelbergBugfix: correctly compare modifier mask when identifyin...
2015-10-28 Michael StapelbergMerge pull request #2043 from Airblader/bug-regex-mem...
2015-10-28 Ingo BürkFix multiple memory leaks with regular expressions. 2043/head
2015-10-27 Michael StapelbergMerge pull request #2030 from DavidMikeSimon/focus...
2015-10-27 David SimonOptionally change i3bar color on focused output, implem... 2030/head
2015-10-27 Michael StapelbergMerge pull request #2040 from Airblader/bug-2034
2015-10-27 Michael StapelbergMerge pull request #2041 from Airblader/feature-2028-2
2015-10-26 Ingo BürkAdd --no-auto-back-and-forth for moving windows. 2041/head
2015-10-26 Ingo BürkFix crash when trying to split and float a dock container. 2040/head
2015-10-26 Michael StapelbergMerge pull request #2039 from DavidMikeSimon/fix-1824
2015-10-26 David SimonUse separate buffers for i3bar statusline for each... 2039/head
2015-10-26 Michael StapelbergMerge pull request #2036 from Airblader/bug-2015
2015-10-25 Michael StapelbergMerge pull request #2031 from Airblader/feature-2028
2015-10-25 Michael StapelbergMerge pull request #2037 from Airblader/bug-run-assignments
2015-10-25 Ingo BürkMark assignment as run before executing it. 2037/head
2015-10-25 Ingo BürkFixed logging statement.
2015-10-25 Ingo BürkMake resize grow|shrink width|height work for a nested... 2036/head
2015-10-23 Ingo BürkAdded --no-auto-back-and-forth to workspace commands. 2031/head
2015-10-23 Michael StapelbergMerge pull request #2027 from Airblader/feature-cleanup-1
2015-10-22 Ingo BürkRemove broken and unused debug borders. 2027/head
2015-10-22 Michael StapelbergMerge pull request #2025 from Airblader/feature-2022
2015-10-22 Michael StapelbergMerge pull request #2018 from Airblader/feature-2014
2015-10-22 Ingo BürkAdded background and border keys to the i3bar protocol. 2025/head
2015-10-22 Ingo BürkIntroduce special value __focused__ for criterion con_id. 2018/head
2015-10-22 Ingo BürkMake 'unmark' aware of matched windows.
2015-10-22 Ingo BürkIntroduce "--add" for marking windows.
2015-10-22 Ingo BürkAllow multiple marks on windows.
2015-10-22 Michael StapelbergMerge pull request #2017 from Airblader/bug-2011
2015-10-22 Michael StapelbergMerge pull request #2023 from Adaephon-GH/next
2015-10-21 Ingo BürkActivate root output if RandR request fails. 2017/head
2015-10-21 Adaephon-GHMake rendering of key bindings more consistent 2023/head
2015-10-21 Adaephon-GHImprove placement of explicit IDs for headings
2015-10-21 Adaephon-GHQuote __focused__ to prevent parsing by asciidoc
2015-10-19 Michael Stapelbergfix a memory leak in handle_get_bar_config
2015-10-19 Michael StapelbergFix memleak in translate_keysyms
2015-10-19 Michael StapelbergMerge pull request #2013 from Adaephon-GH/next
2015-10-19 Adaephon-GHFix erroneous headline for moving to mark 2013/head
2015-10-18 Michael StapelbergMerge pull request #2007 from Airblader/feature-1996
2015-10-18 Ingo BürkAdd proper documentation for binding modes. 2007/head
2015-10-18 Michael StapelbergMerge pull request #2004 from Airblader/bug-2003
2015-10-18 Michael StapelbergMerge pull request #2008 from Airblader/feature-1995
2015-10-17 Ingo BürkUse sasprintf() instead of alloc'ing and strncpy()... 2008/head
2015-10-16 Michael StapelbergMerge pull request #2005 from Airblader/feature-1998
2015-10-16 Ingo BürkLog X11 errors in i3bar. 2005/head
2015-10-16 Ingo BürkFix moving windows to a marked workspace by mark. 2004/head
2015-10-16 Michael StapelbergMerge pull request #1999 from hwangcc23/fix-workspace...
2015-10-16 Michael Stapelbergman: add “floating window” to terminology (Thanks frederik)
2015-10-16 hwangcc23Revise workspace next/prev 1999/head
2015-10-14 Michael StapelbergMerge pull request #1990 from Airblader/bug-1989
2015-10-14 Ingo BürkIntroduce switch for the drawing backend 1990/head
2015-10-14 Ingo BürkExtract cairo_clear_surface.
2015-10-14 Ingo BürkIntroduce a macro to flush a cairo surface twice.
2015-10-13 Michael StapelbergMerge pull request #1994 from Airblader/bug-1992
2015-10-13 Ingo BürkFlush cairo surface after drawing text.
2015-10-13 Ingo BürkRename is_markup to pango_markup. 1994/head
2015-10-13 Ingo BürkMake pango markup in mode names optional with a flag.
2015-10-12 Michael StapelbergMerge pull request #1991 from Airblader/bug-1987
2015-10-12 Ingo BürkSuppress no_focus for first window on a workspace. 1991/head
2015-10-11 Michael StapelbergUse sasprintf()
2015-10-11 Michael StapelbergBugfix: add keymap fall back (_XKB_RULES_NAMES, then...
2015-10-11 Michael StapelbergMerge pull request #1988 from Airblader/bug-1986
2015-10-11 Ingo BürkFix documentation for no_focus. 1988/head
2015-10-11 Michael StapelbergMerge pull request #1985 from Airblader/bug-1984
2015-10-10 Ingo BürkRemove support for 32-bit visuals and RGBA colors. 1985/head
2015-10-10 Michael Stapelbergtravis: install clang-format-3.5 from llvm repository
2015-10-09 Michael StapelbergMerge pull request #1981 from Airblader/feature-i3bar...
2015-10-08 Ingo BürkRefactor cairo drawing of rectangles into utility funct... 1981/head
2015-10-08 Ingo BürkWhen drawing text, mark the surface as dirty.
2015-10-07 Ingo BürkAllow text drawing to use the alpha channel.
2015-10-06 Ingo BürkUse 32-bit visuals for i3bar when possible and allow...
2015-10-05 Michael StapelbergMerge pull request #1933 from Airblader/feature-1878-2
2015-10-05 Ingo BürkUse cairo for all drawing operations in i3bar. 1933/head
2015-10-04 Michael StapelbergMerge pull request #1963 from Airblader/bug-refactor...
2015-10-04 Ingo BürkRefactor parsing of matches to avoid code duplication. 1963/head
2015-10-04 Michael StapelbergMerge pull request #1909 from Airblader/feature-refactor-1
2015-10-04 Michael StapelbergMerge pull request #1965 from Airblader/feature-typed...
2015-10-02 Jakob HaufeFix formatting of description list
2015-10-02 Michael StapelbergMerge pull request #1959 from hwangcc23/fix-1926
2015-10-02 hwangcc23Check duplicated bindings after translating keysym 1959/head
2015-09-30 Michael Stapelbergupdate release.sh for 4.11 release github/next
2015-09-30 Michael Stapelbergdebian: update changelog
next