aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kkbd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Work on changing styleMattias Andrée2017-11-051-1/+1
* Update year and e-mail addressMattias Andrée2017-11-051-1/+1
* Work on changing style, and an important typo fixMattias Andrée2017-11-051-1153/+1132
* mMattias Andrée2016-07-101-2/+2
* mMattias Andrée2016-07-101-2/+2
* Bump yearMattias Andrée2016-07-091-1/+1
* mMattias Andrée2016-07-091-1/+1
* mMattias Andrée2015-08-251-14/+3
* attributesMattias Andrée2015-08-251-4/+7
* mds-kkbd: decipher mapping_query and fix a minor bug in itMattias Andrée2015-08-241-16/+35
* mds-kkbd: handle_keyboard_enumeration did not add the keyboard, what an oversightMattias Andrée2015-08-241-1/+15
* mds-kkbd: decipher handle_keyboard_enumeration and fix a minor bug in itMattias Andrée2015-08-241-14/+40
* mds-respawn: typo + mds-kkbd: doc, derp, and minimise some buffer sizesMattias Andrée2015-08-241-12/+37
* mds-kkbd: styleMattias Andrée2015-08-241-44/+11
* mds-kkbd: fix order of parameters in sprintfMattias Andrée2015-08-241-1/+1
* signal handlers that return should not modify errnoMattias Andrée2015-08-231-0/+2
* add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it.Mattias Andrée2015-08-211-2/+2
* put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameterMattias Andrée2015-08-191-31/+11
* typo + continued work on mds-colourMattias Andrée2015-08-191-2/+2
* typoMattias Andrée2015-08-181-1/+1
* typoMattias Andrée2015-08-181-1/+1
* mds-kkbd m fix + add LED remappingMattias Andrée2015-07-191-15/+249
* mMattias Andrée2015-07-191-0/+2
* m docMattias Andrée2015-07-191-1/+1
* typoMattias Andrée2015-07-191-1/+1
* siginfo: mds-clipboard, mds-echo, mds-kkbdMattias Andrée2015-04-181-0/+27
* bump yearMattias Andrée2015-02-131-1/+1
* add xmemdup macroMattias Andrée2014-12-101-2/+1
* with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée2014-12-081-90/+112
* rename pfail to failMattias Andrée2014-12-081-4/+4
* no more goto failMattias Andrée2014-12-081-5/+4
* replace all goto pfail with fail_if, so that we can take whence it failedMattias Andrée2014-12-081-4/+3
* whitespaceMattias Andrée2014-11-281-2/+2
* that is not necessaryMattias Andrée2014-09-091-1/+0
* mMattias Andrée2014-09-091-4/+2
* set danger in mds-base's receive_dangerMattias Andrée2014-09-081-19/+0
* derp, danger is volatile and atomicMattias Andrée2014-09-081-1/+1
* take care of some dangerMattias Andrée2014-09-081-4/+29
* move reconnect_to_display todo into todo fileMattias Andrée2014-09-081-1/+1
* derpMattias Andrée2014-08-241-5/+5
* message id is unsigned 32-bitMattias Andrée2014-08-241-14/+14
* m + do not any assumtion of int typedefsMattias Andrée2014-08-241-4/+4
* vt protocolsMattias Andrée2014-08-221-0/+3
* add todo for kkbd on what to free on dangerMattias Andrée2014-08-201-1/+1
* add sigdanger supportMattias Andrée2014-08-201-1/+2
* ignore empty lines when parsing remap tableMattias Andrée2014-08-131-8/+15
* keycodes not be larger than 2¹⁴Mattias Andrée2014-08-131-3/+2
* mds-kkbd: announce new keyboard when startingMattias Andrée2014-08-131-2/+9
* implement keycode mapping queryMattias Andrée2014-08-131-10/+57
* mMattias Andrée2014-08-131-10/+34