summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas1-0/+69
2016-01-06Add noexcept into widget.Andrei Karas1-24/+24
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas12-17/+56
2016-01-02Update copyright year in .cc files.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas212-212/+212
2016-01-01Fix code style.Andrei Karas1-2/+0
2015-12-31Fix compilation with SDL2.Andrei Karas2-2/+8
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas3-23/+25
2015-12-29Move shopitem into item directory.Andrei Karas2-2/+4
2015-12-29Move simpleanimation into animation directory.Andrei Karas1-2/+1
2015-12-29Move animation into animation directory.Andrei Karas1-1/+2
2015-12-27Add restrict keyword in emotheshortcutcontainer.Andrei Karas2-25/+37
2015-12-27Add restrict keyword in basiccontainer.Andrei Karas2-45/+54
2015-12-23Add const attribute to gui classes.Andrei Karas18-41/+48
2015-12-22Add missing const in widget.Andrei Karas2-9/+9
2015-12-20Move shortcuts files into gui/shortcut directory.Andrei Karas6-7/+14
2015-12-20Move animatedsprite into sprite directory.Andrei Karas1-1/+2
2015-12-20Move OpenGL functions related files into opengl directory.Andrei Karas1-1/+1
2015-12-18Fix code style.Andrei Karas2-4/+0
2015-12-17Add support for full screen in nacl.Andrei Karas1-2/+4
2015-12-15Fix manual set resolution in nacl.Andrei Karas1-2/+2
2015-12-14Move soundconsts.h into const directory.Andrei Karas5-5/+10
2015-12-14Move mapconsts.h into const directory.Andrei Karas1-4/+4
2015-12-14Move chatconsts into const directory.Andrei Karas2-3/+4
2015-12-14Move skillconsts from resources int consts directory.Andrei Karas2-2/+2
2015-12-13Move theme related constants into separate file.Andrei Karas1-1/+2
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas2-0/+6
2015-12-12Hide "detect best mode" in nacl.Andrei Karas2-3/+3
2015-12-10Add support for mobileopengl2 backend (still copy from modern opengl).Andrei Karas2-3/+7
2015-12-02Add strong typed bool type Advanced.Andrei Karas2-7/+8
2015-12-02Add strong typed bool type IsSell.Andrei Karas2-4/+5
2015-11-22Show selected and max skill levels in skill popup.Andrei Karas2-5/+10
2015-11-22Allow drag skill with any selected level to shortcuts window.Andrei Karas1-1/+3
2015-11-22Add popup menu for left click on skill level.Andrei Karas1-0/+13
2015-11-22Add to skill selected skill level field.Andrei Karas2-2/+17
2015-11-17Fix compilation without C++11 again.Andrei Karas1-3/+3
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-32/+33
2015-11-16Convert DragDropSource enum into strong typed enum.Andrei Karas5-45/+45
2015-11-16Fix code style.Andrei Karas2-2/+0
2015-11-15Add support for different per skill casting animations.Andrei Karas2-0/+8
2015-11-13In skill dialog dont show skill popup on empty place.Andrei Karas1-0/+2
2015-11-13Show skill popups in shortcuts window.Andrei Karas1-0/+12
2015-11-13Use global skillPopup variable for show skill popups.Andrei Karas1-6/+3
2015-11-12Add skill xml flag useTextParameter.Andrei Karas2-1/+3
2015-11-11In personal shops in sell dialog shop no existing items with amount 0 and dis...Andrei Karas3-14/+17
2015-11-10Add close button to all shortcuts windows.Andrei Karas2-1/+11
2015-11-04Allow sell to npc many items at one time (hercules).halloween2015Andrei Karas2-7/+36
2015-11-03Fix removing items from npc inventory (restore amount in player inventory)Andrei Karas1-1/+6
2015-11-02Allow add items to npc inventory from same slot multiple times.Andrei Karas1-3/+7
2015-11-01Add strong typed bool enum donotalign.Andrei Karas4-8/+9