Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Deleted cbuf.[c,h] | Guillermo Ramos | 2011-10-30 | -109/+0 |
| | | | | | 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.h | Guillermo Ramos | 2011-10-29 | -52/+7 |
| | | | | Switching to standard kfifo.h Linux circular buffer implementation | |||
* | Renamed map ADT to kmap | Guillermo Ramos | 2011-09-24 | -3/+3 |
| | ||||
* | Fixed bug in evs_delete macro and added some (un)likely's() | Guillermo Ramos | 2011-09-22 | -2/+2 |
| | ||||
* | Fixed redundant code in AltGr handling | Guillermo Ramos | 2011-09-20 | -13/+8 |
| | ||||
* | Fixed shift/capslock bug | Guillermo Ramos | 2011-09-20 | -6/+9 |
| | ||||
* | Optional AltGr registering implemented | Guillermo Ramos | 2011-09-20 | -1/+21 |
| | ||||
* | Added license and done a little cleanup of code | Guillermo Ramos | 2011-09-19 | -2/+28 |
| | ||||
* | Fixed backspace bug | Guillermo Ramos | 2011-09-18 | -5/+17 |
| | ||||
* | Shift parsing implemented (with some 'features' to be fixed someday). Meta ↵ | Guillermo Ramos | 2011-09-18 | -0/+1 |
| | | | | key added. | |||
* | One file for each keyboard layout. Shift implemented on spanish layout | Guillermo Ramos | 2011-09-16 | -5/+25 |
| | ||||
* | First functional version of khaskmap | Guillermo Ramos | 2011-09-16 | -0/+77 |