summaryrefslogtreecommitdiffhomepage
path: root/opentrack/plugin-api.hpp
AgeCommit message (Collapse)Author
2016-08-07api/plugins: add center hook for accumulative trackersStanislaw Halik
This is necessary for the Tobii tracker
2016-06-16all: split "api" into "api" and "logic"Stanislaw Halik
Here, the "logic" module has all the stuff for building one's own graphical user interface. The "api" module has stuff used by other trackers. While at it, each of "api", "logic", and "compat" need their own export headers. This is because of preprocessor symbol clashes. This is all because a change in the "gui"-only dependency required a relink of all the trackers, protocols, and flters. It takes too long when building in the release configuration. With the split, only the "gui" module gets rebuilt. Since it has close to no static dependencies, it's fast enough.
2016-06-14api: this isn't C#, we don't need to set enum valsStanislaw Halik
2016-05-23api/plugins: disable copy of plugin classesStanislaw Halik
Sometimes we dereference to cast to a reference. Prevent typos that cause copies.
2016-05-13api: implement virtual dtors in a compilation unitStanislaw Halik
2015-11-01all: adjust options.hpp move to compatStanislaw Halik
2015-10-16allow for filter immediate centerStanislaw Halik
2015-08-28fix typoStanisław Halik
2015-07-25move portability classes to compat libraryStanislaw Halik
2015-07-20add my own copyrightStanislaw Halik
We need copyright on contributions or else it defaults to granting no rights.
2015-07-18bundles are now reloaded when settings window is closedStanislaw Halik
This happens even if closed by alt+f4 or cancel button.
2015-07-16unify plugin-api filesStanislaw Halik
2015-07-16unused #defineStanislaw Halik
2014-10-19decruft moreStanislaw Halik