aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/cursor.cpp
AgeCommit message (Expand)Author
2011-03-09SCI: Implement Mac iconbar event handling.Walter van Niftrik
2011-03-07Merge branch 'pe_exe' of https://github.com/clone2727/scummvm into clone2727-...Matthew Hoops
2011-03-06SCUMM: Use the new WinCursor code in SCUMM HEMatthew Hoops
2011-03-06SCI: Fix KQ6 Mac inventory cursorsMatthew Hoops
2011-02-14SCI: Adapt to setPalette/grabPalette RGBA->RGB change.Johannes Schickel
2011-02-10SCI: Don't fallback to views in SCI1.1+ Mac gamesMatthew Hoops
2011-02-08SCI: Add detection for Freddy Pharkas MacMatthew Hoops
2011-02-06SCI: Improve Mac SCI1.1+ cursor supportMatthew Hoops
2010-11-26SCI: Implemented FR #3101338: "King's Quest 6 Windows Mouse Icons"Filippos Karapetis
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
2010-10-08SCI: Added a check for magnifier cursor multipliersFilippos Karapetis
2010-10-08SCI: fixing mag cursor as far as possibleMartin Kiewitz
2010-10-07SCI: bugfix for magnifier cursorsFilippos Karapetis
2010-10-05SCI: Some fixes for zoom cursorsFilippos Karapetis
2010-10-04SCI: fixing crash in mag cursor code for pharkasMartin Kiewitz
2010-10-04SCI: Several corrections for magnifier cursorsFilippos Karapetis
2010-10-03SCI: Added missing initialization of _zoomBitmapFilippos Karapetis
2010-10-03SCI: Added support for SCI1.1+ magnifier cursors (bug #3034973).Filippos Karapetis
2010-08-31SCI: adding workaround for platform-specificMartin Kiewitz
2010-08-14SCI: Add support for Mac 'crsr' cursors used in SCI2+ gamesMatthew Hoops
2010-07-23SCI: support kSetCursorSci11(-2)Martin Kiewitz
2010-06-30SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots i...Martin Kiewitz
2010-06-29SCI: Rewrap more commentsMax Horn
2010-06-28SCI: Comment cleanupMax Horn
2010-06-28SCI: Add const qualifiers to many GfxView methods and their return values.Max Horn
2010-06-20SCI: removing unneeded parameters inside SciPalette, cleanup of SciPaletteMartin Kiewitz
2010-06-17SCI: Moved the event code a little bit around.Max Horn
2010-06-17Fix a valgrind warning in GfxCursor. Thanks to digitall for finding it.Matthew Hoops
2010-06-15SCI: only set mouse position, when cursor is visible (fixes non-stop, but esc...Martin Kiewitz
2010-06-15SDL: only change mouse cursor, when mouse is currently within our window, als...Martin Kiewitz
2010-06-09Disabled the mouse warping code, as it can be annoying in windowed modeFilippos Karapetis
2010-06-09Renamed the SciEvent class to EventManager, to separate it from the sciEvent ...Filippos Karapetis
2010-05-18Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...Matthew Hoops
2010-05-15SCI: adding special 640x440 upscaling mode for kq6, finally hires portraits a...Martin Kiewitz
2010-05-15SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro...Martin Kiewitz
2010-04-26SCI: fix regression from r48720, upscaled games that use view cursors crashedMartin Kiewitz
2010-04-19SCI: added comments about sierra not upscaling cursors for shape and view cur...Martin Kiewitz
2010-04-19SCI: added upscaling for shape cursors in upscaled hires games (will make the...Martin Kiewitz
2010-02-17SCI: Cleanup resource.hMax Horn
2010-02-05SCI: remaining cursor functions now also directly calledMartin Kiewitz
2010-02-05SCI: calling most of the cursor functions directly via _gfxCursor instead of ...Martin Kiewitz
2010-02-05SCI: renamed class Cursor to GfxCursorMartin Kiewitz
2010-02-04SCI: renaming class View to GfxViewMartin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-19SCI: dont directly set mouse cursor to visible state but call show() instead ...Martin Kiewitz
2010-01-06SCI: making most of the variables in screen class private (some of it was nee...Martin Kiewitz
2010-01-05More renamingFilippos Karapetis