aboutsummaryrefslogtreecommitdiff
path: root/src/key_press.c
AgeCommit message (Expand)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2015-12-15Avoid rendering the tree twice in a rowIngo Bürk
2015-08-26Use libxkbcommon for translating keysyms, support all XKB groups.Michael Stapelberg
2015-04-20Update copyright notices and get rid of rangesDeiz
2014-06-19Feature: implement mouse bindingsTony Crisci
2014-06-01Add abstraction for running a bindingTony Crisci
2014-05-31Refactor parse_commandTony Crisci
2014-05-20Change the names of parser result structsTony Crisci
2014-05-04Remove yajl major version conditionalsTony Crisci
2014-05-03Refactor binding accessorTony Crisci
2014-02-26Move keyboard binding accessor to bindings.[ch]Tony Crisci
2014-01-06use designated initializers for yajl_callbacks structAlexander Kedrik
2014-01-05Revert "use designated initializers for yajl_callbacks struct"Michael Stapelberg
2014-01-04use designated initializers for yajl_callbacks structAlexander Kedrik
2013-01-26Make i3-nagbar use the same font as configured for i3Michael Stapelberg
2012-12-24refactor both i3-nagbar starts into src/util.cMichael Stapelberg
2012-09-11Only launch i3-nagbar for parse errorsMichael Stapelberg
2012-09-06naive implementation of 'bindsym --release' (and bindcode)Michael Stapelberg
2012-08-12use I3__FILE__ for DLOG, leave __FILE__ as isMichael Stapelberg
2012-08-07explicitly set filenames to $(basename __FILE__)Michael Stapelberg
2012-08-05fix a few warnings/places where the clang static analyzer complainsMichael Stapelberg
2012-08-02Display i3-nagbar when commands lead to an errorMichael Stapelberg