Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-27 | Add support for chat emotes. | Andrei Karas | 2 | -5/+66 | |
Current emotes by needcoffee / CC0. Add emote to chat by %%X. where X is 0, 1, 2, etc. | |||||
2013-07-19 | fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2013-07-13 | Add support for tabulation to fixed browserbox rows. | Andrei Karas | 2 | -0/+25 | |
Command: /tN; where N is number or characters in line. Example: "test\t10;line" will be converted into "test line" | |||||
2013-07-13 | Dehardcode keys in help and in tips. | Andrei Karas | 1 | -1/+1 | |
2013-07-12 | add ability to show assigned keys in browserbox. | Andrei Karas | 2 | -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-11 | move sound constants to separate file. | Andrei Karas | 3 | -0/+3 | |
2013-07-07 | extent tab to follow different resize policy. | Andrei Karas | 2 | -3/+16 | |
2013-07-07 | fix again tabs size. | Andrei Karas | 1 | -1/+1 | |
2013-07-06 | fix chat tab resize and follow last line at same time.v1.3.7.7.1 | Andrei Karas | 1 | -1/+1 | |
2013-07-06 | fix code style and some minor issues. | Andrei Karas | 4 | -5/+2 | |
2013-07-05 | fix resize issue in chat tabs. | Andrei Karas | 1 | -10/+7 | |
2013-07-04 | fix item selection in inventory. | Andrei Karas | 1 | -2/+1 | |
2013-07-03 | Add drag and drop between trade window and other windows. | Andrei Karas | 1 | -7/+48 | |
2013-07-03 | add drag and drop support between inventory and storage. | Andrei Karas | 2 | -20/+51 | |
2013-07-03 | fix some leaks on exit. | Andrei Karas | 2 | -3/+4 | |
2013-07-03 | simplify drag and drop source check. | Andrei Karas | 1 | -4/+1 | |
2013-07-03 | remove unused code from shortcutcontainer. | Andrei Karas | 3 | -18/+0 | |
2013-07-03 | fix drag and drop inside some windows. | Andrei Karas | 3 | -6/+15 | |
2013-07-03 | add support for drag and drop from/to shortcuts window. | Andrei Karas | 3 | -43/+67 | |
2013-07-02 | add support for drag and drop in spells window. | Andrei Karas | 3 | -39/+76 | |
2013-07-01 | improve size() usage in browserbox. | Andrei Karas | 1 | -2/+3 | |
2013-07-01 | improve size() usage in textbox. | Andrei Karas | 1 | -5/+7 | |
2013-07-01 | improve size() usage in textfield. | Andrei Karas | 1 | -2/+3 | |
2013-07-01 | improve size() usage in setupitem. | Andrei Karas | 1 | -2/+8 | |
2013-06-30 | Add ability to open support page if error happend. | Andrei Karas | 1 | -1/+1 | |
2013-06-30 | Add support for logging debug chat tab. | Andrei Karas | 1 | -2/+12 | |
Disabled by default. | |||||
2013-06-29 | fix working with protected items by automatic checks. | Andrei Karas | 1 | -2/+2 | |
2013-06-29 | Add support for multilines in extendedlistbox. | Andrei Karas | 4 | -39/+174 | |
2013-06-24 | fix double click handling in itemcontainer. | Andrei Karas | 1 | -12/+15 | |
2013-06-23 | Add support for protecting items. | Andrei Karas | 1 | -2/+3 | |
Protected item cant be selled, traded, dropped, used. Protect/unprotect item can be from context menu. | |||||
2013-06-21 | fix code style. | Andrei Karas | 7 | -8/+7 | |
2013-06-20 | Add more profiler labels. | Andrei Karas | 3 | -0/+13 | |
2013-06-18 | dont show resize cursor if item is dragging. | Andrei Karas | 1 | -0/+4 | |
2013-06-18 | improve window. | Andrei Karas | 2 | -92/+89 | |
2013-06-18 | improve widgetgroup. | Andrei Karas | 2 | -4/+5 | |
2013-06-18 | improve vertcontainer. | Andrei Karas | 1 | -1/+1 | |
2013-06-18 | improve textpreview. | Andrei Karas | 2 | -16/+19 | |
2013-06-18 | improve textfield. | Andrei Karas | 2 | -19/+20 | |
2013-06-17 | improve textbox. | Andrei Karas | 2 | -14/+16 | |
2013-06-17 | improve tablemodel. | Andrei Karas | 4 | -13/+14 | |
2013-06-17 | improve tabbedarea. | Andrei Karas | 2 | -32/+38 | |
2013-06-16 | Improve tab. | Andrei Karas | 2 | -15/+13 | |
2013-06-16 | improve spellshortcutcontainer. | Andrei Karas | 2 | -12/+8 | |
2013-06-16 | improve sliderlist. | Andrei Karas | 2 | -14/+14 | |
2013-06-15 | improve slider. | Andrei Karas | 2 | -7/+5 | |
2013-06-14 | Improve skillmodel. | Andrei Karas | 1 | -1/+1 | |
2013-06-14 | Improve skilldata. | Andrei Karas | 1 | -2/+2 | |
2013-06-14 | improve shortcutcontainer. | Andrei Karas | 2 | -3/+5 | |
2013-06-14 | Improve shoplistbox. | Andrei Karas | 1 | -6/+10 | |
2013-06-14 | improve setuptouchitem. | Andrei Karas | 2 | -21/+28 | |