Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-04 | in drag and drop not allow give to npc or move to trade protected items. | Andrei Karas | 1 | -2/+9 | |
2013-09-30 | move popups into popups directory. | Andrei Karas | 1 | -1/+2 | |
2013-09-30 | move windows classes to windows directory. | Andrei Karas | 1 | -3/+4 | |
2013-09-29 | change smaller letter literalt into capital letter. | Andrei Karas | 1 | -1/+1 | |
2013-09-13 | fix code style. | Andrei Karas | 1 | -1/+2 | |
2013-09-12 | remove unused includes from widget files. | Andrei Karas | 1 | -5/+2 | |
2013-09-03 | show icon on protected items. | Andrei Karas | 1 | -0/+12 | |
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -1/+2 | |
2013-08-11 | add support for giving item to npc (evol only) | Andrei Karas | 1 | -0/+22 | |
chancge network version to 9. | |||||
2013-07-28 | move bools in itemcontainer. | Andrei Karas | 1 | -15/+15 | |
2013-07-06 | fix code style and some minor issues. | Andrei Karas | 1 | -1/+1 | |
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 | 1 | -18/+51 | |
2013-06-24 | fix double click handling in itemcontainer. | Andrei Karas | 1 | -12/+15 | |
2013-06-21 | fix code style. | Andrei Karas | 1 | -2/+0 | |
2013-06-07 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2013-06-04 | improve itemcontainer. | Andrei Karas | 1 | -93/+97 | |
2013-06-02 | Add missing check in itemcontainer. | Andrei Karas | 1 | -1/+4 | |
2013-06-02 | fix compilation with old compilers. | Andrei Karas | 1 | -2/+2 | |
2013-06-01 | Restore adding items to outfits and drops by clicking only. | Andrei Karas | 1 | -0/+3 | |
2013-06-01 | Add drag and drop to drops window. | Andrei Karas | 1 | -2/+0 | |
2013-06-01 | add dragdrop between inventory and outfits window. | Andrei Karas | 1 | -16/+9 | |
2013-05-06 | Add outline colors for ITEM_EQUIPPED and ITEM_NOT_EQUIPPED. | Andrei Karas | 1 | -3/+5 | |
2013-04-20 | fix style in gui directory. | Andrei Karas | 1 | -0/+2 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -1/+1 | |
2013-04-12 | fix random rare crashes in npc and possible other windows. | Andrei Karas | 1 | -0/+3 | |
2013-02-03 | Fix inventory sorting. | Andrei Karas | 1 | -15/+17 | |
Was broken because conflict with buy dialog sorting. | |||||
2013-02-02 | Fix errors in some compilers.v1.3.2.3 | Andrei Karas | 1 | -5/+5 | |
2013-02-01 | Fix code style. | Andrei Karas | 1 | -5/+5 | |
2013-01-20 | Last part with FOR_EACH changes. | Andrei Karas | 1 | -9/+3 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-27 | Remove set font from graphics object. | Andrei Karas | 1 | -1/+0 | |
2012-12-27 | Improve containders text draw speed. | Andrei Karas | 1 | -4/+6 | |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -0/+7 | |
2012-10-22 | Extend item container theming. | Andrei Karas | 1 | -1/+4 | |
New theme parameters: paddingItemX - padding for item icon from left paddingItemY - padding for item icon from top | |||||
2012-10-21 | Fix compilation error from previous commits. | Andrei Karas | 1 | -0/+2 | |
2012-10-21 | Extend theming itemcontainer (used in inventory, trade window etc) | Andrei Karas | 1 | -14/+26 | |
New theme file: itemcontainer.xml Options in file: boxWidth - item box width. Default value 35. boxHeight - item box height. Default value 53. equippedTextPadding - padding for item amount or equipped text. Default value 29. | |||||
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -3/+0 | |
2012-10-20 | Add palette inheritance to itemcontainer class. | Andrei Karas | 1 | -2/+3 | |
2012-10-20 | In all controls, call Widget2 methods to get colors. | Andrei Karas | 1 | -2/+2 | |
2012-10-20 | Derive all widgets from Widget2 class. | Andrei Karas | 1 | -0/+1 | |
2012-10-19 | Fix namespace conflicts. | Andrei Karas | 1 | -7/+4 | |
2012-10-10 | Fix compilation errors with stlport. | Andrei Karas | 1 | -5/+7 | |
2012-10-01 | Improve emotes window draw speed. | Andrei Karas | 1 | -11/+21 | |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 1 | -6/+6 | |
2012-09-16 | Improve inventory resize speed. | Andrei Karas | 1 | -3/+6 | |
2012-09-14 | Improve a bit some gui controls speed. | Andrei Karas | 1 | -2/+4 | |
2012-09-07 | Improve constructors in some classes. | Andrei Karas | 1 | -0/+6 | |
2012-08-30 | Add const to more classes. | Andrei Karas | 1 | -22/+30 | |