summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2015-05-21Call Popup::postInit from all popups with overrided postInit method.Andrei Karas9-0/+9
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas27-0/+27
2015-05-21Add parent window field to all widgets.Andrei Karas3-0/+12
2015-05-20Fix memory leak in fast text draw code.Andrei Karas2-3/+6
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 Karas11-29/+288
2015-05-18Add font field into textchunk class. For now unused.Andrei Karas4-35/+43
2015-05-17Fix some issues after automatic checks.Andrei Karas6-7/+18
2015-05-17Fix code style.Andrei Karas3-4/+1
2015-05-14Remove copy constructor from ClipRect class.Andrei Karas2-17/+1
2015-05-13Remove duplicate function from graphics.Andrei Karas2-9/+5
2015-05-10Fix crash on closing sell dialog in some cases.Andrei Karas3-2/+23
2015-05-10Improve setup window resize speed.Andrei Karas2-7/+8
2015-05-10Improve window resize speed.Andrei Karas2-5/+13
2015-05-10Improve performance in chat window.Andrei Karas2-11/+6
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 Karas3-8/+10
2015-05-08Fix code style.Andrei Karas3-7/+4
2015-05-07Remove bot checker window.Andrei Karas4-569/+0
2015-05-07Remove npcpostdialog.Andrei Karas2-218/+0
2015-05-06Add strong typed bool type SkipError.Andrei Karas6-8/+10
2015-05-06Add strong types bool type UseResman.Andrei Karas6-8/+10
2015-05-06Add strong typed bool type Enable.Andrei Karas3-4/+6
2015-05-06Add strong typed bool type NpcNames.Andrei Karas2-2/+4
2015-05-06Add strong typed bool type AllPlayers.Andrei Karas1-2/+2
2015-05-06Add strong typed bool type Modifiable.Andrei Karas6-13/+15
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 Karas8-13/+21
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas14-25/+32
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas62-96/+171
2015-05-05Build parts of inventorytype.h only if supported server enabled.Andrei Karas3-9/+29
2015-05-05Build parts of dragdropsource.h only if supported server enabled.Andrei Karas1-3/+10
2015-05-04Fix code style.Andrei Karas7-15/+4
2015-05-04Fix compilation with different options.Andrei Karas2-0/+6
2015-05-03Remove useless dynamic_cast.Andrei Karas6-24/+16
2015-05-03Add filter into buy dialogs.Andrei Karas4-1/+72
2015-05-01Fix possible crash on exit with opened storage window.Andrei Karas1-0/+2
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
2015-04-29Add ability to delete mail message.Andrei Karas1-0/+8
2015-04-29Add ability to get attach from mail message.Andrei Karas1-3/+11
2015-04-29Rename mailview into mailviewwindow.Andrei Karas3-16/+16