summaryrefslogtreecommitdiff
path: root/src/gui/widgets/skilllistbox.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-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-24Remove default parameters from widget2.Andrei Karas1-4/+4
2017-12-17Remove default parameters from dragdrop.gAndrei Karas1-1/+1
2017-08-08Remove extra includes.Andrei Karas1-1/+0
2017-08-08Add into skill context menu for add shortcut.Andrei Karas1-4/+1
2017-06-30Remove extra includes from headers.Andrei Karas1-1/+0
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-14/+15
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-15Copy skill cast offset to shortcuts.Andrei Karas1-4/+7
2016-08-14Add missing include into skilllistbox.hAndrei Karas1-0/+1
2016-08-14Allow drag cast type from skills window into shortcuts.Andrei Karas1-0/+3
2016-08-14Show cast type in skill popup from custom place.Andrei Karas1-1/+2
2016-08-14Add skill cast type option in skills window.Andrei Karas1-1/+1
2016-07-06Add menu for selected skill for now with item only "set skill level".s20160706Andrei Karas1-8/+16
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-8/+8
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-8/+8
2016-03-12Fix compilation issue.Andrei Karas1-1/+3
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-14Move skillconsts from resources int consts directory.Andrei Karas1-1/+1
2015-11-22Show selected and max skill levels in skill popup.Andrei Karas1-2/+4
2015-11-22Add popup menu for left click on skill level.Andrei Karas1-0/+13
2015-11-16Convert DragDropSource enum into strong typed enum.Andrei Karas1-1/+1
2015-11-16Fix code style.Andrei Karas1-1/+0
2015-11-13In skill dialog dont show skill popup on empty place.Andrei Karas1-0/+2
2015-11-13Use global skillPopup variable for show skill popups.Andrei Karas1-6/+3
2015-06-30Fix code style.Andrei Karas1-3/+0
2015-06-27Add checks for new issues from paranucker.Andrei Karas1-1/+1
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-1/+1
2015-06-14Use CREATEWIDGET macro in skilllistbox.Andrei Karas1-2/+2
2015-05-30Move theme colors enum into separate file.Andrei Karas1-4/+4
2015-05-25Fix some issues in safe OpenGL renderer after last changes.Andrei Karas1-0/+5
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-6/+17
2015-03-17Remove useless includes from .h files.Andrei Karas1-4/+3
2015-02-18Add missing override keywords.Andrei Karas1-7/+7
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-18Draw cool down bar in skills window.Andrei Karas1-9/+30
2014-09-06Use skillpopup in skills window.Andrei Karas1-17/+5
2014-09-06Show mana in skill popup.Andrei Karas1-2/+11
2014-08-17Remove getters for mouse position and use direct variables.Andrei Karas1-1/+1
2014-05-18Move mousebutton into separate file.Andrei Karas1-2/+2
2014-05-18Remove useless includes.Andrei Karas1-0/+15
2014-05-16Move skilllistbox into separate file.Andrei Karas1-0/+217