Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-25 | Set and show/hide mouse cursors through a "cursor manager" (analogous to the | Torbjörn Andersson | |
recently added (cursor) palette manager) so that the cursor can be properly restored after returning from the GUI. If there's any C++ magic that can keep the backend functions from being called by anything else than these managing classes, that would probably be a good idea. Also, since the cursor manager keeps a copy of the cursor image, perhaps there are at least some backends that will no longer need to? svn-id: r22639 | |||
2006-05-05 | Update copyright | Travis Howell | |
svn-id: r22358 | |||
2006-05-04 | Cleanup | Travis Howell | |
svn-id: r22336 | |||
2006-05-02 | Let's try this again: Let the backend draw the mouse cursor, instead of drawing | Torbjörn Andersson | |
it ourselves. This time it seems to work. svn-id: r22279 | |||
2006-05-02 | Fixed FF mouse cursors being drawn a bit to the left of the hotspot. FF seems | Torbjörn Andersson | |
to have this strange notion of multiplying the X coordinate by two, so when it was using 38 to manipulate it, it really meant 19. I think. Now we just need to simplify this to make the backend draw the cursor instead. svn-id: r22278 | |||
2006-05-01 | Minor cleanup | Travis Howell | |
svn-id: r22258 | |||
2006-04-30 | Revert last change to mouse cursors in FF, causes odd glitches | Travis Howell | |
svn-id: r22243 | |||
2006-04-30 | Use system code for mouse cursors in FF | Travis Howell | |
svn-id: r22241 | |||
2006-04-30 | Add complete support for mouse cursors in FF, with help from olki | Travis Howell | |
svn-id: r22238 | |||
2006-04-29 | Cleanup includes | Travis Howell | |
svn-id: r22225 | |||
2006-04-29 | Split more functions of simon.cpp into separate files | Travis Howell | |
svn-id: r22224 | |||
2006-04-16 | The backend is responsible for making its own copy of the mouse cursor, so FF | Torbjörn Andersson | |
can use the original data, instead of leaking memory every time the drawMousePointer() function is called (several times per second). svn-id: r21948 | |||
2006-04-16 | Add missing mouse pointer checks for oracle and SAM in FF | Travis Howell | |
svn-id: r21942 | |||
2006-04-16 | Improve cursor support in FF | Travis Howell | |
svn-id: r21930 | |||
2006-04-16 | Use default cursor in FF for now, to make selection easier | Travis Howell | |
svn-id: r21929 | |||
2006-04-08 | Fixes for oracle in FF and cleanup | Travis Howell | |
svn-id: r21680 | |||
2006-04-07 | Add scrolling code for oracle in FF | Travis Howell | |
svn-id: r21668 | |||
2006-04-07 | Fix some horizontal scrolling issues in FF | Travis Howell | |
svn-id: r21661 | |||
2006-04-04 | Add skipSpeech difference in FF | Travis Howell | |
svn-id: r21590 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |