summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* New internal function BMObj_NewCopied() which copies the BitMap. Used to get ...Jack Jansen2001-01-302-8/+46
* Use FSpCreateResFile() in stead of CreateResFile().Jack Jansen2001-01-299-18/+14
* Got ZeroScrap() and PutScrap() to work under Carbon.Jack Jansen2001-01-291-10/+21
* Use FSpCreateResFile() in stead of CreateResFile().Jack Jansen2001-01-291-1/+2
* Use CountMenuItems() in stead of CountMItems().Jack Jansen2001-01-291-1/+1
* Make balloon code dependent on existence of Help moduleJack Jansen2001-01-291-3/+10
* Removed device from the list of Qd incompatibilities. It should be there, but...Jack Jansen2001-01-291-1/+1
* Accessor functions for regions and such expect an existing region as paramete...Jack Jansen2001-01-293-15/+29
* Ported the icglue module to carbon.Jack Jansen2001-01-293-0/+1087
* Added generators for EnableMenuItem and CheckMenuItem (which have Mac in fron...Jack Jansen2001-01-292-0/+53
* Re-enabled Scrap (even though it's mostly empty right now).Jack Jansen2001-01-291-2/+0
* Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {...Jack Jansen2001-01-294-19/+19
* Ported the icglue module to carbon.Jack Jansen2001-01-295-4/+11
* Added Help, Scrap and icglue missing methods.Jack Jansen2001-01-291-2/+19
* Added cellobject.cJack Jansen2001-01-283-0/+0
* Got waste to work for Carbon.Jack Jansen2001-01-262-1/+1
* ucnhash module has gone, xreadlines module added.Jack Jansen2001-01-253-0/+0
* ucnhash module has gone.Jack Jansen2001-01-2512-1918/+0
* ucnhash module has gone, xreadlines module added.Jack Jansen2001-01-251-6/+2
* Got rid of extraneous Modues:TE in the search path.Jack Jansen2001-01-2420-144/+0
* Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste...Jack Jansen2001-01-244-0/+2264
* Recognize {compiler} and {project} prefixes to pathnames and output the corre...Jack Jansen2001-01-241-1/+10
* Regenerated (and manually massaged for PutScrap) so it can be byuilt both for...Jack Jansen2001-01-243-57/+148
* Quick (manual) fix to make the module compile with Waste 2.0. TBD later.Jack Jansen2001-01-241-1/+1
* Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste...Jack Jansen2001-01-242-3/+16
* Blacklisted (for the time being) the functions that have a component argument...Jack Jansen2001-01-242-100/+6
* Build directives for PythonStandalone were missing.Jack Jansen2001-01-241-0/+4
* Added the GrafPort attributes that are unavailable under Carbon.Jack Jansen2001-01-241-0/+5
* Implemented direct attribute access for Carbon builds and accessor functions ...Jack Jansen2001-01-243-14/+1478
* Also build the Carbon extension modules.Jack Jansen2001-01-231-4/+16
* Removed extraneous references to Modules:TEJack Jansen2001-01-231-9/+0
* The C-prefix file for Carbon plugin projects.Jack Jansen2001-01-231-0/+19
* Ah well, why not check this in. A script to remove all .pyc files in a folder...Jack Jansen2001-01-231-0/+35
* Projects for Carbon plugin modules.Jack Jansen2001-01-2332-0/+17533
* Use &# escape for non-ascii chars.Jack Jansen2001-01-2323-69/+69
* Added an attribute runtimemodel, which is either "ppc" or "carbon" and is the...Jack Jansen2001-01-231-0/+9
* Added the actual builds of the carbon projects.Jack Jansen2001-01-231-1/+23
* Generate Carbon as well as classic PPC plugin projects. This module is finall...Jack Jansen2001-01-231-26/+62
* Various settings were unconditionally set. Allow them to be overridden in the...Jack Jansen2001-01-231-4/+6
* If the template is not specified it depends on the current execution model (c...Jack Jansen2001-01-231-4/+12
* Added a template for Carbon plugin projects.Jack Jansen2001-01-238-0/+1104
* Moved files from template to template-ppc, as this is the template for classi...Jack Jansen2001-01-238-0/+0
* Added a note about the memory size.Jack Jansen2001-01-231-4/+8
* Upped the default memory size to a whopping 24Mb, which is needed to make the...Jack Jansen2001-01-231-0/+0
* Use &# escape for non-ascii chars.Jack Jansen2001-01-231-3/+3
* A script to search for methods that are missing in Carbon in PythonJack Jansen2001-01-231-0/+145
* Made the about box a bit larger (Apparently MacOSX does something a little di...Jack Jansen2001-01-231-0/+0
* Sigh... First test before committing. InvalWindowRect and friends are window ...Jack Jansen2001-01-2314-48/+55
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-233-6/+6
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-2315-48/+48