summaryrefslogtreecommitdiff
path: root/src/gui/popups/popupmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-11Remove "blacklist" popup menu handler.Andrei Karas1-13/+3
2014-12-11Remove "ignore" popup menu handler.Andrei Karas1-17/+6
2014-12-11Remove "unignore" popup menu handler.Andrei Karas1-16/+6
2014-12-11Remove "heal" popup menu handler.Andrei Karas1-9/+4
2014-12-11Remove "attack" popup menu handler.Andrei Karas1-9/+4
2014-12-11Remove "sell" popup menu handler.Andrei Karas1-16/+5
2014-12-11Remove "buy" popup menu handler.Andrei Karas1-16/+5
2014-12-11Remove "trade" popup menu handler.Andrei Karas1-12/+3
2014-12-11Remove "talk" popup menu handler.Andrei Karas1-8/+3
2014-12-11Handle custom commands in npc menu.Andrei Karas1-1/+20
2014-12-10Show custom menu for npc.Andrei Karas1-12/+37
2014-12-08Allow control popup menu by up/down keys.Andrei Karas1-0/+15
2014-12-08Allow send whisper to npc from context menu if server have this feature.Andrei Karas1-2/+21
2014-10-12Fix popup menu for channel chat tab.Andrei Karas1-2/+4
2014-10-12Move WhisperTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Move ChatTab into chat subdir.Andrei Karas1-1/+2
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-25Add for homunculus popup menu commands feed and kill.Andrei Karas1-1/+20
2014-09-25Add in context menu for mercenary and homunculus command "move to master"Andrei Karas1-0/+16
2014-09-23Add implimented pet commands into pet context menu.Andrei Karas1-0/+34
2014-09-23Add into mercenary context menu option to fire it.Andrei Karas1-0/+12
2014-09-19In being context menu allow join being chat.Andrei Karas1-0/+25
2014-09-17Remove getter for tradeHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for serverFeatures.Andrei Karas1-3/+3
2014-09-17Remove getter for partyHandler.Andrei Karas1-4/+4
2014-09-17Remove getter for npcHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for inventoryHandler.Andrei Karas1-9/+9
2014-09-17Remove getter for guildHandler.Andrei Karas1-3/+3
2014-09-17Remove getter for buySellHandler.Andrei Karas1-4/+4
2014-09-17Remove getter for beingHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for adminHandler.Andrei Karas1-7/+7
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-16add server feature haveItemColors.Andrei Karas1-2/+2
2014-09-10Change format in ActorType enum.Andrei Karas1-40/+40
2014-09-10Rename PET type into LOCAL_PET.Andrei Karas1-1/+1
2014-09-10In server features add havePartyNickInvite.Andrei Karas1-22/+28
2014-09-10In popup manager rename function addParty into addPartyName.Andrei Karas1-3/+3
2014-09-07For some popup menus use current mouse position.Andrei Karas1-24/+31
2014-08-27Remove unused commands.cpp and commandhandler.cpp.Andrei Karas1-4/+2
2014-08-27Move chat command /enableaway into actions.Andrei Karas1-2/+2
2014-08-27Move chat command /disableaway into actions.Andrei Karas1-2/+2
2014-08-27Move chat command /removename into actions.Andrei Karas1-2/+2
2014-08-27Move chat command /dontremovename into actions.Andrei Karas1-2/+2
2014-08-27Move chat command /disablehightlight into actions.Andrei Karas1-2/+2
2014-08-27Move chat command /enablehightlight into actions.Andrei Karas1-2/+2
2014-08-21Show in chat context menu, options from normal windows.Andrei Karas1-0/+2
2014-08-21Show in outfits context menu, options from normal windows.Andrei Karas1-6/+16
2014-08-21In popupmenu rename showOutfitsPopup into showOutfitsWindowPopup.Andrei Karas1-1/+1
2014-08-16Create public variable for popupmenu.Andrei Karas1-0/+2
2014-08-03Fix some casts.Andrei Karas1-1/+2