]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2015-06-30 Michael StapelbergMerge pull request #1771 from Airblader/feature-1769
2015-06-30 Michael StapelbergMerge pull request #1772 from Airblader/feature-fix...
2015-06-30 Ingo BürkImplement new criterion 'workspace'. 1771/head
2015-06-30 Michael StapelbergMerge pull request #1768 from hwangcc23/atoi2strtol
2015-06-30 Ingo BürkAdded missing newlines in log statements. 1772/head
2015-06-30 hwangcc23Fix TODO by replacing atoi by strtol 1768/head
2015-06-29 Michael StapelbergMerge pull request #1747 from Airblader/feature-1723
2015-06-29 Ingo BürkAdded documentation for "title_format". 1747/head
2015-06-29 Michael StapelbergMerge pull request #1745 from mh21/configurable-tray...
2015-06-29 Ingo BürkParse the title_format and display the customized windo...
2015-06-29 Ingo BürkAdded command directive 'title_format'.
2015-06-28 Michael Stapelbergadd util-{wm,keysyms} explicitly, remove obsolete xlib...
2015-06-27 Michael HofmannConfigurable tray padding. 1745/head
2015-06-21 Michael Stapelbergdebian: stacklimit.png got deleted, so remove it from...
2015-06-18 Michael StapelbergMerge pull request #1697 from Airblader/feature-1695
2015-06-18 Ingo BürkAdded testcase for #1695. 1697/head
2015-06-18 Ingo BürkEnsure format of dumped bindings for i3bar is compatibl...
2015-06-18 Ingo BürkAdapted userguide for new i3bar 'bindsym' command.
2015-06-18 Ingo BürkRead 'bindsym' rather than the old 'wheel_up_cmd' and...
2015-06-13 Michael StapelbergMerge pull request #1752 from Airblader/feature-test...
2015-06-13 Michael StapelbergMerge pull request #1744 from Airblader/feature-docs-7
2015-06-12 Ingo BürkSilence "masks earlier declaration in same scope" warni... 1752/head
2015-06-12 Ingo BürkFix documentation for border styles. 1744/head
2015-06-12 Michael Stapelberguserguide: document signal handling caveat affecting...
2015-06-09 Ingo BürkRemove dead documentation for non-existing feature...
2015-06-09 Michael StapelbergMerge pull request #1743 from Airblader/bug-1742
2015-06-09 Ingo BürkRemove redundant and broken check for '\0'. 1743/head
2015-06-07 Michael StapelbergMerge pull request #1731 from Airblader/feature-indicat...
2015-06-05 Ingo BürkImplement i3's logic for maintaining a list of 'bindsym...
2015-06-05 Ingo BürkAdd new command skeleton 'bindsym <button> <command...
2015-06-05 Michael StapelbergMerge pull request #1737 from Airblader/feature-xdotool...
2015-06-04 Ingo BürkInstall xdotool to run tests requiring it on Travis. 1737/head
2015-06-02 Michael StapelbergMerge pull request #1735 from shdown/strdup
2015-06-02 shdowni3bar: fix freeing static strings 1735/head
2015-06-02 Michael StapelbergMerge pull request #1733 from Airblader/feature-1732
2015-06-02 Michael StapelbergMerge pull request #1734 from Airblader/bug-1538-1
2015-06-01 Ingo BürkFix warning about potentially uninitialized variable. 1734/head
2015-06-01 Ingo BürkUse the introduced binding_mode_* colors to draw the... 1733/head
2015-06-01 Ingo BürkAdded the 'binding_mode' color directive to the documen...
2015-05-31 Ingo BürkIntroduce a config directive 'binding_mode' in the...
2015-05-31 Michael StapelbergMerge pull request #1725 from Airblader/bug-1056
2015-05-31 Ingo BürkAllow pango markup for the binding indicator. 1731/head
2015-05-29 Ingo BürkUse XCB_NONE instead of hard-coded 0. 1725/head
2015-05-29 Ingo BürkAllow hovering over the window decoration to change...
2015-05-29 Ingo BürkAdded a testcases for #1056 to test whether hovering...
2015-05-27 Michael StapelbergMerge pull request #1722 from Airblader/bug-1701
2015-05-26 Ingo BürkImprove logging of button events. 1722/head
2015-05-26 Ingo BürkGrab all buttons when managing a window to also allow...
2015-05-24 Michael Stapelbergdocs/ipc: add veelenga/i3ipc-ruby
2015-05-24 Michael StapelbergMerge pull request #1714 from Airblader/feature-docs-6
2015-05-23 Michael StapelbergMerge pull request #1716 from botovq/next
2015-05-23 Theo Buehlermkdirp: do not throw an error if directory exists 1716/head
2015-05-23 Ingo BürkFixed syntax for tray_output in userguide. 1714/head
2015-05-18 Michael StapelbergMerge pull request #1706 from Airblader/feature-docs-5
2015-05-18 Ingo BürkMade syntax of syntax descriptions consistent: 1706/head
2015-05-17 Michael StapelbergMerge pull request #1698 from Airblader/feature-1696
2015-05-14 Ingo BürkProtect "move position mouse" against a NULL access. 1698/head
2015-05-14 Ingo BürkAdded testcases for 'move position mouse'
2015-05-13 Michael StapelbergMerge pull request #1704 from acrisci/bug/cmd-detect...
2015-05-12 Ingo BürkAdded 'move position mouse' command to the userguide.
2015-05-12 Ingo BürkImplemented new command 'move [window|container] [to...
2015-05-12 Tony CrisciDetect base 16 in cmd criteria 1704/head
2015-05-12 Michael StapelbergMerge pull request #1700 from mh21/tray-icon-size-cleanup
2015-05-07 Michael StapelbergMerge pull request #1693 from mh21/wm-class-garbage...
2015-05-06 Michael HofmannNo memcpy on class change. 1693/head
2015-05-06 Michael HofmannIntroduce sstrndup wrapper.
2015-05-05 Michael StapelbergMerge pull request #1638 from hwangcc23/fix-1489
2015-05-03 Michael Stapelberguserguide: quoted strings need to be used, escaping...
2015-05-03 Michael StapelbergMerge pull request #1689 from Airblader/feature-docs-4
2015-05-03 Ingo BürkAdded a section to the debugging docs: 1689/head
2015-05-02 Michael StapelbergMerge pull request #1685 from Deiz/fix-new-workspace...
2015-04-30 Michael HofmannTray icon size cleanup. 1700/head
2015-04-28 DeizInitialize workspace rect to the output's upon creation 1685/head
2015-04-26 Michael StapelbergMerge pull request #1680 from acrisci/bug/randr-disable...
2015-04-26 Michael StapelbergMerge pull request #1657 from Georgiy-Tugai/fix-flicker...
2015-04-26 Michael StapelbergMerge pull request #1683 from Airblader/bug-click-detection
2015-04-26 Michael StapelbergMerge pull request #1688 from Airblader/feature-1687
2015-04-26 Ingo BürkAdded a note to the debugging docs about sensitive... 1688/head
2015-04-26 Michael StapelbergMerge pull request #1684 from acrisci/bug/focus-without...
2015-04-26 Michael StapelbergMerge pull request #1672 from acrisci/bug/fix-freebsd...
2015-04-26 Tony CrisciIgnore InputHint when not in WM_HINTS 1684/head
2015-04-26 Tony CrisciBugfix: serialize con_id with %p in run_binding() 1672/head
2015-04-25 Ingo BürkOnly detect clicks within the statusline width. 1683/head
2015-04-24 Michael Stapelberguserguide: add a note to both “exec”s about semicolon...
2015-04-23 Tony CrisciCheck if output is disabled in handle_output() 1680/head
2015-04-21 Michael StapelbergMerge pull request #1664 from Airblader/feature-wm...
2015-04-21 Ingo BürkAdded testcases for setting _NET_WM_STATE_HIDDEN on... 1664/head
2015-04-21 Ingo BürkSet the _NET_WM_STATE_HIDDEN atom on windows that are...
2015-04-21 Ingo BürkAdded 'con_is_hidden' to check whether a given containe...
2015-04-21 Michael StapelbergMerge pull request #1665 from Airblader/feature-1658
2015-04-21 Michael StapelbergMerge pull request #1669 from Airblader/feature-docs-2
2015-04-21 Michael StapelbergMerge pull request #1636 from Deiz/update-notices
2015-04-21 Michael StapelbergMerge pull request #1666 from Xarthisius/undef_FALSE
2015-04-21 Georgiy Tugaii3bar: fix flickering shortened status bar on other... 1657/head
2015-04-20 Kacper Kowalik... Fix ‘FALSE’ undeclared (first use in this function... 1666/head
2015-04-20 DeizUpdate copyright notices and get rid of ranges 1636/head
2015-04-20 Michael StapelbergMerge pull request #1674 from Airblader/feature-docs-3
2015-04-20 Ingo BürkCleanup: delete comments that were accidentally copy... 1665/head
2015-04-20 Ingo BürkSmall cleanups:
2015-04-20 Ingo BürkAdded testcase for 'window_type' criterion when used...
next