summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2013-11-16fix "show all languages messages" option for client with language tab disabled.Andrei Karas1-4/+12
2013-11-11Fix compilation in clang with libc++.Andrei Karas1-0/+1
2013-11-08fix code style.Andrei Karas1-2/+0
2013-11-05fix compilation warnings.Andrei Karas1-2/+0
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas1-1/+1
2013-11-03remove unused variable.Andrei Karas1-1/+0
2013-11-03fix editdialog theming.Andrei Karas1-5/+7
2013-11-01fix char deletion.Andrei Karas1-2/+2
2013-11-01Move timers from client into timers file.Andrei Karas1-1/+2
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas5-0/+5
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-25fix code style.Andrei Karas1-1/+2
2013-10-24add final keyword to windows files.Andrei Karas52-210/+212
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-20Add emotes button in chat input line.Andrei Karas2-3/+38
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 Karas1-1/+0
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas9-52/+52
2013-10-19add missing override keyword in postInit function declarations.Andrei Karas14-14/+15
2013-10-19move virtual member calls from worldselectdialog constructor into postInit.Andrei Karas2-0/+6
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-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 Karas4-0/+8
2013-10-19move virtual member calls from textdialog constructor into postInit.Andrei Karas4-2/+12
2013-10-19move virtual member calls from textcommandeditor constructor into postInit.Andrei Karas2-0/+5
2013-10-19move virtual member calls from tabbedarea constuctor into postInit.Andrei Karas7-0/+8
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 Karas1-0/+1
2013-10-19move virtual member calls from socialwindow constuctor into postInit.Andrei Karas2-5/+14
2013-10-19move virtual member calls from skilldialog constuctor into postInit.Andrei Karas2-0/+5
2013-10-19move virtual member calls from shopwindow constuctor into postInit.Andrei Karas2-1/+6
2013-10-19Add missing initialisation in setup.Andrei Karas1-1/+1
2013-10-19move virtual member calls from setup constuctor into postInit.Andrei Karas2-0/+5
2013-10-19move virtual member calls from serverdialog constuctor into postInit.Andrei Karas2-0/+5
2013-10-19move virtual member calls from registerdialog constuctor into postInit.Andrei Karas2-0/+6
2013-10-19move virtual member calls from quitdialog constuctor into postInit.Andrei Karas2-1/+6
2013-10-19remove unused variable from outfitwindow.Andrei Karas2-4/+0
2013-10-19add comments about virtual method calls in constructor in okdialog.Andrei Karas1-0/+2
2013-10-19move virtual member calls from npcpostdialog constuctor into postInit.Andrei Karas2-0/+6
2013-10-19move virtual member calls from mpcdialog constuctor into postInit.Andrei Karas2-0/+6
2013-10-19move virtual member calls from logindialog constuctor into postInit.Andrei Karas2-0/+6
2013-10-19move virtual member calls from listbox constuctor into postInit.Andrei Karas10-0/+22