summaryrefslogtreecommitdiff
path: root/src/gui/windows/selldialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-22Move selldialog from window into widgets.Andrei Karas1-310/+0
2014-09-22Simplify SellDialog.Andrei Karas1-22/+1
2014-09-22Move shop sell code from SellDialog into ShopSellDialog.Andrei Karas1-13/+1
2014-09-22Move npc sell code from SellDialog into NpcSellDialog.Andrei Karas1-56/+3
2014-09-17Remove getter for npcHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for buySellHandler.Andrei Karas1-1/+1
2014-07-24Add missing windows into reset to default size list.Andrei Karas1-0/+4
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-14Move enum from layout into separate file.Andrei Karas1-1/+2
2014-05-14Move containerplacer into separate file.Andrei Karas1-0/+1
2014-04-02Set correct step in sliders.Andrei Karas1-1/+1
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-03-13improve variables order in windows.Andrei Karas1-2/+10
2014-03-06improve a bit different code.Andrei Karas1-6/+6
2014-03-04Merge scrollarea classes into one.Andrei Karas1-1/+1
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-10/+0
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-22Move shopitems into gui/models.Andrei Karas1-1/+2
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-18derive Widget from Widget2.Andrei Karas1-1/+1
2014-02-18Remove default constructor from Widget2.Andrei Karas1-1/+1
2014-02-16move selectionevent into events directory.Andrei Karas1-1/+1
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-16move selectionlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move actionlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add missing const into selldialog.Andrei Karas1-1/+1
2013-11-30fix styled drawing after update.Andrei Karas1-6/+6
2013-10-19move virtual member calls from listbox constuctor into postInit.Andrei Karas1-0/+1
2013-10-19move virtual member calls from confirmdialog constuctor into postInit.Andrei Karas1-0/+1
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+389