Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2012-08-24 | replace defines to consts. | Andrei Karas | 1 | -1/+1 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -4/+0 | |
2012-08-17 | Improve size calculations. | Andrei Karas | 1 | -1/+1 | |
2012-08-04 | Add support for default theme file names. | Andrei Karas | 1 | -1/+1 | |
2012-07-23 | Improve perfomance in some object constructors. | Andrei Karas | 1 | -5/+1 | |
2012-07-13 | Change selection theming. | Andrei Karas | 1 | -1/+1 | |
2012-06-23 | Improve a bit iterators again. | Andrei Karas | 1 | -3/+2 | |
2012-06-17 | Fix double click support in gui class. | Andrei Karas | 1 | -1/+8 | |
Add double click support to inventory and storage windows. | |||||
2012-06-06 | Fix some issues after auto checking. | Andrei Karas | 1 | -8/+6 | |