aboutsummaryrefslogtreecommitdiff
path: root/graphics/wincursor.cpp
AgeCommit message (Collapse)Author
2020-01-11GRAPHICS: Unify loading Windows cursor groupsCameron Cawley
2020-01-11ALL: Create all instances of NEResources and PEResources using new instead ↵Cameron Cawley
of on the stack Also adapted WinCursorGroup and MacMenu to reflect this.
2019-12-31GRAPHICS: Fix loading NE cursorsCameron Cawley
2019-05-01COMMON: Replace NEResourceType and PEResourceType with a shared enumCameron Cawley
2018-07-08GRAPHICS: fixed creating cursor group from some old executablesAndrei Prykhodko
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2012-05-14GRAPHICS: Hide the WinCursor implementationMatthew Hoops
2011-08-16GRAPHICS: Add a default Windows cursorMatthew Hoops
Based on the Mohawk one
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-03-19GRAPHICS: Silenced a warningmd5
2011-03-07GRAPHICS: Cleanup WinCursorGroup functions a bitMatthew Hoops
ScopedPtr is now used on the streams to avoid having repetitive delete calls.
2011-03-07GRAPHICS: Improve support of Windows 8bpp cursorsMatthew Hoops
2011-03-06GRAPHICS: Fix PE cursorsMatthew Hoops
Initial work on 8bpp cursors has also been added
2011-03-05GRAPHICS: Add support for PE cursors in WinCursorGroupMatthew Hoops
Only 1bpp still
2011-03-04GRAPHICS: Split the NE cursor code from the NEResources classMatthew Hoops
Now the code lies in Graphics and all cursors are not cached upon opening an exe. The engine is now in charge of caching which cursors it wants.