summaryrefslogtreecommitdiffhomepage
path: root/proto-libevdev
AgeCommit message (Collapse)Author
2022-04-19fix i18n generationStanislaw Halik
2021-09-27fix build harder, also accidental adlStanislaw Halik
2020-01-17proto/libevdev: fix dialog titleStanislaw Halik
2019-09-22api: expose raw data to protocolsStanislaw Halik
Issue: #975
2019-08-01fix clang warningsStanislaw Halik
2019-05-05proto/libevdev: fix error handling code harderStanislaw Halik
Issue: #944
2019-05-05proto/libevdev: fix typoStanislaw Halik
Issue #944
2019-05-05proto/libevdev: fix buildStanislaw Halik
Issue: #944
2019-05-05proto/libevdev: fix wrong error checkStanislaw Halik
Issue: #944
2019-01-16proto/libevdev: fix buildStanislaw Halik
2019-01-16proto/libevdev: sprinkle some overrideStanislaw Halik
2018-04-05the hell?Stanislaw Halik
2018-04-05fir Linux buildStanislaw Halik
2018-04-05modules: now use i18nStanislaw Halik
2018-01-19proto/libevdev: fix buildStanislaw Halik
Issue: #726
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2018-01-18compat: split/cleanup util.hppStanislaw Halik
Some of the headers are clearly useless. Remove them. Move what's inside util.hpp into separate headers. Adjust usages. Will remove util.hpp.
2018-01-17proto/libevdev: fix buildStanislaw Halik
Issue: #726
2018-01-17proto/libevdev: build if found, don't ask in cacheStanislaw Halik
2018-01-13proto/libevdev: buffer flush, WIPStanislaw Halik
2017-12-09many: use otr_tr for non-qobject translationStanislaw Halik
I haven't even compile-tested Linux and OSX-specific bits.
2017-07-29proto/{libevdev,wine}: add stub i18nStanislaw Halik
Was breaking make(1). Issue: #661
2017-05-10proto/evdev: that didn't make senseStanislaw Halik
2017-03-27cmake: rename project's function prefixStanislaw Halik
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module".
2016-11-04modules: make names uniqueStanislaw Halik
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.
2016-05-26many modules: trivial cleanups onlyStanislaw Halik
- Remove "this->" where it's not needed. Possibly rename shadowed vars. - Don't reload the options bundle manually since `options::opts' exists for that very reason. - Remove '^ \+$' whitespace - :retab
2015-10-30also rename protocol -> protoStanislaw Halik