summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2015-06-04Fix removing listeners from window if used guitable as container.Andrei Karas10-0/+75
2015-06-03Convert PacketShare enum into strong typed enum.Andrei Karas1-12/+12
2015-06-01Convert UserColorId enum into strong typed enum.Andrei Karas1-4/+8
2015-05-31Convert ThemeColorId enum into strong typed enum.Andrei Karas1-8/+10
2015-05-31Convert ProgressColorId enum into strong typed enum.Andrei Karas3-14/+19
2015-05-31Convert GradientType enum into strong typed enum.Andrei Karas1-2/+3
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas17-50/+55
2015-05-30Move inputaction into enums directory.Andrei Karas10-11/+11
2015-05-30Move relation enum into separate file.Andrei Karas1-2/+1
2015-05-30Move user defined colors enum into separate file.Andrei Karas1-41/+43
2015-05-30Move gradient type into separate file.Andrei Karas1-12/+12
2015-05-30Move theme progress colors enum into separate file.Andrei Karas1-4/+6
2015-05-30Move theme colors enum into separate file.Andrei Karas37-165/+167
2015-05-30Convert ChatMsgType enum into strong typed enum.Andrei Karas2-3/+3
2015-05-30Convert MouseButton enum into strong typed enum.Andrei Karas7-8/+8
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas3-27/+9
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas1-2/+1
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+1
2015-05-28Fix small style issue.Andrei Karas1-2/+1
2015-05-28Add strong typed bool type Visible.Andrei Karas27-86/+103
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-26Use local TextChunk in windows for draw caption text.Andrei Karas2-12/+39
2015-05-25Add method safeDrawFrame for safe OpenGL renderer.Andrei Karas10-16/+75
2015-05-25Add method safeDrawChildren for safe OpenGL renderer.Andrei Karas8-20/+57
2015-05-25Fix some issues in safe OpenGL renderer after last changes.Andrei Karas15-3/+170
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas35-2/+135
2015-05-25Add safeDraw method into tab.Andrei Karas2-34/+103
2015-05-25Add safeDraw method into avatarlistbox.Andrei Karas2-9/+237
2015-05-25Add safeDraw method into window.Andrei Karas2-63/+96
2015-05-25Add safeDraw method into scrollarea.Andrei Karas2-42/+59
2015-05-25Add safeDraw method into shortcutcontainer childs.Andrei Karas10-18/+352
2015-05-25Add safeDraw method into progressbar.Andrei Karas2-83/+123
2015-05-25Add safeDraw method into button.Andrei Karas2-31/+154
2015-05-25Add safeDraw method into slider.Andrei Karas2-88/+106
2015-05-25Add safeDraw method into popup.Andrei Karas2-17/+25
2015-05-25Add safeDraw method into emotepage.Andrei Karas2-33/+46
2015-05-25Add basic support for draw controls method without batching (safeDraw).Andrei Karas1-0/+3
2015-05-25Remove useless method definition.Andrei Karas1-5/+0
2015-05-25Add missing override keyword.Andrei Karas1-1/+1
2015-05-25Remove color2 from graphics.Andrei Karas4-22/+20
2015-05-25Dont set global color variables before drawing text.Andrei Karas21-99/+242