-
ctsai added timmerk to the PowerPlant Frameworks project.
2009-11-05 19:58:24 UTC by ctsai
-
The 4-parameter version of LString::StringToLongDouble has no Intel implementation. The PowerPC version will work, although the functions are deprecated.
At line 1468, replace
#if TARGET_OS_MAC && TARGET_CPU_PPC // Mac OS on PowerPC
by
#if TARGET_OS_MAC && (TARGET_CPU_PPC || TARGET_CPU_X86) // Mac OS, 32 bit, not 68K.
2008-03-06 23:33:41 UTC by jwwalker
-
iwankerl committed revision 18 to the PowerPlant Frameworks SVN repository, changing 1 files.
2008-01-13 18:36:38 UTC by iwankerl
-
sean_mcbride committed revision 17 to the PowerPlant Frameworks SVN repository, changing 5 files.
2007-12-19 20:04:04 UTC by sean_mcbride
-
janbarnholt committed revision 16 to the PowerPlant Frameworks SVN repository, changing 2 files.
2007-03-26 07:54:25 UTC by janbarnholt
-
There isn't a guarantee that StillDown will be true. It's not worth the dubious optimization.
--- PowerPlant/Appearance Classes/Std Implementations/LStdScrollBarImp.cp 2007-02-28 10:56:44.000000000 -0500
+++ PowerPlant/Appearance Classes/Std Implementations/LStdScrollBarImp.cp 2007-02-28 12:05:25.000000000 -0500
@@ -272,7 +272,7 @@
UControlMgr::SendControlMessage(mMacControlH,
2007-02-28 17:10:29 UTC by nobody
-
The folder is from MoreFiles.dmg (MoreFilesX.dmg), a sample on the apple site.
2006-12-09 17:26:23 UTC by nobody
-
I would've submitted a patch, but I'm new to this. The problem is in LFTPConnection::SendPASV(). When it extracts the port from the PASV response it stuffs it into a PPC (big endian) specific format. I had to make the following change to support i386.
p = (char*)(outPort);
#ifdef __BIG_ENDIAN__
// ppc version
currTok = PP_CSTD::strtok(nil, "(), ."); //a1...Host port
p[0] = (char...
2006-12-01 22:47:28 UTC by wjens
-
The XCode constructor project references a folder not in the SVN download. The file path for the folder is "/Users/local/Desktop/MoreFiles". Shouldn't it be included with the svn download?
To be specific about where this is in the Constructor project. Open the "Constructor.xcodeproj" and open up the "Constructor" item, then "Sources". Now if you right click "MoreFiles" and select "Get...
2006-11-17 06:36:52 UTC by nepsund
-
rick_aurbach committed revision 15 to the PowerPlant Frameworks SVN repository, changing 31 files.
2006-10-07 21:27:57 UTC by rick_aurbach