aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.cpp
AgeCommit message (Collapse)Author
2004-12-05Clean up OSystem::EventMax Horn
svn-id: r15990
2004-11-27do clippingMax Horn
svn-id: r15902
2004-11-25Make use of the new graphic primitivesMax Horn
svn-id: r15886
2004-10-17cleanupMax Horn
svn-id: r15597
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-08-15Allow char drawing with a custom fontMax Horn
svn-id: r14624
2004-08-15Removed some obsolete stuff; made switching to the alt font less intrusive ↵Max Horn
(you only have to recompile a single file now); foundation for future run-time font switching... svn-id: r14623
2004-03-28Renamed more OSystem methodsMax Horn
svn-id: r13410
2004-03-22cleanupMax Horn
svn-id: r13364
2004-03-15cleanup; added a TODO to Font classMax Horn
svn-id: r13308
2004-03-13use 'Surface' in NewGuiMax Horn
svn-id: r13244
2004-03-13Revamped 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-28renamed 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-25remove outdated TODOMax Horn
svn-id: r13058
2004-02-09cleanupMax Horn
svn-id: r12781
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
svn-id: r12722
2004-01-26Undo old tweak not necessary anymoreNicolas Bacca
svn-id: r12603
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-11-28Fixed error using NEW_FONT_CODE with PalmOS portChris Apers
svn-id: r11412
2003-11-28This is no more neededChris Apers
svn-id: r11407
2003-11-19new font code (currently disabled by default), which allows using ↵Max Horn
'arbitrary' BDF fonts (via convbdf) svn-id: r11350
2003-11-12Use GUI namespaceChris Apers
svn-id: r11268
2003-11-10added namespace GUIMax Horn
svn-id: r11255
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11223
2003-11-04modified NewGui::drawString to shorten strings which don't fit using ↵Max Horn
ellipsis (disabled for the EditTextWidget for now) svn-id: r11136
2003-11-03make light gray slightly lighter, for better contrastMax Horn
svn-id: r11080
2003-11-03distinguish selected tab by size, too (not just by color)Max Horn
svn-id: r11079
2003-11-02refactored 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-02turned 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-01vline -> 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-24Whitespace changesTorbjörn Andersson
svn-id: r10390
2003-09-20make use of the new get_overlay_height/get_overlay_widthMax Horn
svn-id: r10327
2003-09-06added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGuiMax Horn
svn-id: r10047
2003-09-05added TODOMax Horn
svn-id: r10022
2003-08-28double cursor animation speed (see bug #757191)Max Horn
svn-id: r9895
2003-08-18Updated globals access for PalmOSChris Apers
svn-id: r9759
2003-08-02removed 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-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
svn-id: r9337
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
svn-id: r9320
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to ↵Max Horn
work around it locally svn-id: r9300
2003-07-22fixed key autorepeat when using button hot keysMax Horn
svn-id: r9126
2003-07-22Fix for bug #775512Chris Apers
svn-id: r9117
2003-06-14added tilda (~) character to GUI fontMax Horn
svn-id: r8484
2003-06-08added quit eventMax Horn
svn-id: r8398
2003-05-05Patch #732707: EditTextWidget: long string supportMax Horn
svn-id: r7359
2003-04-30compilation fixJonathan Gray
svn-id: r7235
2003-04-30PalmOS changes: allow 8 bit GUI modeMax Horn
svn-id: r7226
2003-03-08change RBG to RGB which follows the argument order and hence makes more sense...Jonathan Gray
svn-id: r6767
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726