Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-02 | implemented quirks mechanism | Enrico Scholz | |
2014-01-02 | refactored; added and use find_by_path() method | Enrico Scholz | |
2014-01-02 | time: handle timeval too | Enrico Scholz | |
2014-01-02 | refactored: moved time functions into own namespace | Enrico Scholz | |
2013-10-06 | report type of key press | Enrico Scholz | |
2013-10-06 | fixed detection of errors and refactored code | Enrico Scholz | |
when sending non-raw keys, errors were reported on success and failures were ignored | |||
2013-03-03 | implemented basic support for native (non-sms style) editing | Enrico Scholz | |
2013-03-02 | moved common functions in util.h | Enrico Scholz | |
2013-01-06 | use better defaults for the repeat rate | Enrico Scholz | |
2013-01-06 | added support for setting repeat rate | Enrico Scholz | |
2013-01-06 | ensure that start() and stop() are called with locked mutex | Enrico Scholz | |
2013-01-06 | initialized modifiers | Enrico Scholz | |
2013-01-04 | fixup! fixed shutdown of plugin | Enrico Scholz | |
2013-01-04 | made valgrind happy by passing valid memory to EVIOCGRAB | Enrico Scholz | |
2013-01-04 | initialize dev_t_ | Enrico Scholz | |
2013-01-04 | solved list removal in a better way | Enrico Scholz | |
2013-01-04 | fixup! refactored epoll event handling | Enrico Scholz | |
2013-01-04 | refactored epoll event handling | Enrico Scholz | |
2013-01-04 | fixed magic key behaviour | Enrico Scholz | |
2013-01-04 | fixed minor typo | Enrico Scholz | |
2013-01-04 | fixed shutdown of plugin | Enrico Scholz | |
epoll_wait() does not return when the epoll-fd is closed by another thread. Use a helper pipe which is added to the epoll. Closing one end allows to terminate the thread cleanly | |||
2013-01-04 | changed close() method to take an l-value which is reset by it | Enrico Scholz | |
2013-01-04 | fixed shutdown of plugin | Enrico Scholz | |
made stop() synchronously and made the destructor virtual | |||
2013-01-02 | implemented numlock modifier | Enrico Scholz | |
2013-01-02 | increased magic key timeout | Enrico Scholz | |
2012-12-29 | conditionalized systemd support | Enrico Scholz | |
2012-12-29 | refactored build system and renamed c++ sources to .cc | Enrico Scholz | |