summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-0/+2
2012-10-08Get from video detection texture compression and texture sampler modes.Andrei Karas1-3/+10
2012-10-04Add support for padding in progress bars.Andrei Karas8-106/+68
2012-10-04Add text fileds cursor (caret) color.Andrei Karas4-2/+15
2012-10-04Fix padding in some themes.Andrei Karas1-2/+1
2012-10-04Fix popups sizes and padding.Andrei Karas8-111/+90
2012-10-04Fix sounds in npc and quit dialogs.Andrei Karas2-1/+6
2012-10-03Add sound effects for open/close windows.Andrei Karas28-7/+48
2012-10-02fix chat window resize cursor and some other possible issues.Andrei Karas2-4/+4
2012-10-02Fix some conversions.Andrei Karas6-11/+12
2012-10-01Using GL_ARB_sampler_objects.Andrei Karas1-1/+5
2012-10-01Improve emotes window draw speed.Andrei Karas2-12/+22
2012-09-30Add option to enable/disable texture atlases.Andrei Karas1-0/+3
2012-09-28Fix textbox font color.Andrei Karas3-18/+4
2012-09-28Fix mouse handling events in equipment and item amount windows.Andrei Karas2-0/+4
2012-09-27Fix mouse event handling in windows set visible.Andrei Karas1-1/+7
2012-09-23fix code style.Andrei Karas7-10/+9
2012-09-23Fix unused empty space in onscreen buttons.Andrei Karas1-2/+7
2012-09-23Restore mouse cursor if window set visible and have mouse over.Andrei Karas4-1/+69
2012-09-22Restore default close image on window closingAndrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas116-422/+422
2012-09-22Add final keyword to most classes.Andrei Karas143-261/+271
2012-09-21Add to equipment window, background image theming.Andrei Karas2-20/+26
2012-09-20Add theme color for text in popup windows.Andrei Karas7-4/+35
2012-09-20Add missing check in palette.hAndrei Karas1-5/+6
2012-09-20Fix incorrect color access.Andrei Karas1-6/+11
2012-09-19fix compilation warnings.Andrei Karas1-1/+1
2012-09-19Dont resize minimap window if map name very big.Andrei Karas2-5/+27
2012-09-19Add resize grip padding.Andrei Karas5-173/+31
2012-09-17Add double click support in npc dialog.Andrei Karas1-1/+16
2012-09-16Add const to variables with type size_t.Andrei Karas8-28/+23
2012-09-16Improve inventory resize speed.Andrei Karas1-3/+6
2012-09-16Add theme option "titlebarBold".Andrei Karas1-0/+2
2012-09-15Improve a bit widgets speed.Andrei Karas28-202/+200
2012-09-14Fix code style.Andrei Karas5-13/+13
2012-09-14Improve a bit some gui controls speed.Andrei Karas13-92/+80
2012-09-13Fix code style.Andrei Karas6-9/+9
2012-09-13Add theming support for background for scrollbars.Andrei Karas2-12/+59
2012-09-12Remove useless gray box between scrollbars in scrollarea control.Andrei Karas1-11/+0
2012-09-12Add for windows close button hover image.Andrei Karas4-18/+42
2012-09-12Improver a bit window draw code.Andrei Karas2-69/+64
2012-09-12Remove from inventory some labels.Andrei Karas2-19/+5
2012-09-12Show dialog with question before opening url from chat.Andrei Karas1-1/+19
2012-09-12Add space at end of chat url link.Andrei Karas1-1/+3
2012-09-11Fix code style and small perfomance issues.Andrei Karas6-15/+10
2012-09-11Fix windows software mode on the fly resize.Andrei Karas1-8/+16
2012-09-11Add new colors for button theming.Andrei Karas4-4/+23
2012-09-11switch to hardware depend batch sizes.Andrei Karas1-1/+1
2012-09-09Fix offline player chat tab colors.Andrei Karas1-2/+2
2012-09-09fix code style.Andrei Karas6-2/+8