summaryrefslogtreecommitdiff
path: root/src/gui/windows/outfitwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-25Add missing safeDraw to some windows.Andrei Karas1-0/+56
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-2/+2
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-5/+0
2015-02-11Add typed bool type Equipped.Andrei Karas1-3/+5
2015-02-11Add typed bool type Equipm.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-28Removed unused includes.Andrei Karas1-1/+0
2014-08-21In popupmenu rename showOutfitsPopup into showOutfitsWindowPopup.Andrei Karas1-1/+1
2014-08-17Remove getters for mouse position and use direct variables.Andrei Karas1-2/+2
2014-08-17Remove proxy methods used for access popup menu.Andrei Karas1-2/+6
2014-08-09Allow open outfits context menu in whole outfists window.Andrei Karas1-10/+8
2014-08-01Fix code style.Andrei Karas1-1/+2
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-3/+3
2014-07-24Add missing windows into reset to default size list.Andrei Karas1-0/+5
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+2
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-18Move inputaction into separate file.Andrei Karas1-1/+1
2014-05-18Move mousebutton into separate file.Andrei Karas1-3/+3
2014-05-14Move enum from layout into separate file.Andrei Karas1-1/+2
2014-05-11extract consts form emoteshortcut into separate file.Andrei Karas1-1/+1
2014-04-11fix code style.Andrei Karas1-1/+1
2014-03-15fix code style.Andrei Karas1-1/+1
2014-03-13improve variables order in windows.Andrei Karas1-3/+3
2014-02-28fix code style.Andrei Karas1-1/+1
2014-02-24Rename Rectangle into Rect.Andrei Karas1-3/+3
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-2/+2
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-3/+3
2014-02-16move mouseevent into events directory.Andrei Karas1-6/+6
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-3/+2
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-3/+3
2014-02-02Add missing const and static into gui classes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-2/+2
2013-12-14Improve a bit separate images drawing.Andrei Karas1-3/+2
2013-10-27same outfits after each change into in memory configuration xml.Andrei Karas1-0/+5
2013-10-19remove unused variable from outfitwindow.Andrei Karas1-2/+0
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas1-3/+0
2013-10-04add sound effects for equip/unequip/use items for local player.Andrei Karas1-2/+2
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas1-2/+2
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+662