aboutsummaryrefslogtreecommitdiff
path: root/evspy-core.c
Commit message (Collapse)AuthorAgeLines
* Works again with modern kernelsGuillermo Ramos2014-06-29-30/+35
|
* Tabs -> spacesGuillermo Ramos2014-06-29-153/+153
|
* NOW fixed read-from-proc bugGuillermo Ramos2011-11-01-7/+8
| | | | And 100% sure
* Fixed the damn read-from-proc bug from hellGuillermo Ramos2011-10-31-8/+11
| | | | (not 100% sure, but almost)
* Modified read-from-proc function (temp commit)Guillermo Ramos2011-10-31-5/+5
|
* Deleted some old comments in evspy-core.cGuillermo Ramos2011-10-30-9/+3
|
* Deleted cbuf.[c,h]Guillermo Ramos2011-10-30-9/+17
| | | | | Circular buffer implementation moved back to evspy-core.c evspy-core.h renamed to evspy.h and added #ifdef's
* First version of cbuf.c and cbuf.hGuillermo Ramos2011-10-29-49/+13
| | | | Switching to standard kfifo.h Linux circular buffer implementation
* Fixed bug in evs_delete macro and added some (un)likely's()Guillermo Ramos2011-09-22-3/+1
|
* Fixed redundant code in AltGr handlingGuillermo Ramos2011-09-20-1/+7
|
* Fixed shift/capslock bugGuillermo Ramos2011-09-20-19/+17
|
* Optional AltGr registering implementedGuillermo Ramos2011-09-20-1/+15
|
* Added license and done a little cleanup of codeGuillermo Ramos2011-09-19-12/+10
|
* Fixed backspace bugGuillermo Ramos2011-09-18-4/+10
|
* Added us keyboard layoutGuillermo Ramos2011-09-18-1/+1
|
* Shift parsing implemented (with some 'features' to be fixed someday). Meta ↵Guillermo Ramos2011-09-18-19/+23
| | | | key added.
* One file for each keyboard layout. Shift implemented on spanish layoutGuillermo Ramos2011-09-16-13/+4
|
* First functional version of khaskmapGuillermo Ramos2011-09-16-0/+276