Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |