summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2015-05-31Convert ThemeColorId enum into strong typed enum.Andrei Karas3-14/+14
2015-05-31Convert ProgressColorId enum into strong typed enum.Andrei Karas2-4/+7
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas11-49/+48
2015-05-30Move inputaction into enums directory.Andrei Karas9-15/+15
2015-05-30Move relation enum into separate file.Andrei Karas2-9/+9
2015-05-30Move user defined colors enum into separate file.Andrei Karas1-12/+12
2015-05-30Move theme progress colors enum into separate file.Andrei Karas4-25/+33
2015-05-30Move theme colors enum into separate file.Andrei Karas6-45/+45
2015-05-30Convert DialogType enum into strong typed enum.Andrei Karas2-4/+4
2015-05-30Convert ChatMsgType enum into strong typed enum.Andrei Karas2-8/+8
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas2-4/+4
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 Karas10-31/+43
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas4-12/+14
2015-05-29Add strong typed int type BeingTypeId.Andrei Karas2-4/+5
2015-05-29Add strong typed int type BeingId.Andrei Karas13-39/+54
2015-05-28Remove support for split button from inventory.Andrei Karas2-24/+0
2015-05-28Add strong typed bool type Visible.Andrei Karas47-127/+148
2015-05-26Use local TextChunk in windows for draw caption text.Andrei Karas1-0/+1
2015-05-25Add method safeDrawChildren for safe OpenGL renderer.Andrei Karas2-2/+2
2015-05-25Fix some issues in safe OpenGL renderer after last changes.Andrei Karas4-0/+19
2015-05-25Add missing safeDraw to some windows.Andrei Karas9-1/+110
2015-05-25Add safeDraw method into equipmentwindow.Andrei Karas2-36/+91
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-1/+2
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas2-13/+25
2015-05-24Add strong typed bool type TryRemoveColors.Andrei Karas2-15/+27
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas2-7/+12
2015-05-24Move type Modifiable into separate file.Andrei Karas2-0/+4
2015-05-24Move type ShowCenter into separate file.Andrei Karas1-0/+2
2015-05-24Move type Equipm into separate file.Andrei Karas1-0/+1
2015-05-24Move type Favorite into separate file.Andrei Karas1-0/+1
2015-05-24Move type Damaged into separate file.Andrei Karas1-0/+1
2015-05-24Move type Identified into separate file.Andrei Karas1-0/+2
2015-05-22Fix code style.Andrei Karas2-3/+3
2015-05-21Call postInit after each window creation.Andrei Karas11-9/+21
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas27-0/+27
2015-05-17Fix some issues after automatic checks.Andrei Karas3-4/+11
2015-05-10Fix crash on closing sell dialog in some cases.Andrei Karas1-2/+1
2015-05-10Improve setup window resize speed.Andrei Karas2-7/+8
2015-05-10Improve performance in chat window.Andrei Karas2-11/+6
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-4/+4
2015-05-08Fix code style.Andrei Karas1-2/+0
2015-05-07Remove bot checker window.Andrei Karas2-308/+0
2015-05-07Remove npcpostdialog.Andrei Karas2-218/+0
2015-05-06Add strong typed bool type SkipError.Andrei Karas5-5/+5
2015-05-06Add strong types bool type UseResman.Andrei Karas5-5/+7
2015-05-06Add strong typed bool type NpcNames.Andrei Karas1-1/+1
2015-05-06Add strong typed bool type Modifiable.Andrei Karas4-10/+10
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas6-15/+17