summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas11-0/+15
2013-10-29Initial porting to NACL by Vasily_Makarov.Andrei Karas1-0/+5
2013-10-29fix char replacment in whispers for sender.Andrei Karas1-9/+6
2013-10-28fix items amount in trade in selling to personal shop.Andrei Karas1-1/+1
2013-10-28Revert "Remove setMap from being constructor."Andrei Karas2-2/+3
2013-10-27same outfits after each change into in memory configuration xml.Andrei Karas1-0/+5
2013-10-26fix selection in shoplistbox.Andrei Karas1-1/+1
2013-10-25fix code style.Andrei Karas1-1/+2
2013-10-24add option to show motd message.Andrei Karas1-0/+4
2013-10-24add final keyword to gui files.Andrei Karas14-43/+45
2013-10-24add final keyword to windows files.Andrei Karas52-210/+212
2013-10-24add final keyword to widgets files.Andrei Karas79-313/+315
2013-10-23Fix inttextfield on SDL2.Andrei Karas1-0/+21
2013-10-22add context menu for items in buy/sell dialogs.Andrei Karas2-0/+17
2013-10-21fix code style.Andrei Karas1-1/+1
2013-10-21add theming parameters for for chat window (chat.xml).Andrei Karas1-4/+17
2013-10-21add function to load separate image into button.Andrei Karas2-1/+64
2013-10-20Add emotes button in chat input line.Andrei Karas3-5/+44
2013-10-20close in chat emotes window by f1 if it already opened.Andrei Karas1-1/+6
2013-10-20Remove setMap from being constructor.Andrei Karas2-3/+2
2013-10-19fix code styleAndrei Karas4-6/+5
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas14-159/+159
2013-10-19add missing override keyword in postInit function declarations.Andrei Karas16-16/+17
2013-10-19move virtual member calls from worldselectdialog constructor into postInit.Andrei Karas2-0/+6
2013-10-19fix cast in windowmenu.Andrei Karas1-1/+1
2013-10-19improve function pointers usage in whoisonline.Andrei Karas1-2/+2
2013-10-19move virtual member calls from whoisonline constructor into postInit.Andrei Karas2-0/+6
2013-10-19fix const in definition in viewport.Andrei Karas1-1/+1
2013-10-19fix casting in viewport.Andrei Karas1-2/+2
2013-10-19improve function pointers usage in updaterwindow.Andrei Karas1-3/+3
2013-10-19move virtual member calls from updaterwindow constructor into postInit.Andrei Karas2-0/+6
2013-10-19move virtual member calls from unregisterdialog constructor into postInit.Andrei Karas2-0/+6
2013-10-19move virtual member calls from textpopup constructor into postInit.Andrei Karas10-0/+20
2013-10-19change textfield constructor to explicit.Andrei Karas1-6/+6
2013-10-19move virtual member calls from textdialog constructor into postInit.Andrei Karas6-2/+15
2013-10-19move virtual member calls from textcommandeditor constructor into postInit.Andrei Karas3-1/+6
2013-10-19move virtual member calls from tabbedarea constuctor into postInit.Andrei Karas9-0/+14
2013-10-19fix definition in tab.Andrei Karas2-13/+13
2013-10-19fix const in declaration in statuswindow.Andrei Karas2-2/+2
2013-10-19in statuswindow remove from constuctors calls to virtual methods.Andrei Karas1-4/+2
2013-10-19move virtual member calls from statuspopup constuctor into postInit.Andrei Karas3-3/+8
2013-10-19move virtual member calls from spellpopup constuctor into postInit.Andrei Karas4-0/+8
2013-10-19move virtual member calls from speechbubble constuctor into postInit.Andrei Karas2-0/+5
2013-10-19move virtual member calls from socialwindow constuctor into postInit.Andrei Karas2-5/+14
2013-10-19removed default parameter from sliderlist constructor.Andrei Karas1-1/+1
2013-10-19move virtual member calls from sliderlist constuctor into postInit.Andrei Karas3-9/+17
2013-10-19move virtual member calls from skilldialog constuctor into postInit.Andrei Karas2-0/+5
2013-10-19add explicit to shortcutcontainer constructor.Andrei Karas1-1/+1
2013-10-19remove pure functions from overrided members in shortcutcontainer.Andrei Karas1-3/+9
2013-10-19move virtual member calls from shopwindow constuctor into postInit.Andrei Karas2-1/+6