Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-15 | Improve a bit widgets speed. | Andrei Karas | 1 | -13/+15 | |
2012-09-07 | Improve constructors in some classes. | Andrei Karas | 1 | -0/+1 | |
2012-08-30 | Add const to more classes. | Andrei Karas | 1 | -26/+29 | |
2012-08-17 | Improve size calculations. | Andrei Karas | 1 | -3/+4 | |
2012-04-25 | Improve iterators part 1. | Andrei Karas | 1 | -4/+4 | |
2012-04-23 | By default dont switch tabs by left/right keys. | Andrei Karas | 1 | -9/+10 | |
2012-04-19 | Dehardcode keys in gui widgets. | Andrei Karas | 1 | -12/+7 | |
Add new tab with keys settings in input settings tab. | |||||
2012-04-17 | Move keyboard handling from guichan to own classes. | Andrei Karas | 1 | -0/+31 | |
2012-01-14 | fix adding gcc 4.7 support. | Andrei Karas | 1 | -1/+1 | |
2012-01-11 | Fix compliation under gcc 4.7 snapshot. | Andrei Karas | 1 | -3/+7 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -11/+11 | |
2011-09-15 | Add buttons Themes, Video, Perfomance in select server screen. | Andrei Karas | 1 | -0/+13 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -1/+1 | |
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-25 | Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵ | Andrei Karas | 1 | -0/+18 | |
map classes. | |||||
2011-05-24 | Fix leaks in client, skilldialog and playerinfo classes. | Andrei Karas | 1 | -0/+14 | |
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-04-25 | Possible fix chat scrolling in near bottom position. | Andrei Karas | 1 | -2/+4 | |
2011-04-19 | Unhide some virtual methods. | Andrei Karas | 1 | -1/+1 | |
2011-04-08 | Add ability to tabbedarea follow vertical scrroll bar position with max value. | Andrei Karas | 1 | -6/+29 | |
2011-03-31 | Fix memory leaks and some other errors. | Andrei Karas | 1 | -7/+4 | |
2011-03-19 | Add flag to enable or disable scroll buttons in tabbed area. | Andrei Karas | 1 | -17/+60 | |
Also add not working right margin to tabbed area. | |||||
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 1 | -1/+1 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -1/+1 | |
2011-03-11 | Add checks to tabbedarea. | Andrei Karas | 1 | -9/+14 | |
2011-03-09 | Added a tab scrolling system in tabarea. | Yohann Ferreira | 1 | -1/+146 | |
Currently working on the chat window. Resolves: Mana-Mantis #308. Reviewed-by: Thorbjorn. | |||||
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/+221 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |