summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2013-08-06Allow resize chat emotes window.Andrei Karas6-5/+29
2013-08-06add colors tab into chat emotes window.Andrei Karas10-15/+404
2013-08-05move money lable in status window for small resolutions.Andrei Karas1-2/+3
2013-08-02fix code style.Andrei Karas2-2/+2
2013-08-02hide emotes window if chat is closed.Andrei Karas1-0/+2
2013-08-01add gui for in chat emotes.Andrei Karas6-0/+350
2013-07-29move bools in guitable.Andrei Karas2-13/+13
2013-07-29move bools in button.Andrei Karas2-34/+35
2013-07-28move bools in checkbox.Andrei Karas2-4/+4
2013-07-28move bools in skillinfo.Andrei Karas2-17/+16
2013-07-28move bools in itemcontainer.Andrei Karas2-34/+34
2013-07-28move bools in setupitem.Andrei Karas2-18/+18
2013-07-28move bools in textfield.Andrei Karas2-11/+11
2013-07-28move bools in chattab.Andrei Karas2-3/+3
2013-07-28move bools in avatarlistbox.Andrei Karas2-3/+3
2013-07-28move bools in progressbar.Andrei Karas2-11/+11
2013-07-28move bools in tabbedarea.Andrei Karas2-10/+5
2013-07-28move bools in browserbox.Andrei Karas2-17/+18
2013-07-28add smiles checks in unit tests.Andrei Karas1-0/+28
2013-07-28fix compilation warning.Andrei Karas1-1/+1
2013-07-27allow buy protected items.Andrei Karas3-7/+15
2013-07-27Add support for chat emotes.Andrei Karas2-5/+66
2013-07-20Some bugfix in item creation logic.Andrei Karas1-4/+4
2013-07-19fix compilation warning.Andrei Karas1-1/+1
2013-07-17show job level in job bar popup.Andrei Karas1-4/+7
2013-07-13Add support for tabulation to fixed browserbox rows.Andrei Karas6-0/+29
2013-07-13Dehardcode keys in help and in tips.Andrei Karas1-1/+1
2013-07-12add ability to show assigned keys in browserbox.Andrei Karas6-1/+29
2013-07-12add option for enable/disable double click support.Andrei Karas3-7/+61
2013-07-11Remove low level gm actions from popup to net code.Andrei Karas1-8/+4
2013-07-11Add chat command for gms for creating items.Andrei Karas4-7/+36
2013-07-11Add some gm commands in player context menu.Andrei Karas2-14/+69
2013-07-11move sound constants to separate file.Andrei Karas9-1/+10
2013-07-07extent tab to follow different resize policy.Andrei Karas3-3/+17
2013-07-07fix again tabs size.Andrei Karas2-1/+3
2013-07-06fix chat tab resize and follow last line at same time.v1.3.7.7.1Andrei Karas1-1/+1
2013-07-06fix code style and some minor issues.Andrei Karas5-6/+2
2013-07-05Dont show "protect item" for pseudo items.Andrei Karas1-2/+5
2013-07-05fix resize issue in chat tabs.Andrei Karas1-10/+7
2013-07-04fix item selection in inventory.Andrei Karas1-2/+1
2013-07-04add missing checks.Andrei Karas2-3/+9
2013-07-03Add drag and drop between trade window and other windows.Andrei Karas1-7/+48
2013-07-03add drag and drop support between inventory and storage.Andrei Karas2-20/+51
2013-07-03fix some leaks on exit.Andrei Karas3-4/+5
2013-07-03fix crash if exit with opened storage.Andrei Karas1-1/+1
2013-07-03simplify drag and drop source check.Andrei Karas2-8/+2
2013-07-03remove unused code from shortcutcontainer.Andrei Karas3-18/+0
2013-07-03fix drag and drop inside some windows.Andrei Karas4-12/+26
2013-07-03add support for drag and drop from/to shortcuts window.Andrei Karas5-43/+75
2013-07-03add support for drag skill from skills window.Andrei Karas3-6/+64