summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-05-09improve itempopup class.Andrei Karas1-1/+1
2013-05-06add outline colors in itempopup.Andrei Karas1-33/+30
2013-05-03add comments for translatorsAndrei Karas1-6/+6
2013-03-02Another fixes after Coverity checks.Andrei Karas1-0/+1
2013-02-26Improve string usage in other files.Andrei Karas1-6/+6
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Add outlining support to other popups.Andrei Karas1-3/+6
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-10-20Fix code style and some minor issues.Andrei Karas1-2/+0
2012-10-20Add palette inheritance to textbox class.Andrei Karas1-3/+3
2012-10-20Add palette inheritance to label class.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to icon class.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+1
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-19/+19
2012-10-19Fix namespace conflicts.Andrei Karas1-3/+0
2012-10-04Fix popups sizes and padding.Andrei Karas1-26/+14
2012-09-20Add theme color for text in popup windows.Andrei Karas1-0/+3
2012-09-11Fix code style and small perfomance issues.Andrei Karas1-4/+1
2012-08-27Add const to more classes.Andrei Karas1-14/+13
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-06-06Fix some issues after auto checking.Andrei Karas1-7/+5
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-0/+1
2012-02-25Fix old casts.Andrei Karas1-1/+1
2012-02-08Fix code style with new tool.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-4/+4
2011-09-11Add own xml configuration for missing windows.Andrei Karas1-1/+1
2011-08-22Fix some theme font colors in different gui elements.Andrei Karas1-1/+2
2011-06-08Zero variables after calling decRef().Andrei Karas1-0/+3
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-3/+3
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-3/+3
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-15Show id on unknown items.Andrei Karas1-4/+7
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-2/+6
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-1/+1
2011-03-08Replace %color% and %Color% constants in item names/descriptions.Andrei Karas1-6/+35
2011-03-08Add possible colors to item popups.Andrei Karas1-4/+8
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+238