summaryrefslogtreecommitdiff
path: root/src/gui/popups/popupmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Add some missing const.Andrei Karas1-3/+5
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-7/+7
2016-01-29Fix code style.Andrei Karas1-2/+0
2016-01-27Remove popup action "copy bar to chat"Andrei Karas1-6/+1
2016-01-27Remove action "reset yellow bar" from context menu.Andrei Karas1-5/+1
2016-01-27remove "remove from attack list" action from social window popup menu.Andrei Karas1-26/+1
2016-01-27remove removepickup action from social window popup menu.Andrei Karas1-26/+1
2016-01-27Remove add/remove/ignore pickup actions from item popup menu.Andrei Karas1-31/+6
2016-01-27Remove copy to clipboard action in npc dialog popup.Andrei Karas1-5/+1
2016-01-27Remove copy to clipboard action in chat popup.Andrei Karas1-6/+1
2016-01-27Improve undress popup menu item.Andrei Karas1-5/+1
2016-01-27Add context menu for moving items to craft.Andrei Karas1-0/+42
2016-01-17Add support for add from context menu into chat item links with cards.Andrei Karas1-4/+39
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas1-0/+1
2016-01-05Remove item object from popup menu, but use item index in inventory.Andrei Karas1-11/+14
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-39/+43
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2016-01-01Fix code style.Andrei Karas1-0/+1
2015-12-29Move item into item directory.Andrei Karas1-1/+2
2015-12-18Fix code style.Andrei Karas1-1/+0
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas1-0/+2
2015-11-29Fix code style.Andrei Karas1-1/+1
2015-11-22Add popup menu for left click on skill level.Andrei Karas1-0/+29
2015-11-18Fix code style in beingequipbackend and add some consts to it.Andrei Karas1-2/+2
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-9/+9
2015-11-16In popup menus replace warp to slide.Andrei Karas1-2/+2
2015-11-16Fix code style.Andrei Karas1-0/+3
2015-11-10Add close button to all shortcuts windows.Andrei Karas1-1/+1
2015-11-10Add close to minimap context menu.Andrei Karas1-2/+13
2015-08-16Add strong typed int for item color.Andrei Karas1-8/+11
2015-07-02Move mapitemtype into enums directory.Andrei Karas1-1/+2
2015-06-25Add missing non null attributes into gui directory.Andrei Karas1-1/+1
2015-06-25Add missing checks into popups.Andrei Karas1-0/+3
2015-06-15Fix code style.Andrei Karas1-0/+1
2015-06-14Use CREATEWIDGET macro in popupmenu.Andrei Karas1-5/+5
2015-06-07Fix show bars context menu.Andrei Karas1-1/+1
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-2/+3
2015-05-30Move relation enum into separate file.Andrei Karas1-7/+7
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingTypeId.Andrei Karas1-1/+2
2015-05-29Add strong typed int type BeingId.Andrei Karas1-16/+18
2015-05-28Add strong typed bool type Visible.Andrei Karas1-9/+9
2015-05-21Call Popup::postInit from all popups with overrided postInit method.Andrei Karas1-0/+1
2015-05-17Fix some issues after automatic checks.Andrei Karas1-1/+1
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-3/+4
2015-05-05Build parts of inventorytype.h only if supported server enabled.Andrei Karas1-1/+1
2015-05-03Remove useless dynamic_cast.Andrei Karas1-1/+1
2015-04-29Allos send items by mail.Andrei Karas1-0/+1
2015-04-20Add action for open yellow bar settings page (quick page).Andrei Karas1-0/+2
2015-04-18Add eathena defines into being.Andrei Karas1-1/+7