Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-01 | Merged revisions 4207-4209,4221-4222 via svnmerge from | Bjørn Lindeijer | 1 | -4/+4 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4207 | b_lindeijer | 2008-04-29 11:10:43 +0200 (Tue, 29 Apr 2008) | 6 lines * Fixed issue with determining whether chat input is focused (method no longer 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). ........ r4208 | b_lindeijer | 2008-04-29 13:25:26 +0200 (Tue, 29 Apr 2008) | 3 lines Removed unused option from GCContainer to not delete a child, fixing warnings about hiding virtual method gcn::Container::add. ........ r4209 | b_lindeijer | 2008-04-29 14:58:21 +0200 (Tue, 29 Apr 2008) | 3 lines When compiling with GCC, use the printf format attribute for the log method so that the compiler checks the type of its parameters. ........ r4221 | peaveydk | 2008-05-06 21:23:49 +0200 (Tue, 06 May 2008) | 1 line Dont allow dragging of empty placeholders. ........ r4222 | peaveydk | 2008-05-08 00:49:38 +0200 (Thu, 08 May 2008) | 1 line Make F8 toggle shortcut window as suggested by And1 an fate. ........ | |||||
2008-07-01 | fixed a compiler warning. | Philipp Sehmisch | 1 | -1/+1 | |
2008-07-01 | Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵ | Philipp Sehmisch | 1 | -1/+9 | |
files, item descriptions on mouse-over, map names in minimap window, speech bubbles) | |||||
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 1 | -70/+7 | |
of quite a bit of GUI differences there were additional changes and probably additional issues. You have been warned. ;) Merged revisions 4045-4049,4051-4059 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4045 | b_lindeijer | 2008-04-07 17:23:07 +0200 (Mon, 07 Apr 2008) | 3 lines Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for gcn::TabbedArea usage) ........ r4059 | b_lindeijer | 2008-04-09 16:25:42 +0200 (Wed, 09 Apr 2008) | 2 lines Fixed problem with row height in shop list box. ........ | |||||
2007-10-27 | Improved layout handler to support trees of nested arrays. Needed for ↵ | Guillaume Melquiond | 1 | -13/+13 | |
converting and fixing the trade window. | |||||
2007-10-21 | Changed to use default values when restoring missing settings. | Guillaume Melquiond | 1 | -4/+3 | |
2007-10-21 | Removed redundant resizable flag. Factored moving/resizing code, so that ↵ | Guillaume Melquiond | 1 | -1/+5 | |
events are fired only once per size change. | |||||
2007-10-20 | Added a layout handler for automatically positioning widgets in a window. ↵ | Guillaume Melquiond | 1 | -14/+25 | |
Fixed layout of login dialog box when native language is not English. | |||||
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -10/+89 | |
2007-08-07 | Fixed my breakage of persistent window dimensions. Cleaned a few things ↵ | Guillaume Melquiond | 1 | -23/+16 | |
along the way. | |||||
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 1 | -20/+46 | |
2007-01-29 | Some trivial documentation work. Fixes all Doxygen warnings. | Bjørn Lindeijer | 1 | -5/+5 | |
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -10/+9 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -1/+2 | |
2006-08-24 | Added support for sticky windows as discussed with doener. Patch by AHarrison | Eugenio Favalli | 1 | -0/+20 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -6/+6 | |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -3/+4 | |
2005-10-18 | Header, whitespace and intendation cleanups. | Björn Steinbrink | 1 | -1/+0 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -5/+6 | |
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 | -16/+18 | |
on MacOS X) and some cleanups. | |||||
2005-09-30 | Made the inventory Win behave normally when resized by default size functions. | Yohann Ferreira | 1 | -3/+3 | |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few ↵ | Yohann Ferreira | 1 | -0/+14 | |
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/+10 | |
2005-09-28 | Added window internal name to every window. Useful to later get and save X, ↵ | Yohann Ferreira | 1 | -0/+12 | |
Y, Height, and Width of these wins. | |||||
2005-08-28 | Small cleanup. | Björn Steinbrink | 1 | -2/+1 | |
2005-08-28 | Create a static ConfigListener for the Window class. | Björn Steinbrink | 1 | -7/+10 | |
2005-08-18 | *Temporary* fix to the resize code. But I'll be avenged by asking for adding ↵ | Yohann Ferreira | 1 | -1/+0 | |
resize code in guichan itself ;) | |||||
2005-08-16 | Some other fixes and an attempt to use MouseOut(). | Yohann Ferreira | 1 | -2/+3 | |
2005-08-16 | Bugfixing and simplifying the resize code. Still a little bit buggy. (We ↵ | Yohann Ferreira | 1 | -4/+0 | |
were working on the same thing Elven, ;) | |||||
2005-08-16 | Added a resize grip to resizable window, fixed some compiling errors. | Eugenio Favalli | 1 | -0/+9 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -4/+8 | |
2005-07-13 | * Committing some cleanups by Doener | Bjørn Lindeijer | 1 | -0/+1 | |
* 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-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -2/+0 | |
2005-06-16 | Fixed window resizing to work properly, and on all edges and corners. | Bjørn Lindeijer | 1 | -5/+10 | |
2005-06-06 | Fixed resizing window function | José Ávila | 1 | -2/+6 | |
2005-06-05 | Using custom focus handler to work around problem with multiple widgets | Bjørn Lindeijer | 1 | -1/+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 | -14/+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 | -23/+28 | |
2005-04-30 | Correctly draw window borders with GUI opacity in OpenGL mode. | Bjørn Lindeijer | 1 | -5/+1 | |
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -1/+1 | |
of packet.list and chatlog.txt and removed name from player chat "balloon". | |||||
2005-04-18 | Fixed tileset loading to clear tilesets vector when finished. | Bjørn Lindeijer | 1 | -34/+34 | |
2005-04-09 | Fixed up problem with inventory display. | Aaron Marks | 1 | -0/+14 | |
Added maximum width/height of window (for resizing). | |||||
2005-04-08 | Added window resizing. | Aaron Marks | 1 | -0/+24 | |
2005-04-02 | Added ConfigListener class to allow listening for changes to config options, | Bjørn Lindeijer | 1 | -1/+7 | |
and added a GUI opacity slider to the setup window that utilizes this. | |||||
2005-03-26 | Make sure logic method is called on the content of windows, fixes lists. | Bjørn Lindeijer | 1 | -0/+5 | |
2005-03-20 | TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore! | Bjørn Lindeijer | 1 | -30/+9 | |
Also fixed a crash on clicking wallpaper in login phase. | |||||
2005-03-19 | Added config option for GUI alpha. | Bjørn Lindeijer | 1 | -0/+1 | |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -4/+3 | |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 1 | -0/+3 | |
2005-02-19 | Committed new graphics for button, checkbox and radio button by romulo. Also | Bjørn Lindeijer | 1 | -7/+8 | |
added a bit of padding to the windows. |