summaryrefslogtreecommitdiff
path: root/src/gui/popups
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Send talk request from context menu by being id.Andrei Karas1-1/+1
2018-03-27Fix possible draw issue after speechbuble was created.Andrei Karas1-0/+1
2018-02-13Show clan name in player popup.Andrei Karas1-0/+10
2018-01-04Update copyrights year.Andrei Karas18-18/+18
2017-12-28Add missing override and final to destructors.Andrei Karas7-7/+7
2017-12-27Remove default parameters from speechbubble.Andrei Karas1-5/+4
2017-12-24Remove default parameters from widget2.Andrei Karas7-44/+63
2017-12-24Remove default parameters from icon.Andrei Karas1-1/+1
2017-12-24Remove default parameters from scrollarea.Andrei Karas1-1/+2
2017-12-24Remove default parameter from staticbrowserbox.Andrei Karas2-37/+53
2017-12-22Remove default parameters from textdialog.Andrei Karas1-2/+6
2017-10-06remove extra includes if build without tmwa support.Andrei Karas1-0/+2
2017-09-05Fix color for skill popup header.Andrei Karas1-0/+2
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas1-0/+2
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas1-2/+2
2017-08-21Remove useless else.Andrei Karas1-2/+1
2017-08-18Remove extra includes.Andrei Karas1-0/+1
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-1/+1
2017-08-10Hide item popup if open popupmenu.s20170810Andrei Karas1-0/+2
2017-08-09Fix style issue.Andrei Karas1-2/+1
2017-08-09Allow for each item replace equip/use menu item to custom menu.Andrei Karas2-7/+70
2017-08-08Add into skill context menu for add shortcut.Andrei Karas1-0/+5
2017-07-21Fix too long lines in popupmenu.cppAndrei Karas1-6/+8
2017-07-20Show heal command in player menu only for legacy servers.Andrei Karas1-4/+9
2017-07-20Into staticbrowserbox allow add separators without duplication.Andrei Karas1-84/+84
2017-07-20Allow any gm commands if group have permission all_commands.Andrei Karas1-0/+5
2017-07-20Show gm commands in popup menu based or player allowed gm commands.Andrei Karas2-159/+350
2017-07-20In popupmenu get group for local player before each menu.Andrei Karas2-0/+49
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas5-18/+18
2017-07-13Add missing reference into reading group name.Andrei Karas1-1/+1
2017-07-13Show group name in being popup and status window.Andrei Karas1-0/+15
2017-06-30Remove extra includes again.Andrei Karas1-0/+1
2017-06-29Use std::move in some places.Andrei Karas1-10/+10
2017-06-29Move foreach macroses into separate file.Andrei Karas2-0/+3
2017-06-28Fix showing item stats in item popups.Andrei Karas1-1/+1
2017-06-28Fix showing cached additional fields in item popups.Andrei Karas2-5/+29
2017-06-26Imrove staticbrowserbox.Andrei Karas1-1/+0
2017-06-23Remove extra includes.Andrei Karas1-3/+0
2017-06-22Add chat command for unequip pet equipment.Andrei Karas1-5/+1
2017-06-22Add chat command for return pet to egg.Andrei Karas1-8/+5
2017-06-22Add chat command for drop pet's loot.Andrei Karas1-5/+1
2017-06-22Add chat command for feed pet.Andrei Karas1-5/+1
2017-06-22Remove popup menu action "homunculus delete".Andrei Karas1-5/+1
2017-06-22Add chat command for feed homunculus.Andrei Karas1-5/+1
2017-06-22Add chat command for move homunculus to master.Andrei Karas1-6/+2
2017-06-22Add chat command for move mercenary to master.Andrei Karas1-5/+1
2017-06-22Remove popup menu action "fire mercenary".Andrei Karas1-5/+1
2017-06-19Use staticbrowserbox in speechbubble.Andrei Karas2-4/+5
2017-06-19Use staticbrowserbox in popupmenu.Andrei Karas2-8/+9
2017-06-11Rename player_relations into playerRelations.Andrei Karas2-4/+4