aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
AgeCommit message (Expand)Author
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2009-01-02Got rid of GuiManager::clearDragWidget instead handle it via a new widget fla...Johannes Schickel
2009-01-01Revamping the handling of GUI themes a bit:Max Horn
2008-12-25Renamed NewGui to GuiManagerMax Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-12GUI: Got rid of the WidgetSize stuffMax Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-09Partially merge classes Theme and ThemeEngine (saves another couple KB), some...Max Horn
2008-10-12Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a s...Max Horn
2008-09-05Fixed severe bottleneck in the XML Parser code.Vicent Marti
2008-09-02Massive refactoring/cleanup on the theme engine/parser.Vicent Marti
2008-08-15Added popup widget in Options menu to change GUI renderer on the fly.Vicent Marti
2008-08-13Massive API cleanup (removed legacy code).Vicent Marti
2008-08-05Massive refactoring on the layout parsing API.Vicent Marti
2008-07-17Rendering pipeline (almost) fixed. This time for real.Vicent Marti
2008-03-27Patch #1926787: small memory leak and cleanupMax Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-17Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), withTorbjörn Andersson
2007-02-08Moved definition of ThemeClassic and ThemeModern to their own files.Johannes Schickel
2006-12-27Added NewGui::getTopDialog methodMax Horn
2006-11-08Fix bug #1590596: "HE: When 3x graphics are choosen, F5 crashes game"Eugene Sandulenko
2006-10-08Final fix for wrong cursor palettes in SCUMM games after using the GUI.Johannes Schickel
2006-10-08- Added dialog for selecting the theme to useJohannes Schickel
2006-08-04There is no need anymore to report EVENT_SCREEN_CHANGED changes to the GUI codeMax Horn
2006-06-05Fix various typenames to comply to the ScummVM coding guidelinesMax Horn
2006-06-03When the screen changes, redraw all dialogs *immediately* rather than waitingTorbjörn Andersson
2006-05-27Major GUI update:Eugene Sandulenko
2006-05-25Set and show/hide mouse cursors through a "cursor manager" (analogous to theTorbjörn Andersson
2006-04-19Adds 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-24Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t...Max Horn
2006-03-08o Converted most (all?) widgets to new scheme.Eugene Sandulenko
2006-03-07More work on customizable GUI.Eugene Sandulenko
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-27 - adds the new gui renderer also a new implementation for the classic guiJohannes Schickel
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-03The alternative form of drawString() is no longer needed.Torbjörn Andersson
2005-06-02The GUI has reached the point where I think it's safe to begin removing theTorbjörn Andersson
2005-05-20Added big editable text widget, and removed some cruft. I think this meansTorbjörn Andersson
2005-05-12Quick fix to make button texts etc. draw at the correct position. (TheyTorbjörn Andersson
2005-05-11Start work on support for 'big' widgetsMax Horn
2005-04-17Added Dialog::wantsScaling(), to allow dialogs to turn off automatic scalingMax Horn
2005-04-16Patch #1183808 (GUI: Less CPU-intensive credits scroll), with some tweaks by meMax Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-06Switching GUI to an alternate font; using a second, bigger, font for 640x480 ...Max Horn
2005-01-06Added a font manager (work in progress)Max Horn