summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2017-03-29Move rwops code into virtfs namespace.Andrei Karas1-1/+1
2017-03-29Remove extra memory copy in VirtFs::loadFile.Andrei Karas1-1/+1
2017-03-29Remove extra includes.Andrei Karas1-1/+0
2017-03-28Change memory allocation in Virtfs::LoadFile from calloc to new.Andrei Karas1-4/+5
2017-03-28Move virtlist into virtfs directory.Andrei Karas1-1/+1
2017-03-28Move virtfstools into virtfs directory.Andrei Karas6-6/+8
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas5-5/+6
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas7-19/+19
2017-03-22Remove empty line from windowmanager_unittest.ccAndrei Karas1-1/+0
2017-03-22Add some tests for windowmanager.Andrei Karas1-0/+159
2017-03-22Clear icon pointer after icon was deleted in windowmanager.Andrei Karas1-0/+1
2017-03-18Fix compilation on macosx.Andrei Karas1-1/+1
2017-03-17Remove shadow variable from shoplistbox.Andrei Karas2-3/+2
2017-03-15Fix too long line in windowmanager.cppAndrei Karas1-2/+6
2017-03-14Fix shadow variables in PopupMenu and Desktop.Andrei Karas4-20/+20
2017-03-14Fix compilation for windows 64 with mingw.Andrei Karas1-0/+6
2017-03-13Add some more fonts loading logging.Andrei Karas1-2/+4
2017-03-11Fix different issues found by automatic checks.Andrei Karas1-1/+1
2017-03-10Fix leak in buy dialog.Andrei Karas1-0/+1
2017-03-10Fix new style issue detected by mplint.Andrei Karas1-1/+1
2017-03-10Add setting to allow and not allow move character by mouse.Andrei Karas3-5/+17
2017-03-10Fix compilation warnings with mingw.Andrei Karas1-2/+5
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas3-22/+22
2017-03-09Remove extra includes.Andrei Karas1-2/+0
2017-03-08Add configuration path initialisation in tests where it need.Andrei Karas1-0/+10
2017-03-08Load extra config values in windows test, for prevent wrong data.Andrei Karas1-0/+1
2017-03-08Add assert in fonts loading if font size < 4.Andrei Karas2-2/+10
2017-03-08Improve fonts loading checks and logging.Andrei Karas1-7/+39
2017-03-08Add some cleanups into windows unit tests.Andrei Karas1-2/+3
2017-03-08Clean global font pointer on gui deletion.Andrei Karas2-0/+4
2017-03-07Fix unit tests on windows.Andrei Karas2-2/+0
2017-03-07Fix tests after last changes.Andrei Karas1-0/+14
2017-03-06Show assert if failed open streamed files.Andrei Karas1-1/+5
2017-03-04Reimplement VirtFs in correct way. Now all tests should pass.Andrei Karas2-12/+12
2017-03-02Fix space and enter key press in updater window after update complete.Andrei Karas1-1/+2
2017-03-02Revert "Fix tests failure in physfs deinit."Andrei Karas2-5/+5
2017-03-02Fix tests failure in physfs deinit.Andrei Karas2-5/+5
2017-03-02Fix possible leaks on exit and asserts about adding non existing zips and dir...Andrei Karas1-1/+1
2017-03-01Fix tests running without physfs.Andrei Karas2-0/+6
2017-02-28Add paths.xml option overweightPercent for show overweight message.Andrei Karas2-2/+4
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas5-8/+8
2017-02-21Move other fs related files into fs directory.Andrei Karas5-8/+10
2017-02-21Move virt fs related files into fs directory.Andrei Karas9-13/+22
2017-02-21Fix compilation with pugixml.Andrei Karas1-4/+4
2017-02-20Fix all left leaks in tests.Andrei Karas2-1/+18
2017-02-20Fix some leaks in unit tests.Andrei Karas3-3/+19
2017-02-19Fix some memory leaks and add duplicate item fields check.Andrei Karas2-21/+35
2017-02-15Remove other unused includes.Andrei Karas1-1/+0
2017-02-15Remove ueseless includes.Andrei Karas1-1/+0
2017-02-14Move some virtfs replated functions from files.cpp into virtfstools.cppAndrei Karas5-10/+12