Age | Commit message (Expand) | Author | Files | Lines |
2008-12-17 | Reintroduced window name property | Bjørn Lindeijer | 1 | -1/+2 |
2008-12-14 | Fixed inconsistency in default window sizes | Bjørn Lindeijer | 1 | -1/+1 |
2008-11-16 | Whitespace and indentation fixes | Bjørn Lindeijer | 1 | -5/+0 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-07-01 | Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML fi... | Philipp Sehmisch | 1 | -36/+24 |
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 1 | -1/+1 |
2008-02-20 | Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ... | Bjørn Lindeijer | 1 | -1/+1 |
2007-10-28 | Separated auto-resizing into two categories: "set" and "add". Removed useless... | Guillaume Melquiond | 1 | -9/+1 |
2007-10-21 | Removed redundant destructor. | Guillaume Melquiond | 1 | -14/+0 |
2007-10-21 | Made visible the resizable grip on inventory window. | Guillaume Melquiond | 1 | -1/+0 |
2007-10-21 | Converted inventory window to layout handler. | Guillaume Melquiond | 1 | -43/+17 |
2007-10-19 | Fixed key special values. Reduced amount of spurious item deselections. | Guillaume Melquiond | 1 | -4/+5 |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -8/+5 |
2007-08-14 | inventory - split function fix | Joshua Langley | 1 | -16/+40 |
2007-08-14 | mantis_id:129 - Inventory Window Slots Added. | Joshua Langley | 1 | -41/+94 |
2007-08-07 | Fixed my breakage of persistent window dimensions. Cleaned a few things along... | Guillaume Melquiond | 1 | -23/+3 |
2007-08-06 | Fixed some header typos. Moved gettext.h to utils directory. Removed redundan... | Guillaume Melquiond | 1 | -1/+1 |
2007-08-06 | Added support for translating variable strings. | Guillaume Melquiond | 1 | -31/+19 |
2007-08-05 | Added support for internationalization. Tested by translating a few gui strin... | Guillaume Melquiond | 1 | -6/+6 |
2007-07-31 | Removed legacy inventory code. Added display of equipment. | Guillaume Melquiond | 1 | -12/+2 |
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 1 | -3/+4 |
2007-03-22 | Redesigned the localplayer class to use getters and setters instead of direct... | Philipp Sehmisch | 1 | -2/+2 |
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -10/+10 |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -1/+2 |
2006-11-02 | Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+1 |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -24/+34 |
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -3/+4 |
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication abi... | Eugenio Favalli | 1 | -5/+5 |
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -5/+5 |
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -5/+5 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -55/+54 |
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -7/+2 |
2006-03-09 | Use std::auto_ptr in some places. | Björn Steinbrink | 1 | -1/+1 |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -10/+7 |
2005-12-29 | Added popup support to the Gui class. Moved all mouse input handling into the... | Björn Steinbrink | 1 | -2/+2 |
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being upda... | Björn Steinbrink | 1 | -5/+0 |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -7/+0 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -0/+2 |
2005-10-04 | Move to top the requested windows. Also corrected the default win pos for inv... | Yohann Ferreira | 1 | -1/+1 |
2005-09-30 | Made the inventory Win behave normally when resized by default size functions. | Yohann Ferreira | 1 | -1/+17 |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few th... | Yohann Ferreira | 1 | -5/+7 |
2005-09-28 | Save and load X, Y, Height, and Width to useful wins. | Yohann Ferreira | 1 | -1/+1 |
2005-09-28 | Added window internal name to every window. Useful to later get and save X, Y... | Yohann Ferreira | 1 | -0/+2 |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -1/+2 |
2005-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ... | Björn Steinbrink | 1 | -0/+2 |
2005-08-26 | Added effect description to buy/see/inventory, made some improvements and bug... | Yohann Ferreira | 1 | -8/+16 |
2005-08-19 | Made the item amount box work with a provided item. | Björn Steinbrink | 1 | -1/+1 |
2005-08-13 | Updated dev-cpp project file, removed unnecessary header, fixed some include ... | Eugenio Favalli | 1 | -1/+1 |
2005-08-13 | Small header cleanup. | Björn Steinbrink | 1 | -0/+2 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -5/+12 |