summaryrefslogtreecommitdiff
path: root/src/core/Registry.hpp
AgeCommit message (Collapse)Author
2015-02-16Added "autocomplete" function to ResourceLocator and RegistryAndreas Stöckel
2015-01-23Added mimetype by filename lookup to registryAndreas Stöckel
2015-01-22Added function which registers mimetypes for some default extensions (to be ↵Andreas Stöckel
extended)
2015-01-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser ↵Andreas Stöckel
namespace, added new functionality to RegistryClass, wrote documentation, added function for extracting file extensions to Utils
2015-01-20Refactored stuff surrounding the ResourceLocator class, implemented ↵Andreas Stöckel
StaticResourceLocator which can be used for registering static resources (mainly for testing or if certain resources need to be available from the executable)
2014-12-10integrated ResourceLocator into the Registry.Benjamin Paassen
2014-11-30backupAndreas Stöckel