]> git.sur5r.net Git - i3/i3/history - src/bindings.c
Merge branch 'release-4.16.1'
[i3/i3] / src / bindings.c
2018-11-04 Michael StapelbergMerge branch 'next' into master
2018-10-24 OrestisMerge pull request #3473 from soumya92/pango-font-alignment
2018-10-23 OrestisMerge pull request #3475 from Gravemind/fix-i3bar-re...
2018-10-23 Ingo BürkMerge pull request #3452 from orestisf1993/title_align
2018-10-23 Ingo BürkMerge pull request #3469 from yablonsky/patch-1
2018-10-23 Ingo BürkMerge pull request #3448 from orestisf1993/sticky
2018-10-23 Ingo BürkMerge pull request #3445 from orestisf1993/flaky
2018-10-23 Ingo BürkMerge pull request #3444 from orestisf1993/move
2018-10-23 Ingo BürkMerge pull request #3433 from orestisf1993/janitorial
2018-10-13 Orestis Florosroot is externally declared
2018-09-14 Ingo BürkMerge pull request #3342 from orestisf1993/tree_close_i...
2018-09-12 Ingo BürkMerge pull request #3395 from lousyd/next
2018-09-12 Ingo BürkMerge pull request #3396 from orestisf1993/commands
2018-09-11 Orestis Floroscommands.c: Improve error replies 3396/head
2018-06-22 Ingo BürkMerge pull request #3179 from orestisf1993/issue-2733
2018-05-04 Ingo BürkMerge pull request #3272 from orestisf1993/fake-outputs
2018-04-30 Ingo BürkMerge pull request #3270 from orestisf1993/ADD_TRANSLAT...
2018-04-28 Orestis FlorosDefine ADD_TRANSLATED_KEY once 3270/head
2018-03-30 Ingo BürkMerge pull request #3213 from orestisf1993/issue-2535
2018-03-29 Orestis FlorosFix memory leak when _XKB_RULES_NAMES can't be found 3213/head
2018-03-29 Ingo BürkMerge pull request #3200 from orestisf1993/_con_move_to_con
2018-03-29 Ingo BürkMerge pull request #3207 from orestisf1993/get_workspac...
2018-03-29 OrestisMerge pull request #3192 from Exagone313/next
2018-03-27 Elouan MartinetFix potential memory leak 3192/head
2018-03-20 Orestis FlorosReset B_UPON_KEYRELEASE_IGNORE_MODS bindings when switc... 3179/head
2018-03-20 Orestis FlorosCorrectly handle bindings for the same mod key with...
2018-03-20 Orestis FlorosCheck for B_UPON_KEYRELEASE_IGNORE_MODS with bindsyms
2018-03-16 Orestis FlorosReduce repetition in get_binding()
2018-03-10 Michael StapelbergMerge branch 'next' into master
2017-11-29 Ingo BürkMerge pull request #3058 from d-e-s-o/fix-FREE
2017-09-27 Michael StapelbergMerge pull request #2953 from CyberShadow/focus_wrapping
2017-09-25 Ingo BürkMerge pull request #2985 from orestisf1993/next
2017-09-25 Orestis FlorosCorrect remaining string length for fill_rmlvo_from_root 2985/head
2017-09-24 Michael StapelbergReplace http:// with https:// where applicable
2017-09-24 Michael StapelbergMerge pull request #2981 from stapelberg/https
2017-09-24 Michael StapelbergReplace http:// with https:// where applicable
2017-09-04 Michael StapelbergMerge branch 'next' into master
2017-07-09 Ingo BürkMerge pull request #2827 from akash-akya/next
2017-07-06 akash akyaFix 'Mouse binding don't work' 2827/head
2017-05-29 Ingo BürkMerge pull request #2772 from loungecube/patch-1
2017-05-24 Ingo BürkMerge pull request #2784 from stapelberg/numrelease
2017-05-24 Michael Stapelbergcompare modifiers for equality, not subset (+test) 2784/head
2017-05-24 Michael Stapelbergno-op change: store |button| in the correct data type
2017-05-24 Michael Stapelbergno-op change: move bind->release check into loop
2017-05-24 Michael Stapelbergno-op change: don’t compare keycode for every modifier
2017-05-23 Ingo BürkMerge pull request #2782 from stapelberg/release-bindings
2017-05-23 Michael StapelbergFix --release bindings broken by previous commit 2782/head
2017-05-22 Michael StapelbergApply numlock fallback to bindcode where necessary...
2017-05-17 Ingo BürkMerge pull request #2761 from mdirkse/next
2017-05-16 Ingo BürkMerge pull request #2771 from hwangcc23/fix-2764
2017-05-15 Michael StapelbergMerge pull request #2496 from Airblader/feature-917
2017-05-15 Ingo BürkImplement 'swap' command. 2496/head
2017-05-02 Ingo BürkMerge pull request #2757 from Jereq/next
2017-05-02 Ingo BürkIntroduce --exclude-titlebar flag for mouse bindings...
2017-01-13 Ingo BürkValidate that a binding mode is not defined more than...
2016-12-02 Zbyněk MoravecFix read of uninitialized memory (#2596)
2016-11-08 Michael StapelbergMerge branch 'next' into master
2016-09-12 Michael StapelbergBugfix: don’t apply shift+numlock fallback for keypad...
2016-09-12 Michael StapelbergMerge branch 'nmschulte-fix_numlock_shift' into next
2016-09-12 Nathan Schultefix bindsyms with Shift, given NumLock tweaks
2016-09-12 Nathan Schultefix typo in logging message
2016-09-12 Michael StapelbergBugfix: don’t trigger unrelated key bindings for -...
2016-09-12 Michael StapelbergBugfix: compare all resolved modifier masks
2016-09-12 Michael Stapelbergexpose binding pointer in debug messages
2016-08-02 Michael StapelbergOnly add NumLock fallback where necessary.
2016-08-02 Michael Stapelbergrefactoring: store modifiers alongside translated keycodes
2016-08-02 Michael Stapelbergmove xkb_current_group check into own function
2016-08-02 Michael Stapelbergremove superfluous check for input_type
2016-04-13 Ingo BürkOnly grab the mouse buttons that need to be grabbed...
2016-03-06 Michael StapelbergMerge branch 'next' into master
2016-01-20 Michael StapelbergMerge pull request #2169 from Airblader/bug-2168
2016-01-20 Ingo BürkDon't grab the buttons on the root window. 2169/head
2015-12-25 Michael StapelbergMerge pull request #2113 from Airblader/bug-2111
2015-12-16 Michael StapelbergMerge pull request #2102 from ccryx/next
2015-12-16 Michael StapelbergMerge pull request #2112 from Airblader/feature-multipl...
2015-12-15 Ingo BürkAvoid rendering the tree twice in a row 2112/head
2015-12-15 Michael StapelbergMerge pull request #2108 from Airblader/feature-2097
2015-12-14 Ingo BürkAllow mouse bindings to run on the root window. 2108/head
2015-11-16 Michael StapelbergMerge pull request #2061 from Airblader/bug-2049
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-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 StapelbergFix memleak in translate_keysyms
2015-10-28 Michael StapelbergUse sasprintf()
2015-10-28 Michael StapelbergBugfix: add keymap fall back (_XKB_RULES_NAMES, then...
2015-10-28 Michael StapelbergBugfix: correctly compare modifier mask when identifyin...
2015-10-19 Michael StapelbergFix memleak in translate_keysyms
2015-10-18 Michael StapelbergMerge pull request #2004 from Airblader/bug-2003
2015-10-14 Michael StapelbergMerge pull request #1990 from Airblader/bug-1989
2015-10-13 Michael StapelbergMerge pull request #1994 from Airblader/bug-1992
2015-10-13 Ingo BürkMake pango markup in mode names optional with a flag.
2015-10-11 Michael StapelbergUse sasprintf()
2015-10-11 Michael StapelbergBugfix: add keymap fall back (_XKB_RULES_NAMES, then...
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 Michael StapelbergMerge pull request #1959 from hwangcc23/fix-1926
2015-10-02 hwangcc23Check duplicated bindings after translating keysym 1959/head
2015-09-30 Michael StapelbergMerge branch 'next' into master
2015-09-11 Michael StapelbergMerge pull request #1893 from rr-/resize
next