Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-22 | cleanup | Max Horn | |
svn-id: r13364 | |||
2004-03-15 | cleanup; added a TODO to Font class | Max Horn | |
svn-id: r13308 | |||
2004-03-13 | use 'Surface' in NewGui | Max Horn | |
svn-id: r13244 | |||
2004-03-13 | Revamped the font code: now it's very easy to switch between the 'original' ↵ | Max Horn | |
SCUMM font and any new font... or to have multiple different fonts (like, one for 320x240 and and one for 640x480); furthermore, font rendering can now be done w/o using NewGui svn-id: r13243 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-02-25 | remove outdated TODO | Max Horn | |
svn-id: r13058 | |||
2004-02-09 | cleanup | Max Horn | |
svn-id: r12781 | |||
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn | |
svn-id: r12722 | |||
2004-01-26 | Undo old tweak not necessary anymore | Nicolas Bacca | |
svn-id: r12603 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-28 | Fixed error using NEW_FONT_CODE with PalmOS port | Chris Apers | |
svn-id: r11412 | |||
2003-11-28 | This is no more needed | Chris Apers | |
svn-id: r11407 | |||
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-12 | Use GUI namespace | Chris Apers | |
svn-id: r11268 | |||
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11223 | |||
2003-11-04 | modified NewGui::drawString to shorten strings which don't fit using ↵ | Max Horn | |
ellipsis (disabled for the EditTextWidget for now) svn-id: r11136 | |||
2003-11-03 | make light gray slightly lighter, for better contrast | Max Horn | |
svn-id: r11080 | |||
2003-11-03 | distinguish selected tab by size, too (not just by color) | Max Horn | |
svn-id: r11079 | |||
2003-11-02 | refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed ↵ | Max Horn | |
NewGui::box() to take colors as param (instead of hard coding _color and _shadowColor) svn-id: r11061 | |||
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-01 | vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming ↵ | Jonathan Gray | |
style and more importantly doesn't conflict with the vline and hline Allegro functions svn-id: r10520 | |||
2003-09-24 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10390 | |||
2003-09-20 | make use of the new get_overlay_height/get_overlay_width | Max Horn | |
svn-id: r10327 | |||
2003-09-06 | added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui | Max Horn | |
svn-id: r10047 | |||
2003-09-05 | added TODO | Max Horn | |
svn-id: r10022 | |||
2003-08-28 | double cursor animation speed (see bug #757191) | Max Horn | |
svn-id: r9895 | |||
2003-08-18 | Updated globals access for PalmOS | Chris Apers | |
svn-id: r9759 | |||
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵ | Max Horn | |
did it should be trivial to get them working again) svn-id: r9391 | |||
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, ↵ | Max Horn | |
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359 | |||
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski | |
svn-id: r9337 | |||
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian | |
svn-id: r9320 | |||
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to ↵ | Max Horn | |
work around it locally svn-id: r9300 | |||
2003-07-22 | fixed key autorepeat when using button hot keys | Max Horn | |
svn-id: r9126 | |||
2003-07-22 | Fix for bug #775512 | Chris Apers | |
svn-id: r9117 | |||
2003-06-14 | added tilda (~) character to GUI font | Max Horn | |
svn-id: r8484 | |||
2003-06-08 | added quit event | Max Horn | |
svn-id: r8398 | |||
2003-05-05 | Patch #732707: EditTextWidget: long string support | Max Horn | |
svn-id: r7359 | |||
2003-04-30 | compilation fix | Jonathan Gray | |
svn-id: r7235 | |||
2003-04-30 | PalmOS changes: allow 8 bit GUI mode | Max Horn | |
svn-id: r7226 | |||
2003-03-08 | change RBG to RGB which follows the argument order and hence makes more sense... | Jonathan Gray | |
svn-id: r6767 | |||
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 | even more -peantic fixes | Max Horn | |
svn-id: r6111 | |||
2002-12-25 | fixed invalid memory access | Max Horn | |
svn-id: r6110 | |||
2002-12-14 | make alpha blend level adjustable, and fixed an overflow bug | Max Horn | |
svn-id: r5958 | |||
2002-12-13 | changed back transparency | Max Horn | |
svn-id: r5943 | |||
2002-12-13 | playing a bit with the alpha level | Max Horn | |
svn-id: r5941 |