Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-20 | fix style in gui directory. | Andrei Karas | 1 | -2/+4 | |
2013-01-20 | Another part with FOR_EACH changes. | Andrei Karas | 1 | -4/+1 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2013-01-02 | Fix resize issue in shortcuts windows in software drawing mode. | Andrei Karas | 1 | -0/+6 | |
2012-12-01 | Add batch drawing to shortcuts windows. | Andrei Karas | 1 | -0/+7 | |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -2/+0 | |
2012-10-20 | Add palette inheritance to shortcutcontainer class. | Andrei Karas | 1 | -0/+2 | |
2012-10-20 | Add to some controls palette inheritance from other controls. | Andrei Karas | 1 | -4/+5 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 | |
2012-10-10 | Delete copy constructor from other classes. | Andrei Karas | 1 | -0/+2 | |
2012-10-03 | Add sound effects for open/close windows. | Andrei Karas | 1 | -0/+2 | |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 1 | -1/+1 | |
2012-09-07 | Improve constructors in some classes. | Andrei Karas | 1 | -12/+11 | |
2012-09-06 | Add theme option for title bar height. | Andrei Karas | 1 | -2/+1 | |
Option name: titlebarHeight Default value: 20 px | |||||
2012-08-28 | Add const to more classes. | Andrei Karas | 1 | -9/+9 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -2/+0 | |
2012-08-05 | Move some hardcoded paddings to themes. | Andrei Karas | 1 | -10/+2 | |
2012-07-28 | Simplify scrollarea opaque flag. | Andrei Karas | 1 | -4/+2 | |
2012-05-08 | Add titlepadding option to theme file. | Andrei Karas | 1 | -1/+10 | |
Now used only in shortcuts window without title bar. | |||||
2012-01-15 | Add support moving shortcuts like windows by header. | Andrei Karas | 1 | -0/+38 | |
2012-01-14 | Add additional pixel in shortcuts like windows for better moving. | Andrei Karas | 1 | -2/+2 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -6/+6 | |
2011-09-28 | Hide popups in different hidden windows. | Andrei Karas | 1 | -0/+19 | |
2011-09-11 | Add own theme xml configuration for each shortcuts based window. | Andrei Karas | 1 | -2/+5 | |
2011-09-11 | Add own xml configuration for missing windows. | Andrei Karas | 1 | -1/+2 | |
2011-05-25 | Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵ | Andrei Karas | 1 | -0/+2 | |
map classes. | |||||
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-03-20 | Disable scroll buttons in shortcuts windows.v1.1.3.20 | Andrei Karas | 1 | -2/+0 | |
2011-03-19 | Add flag to enable or disable scroll buttons in tabbed area. | Andrei Karas | 1 | -0/+2 | |
Also add not working right margin to tabbed area. | |||||
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+152 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |