summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas3-6/+10
2015-05-24Add strong typed bool type TryRemoveColors.Andrei Karas2-4/+7
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas2-4/+10
2015-05-24Add strong typed bool type Online.Andrei Karas2-3/+5
2015-05-24Remove simpletypes.h.Andrei Karas5-5/+0
2015-05-24Move type Enable into separate file.Andrei Karas1-0/+1
2015-05-24Move type Modifiable into separate file.Andrei Karas1-0/+1
2015-05-24Move type Modal into separate file.Andrei Karas3-0/+3
2015-05-24Move simpletypes.h into directory simpletypes.Andrei Karas5-5/+5
2015-05-24Improve checkbox draw speed.Andrei Karas2-7/+60
2015-05-24Improve radiobutton draw speed.Andrei Karas2-8/+60
2015-05-24Fix compilation warning.Andrei Karas1-1/+1
2015-05-23If window with button is hidden then release text image and vertexes.Andrei Karas2-0/+23
2015-05-23If window with label is hidden then release text image.Andrei Karas2-0/+24
2015-05-23Move window variable from widget class to widget2 class.Andrei Karas8-12/+20
2015-05-23Move most initialisation code in tabbedarea from constructor to postInit.Andrei Karas1-3/+4
2015-05-23Set mWindow pointer to self in postInit base methods for window and popup.Andrei Karas2-2/+2
2015-05-23Add missing calls to postInit for windows and popups.Andrei Karas1-0/+1
2015-05-23Add check in popups for posInit() calls.Andrei Karas2-5/+11
2015-05-23Add check in windows for posInit() calls.Andrei Karas2-3/+9
2015-05-22Fix code style.Andrei Karas4-5/+5
2015-05-21Call postInit after each window creation.Andrei Karas3-14/+14
2015-05-21Add parent window field to all widgets.Andrei Karas3-0/+12
2015-05-20Use fast draw way in drawing string in buttons.Andrei Karas2-7/+42
2015-05-20Add fast way for draw not changed text strings.Andrei Karas4-24/+81
2015-05-17Fix some issues after automatic checks.Andrei Karas2-2/+6
2015-05-13Remove duplicate function from graphics.Andrei Karas2-9/+5
2015-05-10Improve window resize speed.Andrei Karas2-5/+13
2015-05-10Improve performance in button drawing.Andrei Karas2-9/+16
2015-05-10Sort varibles in button and remove some unused functions.Andrei Karas2-69/+52
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-1/+2
2015-05-08Fix code style.Andrei Karas2-5/+4
2015-05-06Add strong typed bool type Enable.Andrei Karas3-4/+6
2015-05-06Add strong typed bool type NpcNames.Andrei Karas1-1/+3
2015-05-06Add strong typed bool type Modifiable.Andrei Karas2-3/+5
2015-05-05Add to left classes stong typed Modal enum.Andrei Karas4-9/+15
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas3-9/+10
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas7-18/+43
2015-05-05Build parts of dragdropsource.h only if supported server enabled.Andrei Karas1-3/+10
2015-05-03Remove useless dynamic_cast.Andrei Karas1-1/+1
2015-04-29Allos send items by mail.Andrei Karas1-2/+13
2015-04-26Replace "allows to" to "allows one to"Andrei Karas1-6/+6
2015-04-24Fix code style.Andrei Karas5-49/+28