summaryrefslogtreecommitdiffstats
path: root/source/keyb.c
AgeCommit message (Expand)Author
2019-05-04[ListView|Textbox] Add user-settable ellipsize mode.Dave Davenport
2018-08-08Indent the code.Dave Davenport
2018-06-13Add default shortcuts: Shift+BackSpace to delete previous char, Ctrl+Left/Rig...Maxim Baz
2018-06-12More source code documentation updatesDave Davenport
2017-12-26bindings: Rework mouse bindings (#745)Quentin Glidic
2017-10-14gitmodules: Update libnkutils and libgwaterQuentin Glidic
2017-07-25Improve error message a little when bindings collide.Dave Davenport
2017-06-03Don't popup error dialog, pospone error message.Dave Davenport
2017-06-01xcb: Move more stuff to xcb.cQuentin Glidic
2017-05-31gitmodules: Update libnkutilsQuentin Glidic
2017-05-30bindings: Use a wrapper around rofi_view_trigger_actionQuentin Glidic
2017-05-30bindings: Drop unused (and buggy) sentinelQuentin Glidic
2017-05-29Use libnkutils for keybindingsQuentin Glidic
2017-04-15Fix licenses headersQuentin Glidic
2017-03-31Improve error message when called with `-show`Dave Davenport
2017-03-29Remove unneeded tab binding.Dave Davenport
2017-03-29Change default from Shift+Tab to ISO_Left_TabDave Davenport
2017-01-10Super-1..10 keybinding activates row 1..10.Dave Davenport
2017-01-08Indent magic, rework makefile so lexer and yacc file are not passed.Dave Davenport
2016-11-30Issue: #39 remove delay (until next blink) when triggering on releaseDave Davenport
2016-11-14Include in error mesg, what key failed to bind.Dave Davenport
2016-11-14Continue parsing when keybinding fail, only show errors after all are done.Dave Davenport
2016-11-14Fix keybinding with Shift in name. Alt-Shift-S -> Alt-S. Alt-Shift-1 -> Alt-e...Dave Davenport
2016-11-11Fix crash when clicked out of window.Dave Davenport
2016-10-28Merge two functions that no longer have a reason to be split.Dave Davenport
2016-10-25Simplify some code, more comments. (90% docu)Dave Davenport
2016-08-25Bind Control+g to kb-cancel (#452)fice-t
2016-07-27Fix Control+u behaviourDave Davenport
2016-07-25Fix #432, Control+k removes till eol.Dave Davenport
2016-06-19Split Custom and Alternate command.Dave Davenport
2016-06-18Remove Tab from row-down listDave Davenport
2016-06-06Add Control-Backspace as keybinding.Dave Davenport
2016-05-31Fix 'Tab' binding descriptionDave Davenport
2016-05-31Fix description, -switchers does not exist.Dave Davenport
2016-05-31Added the descriptions of the keybindingsmarduk
2016-05-30Issue #411: Show list of Keyboard bindings with rofi, from rofi.Dave Davenport
2016-05-08Fix indentingDave Davenport
2016-05-07keybindings: Implement on-release bindingsQuentin Glidic
2016-05-07keybindings: Rework the matchingQuentin Glidic
2016-03-24Cleanup unused type specifier.Dave Davenport
2016-03-20keybindings: Merge accept-custom and accept-entry-continueQuentin Glidic
2016-03-19Make clang static code analyzer happy (300+ -> 5)Dave Davenport
2016-03-05Allow X parsed colorsDave Davenport
2016-03-05More cleanupsDave Davenport
2016-03-05Propagate error down, show dialog.Dave Davenport
2016-02-28IndentingDave Davenport
2016-02-28Do some filtering on the keybinding, to get the right keycombo for alt+shift+s.Dave Davenport
2016-02-28Remove X11/* include headers.Dave Davenport
2016-02-23keybindings: Rework modmask matchingQuentin Glidic
2016-02-21rofi: Migrate to libxkbcommonQuentin Glidic