summaryrefslogtreecommitdiff
path: root/src/gui/widgets/selldialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-12-13Initial attempt at mass renamingJesusaves1-2/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-10/+31
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from window.Andrei Karas1-2/+2
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-13/+13
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-13Add missing calls to Window::postInit.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-17/+22
2017-02-06Add custom currency also into shop items list.Andrei Karas1-1/+4
2017-01-31Move units into db directory.Andrei Karas1-4/+4
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-10-04Move layouttype into enums directory.Andrei Karas1-1/+2
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+2
2016-09-15Add type into ShopListBox.Andrei Karas1-1/+2
2016-03-24Add enum for item types.Andrei Karas1-1/+1
2016-02-21Add missing checks.Andrei Karas1-3/+7
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-1/+1
2015-12-29Move shopitem into item directory.Andrei Karas1-1/+2
2015-12-02Add strong typed bool type Advanced.Andrei Karas1-5/+5
2015-12-02Add strong typed bool type IsSell.Andrei Karas1-2/+2
2015-11-11In personal shops in sell dialog shop no existing items with amount 0 and dis...Andrei Karas1-6/+7
2015-11-04Allow sell to npc many items at one time (hercules).halloween2015Andrei Karas1-6/+32
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+1
2015-06-14Use CREATEWIDGET macro in selldialog.Andrei Karas1-2/+5
2015-05-28Add strong typed bool type Visible.Andrei Karas1-3/+3
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-5/+16
2014-09-26Fix code style.Andrei Karas1-10/+1
2014-09-22Add egg selection dialog.Andrei Karas1-52/+89
2014-09-22Move selldialog from window into widgets.Andrei Karas1-0/+310