aboutsummaryrefslogtreecommitdiff
path: root/i3-input/i3-input.h
AgeCommit message (Expand)Author
2017-11-23do not check for NULL in FREE macroDaniel Mueller
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2014-06-19clang-format-3.5 **/*.h **/*.cMichael Stapelberg
2014-01-01Use #pragma onceAlexander Kedrik
2012-09-22don’t use reserved identifiers for include guards (left-overs)Michael Stapelberg
2011-11-16Consolidate all convert_* functions into libi3.Fernando Tarlá Cardoso Lemos
2011-10-23get rid of xcb.c in all i3-* toolsMichael Stapelberg
2011-10-23Add libi3/load_font, use it everywhereMichael Stapelberg
2011-10-23i3-input: Remove unused get_mod_mask from xcb.cMichael Stapelberg
2011-10-23Eliminate xcb_change_gc_single everywhere with C99Michael Stapelberg
2011-10-23Move get_colorpixel to libi3, use it everywhere elseMichael Stapelberg
2011-10-23add libi3/ipc_connect, use it in i3-config-wizard, i3-input, i3barMichael Stapelberg
2011-10-23i3-input: use IPC functions from libi3Michael Stapelberg
2011-01-28Bugfix: use the global root variable, don’t get the first one (Thanks quaec)Michael Stapelberg
2011-01-12fix some memory leaks when user passes command line arguments twice (Thanks T...Michael Stapelberg
2010-03-24Fix numlock stateMichael Stapelberg
2009-09-20Implement vim-like marksMichael Stapelberg
2009-09-20Add initial version of i3-input, an interactive tool for sending IPC commandsMichael Stapelberg