summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2015-05-31Convert ThemeColorId enum into strong typed enum.Andrei Karas8-84/+154
2015-05-31Move functions getColor, getIdByChar from palette to theme and userpalette.Andrei Karas6-38/+76
2015-05-31Convert ProgressColorId enum into strong typed enum.Andrei Karas7-25/+44
2015-05-31Convert GradientType enum into strong typed enum.Andrei Karas1-2/+3
2015-05-31Fix compilation error without C++11 flag.Andrei Karas1-1/+1
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas41-137/+152
2015-05-30Move inputaction into enums directory.Andrei Karas20-27/+27
2015-05-30Move relation enum into separate file.Andrei Karas5-19/+18
2015-05-30Move user defined colors enum into separate file.Andrei Karas5-157/+111
2015-05-30Move gradient type into separate file.Andrei Karas6-96/+92
2015-05-30Move theme progress colors enum into separate file.Andrei Karas7-49/+43
2015-05-30Move theme colors enum into separate file.Andrei Karas55-551/+331
2015-05-30Convert DialogType enum into strong typed enum.Andrei Karas2-4/+4
2015-05-30Convert ChatMsgType enum into strong typed enum.Andrei Karas5-12/+12
2015-05-30Convert MouseEventType enum into strong typed enum.Andrei Karas2-3/+3
2015-05-30Convert MouseButton enum into strong typed enum.Andrei Karas12-21/+20
2015-05-30Convert KeyEvent enum into strong typed enum.Andrei Karas1-2/+2
2015-05-30Fix compilation with C++11 again.Andrei Karas1-1/+1
2015-05-30Fix compilation without C++11 flag.Andrei Karas1-1/+1
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas3-7/+11
2015-05-29Convert BeingAction enum into strong typed enum.Andrei Karas2-2/+2
2015-05-29Fix compilation without C++11 flag.Andrei Karas1-1/+1
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas15-60/+54
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas5-7/+6
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas5-13/+15
2015-05-29Add strong typed int type BeingTypeId.Andrei Karas3-5/+7
2015-05-29Add strong typed int type BeingId.Andrei Karas18-61/+83
2015-05-28Fix small style issue.Andrei Karas1-2/+1
2015-05-28Remove support for split button from inventory.Andrei Karas2-24/+0
2015-05-28Add strong typed bool type Visible.Andrei Karas88-264/+318
2015-05-28Fix typo in browserbox after last changes.Andrei Karas1-1/+1
2015-05-27Improve a bit characterviewsmall.Andrei Karas1-4/+6
2015-05-27Improve a bit browserbox.Andrei Karas2-53/+50
2015-05-27Improve a bit basiccontainer2.Andrei Karas3-47/+19
2015-05-27Improve a bit basiccontainer.Andrei Karas5-23/+22
2015-05-27Improve a bit avatarlistbox.Andrei Karas1-23/+25
2015-05-27Clear draw vertexes if window going hidden.Andrei Karas1-1/+6
2015-05-27Use local textchunk in textfield for draw text strings.Andrei Karas2-7/+59
2015-05-26Convert tests for browserbox into catch format.Andrei Karas1-4/+3
2015-05-26Convert tests for textchunklist into catch format.Andrei Karas1-175/+173
2015-05-26Use local TextChunk in windows for draw caption text.Andrei Karas3-12/+40
2015-05-25Add method safeDrawFrame for safe OpenGL renderer.Andrei Karas10-16/+75
2015-05-25Add method safeDrawChildren for safe OpenGL renderer.Andrei Karas12-22/+70
2015-05-25Fix some issues in safe OpenGL renderer after last changes.Andrei Karas21-3/+196
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas35-2/+135
2015-05-25Add missing safeDraw to some windows.Andrei Karas9-1/+110
2015-05-25Add safeDraw method into tab.Andrei Karas2-34/+103
2015-05-25Add safeDraw method into equipmentwindow.Andrei Karas2-36/+91
2015-05-25Add safeDraw method into avatarlistbox.Andrei Karas2-9/+237
2015-05-25Add safeDraw method into window.Andrei Karas2-63/+96