Age | Commit message (Expand) | Author |
2008-03-27 | Patch #1926787: small memory leak and cleanup | Max Horn |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson |
2007-02-08 | Moved definition of ThemeClassic and ThemeModern to their own files. | Johannes Schickel |
2006-12-27 | Added NewGui::getTopDialog method | Max Horn |
2006-11-08 | Fix bug #1590596: "HE: When 3x graphics are choosen, F5 crashes game" | Eugene Sandulenko |
2006-10-08 | Final fix for wrong cursor palettes in SCUMM games after using the GUI. | Johannes Schickel |
2006-10-08 | - Added dialog for selecting the theme to use | Johannes Schickel |
2006-08-04 | There is no need anymore to report EVENT_SCREEN_CHANGED changes to the GUI code | Max Horn |
2006-06-05 | Fix various typenames to comply to the ScummVM coding guidelines | Max Horn |
2006-06-03 | When the screen changes, redraw all dialogs *immediately* rather than waiting | Torbjörn Andersson |
2006-05-27 | Major GUI update: | Eugene Sandulenko |
2006-05-25 | Set and show/hide mouse cursors through a "cursor manager" (analogous to the | Torbjörn Andersson |
2006-04-19 | Adds handleScreenChanged() to NewGui, so (scumm) engine can call it when it r... | Johannes Schickel |
2006-04-14 | - implements .bdf font loader based on convbdf (sure could have some clean up) | Johannes Schickel |
2006-03-24 | Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t... | Max Horn |
2006-03-08 | o Converted most (all?) widgets to new scheme. | Eugene Sandulenko |
2006-03-07 | More work on customizable GUI. | Eugene Sandulenko |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-27 | - adds the new gui renderer also a new implementation for the classic gui | Johannes Schickel |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-03 | The alternative form of drawString() is no longer needed. | Torbjörn Andersson |
2005-06-02 | The GUI has reached the point where I think it's safe to begin removing the | Torbjörn Andersson |
2005-05-20 | Added big editable text widget, and removed some cruft. I think this means | Torbjörn Andersson |
2005-05-12 | Quick fix to make button texts etc. draw at the correct position. (They | Torbjörn Andersson |
2005-05-11 | Start work on support for 'big' widgets | Max Horn |
2005-04-17 | Added Dialog::wantsScaling(), to allow dialogs to turn off automatic scaling | Max Horn |
2005-04-16 | Patch #1183808 (GUI: Less CPU-intensive credits scroll), with some tweaks by me | Max Horn |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-06 | Switching GUI to an alternate font; using a second, bigger, font for 640x480 ... | Max Horn |
2005-01-06 | Added a font manager (work in progress) | Max Horn |
2005-01-06 | Patch #1092994 (Selfscaling GUI) | Max Horn |
2005-01-06 | Modify the singleton code once more to help overcome an issue with MSVC 7 (se... | Max Horn |
2005-01-01 | Changed the singleton code to allow for custom object factories; this allowed... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-11-25 | Make use of the new graphic primitives | Max Horn |
2004-08-15 | Allow char drawing with a custom font | Max Horn |
2004-08-15 | Removed some obsolete stuff; made switching to the alt font less intrusive (y... | Max Horn |
2004-05-05 | Added generic variable size stack class - COMPLETELY UNTESTED. Really should ... | Max Horn |
2004-03-29 | Make use of Stack template | Max Horn |
2004-03-22 | cleanup | Max Horn |
2004-03-21 | Moved Surface/Font code into new 'graphics' module | Max Horn |
2004-03-13 | use 'Surface' in NewGui | Max Horn |
2004-03-13 | Revamped the font code: now it's very easy to switch between the 'original' S... | Max Horn |
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor... | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2003-12-01 | explicitly specify namespace in g_gui helper macro | Max Horn |