summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2016-01-02Update copyrights year.Andrei Karas442-442/+442
2016-01-01Fix code style.Andrei Karas3-9/+9
2015-12-31Fix compilation with SDL2.Andrei Karas2-2/+8
2015-12-31Move keyvalue into enums directory.Andrei Karas1-57/+59
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas27-60/+66
2015-12-29Move shopitem into item directory.Andrei Karas7-9/+13
2015-12-29Move item into item directory.Andrei Karas11-15/+25
2015-12-29Move simpleanimation into animation directory.Andrei Karas1-2/+1
2015-12-29Move animation into animation directory.Andrei Karas1-1/+2
2015-12-29Move touchmanager into touch directory.Andrei Karas3-3/+6
2015-12-27Add restrict keyword in emotheshortcutcontainer.Andrei Karas2-25/+37
2015-12-27Add restrict keyword in basiccontainer.Andrei Karas2-45/+54
2015-12-26Fix code style.Andrei Karas2-3/+6
2015-12-24Fix compilation with clang.Andrei Karas6-33/+34
2015-12-24Add restrict keyword in textchunksmall.Andrei Karas2-8/+8
2015-12-24Add restrict keyword in textchunklist.Andrei Karas2-18/+18
2015-12-24Add restrict keyword into textchunk.Andrei Karas2-12/+13
2015-12-24Add restrict keyword into font.Andrei Karas1-19/+20
2015-12-23Add const attribute to gui classes.Andrei Karas22-49/+56
2015-12-22Add missing const in widget.Andrei Karas2-9/+9
2015-12-22Add restrict keyword in some functions in whoisonline.Andrei Karas2-5/+8
2015-12-21Move dye related files into dye directory.Andrei Karas1-1/+2
2015-12-20Move shortcuts files into gui/shortcut directory.Andrei Karas18-9/+1291
2015-12-20Move animatedsprite into sprite directory.Andrei Karas3-4/+6
2015-12-20Move spriteaction.h into const directory.Andrei Karas1-1/+2
2015-12-20Move OpenGL functions related files into opengl directory.Andrei Karas2-2/+2
2015-12-18Fix code style.Andrei Karas4-6/+0
2015-12-17Add support for full screen in nacl.Andrei Karas3-2/+19
2015-12-15Fix manual set resolution in nacl.Andrei Karas3-3/+29
2015-12-14Move soundconsts.h into const directory.Andrei Karas9-9/+17
2015-12-14Move mapconsts.h into const directory.Andrei Karas1-4/+4
2015-12-14Move chatconsts into const directory.Andrei Karas5-37/+7
2015-12-14Move emoteshortcutconsts.h into const directory.Andrei Karas1-1/+2
2015-12-14Move constant touchActionDataSize into touchactionmodel.cppAndrei Karas2-1/+2
2015-12-14Move skillconsts from resources int consts directory.Andrei Karas2-2/+2
2015-12-13Move constant DEFAULT_CHAT_WINDOW_SCROLL into chat.cppAndrei Karas1-2/+0
2015-12-13Move theme related constants into separate file.Andrei Karas3-3/+4
2015-12-13Move constant MAGIC_START_ID into textcommandeditor.cppAndrei Karas1-0/+2
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas6-3/+10
2015-12-12Hide "detect best mode" in nacl.Andrei Karas2-3/+3
2015-12-10Move cursor related code into sdlsharedhelper.Andrei Karas1-21/+3
2015-12-10Add support for mobileopengl2 backend (still copy from modern opengl).Andrei Karas2-3/+7
2015-12-10Implemented NaCl cursor hiding, custom cursor is supported nowVasily1-0/+19
2015-12-02Add strong typed bool type Advanced.Andrei Karas7-13/+15
2015-12-02Add strong typed bool type IsSell.Andrei Karas7-9/+10
2015-11-29Fix code style.Andrei Karas3-12/+6
2015-11-23Add text select dialog.Andrei Karas2-0/+283
2015-11-23Add chat command skill.Andrei Karas2-16/+52
2015-11-22Show selected and max skill levels in skill popup.Andrei Karas4-11/+69
2015-11-22Allow drag skill with any selected level to shortcuts window.Andrei Karas3-4/+8