summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2015-06-05Add fast versions for function toString for different types.Andrei Karas1-4/+4
2015-06-04Fix removing listeners from window if used guitable as container.Andrei Karas10-0/+75
2015-06-03Fix compilation without C++11 flag.Andrei Karas1-1/+1
2015-06-03Convert MapType enum into strong typed enum.Andrei Karas1-2/+2
2015-06-03Convert UpdateType enum into strong typed enum.Andrei Karas4-8/+14
2015-06-03Convert ServerType enum into strong typed enum.Andrei Karas1-2/+2
2015-06-03Convert PacketShare enum into strong typed enum.Andrei Karas1-12/+12
2015-06-03Rename packettypes.h into packettype.hAndrei Karas2-2/+2
2015-06-03User full enum name in packets type.Andrei Karas2-7/+17
2015-06-01Convert DownloadStatus enum into strong typed enum.Andrei Karas4-8/+16
2015-06-01Fix again build without C++11 flag.Andrei Karas3-3/+3
2015-06-01Fix compilation without C++11 flag.Andrei Karas1-1/+1
2015-06-01Convert UserColorId enum into strong typed enum.Andrei Karas5-53/+80
2015-06-01Move function getGradientType, getGradientDelay, getColorWithAlpha from palet...Andrei Karas2-27/+27
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