summaryrefslogtreecommitdiff
path: root/src/gui/popups/popupmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-15Move chat tab types into separate file.Andrei Karas1-3/+3
2014-05-14Move playerlistener into separate file.Andrei Karas1-22/+0
2014-05-14Move renamelistener into separate file.Andrei Karas1-48/+0
2014-05-13Move actor type into separate file.Andrei Karas1-42/+42
2014-05-12Fix code styleAndrei Karas1-1/+1
2014-05-11Move mapitem into separate file.Andrei Karas1-0/+1
2014-05-11Move speciallayer into separate file.Andrei Karas1-0/+1
2014-05-11Move map related files into resources/map.Andrei Karas1-1/+2
2014-05-02Add missing const.Andrei Karas1-6/+6
2014-04-11fix code style.Andrei Karas1-1/+1
2014-04-02Improve isVisible usage.Andrei Karas1-3/+3
2014-03-22Add context menu into windows.Andrei Karas1-2/+61
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-2/+2
2014-02-20improve includes.Andrei Karas1-0/+2
2014-02-18derive Widget from Widget2.Andrei Karas1-1/+1
2014-02-16move mouseevent into events directory.Andrei Karas1-1/+1
2014-02-16move actionevent into events directory.Andrei Karas1-2/+2
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-01-12fix context menu for pets.Andrei Karas1-2/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-04Add option for features.xml for allow/not allow follow.Andrei Karas1-2/+5
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-83/+83
2013-10-19move virtual member calls from textdialog constructor into postInit.Andrei Karas1-0/+2
2013-10-19move virtual member calls from textcommandeditor constructor into postInit.Andrei Karas1-1/+1
2013-10-19fix const in definition in popupmenu.Andrei Karas1-1/+2
2013-10-19add missing const in popupmenu casts.Andrei Karas1-2/+2
2013-10-19move virtual member calls from popupmenu constuctor into postInit.Andrei Karas1-0/+4
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas1-1/+1
2013-10-09Add browserbox links theme options.Andrei Karas1-1/+0
2013-10-09add support for popup menu browserbox theming.Andrei Karas1-1/+1
2013-10-09allow set different skin for browserboxes.Andrei Karas1-1/+2
2013-10-09Use all parameters in browserbox constructors.Andrei Karas1-1/+1
2013-10-04add pickup and drop sound effects.Andrei Karas1-2/+1
2013-10-04add sound effects for equip/unequip/use items for local player.Andrei Karas1-1/+1
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas1-15/+1
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas1-1/+1
2013-09-30move tabs into tabs directory.Andrei Karas1-2/+2
2013-09-30move popups into popups directory.Andrei Karas1-0/+2914