summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2012-12-29Show flags icons in language selection listAndrei Karas9-31/+73
2012-12-28Fix previous commit error.Andrei Karas1-2/+2
2012-12-28Fix selected icon draw in extended listbox.Andrei Karas1-1/+3
2012-12-28By default put chat window in top in android build.Andrei Karas1-0/+4
2012-12-28Remove unused font object from sdlfont class.Andrei Karas2-18/+4
2012-12-28Fix different warnings from previous commits.Andrei Karas6-13/+11
2012-12-28Add outlining support to tabs.Andrei Karas7-40/+124
2012-12-27Fix text size if it was not power of two.Andrei Karas1-2/+5
2012-12-27Add outlining support to other popups.Andrei Karas4-12/+24
2012-12-27Add outlining support to textbox control.Andrei Karas2-0/+19
2012-12-27Change outline function to better quality but slower.Andrei Karas1-5/+29
2012-12-27add support for outlining in window header.Andrei Karas3-0/+4
2012-12-27Add outlining to status popup dialog.Andrei Karas3-18/+32
2012-12-27Add outlining support for labels.Andrei Karas5-3/+27
2012-12-27Add support for outline colors in browser box.Andrei Karas2-40/+103
2012-12-27Add some outline colors. Set outline colors to normal colors if no in configu...Andrei Karas2-2/+71
2012-12-27Remove set font from graphics object.Andrei Karas19-28/+18
2012-12-27Fix font usage in some controls.Andrei Karas3-3/+5
2012-12-27Remove textrenderer class.Andrei Karas1-4/+10
2012-12-27Improve a bit draw speed in other controls.Andrei Karas10-34/+100
2012-12-27Improve draw speed in listboxes.Andrei Karas4-18/+17
2012-12-27Improve containders text draw speed.Andrei Karas5-26/+44
2012-12-27Improve a bit equipment window draw speed.Andrei Karas1-4/+6
2012-12-27Improve servers list draw speed.Andrei Karas1-12/+14
2012-12-27Improves skill info draw speed.Andrei Karas2-25/+21
2012-12-27Use new outline draw method in progressbar.Andrei Karas2-13/+14
2012-12-27Add support for draw outlined text.Andrei Karas2-13/+56
2012-12-25Fix tile distance numbers in debug mode map draw.Andrei Karas1-2/+3
2012-12-25Fix sticky button draw changed image.Andrei Karas1-0/+1
2012-12-25Add option to enable/disable music fade out (disabled by default).Andrei Karas1-0/+4
2012-12-25Fix shoplistbox popup area.Andrei Karas1-1/+1
2012-12-25Close help window if it already opened and player clicked on "HLP" button.Andrei Karas1-1/+6
2012-12-25Add new action "stop or sit"Andrei Karas1-0/+5
2012-12-25Fix race buttons position in char creation dialog.Andrei Karas1-4/+4
2012-12-25Block on the fly window resize in MacOSX and Android.Andrei Karas1-1/+1
2012-12-25fix previous/next race button in char creation dialog.Andrei Karas1-10/+3
2012-12-25fix previous hair style button in char creation dialog.Andrei Karas1-3/+4
2012-12-25Allow delete all servers from server list.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas19-39/+39
2012-12-25Add support for register from browser on servers with disabled registration.Andrei Karas2-6/+35
2012-12-24Add color for selected text in listboxes.Andrei Karas7-13/+50
2012-12-24Replace sliders to dropdowns in misc setup page.Andrei Karas2-19/+38
2012-12-24Replace sliders to dropdowns in touch setup page.Andrei Karas2-10/+19
2012-12-24Change sliders to dropdowns in visual setup page.Andrei Karas4-29/+69
2012-12-24Fix dropdown setupitem.Andrei Karas2-5/+12
2012-12-22Fix crash with next control button (TAB).Andrei Karas1-2/+4
2012-12-21Fix code style and other small issues.Andrei Karas4-9/+9
2012-12-21Fix possible crash with nav poinst rename dialog.Andrei Karas4-0/+19
2012-12-20add option for input logging.Andrei Karas1-0/+3
2012-12-19Fix moving mouse in onscreen controls under android.Andrei Karas1-3/+3