summaryrefslogtreecommitdiff
path: root/src/dragdrop.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-17Remove default parameters from dragdrop.gAndrei Karas1-3/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-17/+17
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-14Allow drag cast type from skills window into shortcuts.Andrei Karas1-0/+12
2016-08-14Add skill cast type option in skills window.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-2/+0
2016-07-18Move skillinfo into resources/skill directory.Andrei Karas1-2/+1
2016-07-18Move skilldata into resources/skill directory.Andrei Karas1-1/+2
2016-07-05Remove wrong sound effect for drop item.Andrei Karas1-2/+0
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-2/+0
2016-06-07Move image class into image directory.Andrei Karas1-1/+1
2016-01-15Fix compilation without hercules support.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move item into item directory.Andrei Karas1-1/+2
2015-11-22Allow drag skill with any selected level to shortcuts window.Andrei Karas1-2/+7
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