summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-02add support for drag and drop in spells window.Andrei Karas5-43/+91
2013-07-01improve size() usage in browserbox.Andrei Karas1-2/+3
2013-07-01improve size() usage in textbox.Andrei Karas1-5/+7
2013-07-01improve size() usage in textfield.Andrei Karas1-2/+3
2013-07-01improve size() usage in setupitem.Andrei Karas1-2/+8
2013-07-01improve size() usage in inventorywindow.Andrei Karas1-1/+2
2013-07-01improve size() usage in botcheckerwindow.Andrei Karas1-1/+2
2013-06-30Add ability to open support page if error happend.Andrei Karas9-14/+22
2013-06-30Add support for logging debug chat tab.Andrei Karas2-2/+16
2013-06-30Set correct size in theme settings tab with different resolutions and font si...Andrei Karas1-1/+8
2013-06-29fix working with protected items by automatic checks.Andrei Karas1-2/+2
2013-06-29fix initialisation order in setup/video.Andrei Karas2-18/+18
2013-06-29Add support for multilines in extendedlistbox.Andrei Karas4-39/+174
2013-06-26Update buttons in character select dialog if new character was created.Andrei Karas1-0/+2
2013-06-24fix double click handling in itemcontainer.Andrei Karas1-12/+15
2013-06-23remove some duplicates in popupmenu.Andrei Karas2-132/+52
2013-06-23Add support for protecting items.Andrei Karas6-53/+133
2013-06-22improve function for splitting string to ints.Andrei Karas1-3/+3
2013-06-21fix code style.Andrei Karas22-37/+18
2013-06-21improve a bit drawing palette.Andrei Karas1-7/+10
2013-06-20Add more profiler labels.Andrei Karas20-0/+117
2013-06-18dont show resize cursor if item is dragging.Andrei Karas1-0/+4
2013-06-18improve window.Andrei Karas2-92/+89
2013-06-18improve widgetgroup.Andrei Karas2-4/+5
2013-06-18improve vertcontainer.Andrei Karas1-1/+1
2013-06-18improve textpreview.Andrei Karas2-16/+19