summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-28Move virtfstools into virtfs directory.Andrei Karas1-1/+1
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas1-1/+1
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas1-3/+3
2017-03-10Fix new style issue detected by mplint.Andrei Karas1-1/+1
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-3/+3
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-3/+4
2017-02-21Fix compilation with pugixml.Andrei Karas1-4/+4
2017-02-19Fix some memory leaks and add duplicate item fields check.Andrei Karas1-21/+34
2017-02-15Remove other unused includes.Andrei Karas1-1/+0
2017-02-14Move some virtfs replated functions from files.cpp into virtfstools.cppAndrei Karas1-2/+3
2017-02-14In virtfs replace parameters type from char* to std::string.Andrei Karas1-8/+8
2017-02-14Add virtlist for file names enumeration in virtfs.Andrei Karas1-3/+4
2017-02-10Rename physfstools into virtfs.Andrei Karas1-11/+11
2017-01-18Replace left direct physfs functions calls into physfs namespace functions.Andrei Karas1-2/+2
2017-01-17Fix compilation with old compilers.Andrei Karas1-1/+1
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.Andrei Karas1-0/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-10Use xml loader in themes.Andrei Karas1-7/+28
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-05-25Move subimageset load function from resourcemanager into separate file.Andrei Karas1-3/+2
2016-05-25Move imageset load function from resourcemanager into separate file.Andrei Karas1-1/+2
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-1/+1
2016-05-25Move sub images load function from resourcemanager into separate file.Andrei Karas1-2/+5
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-1/+3
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-05-13Dont report errors on resolving theme image path.Andrei Karas1-3/+4
2016-02-08Improve some empty string checks.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-59/+59
2016-01-20Add pugixml backend incomplete.Andrei Karas1-3/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-21Move dye related files into dye directory.Andrei Karas1-1/+2
2015-12-13Move theme related constants into separate file.Andrei Karas1-0/+2
2015-10-30Allow set width or height to zero in theme xmls. This mean image not exists.Andrei Karas1-2/+4
2015-08-22Use resource manager as global variable.Andrei Karas1-11/+6
2015-07-14Add card item type.Andrei Karas1-0/+2
2015-06-25Add missing non null attributes into gui directory.Andrei Karas1-1/+2
2015-06-06Fix code style.Andrei Karas1-3/+0
2015-05-31Convert ThemeColorId enum into strong typed enum.Andrei Karas1-56/+65
2015-05-31Move functions getColor, getIdByChar from palette to theme and userpalette.Andrei Karas1-0/+13
2015-05-31Convert ProgressColorId enum into strong typed enum.Andrei Karas1-6/+15
2015-05-30Move gradient type into separate file.Andrei Karas1-5/+5
2015-05-30Move theme progress colors enum into separate file.Andrei Karas1-3/+4
2015-05-30Move theme colors enum into separate file.Andrei Karas1-53/+55
2015-05-06Add strong typed bool type SkipError.Andrei Karas1-3/+5
2015-05-06Add strong types bool type UseResman.Andrei Karas1-3/+3
2015-02-07Dont show some useless errors while loading themes.Andrei Karas1-3/+3
2015-02-07Remove optional parameter from xml document constructor.Andrei Karas1-3/+3
2015-01-04Add stringmap typedefs.Andrei Karas1-2/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-12Add channeltab class and colors for it.Andrei Karas1-0/+6