summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-03Add option clear to context menu in drops window.Andrei Karas1-7/+3
2012-03-10Allow add skills to shortcuts bar (same as for magic and script commands).Andrei Karas1-1/+6
2012-02-29Allow use context menu in minimap.Andrei Karas1-0/+37
2012-02-25Fix old casts.Andrei Karas1-1/+1
2012-02-05Separate map class to map and maplayer.Andrei Karas1-0/+1
2012-01-29Fix possible hiding methods issues.Andrei Karas1-6/+6
2012-01-18Fix crash if pickup items.Andrei Karas1-18/+28
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-26Add clear current outfit option to outfits context menu.Andrei Karas1-6/+6
2011-12-23Fix code style and some auto checked errors.Andrei Karas1-1/+1
2011-12-08Add to combined menu also floor items.Andrei Karas1-5/+35
2011-12-03Allow copy any line from chat log to clipboard byAndrei Karas1-1/+50
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-23/+23
2011-11-02Add enemy relation.Andrei Karas1-0/+43
2011-10-05Add blacklist relation. In this mode blocked trades, emotes, speech text.Andrei Karas1-0/+38
2011-09-16Fix crash in context menu.Andrei Karas1-13/+2
2011-09-16Simplify menu creation in popupmenu class.Andrei Karas1-329/+217
2011-09-14Show in context menu some missing items.Andrei Karas1-8/+74
2011-09-11Add own xml configuration for missing windows.Andrei Karas1-1/+1
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-6/+9
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas1-4/+4
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-5/+5
2011-09-01Eliminate asserts from most files.Andrei Karas1-2/+0
2011-08-28Fixed invite to guild/kick from guild.Andrei Karas1-0/+11
2011-08-27Basic support for guild bot integration.Andrei Karas1-18/+59
2011-08-22Replace typo dont to don't.Andrei Karas1-1/+1
2011-08-19Fix adding items to trade.Andrei Karas1-3/+3
2011-08-15Add warp menu item for gms in navigation items.Andrei Karas1-0/+13
2011-08-12Rename file name ministatus to correct ministatuswindow.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-08-12Add ability to add comments to npcs.Andrei Karas1-5/+19
2011-08-11Save whisper tabs state to configuration after each change.Andrei Karas1-0/+12
2011-07-25Add removing palyers sprite logic depend on players direction.Andrei Karas1-1/+1
2011-07-07Remove undescore from variables and defines.Andrei Karas1-1/+1
2011-07-05Add ability to send client states to other clients.Andrei Karas1-6/+35
2011-07-04Replace some lists to vectors.Andrei Karas1-4/+4
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas1-4/+4
2011-07-01Replace some lists to vectors.Andrei Karas1-2/+2
2011-06-15Fix "add comment" for offline or invisible players from chat tab.Andrei Karas1-0/+1
2011-06-14Add ability to add comments to any players.Andrei Karas1-1/+54
2011-06-07Add copy to chat menu item to bars context menus.Andrei Karas1-0/+8
2011-06-06Extend quick move items from inventory to storage and back.Andrei Karas1-0/+19
2011-06-05Add space before gender sign.Andrei Karas1-2/+2
2011-06-05Fix memory leak in equipmentwindow and socialwindow.Andrei Karas1-2/+1
2011-06-04Add colors support for drops panel.Andrei Karas1-1/+11
2011-06-04Add support for colors to shortcuts panel.Andrei Karas1-2/+2
2011-06-02Add players gender sugn in popup menus and being popups.Andrei Karas1-2/+3
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-22Some typo fixes and add comments for translators.Andrei Karas1-0/+2
2011-05-22Allow show equipment from other players from context menu "show items".Andrei Karas1-1/+47