Age | Commit message (Expand) | Author | Files | Lines |
2017-12-27 | Remove default parameters from window. | Andrei Karas | 1 | -3/+3 |
2017-12-24 | Remove default parameters from widget2. | Andrei Karas | 1 | -4/+4 |
2017-12-23 | Remove default parameters from tabstrip. | Andrei Karas | 1 | -1/+1 |
2017-12-17 | Remove default parameters from dragdrop.g | Andrei Karas | 1 | -1/+1 |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -17/+17 |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+1 |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -50/+50 |
2017-03-24 | Add support for tinyxml2 for reading / writing xml files. | Andrei Karas | 1 | -5/+5 |
2017-02-28 | Rename UseResMan into UseVirtFs. | Andrei Karas | 1 | -2/+2 |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 |
2016-09-21 | Set parts of most windows unselectable. | Andrei Karas | 1 | -0/+2 |
2016-07-21 | Fix crash with outdated or broken equipmentwindow.xml | Andrei Karas | 1 | -0/+2 |
2016-07-21 | Remove support for loading legacy equipmentwindow.xml format. | Andrei Karas | 1 | -10/+0 |
2016-06-23 | Remove extra includes from equipmentwindow.cpp | Andrei Karas | 1 | -2/+0 |
2016-06-23 | Move equipment window slot names into file equipmentslots.xml | Andrei Karas | 1 | -4/+28 |
2016-04-26 | Split graphicsvetexes into multiply files. | Andrei Karas | 1 | -1/+1 |
2016-04-26 | Move graphicsvertexes into render/vertexes. | Andrei Karas | 1 | -1/+2 |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 1 | -2/+2 |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -3/+3 |
2016-01-04 | Add missing TRANSLATORS comments to translation strings. | Andrei Karas | 1 | -0/+1 |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2015-12-31 | Move ImagePosition enum into enums directory. | Andrei Karas | 1 | -1/+1 |
2015-11-18 | Fix code style in beingequipbackend and add some consts to it. | Andrei Karas | 1 | -2/+2 |
2015-11-17 | Fix compilation without C++11 again. | Andrei Karas | 1 | -2/+2 |
2015-11-16 | Convert InventoryType enum into strong typed. | Andrei Karas | 1 | -1/+1 |
2015-11-16 | Convert DragDropSource enum into strong typed enum. | Andrei Karas | 1 | -8/+8 |
2015-07-14 | Remove default parameters from item popup. | Andrei Karas | 1 | -1/+1 |
2015-06-28 | Remove some ueseless checks. | Andrei Karas | 1 | -4/+1 |
2015-06-25 | Add missing checks in windows. | Andrei Karas | 1 | -0/+4 |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -2/+0 |
2015-05-30 | Move theme colors enum into separate file. | Andrei Karas | 1 | -4/+4 |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -6/+6 |
2015-05-25 | Add missing safeDraw to some windows. | Andrei Karas | 1 | -1/+1 |
2015-05-25 | Add safeDraw method into equipmentwindow. | Andrei Karas | 1 | -36/+89 |
2015-05-25 | Dont set global color variables before drawing text. | Andrei Karas | 1 | -1/+2 |
2015-05-21 | Call Window::postInit from all windows with overrided postInit method. | Andrei Karas | 1 | -0/+1 |
2015-05-06 | Add strong typed bool type SkipError. | Andrei Karas | 1 | -1/+1 |
2015-05-06 | Add strong types bool type UseResman. | Andrei Karas | 1 | -1/+1 |
2015-05-05 | Replace most bools usage in playerinfo to strong typed bools. | Andrei Karas | 1 | -4/+4 |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -1/+1 |
2015-03-23 | Fix memory leak in equipment window. | Andrei Karas | 1 | -0/+1 |
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 1 | -0/+2 |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -3/+0 |
2015-02-11 | Add typed bool type Equipped. | Andrei Karas | 1 | -3/+3 |
2015-02-11 | Add typed bool type Equipm. | Andrei Karas | 1 | -3/+3 |
2015-02-07 | Dont show some useless errors while loading themes. | Andrei Karas | 1 | -1/+2 |
2015-02-07 | Remove optional parameter from xml document constructor. | Andrei Karas | 1 | -1/+2 |
2015-01-24 | Use InventoryType for inventory type. | Andrei Karas | 1 | -1/+6 |
2015-01-11 | Simplify AddButton method in WidgetGroup class. | Andrei Karas | 1 | -1/+1 |
2015-01-04 | Add stringmap typedefs. | Andrei Karas | 1 | -2/+2 |