summaryrefslogtreecommitdiffstats
path: root/Mac/Demo
Commit message (Collapse)AuthorAgeFilesLines
* Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.Andrew M. Kuchling2010-02-221-0/+0
| | | | | | (I asked the BDFL first, and he approved removing it. The last actual bugfix to Tools/modulator was in 2001; since then all changes have been search-and-replace: string methods, whitespace fixes, etc.)
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-6/+6
| | | | Thanks to Wummel for the patch
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-2310-13/+1
|
* Drop the calldll demo's for macos, calldll isn't present anymore, no needRonald Oussoren2006-06-255-214/+14
| | | | to keep the demo's around.
* Drop Mac wrappers for the WASTE library.Ronald Oussoren2006-06-046-1968/+1
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-1827-4724/+4713
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-1213-31/+31
| | | | From SF patch #852334.
* Removing the obvious OS9-only documents§Jack Jansen2003-11-1916-2513/+0
|
* Modified to accept a command line argument too.Jack Jansen2003-03-261-4/+8
|
* This file was terribly outdated. The example is still silly (and won'tJack Jansen2003-03-111-65/+28
| | | | work), but at least the rest of the text is okay now.
* Use new file dialogs.Jack Jansen2003-01-268-53/+44
|
* Use new file dialogs.Jack Jansen2003-01-261-4/+2
|
* Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.Jack Jansen2003-01-081-95/+44
|
* The speech manager interface is no longer supported and a replacement isJack Jansen2002-12-133-1463/+0
| | | | (unfortunately: especially the grail demo was hiarious) still missing.
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-3011-21/+21
| | | | attributes are no longer supported.
* 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
|