summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Collapse)AuthorFilesLines
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 Karas2-7/+14
2013-07-27Add support for chat emotes.Andrei Karas2-5/+66
Current emotes by needcoffee / CC0. Add emote to chat by %%X. where X is 0, 1, 2, etc.
2013-07-19fix compilation warning.Andrei Karas1-1/+1
2013-07-13Add support for tabulation to fixed browserbox rows.Andrei Karas2-0/+25
Command: /tN; where N is number or characters in line. Example: "test\t10;line" will be converted into "test line"
2013-07-13Dehardcode keys in help and in tips.Andrei Karas1-1/+1
2013-07-12add ability to show assigned keys in browserbox.Andrei Karas2-1/+25
Example: This is chat modifier key: ###ChatMod;. If chat mod key is left shift, it will show: "This is chat modifier key: left shift."
2013-07-11move sound constants to separate file.Andrei Karas3-0/+3
2013-07-07extent tab to follow different resize policy.Andrei Karas2-3/+16
2013-07-07fix again tabs size.Andrei Karas1-1/+1
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 Karas4-5/+2
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-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 Karas2-3/+4
2013-07-03simplify drag and drop source check.Andrei Karas1-4/+1
2013-07-03remove unused code from shortcutcontainer.Andrei Karas3-18/+0
2013-07-03fix drag and drop inside some windows.Andrei Karas3-6/+15
2013-07-03add support for drag and drop from/to shortcuts window.Andrei Karas3-43/+67
2013-07-02add support for drag and drop in spells window.Andrei Karas3-39/+76
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-06-30Add ability to open support page if error happend.Andrei Karas1-1/+1
2013-06-30Add support for logging debug chat tab.Andrei Karas1-2/+12
Disabled by default.
2013-06-29fix working with protected items by automatic checks.Andrei Karas1-2/+2
2013-06-29Add support for multilines in extendedlistbox.Andrei Karas4-39/+174
2013-06-24fix double click handling in itemcontainer.Andrei Karas1-12/+15
2013-06-23Add support for protecting items.Andrei Karas1-2/+3
Protected item cant be selled, traded, dropped, used. Protect/unprotect item can be from context menu.
2013-06-21fix code style.Andrei Karas7-8/+7
2013-06-20Add more profiler labels.Andrei Karas3-0/+13
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