summaryrefslogtreecommitdiff
path: root/Mac/Demo
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling in documentation and code commentsMartin Panter2016-09-101-1/+1
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.Andrew M. Kuchling2010-02-221-0/+0
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-6/+6
* 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
* 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
* 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
* 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
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-3011-21/+21
* 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
* 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
* 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 nee...Jack Jansen2001-08-277-57/+17
* 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
* Minimal text editor using MLTE (code based on wed.py, the waste demo).Jack Jansen2001-07-141-0/+464
* 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
* Removed some confusing sentences that are no longer relevant now thatJack Jansen2001-05-081-9/+0
* 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
* Sigh... First test before committing. InvalWindowRect and friends are window ...Jack Jansen2001-01-233-4/+4
* 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
* 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
* Added an optional debug handler that traps and prints all unknown appleevents.Jack Jansen2000-06-2013-13/+24