From: howard s. <how...@ho...> - 2012-07-07 21:10:28
|
Hi, You can pick up the latest version (as of July 7th) over at the emaculation forum: http://www.emaculation.com/forum/viewtopic.php?f=20&t=7656&p=43345#p43345 Best, Howard Date: Sat, 7 Jul 2012 10:55:05 -0700 From: st...@us... To: bas...@li... Subject: Re: [B2-devel] [PATCH] More clipboard-related fixes for Basilisk / SheepShaver I'm a non-techie who uses Sheepshaver daily. I just tried out the 7/1/12 version. While I can now copy and paste out of Tex-Edit (I could only paste into it from OSX previously) I can't do so with ClarisWorks, my primary OS9 word processor. Previously I could copy from OSX and paste in ClarisWorks but not vice versa. (I had to use Simple Text as an intermediary.) Now I can do neither. I don't need to copy styled text in either direction. Also, in neither version of SheepShaver can I copy and/or paste within ClarisWorks if SpellCatcher is active. On Sat, Jul 7, 2012 at 8:41 AM, Alexei Svitkine <ale...@gm...> wrote: Thanks! Landed: https://github.com/cebix/macemu/commit/6f2635ee3128cab12335009dd8a722d6df9fb726 On Sat, Jul 7, 2012 at 5:27 AM, Charles Srstka <bas...@ch...> wrote: This patch fixes one lingering problem with the 64-bit clipboard code; the way it was designed, the Mac clipboard was being cleared every time a single item was being requested by GetScrap, causing clipboards with multiple items to be unceremoniously whittled down to one. On the other hand, a similar issue was causing some items to get duplicated on the host pasteboard. This patch fixes the issue by making conversion between the host pasteboard and the Mac clipboard a singular operation; when the pasteboard data changes on the host side, it is all converted and sent to the Mac pasteboard at once, and similarly, all Mac clipboard data is sent to the host pasteboard in one operation. Also, data from the host side is copied to the Mac clipboard only if it has changed since the last check, which should improve performance as conversions will not be done over and over every time the Mac side checks whether the scrap has changed. In addition, I've added a rudimentary PICT converter. It's rudimentary at the moment, only going in one direction, converting to PICT and not from PICT, and currently it always rasterizes the source image and creates a PICT containing bitmap data. However, it's a start, and it should solve Ronald's issue with copying images from OS X to Mac OS. In the future, more could possibly be added. I've put the new PICT code in the main source directory instead of in the MacOSX subdirectory, so that it can be used by other platforms if needed. I would like to leave the license on the new PICT code as "Public Domain" if that is okay. Thanks, Charles ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ basilisk-devel mailing list bas...@li... https://lists.sourceforge.net/lists/listinfo/basilisk-devel ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ basilisk-devel mailing list bas...@li... https://lists.sourceforge.net/lists/listinfo/basilisk-devel -- Lew Irwin STUDIO BRIEFING www...@us... (818) 865-0044 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ basilisk-devel mailing list bas...@li... https://lists.sourceforge.net/lists/listinfo/basilisk-devel |