Age | Commit message (Expand) | Author | Files | Lines |
2013-08-14 | add support for icon in tabs. | Andrei Karas | 4 | -9/+57 |
2013-08-11 | add support for giving item to npc (evol only) | Andrei Karas | 1 | -0/+22 |
2013-08-09 | improve size() methods usage. | Andrei Karas | 3 | -10/+11 |
2013-08-07 | add support for centered text in listbox. | Andrei Karas | 2 | -19/+58 |
2013-08-06 | Allow resize chat emotes window. | Andrei Karas | 2 | -3/+9 |
2013-08-06 | add colors tab into chat emotes window. | Andrei Karas | 7 | -11/+346 |
2013-08-02 | fix code style. | Andrei Karas | 2 | -2/+2 |
2013-08-01 | add gui for in chat emotes. | Andrei Karas | 2 | -0/+164 |
2013-07-29 | move bools in guitable. | Andrei Karas | 2 | -13/+13 |
2013-07-29 | move bools in button. | Andrei Karas | 2 | -34/+35 |
2013-07-28 | move bools in checkbox. | Andrei Karas | 2 | -4/+4 |
2013-07-28 | move bools in skillinfo. | Andrei Karas | 2 | -17/+16 |
2013-07-28 | move bools in itemcontainer. | Andrei Karas | 2 | -34/+34 |
2013-07-28 | move bools in setupitem. | Andrei Karas | 2 | -18/+18 |
2013-07-28 | move bools in textfield. | Andrei Karas | 2 | -11/+11 |
2013-07-28 | move bools in chattab. | Andrei Karas | 2 | -3/+3 |
2013-07-28 | move bools in avatarlistbox. | Andrei Karas | 2 | -3/+3 |
2013-07-28 | move bools in progressbar. | Andrei Karas | 2 | -11/+11 |
2013-07-28 | move bools in tabbedarea. | Andrei Karas | 2 | -10/+5 |
2013-07-28 | move bools in browserbox. | Andrei Karas | 2 | -17/+18 |
2013-07-28 | add smiles checks in unit tests. | Andrei Karas | 1 | -0/+28 |
2013-07-28 | fix compilation warning. | Andrei Karas | 1 | -1/+1 |
2013-07-27 | allow buy protected items. | Andrei Karas | 2 | -7/+14 |
2013-07-27 | Add support for chat emotes. | Andrei Karas | 2 | -5/+66 |
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 |
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 |
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 |
2013-06-29 | fix working with protected items by automatic checks. | Andrei Karas | 1 | -2/+2 |