summaryrefslogtreecommitdiff
path: root/src/gui/windows/tradewindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-3/+5
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from window.Andrei Karas1-1/+1
2017-12-26Remove default parameters from textfield.Andrei Karas1-1/+2
2017-12-26Remove default parameters from itemcontainer.Andrei Karas1-2/+4
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-8/+8
2017-12-24Remove default parameters from widget2.Andrei Karas1-8/+8
2017-12-23Remove default parameters from itemamountwindow.Andrei Karas1-1/+4
2017-12-23Remove default parameter from tradewindow.Andrei Karas1-1/+1
2017-12-18Remove default parameter from inventory.Andrei Karas1-2/+2
2017-12-11Remove default parameters from ChatTab::chatLog.Andrei Karas1-3/+9
2017-08-22Remove some parentheses.Andrei Karas1-1/+1
2017-08-21Remove useless else.Andrei Karas1-6/+3
2017-06-11Rename player_relations into playerRelations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-19/+19
2017-05-11Allow set image name prefix in chat command /screenshot.Andrei Karas1-1/+1
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-1/+1
2017-05-02Remove extra includes.Andrei Karas1-1/+0
2017-05-01Remove ServerFeatures haveSecureTrades because it depend only on server type.Andrei Karas1-1/+2
2017-04-22Remove extra includes.Andrei Karas1-1/+0
2017-04-21Add item options into item and get it from server.Andrei Karas1-0/+5
2017-01-31Move units into db directory.Andrei Karas1-2/+3
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-2/+2
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas1-1/+2
2016-03-24Add enum for item types.Andrei Karas1-2/+2
2016-03-03Not allow add equipped items to trade if presend server feature secure trades.Andrei Karas1-0/+13
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-1/+1
2015-12-29Move item into item directory.Andrei Karas1-1/+2
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-2/+2
2015-09-06Add option for creating screenshots on each complete trade.Andrei Karas1-0/+9
2015-08-16Add strong typed int for item color.Andrei Karas1-2/+2
2015-06-25Add missing checks in windows.Andrei Karas1-0/+3
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-31Convert ThemeColorId enum into strong typed enum.Andrei Karas1-12/+12
2015-05-30Move theme colors enum into separate file.Andrei Karas1-8/+8
2015-05-28Add strong typed bool type Visible.Andrei Karas1-2/+2
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-02-11Add typed bool type Equipped.Andrei Karas1-2/+2
2015-02-11Add typed bool type Equipm.Andrei Karas1-5/+21
2015-02-11Add typed bool type Favorite.Andrei Karas1-2/+2
2015-02-10Add typed bool type Damaged.Andrei Karas1-2/+2
2015-02-10Add typed bool type Identified.Andrei Karas1-2/+2