summaryrefslogtreecommitdiffstats
path: root/Mac/Demo
Commit message (Collapse)AuthorAgeFilesLines
* Added a note about compiler warnings.Jack Jansen2002-01-301-0/+4
|
* Some modifications and clarifications (by me) to Michael's mods.Jack Jansen2002-01-251-23/+17
|
* Rewritten, clarified, corrected and cleaned up by Michael J. Barber.Jack Jansen2002-01-251-144/+301
|
* Removed references to download of Waste.Jack Jansen2002-01-111-5/+0
|
* Updated for CW7 and Tcl/Tk 8.3.4. Also added a few other thingsJack Jansen2002-01-081-52/+44
| | | | that were changed but not yet reflected in this document.
* Updated to optionally use Carbon Scrap manager.Jack Jansen2001-12-314-13/+39
|
* New URL for Joe Strouts example page.Jack Jansen2001-10-231-3/+3
|
* Updated, and added a very terse description of PyMac_SetConsoleHandler().Jack Jansen2001-10-091-10/+8
|
* Fixed the embedding demo to correctly show the use ofJack Jansen2001-10-092-11/+19
| | | | overriding the console writer.
* Brought up to date with the current state of affairs.Jack Jansen2001-10-082-5/+6
|
* Use the new macresource module to open the accompanying resource file (if ↵Jack Jansen2001-08-277-57/+17
| | | | needed).
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-2521-91/+91
|
* Updated to the current state of things (long overdue).Jack Jansen2001-08-161-91/+61
|
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-039-17/+26
|
* It now works under Carbon. Under Classic the scrollbars don't showJack Jansen2001-07-161-104/+15
| | | | up, for reasons unknown.
* Minimal text editor using MLTE (code based on wed.py, the waste demo).Jack Jansen2001-07-141-0/+464
| | | | | It's sort-of starting to work, but there's still problems with redraws and with resizing the window.
* WaitNextEvent short vs. unsigned short fix.Jack Jansen2001-06-251-1/+1
|
* Fixed macroman<->latin1 conversion. Some chars don'tJack Jansen2001-05-172-12/+12
| | | | | exist in latin1, but at least the roundtrip results in the same macroman characters.
* Removed some confusing sentences that are no longer relevant now thatJack Jansen2001-05-081-9/+0
| | | | calldll is part of the standard macPython distribution.
* Files for 2.1 distribution.Jack Jansen2001-04-251-19/+21
|
* Don't crash if InfoScrap doesn't exist (as is the case in Carbon).Jack Jansen2001-04-251-2/+5
|
* Added a note about the new (since 2.0) OSA architecture.Jack Jansen2001-03-271-1/+10
|
* Added a note that this file is incorrect for 2.1a2.Jack Jansen2001-02-171-0/+3
|
* DialogWindows now have a self.dlg in addition to self.wid.Jack Jansen2001-02-141-2/+2
|
* Use FSpCreateResFile() in stead of CreateResFile().Jack Jansen2001-01-292-2/+4
| | | | Don't call OpenDeskAcc() and AppendResMenu() on Carbon.
* Sigh... First test before committing. InvalWindowRect and friends are window ↵Jack Jansen2001-01-233-4/+4
| | | | object methods. Fixed.
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-234-5/+5
|
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵Jack Jansen2001-01-094-4/+4
| | | | {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc.
* Refer to the sourceforge site for gusi downloads.Jack Jansen2000-12-121-2/+2
|
* struct.pack has become picky about h (short) and H (unsigned short).Jack Jansen2000-10-221-1/+1
|
* Updated for 2.0b1Jack Jansen2000-09-104-101/+83
|
* Updated the applescript documentation for te new framework, and replaced the ↵Jack Jansen2000-08-209-963/+1252
| | | | | | Eudora example with one that uses Disk Copy (which everyone running MacOS 8 or higher should have).
* Added an optional debug handler that traps and prints all unknown appleevents.Jack Jansen2000-06-2013-13/+24
|
* Updated for the 1.6a2 distribution: added a note about the special Tcl/Tk ↵Jack Jansen2000-05-071-18/+23
| | | | distribution, about Quicktime Exschange and a few minor updates.
* Added a reference to the Open Directory page on macPython.Jack Jansen2000-04-221-1/+6
|
* Added a note about Personal Webserver, and replaced "netpresenz" by a list ↵Jack Jansen2000-04-221-3/+11
| | | | of the current mac webservers.
* Added Corran Webster's explanation of how to write extensions in MPW and a ↵Jack Jansen2000-04-223-4/+499
| | | | pointer to his W documentation.
* Updated NetPresenz URL. Still needs update in the light of the new ↵Just van Rossum2000-03-281-2/+2
| | | | :Mac:Tools:CGI: stuff. Later. (jvr)
* realcgitest.py: added import MacOS, it now works again. Removed NetPresenz ↵Just van Rossum2000-03-262-1/+2
| | | | | | reference. cgitest.cgi.rsrc: disable argv emulation; this is essential for the first time the cgi applet starts up
* Fixed multi-arg appends.Jack Jansen2000-03-076-6/+6
|
* And added a note about needing two "cvs update"s.Jack Jansen2000-02-111-0/+6
|
* Explained that you have to checkout the Mac portion of Python in a separateJack Jansen2000-02-111-3/+24
| | | | folder and then move it to the Python hierarchy.
* Added a reference to oldPICTbrowse.py.Jack Jansen1999-12-231-1/+3
|
* Converted to Appearance and using a List control in stead of manually ↵Jack Jansen1999-12-237-90/+185
| | | | creating the List and putting it in a useritem. The old version is in oldPICTbrowse, for documentary purposes.
* Standalone.html is long obsolete. Added description of BuildApplicationJack Jansen1999-12-033-89/+59
| | | | process to freezing.html.
* New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslipJack Jansen1999-12-0312-333/+241
| | | | module.
* vec_longjmp added to list of "forbidden" functions in .exp file.Jack Jansen1999-09-301-1/+1
|
* Removed reference to the PSA (PSA membership no longer needed for CVSJack Jansen1999-04-121-13/+14
| | | | | access). New location for MacCVS.
* For some reason these files had never been checked in.Jack Jansen1999-03-175-0/+0
|
* For reasons unknown these files were never checked in to CVS.Jack Jansen1999-03-173-0/+213
|