summaryrefslogtreecommitdiff
path: root/src/gui/outfitwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-08-22Improve draw perfomance.Andrei Karas1-2/+5
Add new theme color DROPDOWN_SHADOW.
2011-08-22Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY.Andrei Karas1-2/+3
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-08Add small optimisations and fixes.Andrei Karas1-2/+2
2011-07-02Replace some getters to direct member access in Image class.Andrei Karas1-2/+2
2011-06-19Fix action "copy eqipped to outfit".Andrei Karas1-2/+2
2011-06-04Add support for colors in outfits window.Andrei Karas1-5/+54
2011-05-31Dont unselect outfits selection after ading item to outfits.Andrei Karas1-3/+3
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-04-04Rename some gui class files to real class names.Andrei Karas1-1/+1
2011-03-04Fix code style.Andrei Karas1-1/+6
2011-02-27First part of implimintation item colors.Andrei Karas1-1/+2
2011-02-25Add tabs to spells window. Now it 5 tabs.Andrei Karas1-3/+14
Also dont save to configs default cell items for different item containers.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+914
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.