Age | Commit message (Expand) | Author |
2006-06-16 | The top dialog can change during the event loop. In that case, flush all the | Torbjörn Andersson |
2006-06-15 | - Adds 'THEME_HINT_NO_BACKGROUND_RESTORE' for buttons which don't want restor... | Johannes Schickel |
2006-06-13 | Disable the theme before restoring the cursor, not afterwards. Otherwise there | Torbjörn Andersson |
2006-06-08 | - Removes (obsolete) USE_AUTO_SCALE define | Johannes Schickel |
2006-06-03 | *Loads* of Common::String related optimizations. Woa, *tons* of methods were ... | Max Horn |
2006-06-03 | When the screen changes, redraw all dialogs *immediately* rather than waiting | Torbjörn Andersson |
2006-05-27 | Don't "tickle" a dialog until after it has had a chance to redraw itself, | Torbjörn Andersson |
2006-05-27 | Major GUI update: | Eugene Sandulenko |
2006-05-25 | The GUI never asked for the cursor to be visible. I'm not sure why that used to | Torbjörn Andersson |
2006-05-25 | Set and show/hide mouse cursors through a "cursor manager" (analogous to the | Torbjörn Andersson |
2006-05-20 | After the GUI has finished, restore the old cursor palette (if any). For this | Torbjörn Andersson |
2006-05-20 | Set a cursor palette for the classic theme, as well. Otherwise we'll get the | Torbjörn Andersson |
2006-04-19 | Adds handleScreenChanged() to NewGui, so (scumm) engine can call it when it r... | Johannes Schickel |
2006-04-19 | Implements custom cursor support for the new theme and includes a standard cu... | Johannes Schickel |
2006-04-19 | Started to prepare the gui for runtime resolution switches. | Johannes Schickel |
2006-04-18 | - PopUpWidget (drop down list) does not shadow underlying dialog anymore | Eugene Sandulenko |
2006-04-16 | This should fix wrong colors of the scummvm logo in the new theme after scree... | Johannes Schickel |
2006-04-14 | Instead of calling our main them 'default-theme', call it 'modern' and reserv... | Max Horn |
2006-04-02 | With this change, backends are now responsible for instantiating their OSyste... | Max Horn |
2006-04-02 | - moves some code in ThemeNew.cpp (calcGradient and calcAlpha to the bottom) | Johannes Schickel |
2006-03-24 | Fix crash in Options dialog in 320xY mode. Shadow was drawn off-screen | Eugene Sandulenko |
2006-03-24 | Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t... | Max Horn |
2006-03-24 | Check values loaded from theme INI and give meaningful errors instead of | Eugene Sandulenko |
2006-03-09 | Converted all scumm dialogs to new scheme | Eugene Sandulenko |
2006-03-07 | GUI widget positions: | Eugene Sandulenko |
2006-03-07 | More work on customizable GUI. | Eugene Sandulenko |
2006-02-13 | Added define to disable new theme support. | Lars Persson |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-02-03 | fixes allow compile with emsvc4 again | Paweł Kołodziejski |
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-12-03 | Not needed anymore :) | Chris Apers |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-09-03 | PalmOS : ARM optimized blendRect | Chris Apers |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson |
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-15 | Turn off auto scaling for now | Max Horn |
2005-05-15 | Add a switch which allows turning off the automatic GUI scaling easily | Max Horn |
2005-05-12 | Quick fix to make button texts etc. draw at the correct position. (They | Torbjörn Andersson |
2005-05-08 | Comply to our coding conventions | Max Horn |
2005-04-19 | Replace OSystem::hasAlpha with a feature flag | 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-04-03 | Use alpha channel if available. | Marcus Comstedt |
2005-03-25 | MM NES fixes: | Eugene Sandulenko |
2005-03-12 | Fix popup widget in scaled GUI mode | Max Horn |