Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-17 | improve tabbedarea. | Andrei Karas | 1 | -13/+13 | |
2013-05-28 | fix guard header part1. | Andrei Karas | 1 | -3/+3 | |
2013-04-14 | another fixes from cpplint. | Andrei Karas | 1 | -1/+1 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-10-30 | Add unused warnings to other files. | Andrei Karas | 1 | -14/+14 | |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -2/+0 | |
2012-10-20 | Add to some controls palette inheritance from other controls. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Derive all widgets from Widget2 class. | Andrei Karas | 1 | -1/+4 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 | |
2012-10-15 | Fix compilation old gcc and system wide guichan at same time. | Andrei Karas | 1 | -1/+1 | |
2012-10-14 | Replace gcn::Button to Button in all classes. | Andrei Karas | 1 | -9/+1 | |
2012-10-14 | Dont use guichan tab and tabbedarea anymore. | Andrei Karas | 1 | -15/+60 | |
It have some methods and widget connections what cant be changed by overloading. | |||||
2012-10-10 | Delete copy constructor in some classes. | Andrei Karas | 1 | -0/+2 | |
2012-09-22 | Add override keyword to most overriden methods. | Andrei Karas | 1 | -9/+9 | |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 1 | -1/+1 | |
2012-08-30 | Add const to more classes. | Andrei Karas | 1 | -4/+4 | |
2012-04-23 | By default dont switch tabs by left/right keys. | Andrei Karas | 1 | -0/+4 | |
2012-04-17 | Move keyboard handling from guichan to own classes. | Andrei Karas | 1 | -0/+2 | |
2012-02-03 | Add some missing getters. | Andrei Karas | 1 | -2/+2 | |
2012-01-11 | Fix compliation under gcc 4.7 snapshot. | Andrei Karas | 1 | -5/+3 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-25 | Move A_UNUSED define to include file. | Andrei Karas | 1 | -6/+0 | |
2011-10-07 | Fix resize in skills dialog and social window. | Andrei Karas | 1 | -0/+3 | |
2011-09-15 | Add buttons Themes, Video, Perfomance in select server screen. | Andrei Karas | 1 | -0/+2 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -2/+2 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -4/+4 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -4/+4 | |
2011-05-25 | Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵ | Andrei Karas | 1 | -0/+2 | |
map classes. | |||||
2011-05-24 | Fix leaks in client, skilldialog and playerinfo classes. | Andrei Karas | 1 | -0/+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 | -0/+7 | |
2011-03-19 | Add flag to enable or disable scroll buttons in tabbed area. | Andrei Karas | 1 | -0/+13 | |
Also add not working right margin to tabbed area. | |||||
2011-03-09 | Added a tab scrolling system in tabarea. | Yohann Ferreira | 1 | -0/+43 | |
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-02 | Initial commit. | Andrei Karas | 1 | -0/+129 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |