Age | Commit message (Expand) | Author | Files | Lines |
2015-12-20 | Move shortcuts files into gui/shortcut directory. | Andrei Karas | 1 | -1/+2 |
2015-11-17 | Fix compilation without C++11 again. | Andrei Karas | 1 | -3/+3 |
2015-11-16 | Convert InventoryType enum into strong typed. | Andrei Karas | 1 | -32/+33 |
2015-11-16 | Convert DragDropSource enum into strong typed enum. | Andrei Karas | 1 | -37/+37 |
2015-11-03 | Fix removing items from npc inventory (restore amount in player inventory) | Andrei Karas | 1 | -1/+6 |
2015-11-02 | Allow add items to npc inventory from same slot multiple times. | Andrei Karas | 1 | -3/+7 |
2015-10-31 | Fix compilation warning. | Andrei Karas | 1 | -3/+2 |
2015-10-30 | Add support for npc dialog inventory theming from npc skin. | Andrei Karas | 1 | -0/+11 |
2015-10-30 | Allow drag&drop items inside npc item container. | Andrei Karas | 1 | -4/+44 |
2015-10-30 | Fix resize item container in npc dialog. | Andrei Karas | 1 | -3/+5 |
2015-10-30 | Add item container max columns limit. | Andrei Karas | 1 | -11/+56 |
2015-10-30 | Add strong typed bool enum ShowEmptyRows and use it in itemcontainer. | Andrei Karas | 1 | -3/+8 |
2015-10-30 | Add strong typed bool enum ForceQuantity. | Andrei Karas | 1 | -3/+5 |
2015-10-30 | Add support in themes to draw each inventory cell background. | Andrei Karas | 1 | -3/+160 |
2015-10-30 | Allow add item by drag&drop into npc inventory to exact position. | Andrei Karas | 1 | -2/+3 |
2015-10-29 | Dont allow add same item twice into npc inventory. | Andrei Karas | 1 | -17/+2 |
2015-10-04 | Dont show popup in inventory if mouse present outside of item rectangle. | Andrei Karas | 1 | -1/+3 |
2015-08-21 | Use item tag for dragged items. | Andrei Karas | 1 | -1/+5 |
2015-08-20 | Add ability for insert cards into items by dragging. | Andrei Karas | 1 | -0/+13 |
2015-08-09 | Add some missing checks to gui found by paranucker. | Andrei Karas | 1 | -6/+6 |
2015-07-14 | Remove default parameters from item popup. | Andrei Karas | 1 | -1/+1 |
2015-07-11 | Add missing checks into gui. | Andrei Karas | 1 | -14/+20 |
2015-05-30 | Move theme colors enum into separate file. | Andrei Karas | 1 | -4/+4 |
2015-05-30 | Convert MouseButton enum into strong typed enum. | Andrei Karas | 1 | -1/+1 |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -2/+2 |
2015-05-25 | Remove safeDraw implimentation from Widget. | Andrei Karas | 1 | -0/+5 |
2015-05-25 | Dont set global color variables before drawing text. | Andrei Karas | 1 | -6/+14 |
2015-05-08 | Fix code style. | Andrei Karas | 1 | -3/+4 |
2015-05-05 | Build parts of dragdropsource.h only if supported server enabled. | Andrei Karas | 1 | -3/+10 |
2015-04-29 | Allos send items by mail. | Andrei Karas | 1 | -2/+13 |
2015-04-17 | Add eathena defines into inventorytype enum. | Andrei Karas | 1 | -0/+4 |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -5/+0 |
2015-02-11 | Add typed bool type Equipped. | Andrei Karas | 1 | -3/+3 |
2015-02-11 | Add typed bool type Equipm. | Andrei Karas | 1 | -3/+7 |
2015-02-09 | Fix code style. | Andrei Karas | 1 | -0/+2 |
2015-01-30 | Fix code style. | Andrei Karas | 1 | -1/+3 |
2015-01-30 | Fix compilation without eathena. | Andrei Karas | 1 | -0/+2 |
2015-01-24 | Add support for drag and drop from/to cart. | Andrei Karas | 1 | -1/+35 |
2015-01-24 | Move inventory type into separate file. | Andrei Karas | 1 | -12/+12 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-12-23 | Add item type to item object. | Andrei Karas | 1 | -1/+2 |
2014-10-21 | Add to item field favorite. | Andrei Karas | 1 | -1/+3 |
2014-10-21 | Add to item field damaged. | Andrei Karas | 1 | -1/+1 |
2014-10-21 | Add to item field identified. | Andrei Karas | 1 | -1/+1 |
2014-10-20 | Remove item default parameters. | Andrei Karas | 1 | -1/+4 |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2014-09-17 | Remove getter for tradeHandler. | Andrei Karas | 1 | -2/+1 |
2014-09-17 | Remove getter for inventoryHandler. | Andrei Karas | 1 | -2/+2 |
2014-08-29 | Fix code style. | Andrei Karas | 1 | -6/+0 |
2014-08-28 | Removed unused includes. | Andrei Karas | 1 | -2/+0 |