summaryrefslogtreecommitdiff
path: root/src/gui/equipmentwindow.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-03add drag and drop support for equipment window.Andrei Karas1-0/+2
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-05-04Add outline for label default color.Andrei Karas1-0/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-01add batch draw to equipment window.Andrei Karas1-0/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-3/+3
2012-10-22Add auto resize feature to equipment window for correct placing slots.Andrei Karas1-2/+8
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-2/+2
2012-10-14Replace gcn::Button to Button in all classes.Andrei Karas1-6/+2
2012-10-12Add new parameters to equipment window tehming.Andrei Karas1-0/+2
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+4
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-5/+5
2012-09-22Add final keyword to most classes.Andrei Karas1-2/+2
2012-09-21Add to equipment window, background image theming.Andrei Karas1-0/+2
2012-09-06Improve constructors in some classes.Andrei Karas1-1/+1
2012-09-02Fix window color in equipment window.Andrei Karas1-0/+1
2012-08-27Add const to more classes.Andrei Karas1-13/+15
2012-05-13Remove guichanfwd.h.Andrei Karas1-1/+5
2012-02-03Add some missing getters.Andrei Karas1-1/+1
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-1/+1
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-3/+3
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-25Move A_UNUSED define to include file.Andrei Karas1-6/+0
2011-11-14Add equipment window background images.Andrei Karas1-3/+20
2011-08-22Improve draw perfomance.Andrei Karas1-0/+2
2011-08-21Fix compilation with external guichan library.Andrei Karas1-0/+2
2011-08-18Load equipment window configuration from equipmentwindow.xml file.Andrei Karas1-1/+13
2011-08-18Create boxes in equipment window on the fly.Andrei Karas1-10/+5
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
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-22Allow show equipment from other players from context menu "show items".Andrei Karas1-1/+14
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-13Add arrows bar.Andrei Karas1-0/+3
2011-01-02Initial commit.Andrei Karas1-0/+98