Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It now works under Carbon. Under Classic the scrollbars don't show | Jack Jansen | 2001-07-16 | 1 | -104/+15 |
| | | | | up, for reasons unknown. | ||||
* | Minimal text editor using MLTE (code based on wed.py, the waste demo). | Jack Jansen | 2001-07-14 | 1 | -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 Jansen | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | Fixed macroman<->latin1 conversion. Some chars don't | Jack Jansen | 2001-05-17 | 2 | -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 that | Jack Jansen | 2001-05-08 | 1 | -9/+0 |
| | | | | calldll is part of the standard macPython distribution. | ||||
* | Files for 2.1 distribution. | Jack Jansen | 2001-04-25 | 1 | -19/+21 |
| | |||||
* | Don't crash if InfoScrap doesn't exist (as is the case in Carbon). | Jack Jansen | 2001-04-25 | 1 | -2/+5 |
| | |||||
* | Added a note about the new (since 2.0) OSA architecture. | Jack Jansen | 2001-03-27 | 1 | -1/+10 |
| | |||||
* | Added a note that this file is incorrect for 2.1a2. | Jack Jansen | 2001-02-17 | 1 | -0/+3 |
| | |||||
* | DialogWindows now have a self.dlg in addition to self.wid. | Jack Jansen | 2001-02-14 | 1 | -2/+2 |
| | |||||
* | Use FSpCreateResFile() in stead of CreateResFile(). | Jack Jansen | 2001-01-29 | 2 | -2/+4 |
| | | | | Don't call OpenDeskAcc() and AppendResMenu() on Carbon. | ||||
* | Sigh... First test before committing. InvalWindowRect and friends are window ↵ | Jack Jansen | 2001-01-23 | 3 | -4/+4 |
| | | | | object methods. Fixed. | ||||
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 4 | -5/+5 |
| | |||||
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵ | Jack Jansen | 2001-01-09 | 4 | -4/+4 |
| | | | | {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. | ||||
* | Refer to the sourceforge site for gusi downloads. | Jack Jansen | 2000-12-12 | 1 | -2/+2 |
| | |||||
* | struct.pack has become picky about h (short) and H (unsigned short). | Jack Jansen | 2000-10-22 | 1 | -1/+1 |
| | |||||
* | Updated for 2.0b1 | Jack Jansen | 2000-09-10 | 4 | -101/+83 |
| | |||||
* | Updated the applescript documentation for te new framework, and replaced the ↵ | Jack Jansen | 2000-08-20 | 9 | -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 Jansen | 2000-06-20 | 13 | -13/+24 |
| | |||||
* | Updated for the 1.6a2 distribution: added a note about the special Tcl/Tk ↵ | Jack Jansen | 2000-05-07 | 1 | -18/+23 |
| | | | | distribution, about Quicktime Exschange and a few minor updates. | ||||
* | Added a reference to the Open Directory page on macPython. | Jack Jansen | 2000-04-22 | 1 | -1/+6 |
| | |||||
* | Added a note about Personal Webserver, and replaced "netpresenz" by a list ↵ | Jack Jansen | 2000-04-22 | 1 | -3/+11 |
| | | | | of the current mac webservers. | ||||
* | Added Corran Webster's explanation of how to write extensions in MPW and a ↵ | Jack Jansen | 2000-04-22 | 3 | -4/+499 |
| | | | | pointer to his W documentation. | ||||
* | Updated NetPresenz URL. Still needs update in the light of the new ↵ | Just van Rossum | 2000-03-28 | 1 | -2/+2 |
| | | | | :Mac:Tools:CGI: stuff. Later. (jvr) | ||||
* | realcgitest.py: added import MacOS, it now works again. Removed NetPresenz ↵ | Just van Rossum | 2000-03-26 | 2 | -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 Jansen | 2000-03-07 | 6 | -6/+6 |
| | |||||
* | And added a note about needing two "cvs update"s. | Jack Jansen | 2000-02-11 | 1 | -0/+6 |
| | |||||
* | Explained that you have to checkout the Mac portion of Python in a separate | Jack Jansen | 2000-02-11 | 1 | -3/+24 |
| | | | | folder and then move it to the Python hierarchy. | ||||
* | Added a reference to oldPICTbrowse.py. | Jack Jansen | 1999-12-23 | 1 | -1/+3 |
| | |||||
* | Converted to Appearance and using a List control in stead of manually ↵ | Jack Jansen | 1999-12-23 | 7 | -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 BuildApplication | Jack Jansen | 1999-12-03 | 3 | -89/+59 |
| | | | | process to freezing.html. | ||||
* | New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip | Jack Jansen | 1999-12-03 | 12 | -333/+241 |
| | | | | module. | ||||
* | vec_longjmp added to list of "forbidden" functions in .exp file. | Jack Jansen | 1999-09-30 | 1 | -1/+1 |
| | |||||
* | Removed reference to the PSA (PSA membership no longer needed for CVS | Jack Jansen | 1999-04-12 | 1 | -13/+14 |
| | | | | | access). New location for MacCVS. | ||||
* | For some reason these files had never been checked in. | Jack Jansen | 1999-03-17 | 5 | -0/+0 |
| | |||||
* | For reasons unknown these files were never checked in to CVS. | Jack Jansen | 1999-03-17 | 3 | -0/+213 |
| | |||||
* | Added some clarification on CWGUSI building and pathnames as they come | Jack Jansen | 1999-03-10 | 1 | -23/+33 |
| | | | | out of the CVS repository. | ||||
* | (finally) unified the interpreter and the applet as Just suggested ages ago. The | Jack Jansen | 1999-02-14 | 1 | -11/+5 |
| | | | | resulting program is called PythonInterpreter. | ||||
* | Updated for the new one-slb-per-extension scheme. | Jack Jansen | 1999-02-10 | 1 | -14/+24 |
| | | | | | Added a few references to cvs locations for external libraries. img now builds in its own Extensions folder. | ||||
* | Partly updated to reflect the new organization and the availability of CVS | Jack Jansen | 1999-02-03 | 1 | -44/+81 |
| | | | | access. Will still need a bit of work when all plugins are separated, probably. | ||||
* | Re-committed as AppleSingle | Jack Jansen | 1999-01-29 | 4 | -0/+0 |
| | |||||
* | Added examples/testcode for the Icn module. | Jack Jansen | 1999-01-21 | 3 | -1/+374 |
| | |||||
* | Project files converted for CW Pro 4. And the daylight savings time switch ↵ | Jack Jansen | 1998-11-01 | 4 | -0/+0 |
| | | | | seems to have "modified" the resource files (but nothing has changed there). | ||||
* | Disable python event handling in mainloop (discovered by Tasselli Marco) | Jack Jansen | 1998-09-30 | 1 | -0/+2 |
| | |||||
* | Added a note about the buildlibs script. | Jack Jansen | 1998-08-27 | 1 | -4/+11 |
| | |||||
* | Replaced all remaining BinHex files with their binary counterparts. | Jack Jansen | 1998-08-20 | 10 | -365/+0 |
| | |||||
* | Remove the MOOV filetype from the StandardGetFile call, so we can also | Jack Jansen | 1998-07-22 | 1 | -1/+1 |
| | | | | open MPEG files, etc. | ||||
* | Initial documentation on freezing. | Jack Jansen | 1998-06-26 | 3 | -6/+134 |
| | |||||
* | Mention the Mac:Contrib folder | Jack Jansen | 1998-04-27 | 1 | -4/+9 |
| | |||||
* | Added Just's printing demo code. | Jack Jansen | 1998-04-27 | 2 | -1/+99 |
| |