Age | Commit message (Expand) | Author | Files | Lines |
2013-05-09 | fix default window title bar height. | Andrei Karas | 1 | -1/+1 |
2013-05-04 | add function to graphics class to set normal and outline colors at once. | Andrei Karas | 1 | -2/+1 |
2013-05-02 | add new theme option for adjusting titlebar height. | Andrei Karas | 1 | -0/+1 |
2013-05-02 | Fix tilebar padding with different font sizes. | Andrei Karas | 1 | -2/+5 |
2013-04-26 | fix code style more. | Andrei Karas | 1 | -2/+2 |
2013-04-20 | fix style in gui directory. | Andrei Karas | 1 | -0/+3 |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -2/+1 |
2013-04-12 | fix random rare crashes in npc and possible other windows. | Andrei Karas | 1 | -0/+3 |
2013-04-09 | Improve perfomance in windows and popups visibility checks. | Andrei Karas | 1 | -2/+2 |
2013-03-31 | Rename SoundManager sigleton from sound to soundManager. | Andrei Karas | 1 | -2/+2 |
2013-03-02 | Another fixes after Coverity checks. | Andrei Karas | 1 | -0/+5 |
2013-01-20 | Fix crashes on closing client before entering game. | Andrei Karas | 1 | -0/+2 |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 |
2012-12-27 | add support for outlining in window header. | Andrei Karas | 1 | -0/+2 |
2012-12-27 | Remove set font from graphics object. | Andrei Karas | 1 | -1/+0 |
2012-12-27 | Improve a bit draw speed in other controls. | Andrei Karas | 1 | -2/+16 |
2012-12-25 | Fix sticky button draw changed image. | Andrei Karas | 1 | -0/+1 |
2012-12-14 | Fix equipment window selected item draw. | Andrei Karas | 1 | -1/+1 |
2012-12-03 | Rename sound.cpp/h to soundmanager. | Andrei Karas | 1 | -1/+1 |
2012-12-01 | add batch draw to equipment window. | Andrei Karas | 1 | -1/+6 |
2012-12-01 | Add batch drawing to window. | Andrei Karas | 1 | -26/+64 |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -0/+2 |
2012-10-28 | Fix stick button placment. | Andrei Karas | 1 | -2/+3 |
2012-10-28 | Extend window theming. | Andrei Karas | 1 | -2/+3 |
2012-10-25 | Add support for different hover/pickup cursors for monsters, npc, items, etc. | Andrei Karas | 1 | -10/+10 |
2012-10-22 | Add auto resize feature to equipment window for correct placing slots. | Andrei Karas | 1 | -4/+4 |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -3/+0 |
2012-10-20 | Fix palettes loading and using. | Andrei Karas | 1 | -3/+1 |
2012-10-20 | Add load theme id for windows and popups. | Andrei Karas | 1 | -0/+6 |
2012-10-20 | In all controls, call Widget2 methods to get colors. | Andrei Karas | 1 | -1/+1 |
2012-10-20 | Derive all widgets from Widget2 class. | Andrei Karas | 1 | -0/+1 |
2012-10-03 | Add sound effects for open/close windows. | Andrei Karas | 1 | -0/+9 |
2012-09-27 | Fix mouse event handling in windows set visible. | Andrei Karas | 1 | -1/+7 |
2012-09-23 | fix code style. | Andrei Karas | 1 | -1/+2 |
2012-09-23 | Restore mouse cursor if window set visible and have mouse over. | Andrei Karas | 1 | -1/+27 |
2012-09-22 | Restore default close image on window closing | Andrei Karas | 1 | -0/+2 |
2012-09-19 | fix compilation warnings. | Andrei Karas | 1 | -1/+1 |
2012-09-19 | Add resize grip padding. | Andrei Karas | 1 | -25/+21 |
2012-09-16 | Add theme option "titlebarBold". | Andrei Karas | 1 | -0/+2 |
2012-09-15 | Improve a bit widgets speed. | Andrei Karas | 1 | -69/+74 |
2012-09-13 | Fix code style. | Andrei Karas | 1 | -1/+3 |
2012-09-12 | Add for windows close button hover image. | Andrei Karas | 1 | -11/+14 |
2012-09-12 | Improver a bit window draw code. | Andrei Karas | 1 | -69/+62 |
2012-09-07 | Improve constructors in some classes. | Andrei Karas | 1 | -7/+9 |
2012-09-06 | Add theme option for title bar height. | Andrei Karas | 1 | -7/+3 |
2012-09-05 | Add theme attribute for close button padding. | Andrei Karas | 1 | -5/+7 |
2012-08-30 | Add const to more classes. | Andrei Karas | 1 | -34/+38 |
2012-08-29 | Add window header own color. | Andrei Karas | 1 | -1/+1 |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -1/+0 |
2012-08-08 | Fix typo in theme option captionalign. | Andrei Karas | 1 | -1/+1 |