summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2013-06-06Improve label.Andrei Karas1-10/+18
2013-06-06Add missing check in desktop class.Andrei Karas1-9/+14
2013-06-04Ignore key event in editserverdialog class if event was already consumed.Andrei Karas1-0/+3
2013-06-04Remove "Server:" from notifications messages.Andrei Karas1-1/+1
2013-06-04Add static padding to guitable cells.Andrei Karas1-2/+2
2013-06-04Fix crash in closing chat tabs by mod key + right click.Andrei Karas1-1/+6
2013-06-04Improve itemshortcutcontainer.Andrei Karas1-10/+5
2013-06-04Improve itemlinkhandler.Andrei Karas1-9/+14
add support for colored item links.
2013-06-04improve itemcontainer.Andrei Karas1-93/+97
2013-06-04improve icon class.Andrei Karas1-5/+14
2013-06-04improve horizontcontainer.Andrei Karas1-3/+3
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas8-15/+11
2013-06-03improve guitable.Andrei Karas2-51/+55
2013-06-03improve flowcontainerAndrei Karas1-1/+1
2013-06-03improve extendedlistboxAndrei Karas2-9/+19
2013-06-03hide dropdown box in inventory if inventory closed.Andrei Karas2-0/+9
2013-06-03fix SDL includes.Andrei Karas7-10/+10
2013-06-02In drag and drop use ints and images but not pointer to item.Andrei Karas3-32/+19
2013-06-02Add missing check in itemcontainer.Andrei Karas1-1/+4
2013-06-02Fix crash in inventory/storage if sorting dropdown is open.Andrei Karas1-0/+2
2013-06-02fix compilation with old compilers.Andrei Karas3-4/+4
2013-06-02improve emoteshortcutcontainer.Andrei Karas2-33/+2
2013-06-02improve dropshortcutcontainer.Andrei Karas2-4/+4
2013-06-01Add alternate host name to servers list.Andrei Karas1-0/+4
First try will be by hostname, if it failed in name resolution will be used alt host name This allow connect to server with static ip address even if dns is broken.
2013-06-01Add chat command /testparticle for testing particle effects on player.Andrei Karas2-0/+11
Command: /testparticle particle.xml - set particle effect on player. /testparticle - remove particle effect. Each second it check for particle file update and reloading it if need.
2013-06-01Restore adding items to outfits and drops by clicking only.Andrei Karas3-16/+32
2013-06-01Add drag and drop to drops window.Andrei Karas3-51/+21
2013-06-01add dragdrop between inventory and outfits window.Andrei Karas4-75/+57
2013-06-01fix items draging grid in outfits window.Andrei Karas1-3/+3
2013-05-31Change mouserelease gui function.Andrei Karas2-1/+45
2013-05-31improve dropdown.Andrei Karas2-41/+39
2013-05-31improve desktop class.Andrei Karas1-12/+20
2013-05-31Improve chattab class.Andrei Karas14-23/+24
2013-05-30Add color for globals with player/npc name.Andrei Karas3-1/+8
New colors: GLOBAL, GLOBAL_OUTLINE.
2013-05-30improve characterviewsmall.Andrei Karas2-5/+4
2013-05-30improve characterviewnormal.Andrei Karas2-4/+4
2013-05-30improve characterviewbase.Andrei Karas1-1/+1
2013-05-30improve characterdisplay.Andrei Karas1-1/+3
2013-05-30improve button class.Andrei Karas1-16/+18
2013-05-30Add screenshots option in branding file.Andrei Karas1-1/+1
Example: <option name="screenshots" value="EvolOnline"/>
2013-05-29improve browserbox.Andrei Karas1-10/+5
2013-05-29improve avatarlistboxAndrei Karas1-4/+4
2013-05-28fix compilation warning.Andrei Karas1-1/+2
2013-05-28Improve worldselectdialog.Andrei Karas1-2/+2
2013-05-28improve windowmenu.Andrei Karas2-11/+13
2013-05-28improve whoisonline.Andrei Karas2-26/+21
2013-05-28improve viewport.Andrei Karas2-74/+62
2013-05-28fix code style.Andrei Karas1-1/+1
2013-05-28fix guard header part1.Andrei Karas147-408/+411
2013-05-27fix compilation warnings.Andrei Karas2-2/+2