summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2015-01-25eathena: fix join built in channel tabs.Andrei Karas1-0/+6
2015-01-25If cart window small hide filter field.Andrei Karas1-1/+4
2015-01-25Add weight bar into cart window.Andrei Karas1-7/+25
2015-01-24Not open inventory window by default.Andrei Karas1-2/+0
2015-01-24allow store and retreive buttons work with cart.Andrei Karas3-6/+47
2015-01-24Add support for drag and drop from/to cart.Andrei Karas1-1/+35
2015-01-24Fix check for opened storage window.Andrei Karas1-7/+8
2015-01-24Use InventoryType for inventory type.Andrei Karas3-3/+10
2015-01-24Move inventory type into separate file.Andrei Karas7-52/+52
2015-01-24Add cart into window menu.Andrei Karas1-0/+3
2015-01-24Impliment context menu support for different inventory types.Andrei Karas3-77/+88
2015-01-24Add partial support for cart window.Andrei Karas2-79/+135
2015-01-23Add variable for cart window.Andrei Karas2-0/+6
2015-01-23In inventory window replace some buttons to short names.Andrei Karas1-14/+16
2015-01-18Remove auto_ptr from trade window.Andrei Karas2-8/+9
2015-01-18Fix wrong decoding colors and emotes in same line.Andrei Karas1-2/+6
2015-01-16fix code style.Andrei Karas4-5/+0
2015-01-14Prevent from show multiply death dialogs.Andrei Karas1-9/+11
2015-01-14Use GM_CHANNEL constant for gm channel name.Andrei Karas1-3/+4
2015-01-14Add support for #gm channel for gm tab.Andrei Karas3-2/+14
2015-01-14By requesting open #trade channel, really open trade tab.Andrei Karas2-5/+31
2015-01-14For trade tab use channel to send messages.Andrei Karas3-5/+8
2015-01-12Move mouseeventtype.h into enums directory.Andrei Karas1-1/+1
2015-01-12Move mousebutton.h into enums directory.Andrei Karas1-1/+1
2015-01-11Remove popup handler "clear drops".Andrei Karas1-6/+1
2015-01-11Fix code style.Andrei Karas4-6/+5
2015-01-11Simplify AddButton method in WidgetGroup class.Andrei Karas5-13/+4
2015-01-11Add chat command for select debug tab.Andrei Karas2-3/+5
2015-01-11Add chat command for select general tab.Andrei Karas2-0/+20
2015-01-10eathena: add packet SMSG_BEING_ATTRS 0x0b0a.Andrei Karas2-0/+7
2015-01-09Add min/max race into charcreation.xml.Andrei Karas2-5/+9
2015-01-06Move beingdirection into enums directory.Andrei Karas1-1/+1
2015-01-06Move gender.h into enums directory.Andrei Karas1-1/+1
2015-01-06Move attributes.h into enums directory.Andrei Karas11-12/+20
2015-01-06Move chatmsgtype.h into gui subdir.Andrei Karas3-3/+3
2015-01-06Move servertype enum into separate file.Andrei Karas2-30/+30
2015-01-06Move pckettypes enum into separate file.Andrei Karas2-0/+4
2015-01-06Move updatetype.h into enums namespace.Andrei Karas1-1/+2
2015-01-06Move downloadstatus.h into enums directory.Andrei Karas2-3/+4
2015-01-06Move dialogtype.h into enums directory.Andrei Karas14-51/+16
2015-01-06Move chatmsgtype.h into enums directory.Andrei Karas4-45/+3
2015-01-06Move state.h into enums directory.Andrei Karas1-1/+1
2015-01-05Simplify setting default gender.Andrei Karas2-4/+2
2015-01-05Remove legace gender specific code from char creation dialog.Andrei Karas2-62/+0
2015-01-05Allow if supported by server select gender in char creation dialog.Andrei Karas2-7/+65
2015-01-05Allow set pressed item in widgetgroup and child objects.Andrei Karas6-14/+31
2015-01-05Change imitation menu item from "Imitation" to "Imitate".Andrei Karas1-1/+1
2015-01-04eathena: allow delete characters if account have non default email.Andrei Karas2-20/+40
2015-01-04Add stringmap typedefs.Andrei Karas5-8/+10
2015-01-02Fix code style.Andrei Karas4-5/+4