summaryrefslogtreecommitdiff
path: root/src/gui/windows/npcdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-21Add to item field favorite.Andrei Karas1-1/+3
2014-10-21Add to item field damaged.Andrei Karas1-1/+1
2014-10-21Add to item field identified.Andrei Karas1-1/+1
2014-10-20Remove item default parameters.Andrei Karas1-1/+4
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for npcHandler.Andrei Karas1-8/+8
2014-09-13Skip empty lines in npc menu.Andrei Karas1-0/+2
2014-09-10Change format in ActorType enum.Andrei Karas1-1/+1
2014-08-28Removed unused includes.Andrei Karas1-1/+0
2014-08-17Remove getters for mouse position and use direct variables.Andrei Karas1-2/+2
2014-08-17Remove proxy methods used for access popup menu.Andrei Karas1-2/+8
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-2/+3
2014-07-23Fix compilation warnings and fix issue introduced in last commits.Andrei Karas1-2/+2
2014-07-23move "change camera mode" option into gamemodifiers.Andrei Karas1-9/+5
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-29Move from client packets limiter related code into separate file.Andrei Karas1-5/+6
2014-05-18Move mousebutton into separate file.Andrei Karas1-1/+1
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-14Move enum from layout into separate file.Andrei Karas1-1/+2
2014-05-13Move actor type into separate file.Andrei Karas1-1/+1
2014-05-12Move being action into separate file.Andrei Karas1-1/+1
2014-03-28simplify variables cleanup.Andrei Karas1-40/+19
2014-03-21Add consume calls into mouse press / click handlers.Andrei Karas1-0/+1
2014-03-13improve variables order in windows.Andrei Karas1-2/+2
2014-03-04Merge scrollarea classes into one.Andrei Karas1-4/+4
2014-02-18derive Widget from Widget2.Andrei Karas1-3/+3
2014-02-16combine font classes in one.Andrei Karas1-4/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-2/+2
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
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-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-19add ability to give more than one item to npc. (evol only)Andrei Karas1-7/+29
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+1
2013-10-28Revert "Remove setMap from being constructor."Andrei Karas1-1/+1
2013-10-20Remove setMap from being constructor.Andrei Karas1-1/+1
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-3/+3
2013-10-19move virtual member calls from mpcdialog constuctor into postInit.Andrei Karas1-0/+4
2013-10-19move virtual member calls from listbox constuctor into postInit.Andrei Karas1-0/+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-06remove unused includes and remove default parameter in being.Andrei Karas1-1/+1
2013-09-30move db files into db directory.Andrei Karas1-2/+3
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+961