Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-22 | Move tablemodel into gui/models directory. | Andrei Karas | 1 | -180/+0 | |
2014-02-22 | Move Widget into gui/widgets directory. | Andrei Karas | 1 | -4/+4 | |
2014-02-15 | move exguichan files into gui/base/ | Andrei Karas | 1 | -1/+1 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-06-17 | improve tablemodel. | Andrei Karas | 1 | -2/+3 | |
2013-04-20 | fix style in gui directory. | Andrei Karas | 1 | -1/+3 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -2/+2 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-09-07 | Improve constructors in some classes. | Andrei Karas | 1 | -0/+1 | |
2012-08-30 | Add const to more classes. | Andrei Karas | 1 | -6/+7 | |
2012-08-17 | Improve size calculations. | Andrei Karas | 1 | -1/+1 | |
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -1/+0 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -2/+2 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -1/+1 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -1/+1 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -2/+2 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+173 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |