Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2012-04-29 | Add graphicsmanager class and move some code to it. | Andrei Karas | 1 | -1/+1 | |
2012-04-25 | Improve iterators part 1. | Andrei Karas | 1 | -2/+2 | |
2012-04-19 | Dehardcode keys in gui widgets. | Andrei Karas | 1 | -35/+0 | |
Add new tab with keys settings in input settings tab. | |||||
2012-03-10 | Allow add skills to shortcuts bar (same as for magic and script commands). | Andrei Karas | 1 | -0/+2 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -4/+4 | |
2011-09-28 | Add some checks after previous commit. | Andrei Karas | 1 | -1/+2 | |
2011-09-28 | Fixed item popup still visible after closing inventory window. | Erik Schilling | 1 | -0/+5 | |
Reviewed-by: Bertram. Conflicts: src/gui/widgets/itemcontainer.cpp | |||||
2011-09-11 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2011-09-09 | Add to inventory filter by letters from item names. | Andrei Karas | 1 | -1/+12 | |
2011-09-08 | Add additional sorting methods to inventory: | Andrei Karas | 1 | -1/+66 | |
by weight, by amount, by type. | |||||
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -1/+1 | |
Some other minor changes. | |||||
2011-08-22 | Improve draw perfomance. | Andrei Karas | 1 | -2/+5 | |
Add new theme color DROPDOWN_SHADOW. | |||||
2011-08-22 | Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY. | Andrei Karas | 1 | -0/+2 | |
2011-08-22 | Fix some theme font colors in different gui elements. | Andrei Karas | 1 | -1/+1 | |
Add new color ITEM_NOT_EQUIPPED. | |||||
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -4/+4 | |
2011-06-04 | Add colors support for drops panel. | Andrei Karas | 1 | -1/+1 | |
Delete search item function without colors support. |