summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2016-09-27Remove extra includes.Andrei Karas2-2/+0
2016-09-27Remove extra include from questswindow.hAndrei Karas1-1/+0
2016-09-27Use for links in updater window ItemLinkHandler.Andrei Karas2-15/+6
2016-09-27Dont steal focus to updater window button.Andrei Karas1-0/+1
2016-09-26Add support for links "news" and "copyright".Andrei Karas4-16/+25
2016-09-26Fix long line in questswindow.cppAndrei Karas1-1/+2
2016-09-26Add support for quest fields in quests window.Andrei Karas4-23/+44
2016-09-26Read all fields from new quest packets and send to quests and skills window.Andrei Karas4-7/+23
2016-09-23Add missing comments into defines.Andrei Karas23-74/+88
2016-09-21Allow copy items from outfit into chat.Andrei Karas2-0/+26
2016-09-21Fix code style.Andrei Karas1-4/+4
2016-09-21Set parts of most windows unselectable.Andrei Karas7-0/+16
2016-09-20Set unselectable most parts of status window.Andrei Karas1-0/+8
2016-09-20Add support for unselectable widgets.Andrei Karas1-0/+3
2016-09-17Add strong typed bool LoseFocusOnTab.Andrei Karas2-5/+10
2016-09-17Add strong typed bool Opaque.Andrei Karas21-49/+68
2016-09-17Use strong typed bool Move for move variable in window.Andrei Karas1-1/+1
2016-09-15Fix leak in ItemAmountWindow.Andrei Karas1-0/+2
2016-09-15Add type into ShopListBox.Andrei Karas2-3/+4
2016-09-11Remove support for legacy configuration in outfits.Andrei Karas2-7/+3
2016-09-07Allow run commands if no tab selected in chat window.Andrei Karas1-0/+2
2016-08-30Fix some leaks in unit tests.Andrei Karas1-0/+13
2016-08-29Use time_t for time values.Andrei Karas7-13/+13
2016-08-26Remove unused include.Andrei Karas1-1/+0
2016-08-25Mark some methongs in BuyDialog for tmwa only.Andrei Karas2-2/+19
2016-08-25Allow buy more than one item at vending shop at once.Andrei Karas2-28/+66
2016-08-25Impliment packet SMSG_VENDING_BUY_ACK.Andrei Karas1-0/+1
2016-08-24First step of removing local pets (tmwa only).Andrei Karas3-111/+5
2016-08-19Use socialguildtab2.h only if tmwa compilation enabled.Andrei Karas1-1/+4
2016-08-19Remove another extra include from socialwindow.cppAndrei Karas1-1/+0
2016-08-19Remove extra include from socialwindow.cppAndrei Karas1-2/+0
2016-08-18Add baic menu into social window menu button.Andrei Karas2-7/+48
2016-08-18Remove unuse event handlers in socialwindow.Andrei Karas2-65/+0
2016-08-18Remove SocialWindow::showPartyCreateAndrei Karas2-37/+0
2016-08-18Remove SocialWindow::showGuildCreateAndrei Karas2-13/+0
2016-08-18Add some clang fixes.Andrei Karas1-2/+5
2016-08-18Remove createpartypopup class.Andrei Karas2-7/+0
2016-08-18Remove invite and leave buttons from social window.Andrei Karas2-14/+4
2016-08-15Cast skills with offsets.Andrei Karas2-25/+77
2016-08-15Change cast offset in skills dialog.Andrei Karas2-0/+26
2016-08-15Move itemtype.h into item directory.Andrei Karas2-2/+2
2016-08-15Move skilltype.h and skilltype2.h into skill directory.Andrei Karas1-2/+1
2016-08-15Move skillowner.h into skill directory.Andrei Karas1-1/+1
2016-08-14Fix compilation with old gcc.Andrei Karas1-1/+1
2016-08-14Cast skill depend on selected cast type.Andrei Karas2-12/+271
2016-08-14Remove default parameters from useSkill method in SkillDialog.Andrei Karas2-4/+6
2016-08-14Add skill cast type option in skills window.Andrei Karas2-3/+18
2016-08-14Add ability to load/save additional data for each shortcut in shortcuts window.Andrei Karas2-4/+12
2016-08-13Remove some useless includes.Andrei Karas3-4/+1
2016-08-12Fix code style.Andrei Karas1-0/+4