summaryrefslogtreecommitdiff
path: root/src/gui/windows/shopwindow.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-22Remove default parameter from shopwindow.Andrei Karas1-2/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-2/+3
2016-08-29Use time_t for time values.Andrei Karas1-4/+4
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-7/+0
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-8/+8
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-8/+8
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-20Add missing checks or attributes to windows.Andrei Karas1-8/+8
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+3
2015-02-27Fix compilation with eathena only.Andrei Karas1-8/+11
2015-02-16Build vendingslotslistener only if eathena support enabled.Andrei Karas1-4/+6
2015-02-16Build vendingmodelistener only if eathena support enabled.Andrei Karas1-2/+2
2015-02-16Build buyingstoreslotslistener only if eathena support enabled.Andrei Karas1-5/+5
2015-02-16Build buyingstoremodelistener only if eathena support enabled.Andrei Karas1-0/+4
2015-02-15eathena: impliment packet SMSG_BUYINGSTORE_OWN_ITEMS.Andrei Karas1-0/+5
2015-02-14Enable publish button in personal buy shop only if it allowed by server.Andrei Karas1-1/+6
2015-02-03eathena: allow rename shop.Andrei Karas1-0/+6
2015-02-02Set correct vending status to local player.Andrei Karas1-0/+5
2015-02-02eathena: add support for creating vending shop.Andrei Karas1-2/+8
2015-01-30Fix code style.Andrei Karas1-1/+0
2015-01-27Redesign shop window into tabbed window.Andrei Karas1-12/+10
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-03-13improve variables order in windows.Andrei Karas1-4/+3
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 exguichan files into gui/base/Andrei Karas1-2/+2
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-10-24add final keyword to windows files.Andrei Karas1-4/+4
2013-10-19add missing override keyword in postInit function declarations.Andrei Karas1-1/+1
2013-10-19move virtual member calls from shopwindow constuctor into postInit.Andrei Karas1-0/+2
2013-10-04fix code style.Andrei Karas1-3/+3
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+179