Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-11 | GRAPHICS: Unify loading Windows cursor groups | Cameron Cawley | |
2020-01-11 | ALL: 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-31 | GRAPHICS: Fix loading NE cursors | Cameron Cawley | |
2019-05-01 | COMMON: Replace NEResourceType and PEResourceType with a shared enum | Cameron Cawley | |
2018-07-08 | GRAPHICS: fixed creating cursor group from some old executables | Andrei Prykhodko | |
2014-02-18 | GRAPHICS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-05-14 | GRAPHICS: Hide the WinCursor implementation | Matthew Hoops | |
2011-08-16 | GRAPHICS: Add a default Windows cursor | Matthew Hoops | |
Based on the Mohawk one | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-03-19 | GRAPHICS: Silenced a warning | md5 | |
2011-03-07 | GRAPHICS: Cleanup WinCursorGroup functions a bit | Matthew Hoops | |
ScopedPtr is now used on the streams to avoid having repetitive delete calls. | |||
2011-03-07 | GRAPHICS: Improve support of Windows 8bpp cursors | Matthew Hoops | |
2011-03-06 | GRAPHICS: Fix PE cursors | Matthew Hoops | |
Initial work on 8bpp cursors has also been added | |||
2011-03-05 | GRAPHICS: Add support for PE cursors in WinCursorGroup | Matthew Hoops | |
Only 1bpp still | |||
2011-03-04 | GRAPHICS: Split the NE cursor code from the NEResources class | Matthew 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. |