summaryrefslogtreecommitdiff
path: root/src/gui/equipmentwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-05Fix termination memory leaks after adding batch draw.Andrei Karas1-0/+2
2012-12-01add batch draw to equipment window.Andrei Karas1-10/+39
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+5
2012-10-30Add unused warnings to some files.Andrei Karas1-1/+1
2012-10-22Add auto resize feature to equipment window for correct placing slots.Andrei Karas1-19/+39
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+0
2012-10-20Add palette inheritance to button class.Andrei Karas1-1/+1
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-3/+3
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+1
2012-10-12Add new parameters to equipment window tehming.Andrei Karas1-13/+13
2012-10-03Add sound effects for open/close windows.Andrei Karas1-1/+1
2012-09-28Fix mouse handling events in equipment and item amount windows.Andrei Karas1-0/+2
2012-09-21Add to equipment window, background image theming.Andrei Karas1-20/+24
2012-09-06Improve constructors in some classes.Andrei Karas1-5/+6
2012-09-02Fix window color in equipment window.Andrei Karas1-2/+2
2012-08-29Add browserbox own color.Andrei Karas1-1/+1
2012-08-27Add const to more classes.Andrei Karas1-25/+28
2012-08-23Remove useless includes.Andrei Karas1-6/+0
2012-08-17Fix code style.Andrei Karas1-2/+1
2012-08-05Move some hardcoded paddings to themes.Andrei Karas1-2/+3
2012-07-28Extend playerbox theming.Andrei Karas1-1/+1
2012-04-25Improve iterators part 1.Andrei Karas1-10/+6
2012-03-27Small cleanup in equipment window.Andrei Karas1-2/+3
2012-02-25Fix old casts.Andrei Karas1-2/+8
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-1/+1
2012-01-10Replace xmlStrEqual to xmlNameEqual.Andrei Karas1-3/+3
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-4/+4
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-14Fix code style.Andrei Karas1-6/+3
2011-11-14Add equipment window background images.Andrei Karas1-41/+79
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-8/+8
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-1/+1
2011-08-31Add ability to lock any window position and size. Using sticky image for this.Andrei Karas1-0/+2
2011-08-22Improve draw perfomance.Andrei Karas1-5/+7
2011-08-22Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY.Andrei Karas1-1/+1
2011-08-22Fix some theme font colors in different gui elements.Andrei Karas1-1/+1
2011-08-19Fix memory leaks in equipment window.Andrei Karas1-0/+4
2011-08-18Load equipment window configuration from equipmentwindow.xml file.Andrei Karas1-18/+149
2011-08-18Create boxes in equipment window on the fly.Andrei Karas1-39/+55
2011-07-07Remove undescore from variables and defines.Andrei Karas1-1/+1
2011-06-05Fix some leaks in being class.Andrei Karas1-3/+3
2011-06-05Fix memory leak in equipmentwindow and socialwindow.Andrei Karas1-2/+9
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-23Hide tooltip in equipment window if opening context menu.Andrei Karas1-0/+3
2011-05-22Allow show equipment from other players from context menu "show items".Andrei Karas1-9/+64
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+260