Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-16 | all: 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-14 | api: this isn't C#, we don't need to set enum vals | Stanislaw Halik | |
2016-05-23 | api/plugins: disable copy of plugin classes | Stanislaw Halik | |
Sometimes we dereference to cast to a reference. Prevent typos that cause copies. | |||
2016-05-13 | api: implement virtual dtors in a compilation unit | Stanislaw Halik | |
2015-11-01 | all: adjust options.hpp move to compat | Stanislaw Halik | |
2015-10-16 | allow for filter immediate center | Stanislaw Halik | |
2015-08-28 | fix typo | Stanisław Halik | |
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |
2015-07-20 | add my own copyright | Stanislaw Halik | |
We need copyright on contributions or else it defaults to granting no rights. | |||
2015-07-18 | bundles are now reloaded when settings window is closed | Stanislaw Halik | |
This happens even if closed by alt+f4 or cancel button. | |||
2015-07-16 | unify plugin-api files | Stanislaw Halik | |
2015-07-16 | unused #define | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |