summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-27Fix code style.Andrei Karas7-37/+36
2012-10-26Android compilation fixes.Andrei Karas8-11/+28
2012-10-26Add initial version of mobile OpenGL backend.Andrei Karas16-17/+1474
2012-10-25Add support for different hover/pickup cursors for monsters, npc, items, etc.Andrei Karas18-41/+204
2012-10-23Fix texture sampler settings again.Andrei Karas1-1/+1
2012-10-23Fix for windows compilation.Andrei Karas2-1/+3
2012-10-23Fix texture sampler settings.Andrei Karas1-1/+0
2012-10-23Move OpenGL error conversion to string to graphicsmanager.Andrei Karas3-25/+38
2012-10-23Set for all textures max mipmap level to 0.Andrei Karas1-0/+2
2012-10-23Add support for OpenGL debug extensions.Andrei Karas6-1/+134
2012-10-23Add OpenGL debug extensions bindings.Andrei Karas3-12/+47
2012-10-22Add auto resize feature to equipment window for correct placing slots.Andrei Karas4-29/+55
2012-10-22Extend item container theming.Andrei Karas2-1/+6
2012-10-21Extend theming for textpreview.Andrei Karas2-6/+45
2012-10-21Extend password field theming.Andrei Karas4-4/+12
2012-10-21Extend textfield theming.Andrei Karas3-41/+86
2012-10-21Rename theme file textfield_background.xml to textfield.xmlAndrei Karas1-1/+4
2012-10-21Fix item selection in shoplistbox class.Andrei Karas1-1/+1
2012-10-21Extend playerbox theming.Andrei Karas2-4/+15
2012-10-21Fix compilation error from previous commits.Andrei Karas1-0/+2
2012-10-21Rename theme file playerbox_background.xml to playerbox.xmlAndrei Karas1-2/+2
2012-10-21Extend theming itemcontainer (used in inventory, trade window etc)Andrei Karas3-14/+38
2012-10-21Fix selection in skills dialog.Andrei Karas1-2/+2
2012-10-21Fix chat scrolling after tabbed area changes.Andrei Karas1-11/+15
2012-10-21Reenable mumble in windows builds.Andrei Karas1-0/+2
2012-10-20Add option to allow screensaver. (by default screensaver disabled)Andrei Karas3-0/+9
2012-10-20Fix code style and some minor issues.Andrei Karas100-217/+54
2012-10-20Fix palettes loading and using.Andrei Karas5-19/+20
2012-10-20Add load theme id for windows and popups.Andrei Karas3-2/+22
2012-10-20Add palette inheritance to textpreview class.Andrei Karas3-4/+5
2012-10-20Add palette inheritance to textbox class.Andrei Karas8-11/+11
2012-10-20Add palette inheritance to radiobutton class.Andrei Karas8-16/+22
2012-10-20Add palette inheritance to progressbar class.Andrei Karas9-15/+16
2012-10-20Add palette inheritance to label class.Andrei Karas44-200/+205
2012-10-20Add palette inheritance to other shortcutcontainer classes.Andrei Karas9-2/+37
2012-10-20Add palette inheritance to itemcontainer class.Andrei Karas4-6/+8
2012-10-20Add palette inheritance to textfield class.Andrei Karas25-52/+59
2012-10-20Add palette inheritance to icon class.Andrei Karas4-7/+8
2012-10-20Add palette inheritance to guitable class.Andrei Karas4-6/+8
2012-10-20Add palette inheritance to shortcutcontainer class.Andrei Karas2-3/+4
2012-10-20Add palette inheritance to checkbox class.Andrei Karas11-22/+26
2012-10-20Add palette inheritance to button class.Andrei Karas52-155/+165
2012-10-20Add palette inheritance to browserbox class.Andrei Karas12-13/+15
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas124-301/+378
2012-10-20Add missing check in palette class.Andrei Karas1-1/+1
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas40-158/+155
2012-10-20Allow get colors from Widget2.Andrei Karas9-38/+54
2012-10-20Fix possible shadow methods in palette class.Andrei Karas3-4/+4
2012-10-20Add support for loading different color palettes.Andrei Karas1-17/+31
2012-10-20Derive all widgets from Widget2 class.Andrei Karas46-26/+181