Age | Commit message (Expand) | Author | Files | Lines |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-11-01 | Merged revisions 4207-4209,4221-4222 via svnmerge from | Bjørn Lindeijer | 1 | -16/+7 |
2008-07-03 | Fix guild window focus and crash bug | David Athay | 1 | -1/+1 |
2008-07-01 | Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML fi... | Philipp Sehmisch | 1 | -35/+222 |
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 1 | -94/+23 |
2007-10-27 | Improved layout handler to support trees of nested arrays. Needed for convert... | Guillaume Melquiond | 1 | -19/+11 |
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 1 | -1/+4 |
2007-10-21 | Changed to use default values when restoring missing settings. | Guillaume Melquiond | 1 | -7/+8 |
2007-10-21 | Made visible the resizable grip on inventory window. | Guillaume Melquiond | 1 | -3/+7 |
2007-10-21 | Added automatic layout reflowing on window resize. | Guillaume Melquiond | 1 | -0/+11 |
2007-10-21 | Removed redundant resizable flag. Factored moving/resizing code, so that even... | Guillaume Melquiond | 1 | -38/+35 |
2007-10-20 | Added a layout handler for automatically positioning widgets in a window. Fix... | Guillaume Melquiond | 1 | -26/+39 |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -30/+168 |
2007-09-10 | Added support for True Type Fonts. | Eugenio Favalli | 1 | -0/+1 |
2007-08-07 | Fixed my breakage of persistent window dimensions. Cleaned a few things along... | Guillaume Melquiond | 1 | -14/+16 |
2007-07-11 | Merged Guichan 0.7.0 fix from 0.0 branch. | Bjørn Lindeijer | 1 | -7/+6 |
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 1 | -65/+120 |
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -83/+38 |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -0/+3 |
2006-11-05 | Merged the definition of ImageRect into graphics.h. | Bjørn Lindeijer | 1 | -2/+0 |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -5/+7 |
2006-08-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+21 |
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -22/+12 |
2006-03-25 | Added window resize patch by peoro. | Eugenio Favalli | 1 | -9/+6 |
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 1 | -19/+6 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -23/+23 |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -6/+8 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -21/+19 |
2005-10-02 | Added check for pthread library (needed for FreeBSD, still needs to be checked | Bjørn Lindeijer | 1 | -39/+36 |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few th... | Yohann Ferreira | 1 | -0/+21 |
2005-09-28 | Save and load X, Y, Height, and Width to useful wins. | Yohann Ferreira | 1 | -0/+25 |
2005-09-28 | Added window internal name to every window. Useful to later get and save X, Y... | Yohann Ferreira | 1 | -0/+11 |
2005-09-20 | Fixed use of Enter for closing death and weight notices, and changed glColor4f | Bjørn Lindeijer | 1 | -5/+6 |
2005-08-28 | Create a static ConfigListener for the Window class. | Björn Steinbrink | 1 | -21/+33 |
2005-08-27 | Bail out early if there's no window container. | Björn Steinbrink | 1 | -6/+5 |
2005-08-25 | Made our drawImage() method respect the clip area from the guichan graphics p... | Björn Steinbrink | 1 | -8/+3 |
2005-08-18 | *Temporary* fix to the resize code. But I'll be avenged by asking for adding ... | Yohann Ferreira | 1 | -33/+1 |
2005-08-16 | Some other fixes and an attempt to use MouseOut(). | Yohann Ferreira | 1 | -3/+36 |
2005-08-16 | Bugfixing and simplifying the resize code. Still a little bit buggy. (We were... | Yohann Ferreira | 1 | -43/+11 |
2005-08-16 | Added a resize grip to resizable window, fixed some compiling errors. | Eugenio Favalli | 1 | -7/+26 |
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ... | Björn Steinbrink | 1 | -7/+6 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -2/+12 |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 1 | -1/+1 |
2005-07-16 | Updated changelog, got rid of remaining extern SDL_Surface *screen cases, | Bjørn Lindeijer | 1 | -9/+7 |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -0/+3 |
2005-07-13 | * Committing some cleanups by Doener | Bjørn Lindeijer | 1 | -11/+6 |
2005-06-16 | Fixed window resizing to work properly, and on all edges and corners. | Bjørn Lindeijer | 1 | -79/+143 |
2005-06-14 | Added background to minimap. Only used in Tonori Desert map for now, and its | Bjørn Lindeijer | 1 | -0/+1 |
2005-06-06 | Fixed resizing window function | José Ávila | 1 | -15/+80 |
2005-06-05 | Using custom focus handler to work around problem with multiple widgets | Bjørn Lindeijer | 1 | -14/+0 |