Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20518 | |||
2006-01-27 | - adds the new gui renderer also a new implementation for the classic gui | Johannes Schickel | |
- adds a ImageMan and ImageDec class for loading and managing image files - adds a loader for zip files which is used by the new theme and the image manager - changes the widgets to use the new gui code - changes the scumm dialogs to use the new gui code - fixes a #include problem in the sky debugger with the new gui code To use the new gui copy gui/themes/default-theme.zip to your extrapath. If the theme zip can not be found the gui will fallback to the classic theme. If you want to change the gui styles use "gui_theme=classic" for the classic theme and "gui_theme=default-theme" for the new theme. Thanks to eriktorbjorn for testing and help with the new theme and to sev for reviewing this patch. svn-id: r20227 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-08 | Use font manager | Chris Apers | |
svn-id: r18964 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-13 | Cache the blended background in a surface, so that the blending only needs | Torbjörn Andersson | |
to be made once, instead of whenever the console is redrawn. (This is the same trick as the About dialog uses.) It should speed up the drawing quite a bit, though it's not particularly noticeable on the computer I'm using at the moment, so I can't say for sure. svn-id: r18540 | |||
2005-06-02 | The GUI has reached the point where I think it's safe to begin removing the | Torbjörn Andersson | |
old auto-scaling hack. Removed wantsScaling(), USE_AUTO_SCALING, _scaleFactor and _scaleEnable. Also removed drawBitmap() since we no longer use bitmaps for widget decorations. svn-id: r18310 | |||
2005-04-17 | Use variable width scrollbar in the console dialog | Max Horn | |
svn-id: r17652 | |||
2005-04-17 | Added Dialog::wantsScaling(), to allow dialogs to turn off automatic scaling | Max Horn | |
svn-id: r17646 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-12 | clean up slide code | Max Horn | |
svn-id: r16040 | |||
2004-11-27 | Add slide animation effect to the console | Max Horn | |
svn-id: r15903 | |||
2004-05-23 | Applied patch #956989 ("Varous console fixes"). Fingolfin said it looked | Torbjörn Andersson | |
ok, and as far as I can tell it does fix bugs #941811 and #941814, just as it promised. svn-id: r13849 | |||
2004-05-05 | Cleaned up console code a bit - wrap around logic needs work | Max Horn | |
svn-id: r13793 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-28 | cleanup | Max Horn | |
svn-id: r11416 | |||
2003-11-19 | new font code (currently disabled by default), which allows using ↵ | Max Horn | |
'arbitrary' BDF fonts (via convbdf) svn-id: r11350 | |||
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11223 | |||
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵ | Max Horn | |
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045 | |||
2003-10-26 | cleanup | Max Horn | |
svn-id: r10982 | |||
2003-09-20 | make console height/width based on a float percentage of the overlay size -> ↵ | Max Horn | |
the overlay isn't so tiny anymore in COMI svn-id: r10329 | |||
2003-05-03 | Patch #731613: debugger tab-completion (thanks, Willem!) | Max Horn | |
svn-id: r7293 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup .... Last | Paweł Kołodziejski | |
svn-id: r6721 | |||
2002-12-28 | Fix NewGui for higher resolutions (eg, CMI) | James Brown | |
svn-id: r6216 | |||
2002-12-25 | more -pedantic warnings fixed | Max Horn | |
svn-id: r6109 | |||
2002-12-15 | added a history (based on code by olki) | Max Horn | |
svn-id: r5976 | |||
2002-12-15 | added input callback hook to console | Max Horn | |
svn-id: r5973 | |||
2002-12-14 | fixed ctrl-w and added ctrl-d and <delete> | Oliver Kiehl | |
svn-id: r5970 | |||
2002-12-14 | scroll to caret if user types | Max Horn | |
svn-id: r5968 | |||
2002-12-14 | improved caret | Max Horn | |
svn-id: r5967 | |||
2002-12-14 | improved caret | Max Horn | |
svn-id: r5966 | |||
2002-12-14 | improved line editing; reworked various internal details | Max Horn | |
svn-id: r5965 | |||
2002-12-14 | added a scrollbar to console | Max Horn | |
svn-id: r5964 | |||
2002-12-14 | added a simple prompt; added an edit caret; some other cleanup | Max Horn | |
svn-id: r5963 | |||
2002-12-14 | some more console code | Max Horn | |
svn-id: r5955 | |||
2002-12-14 | moved the console code to gui/console.cpp; make it actually printout ↵ | Max Horn | |
something. Note that this is WORK IN PROGRESS! I know it is incomplete, no need to tell me that svn-id: r5952 |