From: CVS <do...@th...> - 2002-04-21 11:47:25
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: - Do match APPLE_16_BIT to the underlying X depth (either 15 or 16 bpp) |
From: <do...@do...> - 2003-11-20 16:25:01
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: fix shm screen image allocation. |
From: <do...@do...> - 2003-12-04 22:29:17
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: We do need <pthread.h> in any case, especially native Linux/PPC |
From: <do...@do...> - 2004-01-14 23:15:46
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: DGA guards |
From: <do...@do...> - 2004-04-10 23:15:25
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Merge run-time depth switching code from Basilisk II. |
From: <do...@do...> - 2004-04-11 10:46:36
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Map window close widget to the Mac "power" key. |
From: <do...@do...> - 2004-04-18 23:03:56
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Start Native QuickDraw acceleration |
From: <do...@do...> - 2004-04-18 23:17:56
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Constrain NQD to powerpc (32-bit big endian) at this time |
From: <do...@do...> - 2004-04-22 20:57:33
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Basic fillrect/invrect NQD. Code may need to be factored out somehow. Verify that bitblt NQD transfer modes are really CopyBits() ones [MB5]. |
From: <do...@do...> - 2004-04-22 21:45:18
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: NQD: use ReadMacInt*() and WriteMacInt*() accessors, i.e. code should now be little-endian and 64-bit safe. |
From: <do...@do...> - 2004-04-22 22:54:48
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Extend NativeOp count to 64 (6-bit value), aka fix NATIVE_FILLRECT opcpdes. Translate NQD_{bitblt,fillrect,invrect} to direct native calls. Use Mac2HostAddr() for converting Mac base address to native. |
From: <do...@do...> - 2004-05-10 16:42:42
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Disable MacOS -> X11 copying of cursor in windowed mode too. You can recompile with "mac_cursor_enabled" constant set to true. Disabling it causes a better looking cursor that is not "disappearing" sometimes with e.g. Microsoft Internet Explorer. |
From: <do...@do...> - 2004-05-14 08:24:36
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Revert to use hw mac cursor acceleration in windowed mode |
From: <do...@do...> - 2004-05-16 15:48:28
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Use memmove() in NQD_bitblt() in order to avoid possible overlaps |
From: <do...@do...> - 2004-06-02 15:41:39
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Fix and enable NQD (bitblt, fillrect) on little-endian platforms too |
From: <do...@do...> - 2004-06-05 06:28:25
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: When no fullscreen mode requested nor available, always try to pick the first windowed mode matching current depth. |
From: <do...@do...> - 2004-06-05 06:31:00
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: remove now obsolete code |
From: <do...@do...> - 2004-06-11 22:10:31
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Merge event2keycode() from Basilisk II, aka. make Option key mapped to Mode_Switch work as real option key. Merge caps_on handling from B2 too. |
From: <do...@do...> - 2004-06-22 19:32:06
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Fix VideoExit() on OSX, there was no cancellation point in redraw_thread. |
From: <do...@do...> - 2004-06-22 20:01:21
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Force use of MacX mappings on MacOS X with Apple's X server. |
From: <do...@do...> - 2004-06-23 14:41:51
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Fix for new SDL code in Basilisk II. |
From: <do...@do...> - 2004-06-30 22:03:39
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Better hardware cursor mapping from SDL code. |
From: <do...@do...> - 2004-12-18 18:34:58
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Don't restrict MacOS X Xserver detection on native versions since SheepShaver can run remotely and drawing to an X window on MacOS X. |
From: <do...@do...> - 2005-03-27 13:44:48
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Add custom video modes for full screen in unsual resolutions (e.g. 1400x1050). X11 and SDL infrastructures have yet to be implemented |
From: <do...@do...> - 2005-03-27 14:53:07
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: Implement screen win/WIDTH/HEIGHT prefs item that overrides any other value for windowmodes and screenmodes. Necessary for arbitrary full screen mode sizes. |