Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -35/+211 | |
2008-07-25 | Applied patch by ElvenProgrammer to remember window locations between sessions | Lloyd Bryant | 1 | -0/+2 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2008-04-29 | * Fixed issue with determining whether chat input is focused (method no longer | Bjørn Lindeijer | 1 | -4/+4 | |
virtual). * Fixed sometimes rendering with the wrong font. * Fixed warnings about hiding virtual method, Window now always deletes its children (the option not to do so was never used anyway). | |||||
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -89/+16 | |
gcn::TabbedArea usage) | |||||
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 1 | -1/+4 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3692 | gmelquio | 2007-10-27 11:03:13 +0200 (Sat, 27 Oct 2007) | 1 line Made it compile with GCC 4.3 ........ | |||||
2007-11-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 1 | -7/+8 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3642 | gmelquio | 2007-10-19 19:46:46 +0200 (Fri, 19 Oct 2007) | 1 line Factored code between resource handlers. Implemented failure-friendly sprite loader. ........ r3662 | gmelquio | 2007-10-21 21:01:16 +0200 (Sun, 21 Oct 2007) | 1 line Added persistent positioning. ........ r3663 | gmelquio | 2007-10-21 21:03:43 +0200 (Sun, 21 Oct 2007) | 1 line Fixed missing pixels at bottom and right. ........ r3664 | gmelquio | 2007-10-21 21:05:56 +0200 (Sun, 21 Oct 2007) | 1 line Changed to use default values when restoring missing settings. ........ r3667 | gmelquio | 2007-10-21 22:09:08 +0200 (Sun, 21 Oct 2007) | 1 line Fixed invisible text in dropboxes and shopboxes. ........ | |||||
2007-10-22 | Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch. | Bjørn Lindeijer | 1 | -37/+36 | |
2007-08-28 | Made buy dialog resizable and added a WindowListener class for listening for | Bjørn Lindeijer | 1 | -1/+44 | |
window resize and move events. | |||||
2007-08-24 | Added trimming of name for new character creation and of chat messages | Bjørn Lindeijer | 1 | -71/+62 | |
appearing above players. Also improved resize mouse cursor indication, removing duplicated code and fixing indicator above resize grip. | |||||
2007-08-24 | Removed unnecessary Gui::isCustomCursor method. | Bjørn Lindeijer | 1 | -12/+4 | |
2007-08-20 | Added close button functionality, resize cursor cues. | Joshua Langley | 1 | -26/+138 | |
2007-07-11 | Fixed resizing windows by their resize grip. | Bjørn Lindeijer | 1 | -7/+6 | |
2007-04-15 | Increased minimum window height and fixed a problem with setting window content | Bjørn Lindeijer | 1 | -3/+3 | |
size which was introduced with the new resize grip. | |||||
2007-04-15 | Reimplemented window resizing. It is now once again possible to resize windows | Bjørn Lindeijer | 1 | -67/+124 | |
using their borders (except for the top one, since that's the title bar for Guichan) and the resize grip in the bottom right is much easier to grab. Needs some testing. | |||||
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -83/+38 | |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 1 | -2/+0 | |
2006-12-03 | Made NPC names visible. Windows are now invisible by default. | Bjørn Lindeijer | 1 | -0/+3 | |
2006-08-24 | Added support for sticky windows as discussed with doener. Patch by AHarrison | Eugenio Favalli | 1 | -0/+21 | |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -21/+11 | |
from the 0.1.0 branch. | |||||
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 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-10-02 | Added check for pthread library (needed for FreeBSD, still needs to be checked | Bjørn Lindeijer | 1 | -39/+36 | |
on MacOS X) and some cleanups. | |||||
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few ↵ | Yohann Ferreira | 1 | -0/+21 | |
the default win position. And moved the setposition from game to each win, to clarify the code. | |||||
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, ↵ | Yohann Ferreira | 1 | -0/+11 | |
Y, Height, and Width of these wins. | |||||
2005-09-20 | Fixed use of Enter for closing death and weight notices, and changed glColor4f | Bjørn Lindeijer | 1 | -5/+6 | |
to glColor4ub. | |||||
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 ↵ | Björn Steinbrink | 1 | -8/+3 | |
part. Removed some (now) obsolete code. Fixed compilation errors. | |||||
2005-08-18 | *Temporary* fix to the resize code. But I'll be avenged by asking for adding ↵ | Yohann Ferreira | 1 | -33/+1 | |
resize code in guichan itself ;) | |||||
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 ↵ | Yohann Ferreira | 1 | -43/+11 | |
were working on the same thing Elven, ;) | |||||
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 | |
places. | |||||
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 | |
nicer approach after the release. | |||||
2005-07-16 | Updated changelog, got rid of remaining extern SDL_Surface *screen cases, | Bjørn Lindeijer | 1 | -9/+7 | |
fixed double free and cleaned up a bit. | |||||
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 | |
* Fixed some compiler warnings * Restored a USE_OPENGL check around OpenGL headers * Fixed error about FALSE not being defined * Fixed issue with font to become speechFont when the latter is not installed | |||||
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 | |
style is up for discussion. | |||||
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 | |
requesting modal focus using a stack based approach. | |||||
2005-05-19 | Made item amount window a modal dialog and removed support for old map format. | Bjørn Lindeijer | 1 | -4/+3 | |
2005-05-18 | Upgrade to Guichan 0.4.0, TMW can no longer compile, link or run against 0.3.0. | Bjørn Lindeijer | 1 | -30/+57 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -2/+2 | |