Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui. | Andrei Karas | 14 | -8/+57 | |
2017-01-05 | Remove extra includes from unit tests files. | Andrei Karas | 1 | -6/+0 | |
2017-01-05 | Fix different issues in unit tests. | Andrei Karas | 1 | -2/+24 | |
Fix crash with some compilers flags. Clean window container to null after it was removed. Init and deinit physfs globally. | |||||
2017-01-04 | Add physfs deinit function for unit tests. But not using it for now. | Andrei Karas | 1 | -0/+5 | |
2017-01-03 | Fix some doxygen issues. | Andrei Karas | 8 | -128/+3 | |
2017-01-03 | Remove useless todo messages. | Andrei Karas | 2 | -3/+0 | |
2017-01-03 | Update copyright year. | Andrei Karas | 217 | -217/+217 | |
2016-12-23 | Fix style issues. | Andrei Karas | 1 | -1/+1 | |
2016-12-16 | Remove extra include. | Andrei Karas | 1 | -2/+0 | |
2016-12-16 | Fix style issues. | Andrei Karas | 1 | -2/+2 | |
2016-12-16 | Fix hiding tabs in skill dialog. | Andrei Karas | 2 | -11/+41 | |
2016-12-15 | Fix skill level menu selection in rectangular skill tabs. | Andrei Karas | 1 | -4/+15 | |
2016-12-15 | Add theme files for skill rectangle listbox. | Andrei Karas | 1 | -1/+4 | |
2016-12-15 | Add support for rectangular skills tabs. | Andrei Karas | 2 | -1/+427 | |
2016-12-12 | Add noexcept in some files. | Andrei Karas | 27 | -117/+117 | |
2016-12-10 | Fix some issues found by automatic checks. | Andrei Karas | 3 | -13/+13 | |
2016-11-11 | Fix typo implimented -> implemented. | Andrei Karas | 1 | -2/+2 | |
2016-10-28 | Fix conflict for variable mSelectable between two classes. | Andrei Karas | 3 | -8/+8 | |
2016-10-16 | Add option to show player name only for selected player.s20161017 | Andrei Karas | 2 | -3/+20 | |
2016-10-04 | Move layouttype into enums directory. | Andrei Karas | 3 | -44/+4 | |
2016-10-04 | Remove extra include.s20161004 | Andrei Karas | 2 | -1/+2 | |
2016-10-04 | Move slidergrid enum into enums directory. | Andrei Karas | 2 | -56/+49 | |
2016-10-04 | Move orientation enum into enums directory. | Andrei Karas | 2 | -20/+12 | |
2016-09-27 | Fix too long string in browserbox.cpp | Andrei Karas | 1 | -1/+2 | |
2016-09-27 | Add support for links to mercenaries. | Andrei Karas | 1 | -0/+9 | |
Format is: @@MID|@@ Example: [@@M1191|@@] | |||||
2016-09-27 | Add support for links to homunculuses. | Andrei Karas | 1 | -0/+9 | |
Format is: @@hID|@@ Example: [@@h6001|@@] | |||||
2016-09-27 | Add support for links to pets. | Andrei Karas | 1 | -0/+9 | |
Format is: @@pID|@@ Example: [@@p1002|@@] | |||||
2016-09-27 | Add support for links to monsters. | Andrei Karas | 1 | -19/+36 | |
Format is: @@mID|@@ Example: [@@m1002|@@] | |||||
2016-09-27 | Show theme info dialog as modal dialog. | Andrei Karas | 1 | -1/+1 | |
2016-09-26 | Add support for links "news" and "copyright". | Andrei Karas | 1 | -0/+9 | |
Use for links in didyouknow window ItemLinkHandler. | |||||
2016-09-23 | Add missing comments into defines. | Andrei Karas | 18 | -62/+81 | |
2016-09-21 | Set parts of most windows unselectable. | Andrei Karas | 2 | -0/+3 | |
2016-09-20 | Set scrollarea unselectable only if no scroll bars showed. | Andrei Karas | 3 | -1/+10 | |
2016-09-20 | Set unselectable most parts of status window. | Andrei Karas | 3 | -0/+7 | |
2016-09-20 | Add support for unselectable widgets. | Andrei Karas | 5 | -2/+18 | |
If move mouse over or try to select, this widget will be ignored. Set labels unselectable by default. Set unselectable tabs in debug window. | |||||
2016-09-20 | Dont allow try to insert items into each other in legacy server. | Andrei Karas | 1 | -0/+3 | |
2016-09-17 | Fix tests compilation. | Andrei Karas | 1 | -1/+1 | |
2016-09-17 | Add strong typed bool LoseFocusOnTab. | Andrei Karas | 4 | -6/+13 | |
2016-09-17 | Add strong typed bool Opaque. | Andrei Karas | 36 | -76/+89 | |
2016-09-17 | Use strong typed bool Move for move variable in window. | Andrei Karas | 2 | -4/+5 | |
2016-09-17 | Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy ↵ | Andrei Karas | 1 | -9/+9 | |
server anymore. | |||||
2016-09-16 | Remove another extra include. | Andrei Karas | 1 | -2/+0 | |
2016-09-16 | Remove extra include. | Andrei Karas | 1 | -2/+0 | |
2016-09-16 | Fix compilation without C++11 flags. | Andrei Karas | 1 | -1/+1 | |
2016-09-15 | Add support for drag and drop into shops. | Andrei Karas | 1 | -0/+49 | |
2016-09-15 | Add type into ShopListBox. | Andrei Karas | 3 | -5/+21 | |
2016-09-14 | Fix highlighted links drawing with bold text. | Andrei Karas | 1 | -2/+11 | |
2016-09-03 | Add option for create custom OpenGL context. | Andrei Karas | 1 | -0/+4 | |
By default this option disabled, because may create issues. | |||||
2016-08-30 | Fix some leaks in unit tests. | Andrei Karas | 1 | -0/+1 | |
2016-08-29 | Add some cleanup calls in unit tests. | Andrei Karas | 1 | -0/+3 | |