summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-21Fix removing home position from mouse and saving map objects/home position.Andrei Karas1-0/+6
2011-05-12Renaming login, sell, trade (cpp, h) files to correct names.Andrei Karas1-2/+2
2011-05-09Separate commands and text for translation.Andrei Karas1-136/+172
2011-05-06Move attack filter arrays and methods from localplayer to actorspritemanager ...Andrei Karas1-44/+46
2011-04-30Add missing default statement.Andrei Karas1-0/+2
2011-04-30Fix compilation for windows.Andrei Karas1-1/+1
2011-04-26Impliment 3 attack lists. (priority, attack, ignore)Andrei Karas1-21/+115
2011-04-24Add reset yellow bar command to bars context menu.Andrei Karas1-1/+8
2011-04-21Impliment attack filter.Andrei Karas1-0/+182
2011-04-04Replcae find to compare if need.Andrei Karas1-6/+6
2011-04-04Rename some gui class files to real class names.Andrei Karas1-3/+3
2011-04-04Add initialisation for some variables, fix compilation warning.Andrei Karas1-0/+5
2011-04-03Fix "add to trade" action in inventory context menu.Andrei Karas1-1/+1
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-0/+3
2011-03-27Add no away to whisper chat context menu.Andrei Karas1-0/+18
2011-03-26Add option to chat context menu to remove nicks.Andrei Karas1-2/+19
2011-03-13Replace befriend to be friend.Andrei Karas1-3/+3
2011-03-08Replace also color constants in pickup messages.Andrei Karas1-3/+28
2011-03-06Add translation for some strings/ Rebuild translations and update russian tra...Andrei Karas1-8/+12
2011-03-04Fix code style.Andrei Karas1-1/+2
2011-03-02Dont show "add to trade ..." menu items if trade window is hidden.Andrei Karas1-1/+1
2011-02-26Allow kick player from party from context menu if player not here.Andrei Karas1-0/+20
2011-02-24Add to item context menu "add to trade" items.Andrei Karas1-0/+42
2011-02-20Reorder store option to the top, so it is more useful.v1.1.2.20Ben Longbons1-16/+18
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-10Impliment show/hide bars in left top corner.Andrei Karas1-0/+44
2011-02-07Add ability to show/hide buttons in top right window corner.Andrei Karas1-2/+40
2011-01-28Fix code style and some new compilation warnings.Andrei Karas1-0/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-1/+1
2011-01-02Initial commit.Andrei Karas1-0/+1286