summaryrefslogtreecommitdiff
path: root/src/dragdrop.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-17Fix compilation without C++11 again.Andrei Karas1-6/+7
2015-11-16Convert DragDropSource enum into strong typed enum.Andrei Karas1-12/+12
2015-08-16Add strong typed int for item color.Andrei Karas1-12/+14
2015-05-05Build parts of dragdropsource.h only if supported server enabled.Andrei Karas1-0/+2
2015-01-06Move dragdropsource enum into separate file.Andrei Karas1-18/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-19Move itemsoundevent into separate file.Andrei Karas1-2/+2
2014-05-02Add missing const.Andrei Karas1-1/+1
2014-04-30Fix code style in other files.Andrei Karas1-3/+3
2014-03-11Improve a bit variables order in some classes.Andrei Karas1-11/+11
2014-02-02Add missing const and static into other classes.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-08add support for sounds take and put.Andrei Karas1-0/+4
2013-09-25improve construcors in abstract classes.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-0/+1
2013-09-03add drag and drop support for equipment window.Andrei Karas1-1/+2
2013-08-16fix code style.Andrei Karas1-1/+1
2013-08-11add support for giving item to npc (evol only)Andrei Karas1-1/+2
2013-07-03add drag and drop support between inventory and storage.Andrei Karas1-4/+5
2013-07-03simplify drag and drop source check.Andrei Karas1-5/+17
2013-07-03add support for drag and drop from/to shortcuts window.Andrei Karas1-2/+7
2013-07-03add support for drag skill from skills window.Andrei Karas1-1/+31
2013-07-02add support for drag and drop in spells window.Andrei Karas1-2/+53
2013-06-07Fix code style.Andrei Karas1-0/+2
2013-06-02In drag and drop use ints and images but not pointer to item.Andrei Karas1-15/+73
2013-06-01clear drag selection if selected item removed.Andrei Karas1-0/+8
2013-06-01Restore adding items to outfits and drops by clicking only.Andrei Karas1-0/+11
2013-06-01Add drag and drop to drops window.Andrei Karas1-0/+1
2013-06-01add dragdrop between inventory and outfits window.Andrei Karas1-0/+79