summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-05Add to left classes stong typed Modal enum.Andrei Karas4-4/+6
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas10-12/+12
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas53-73/+115
2015-05-05Build parts of inventorytype.h only if supported server enabled.Andrei Karas2-8/+28
2015-05-04Fix code style.Andrei Karas6-15/+2
2015-05-04Fix compilation with different options.Andrei Karas2-0/+6
2015-05-03Remove useless dynamic_cast.Andrei Karas2-7/+5
2015-05-03Add filter into buy dialogs.Andrei Karas2-0/+48
2015-04-30Request mail list automatically on start.Andrei Karas2-0/+7
2015-04-30Fix default sizes for mail windows.Andrei Karas3-5/+5
2015-04-30Add reply button for reply to mail message.Andrei Karas5-2/+40
2015-04-30Add support for open mail message by double click.Andrei Karas2-0/+15
2015-04-30Use scrollarea for mail list.Andrei Karas2-1/+8
2015-04-30In mail view window show item amount.Andrei Karas1-1/+9
2015-04-30In mail view window add buttons for open previous and next message.Andrei Karas4-3/+74
2015-04-29eathena: impliment packet SMSG_MAIL_RETURN.Andrei Karas2-0/+33
2015-04-29Add ability for return mail message to sender.Andrei Karas2-0/+12