| Commit message (Expand) | Author | Age | Files | Lines |
* | Added available() method, which checks whether quicktime is installed at all (by | Jack Jansen | 1999-08-04 | 2 | -0/+104 |
|
|
* | Drag module added. | Jack Jansen | 1999-07-05 | 1 | -0/+2 |
|
|
* | Don't set type of application, it's taken care of elsewhere -- jvr | Just van Rossum | 1999-06-30 | 1 | -2/+0 |
|
|
* | Drag manager constants. | Jack Jansen | 1999-06-23 | 1 | -0/+59 |
|
|
* | mod from Joe Strout: when quitting, catch errors in window.close() methods an... | Just van Rossum | 1999-06-22 | 1 | -1/+4 |
|
|
* | Initial minimal test program: print information on anything dropped onto Python | Jack Jansen | 1999-06-21 | 1 | -0/+43 |
|
|
* | Print something on stderr in case of exceptions in callback routines. | Jack Jansen | 1999-06-21 | 2 | -6/+18 |
|
|
* | Drag manager interface (completely untested, so far) | Jack Jansen | 1999-06-21 | 5 | -0/+1447 |
|
|
* | Added an "optional" directive, that will include a module if it is available | Jack Jansen | 1999-06-04 | 2 | -3/+6 |
|
|
* | Oliver Steele writes: | Just van Rossum | 1999-05-21 | 1 | -2/+20 |
|
|
* | Bill Bedford's Apple Data Detector extensions for Python. Unchanged, except f... | Jack Jansen | 1999-04-25 | 4 | -0/+60 |
|
|
* | added 'org.python.core' to the maymiss list (pickly.py tries to import it, pr... | Just van Rossum | 1999-04-24 | 1 | -1/+2 |
|
|
* | removed two redundant lines -- jvr | Just van Rossum | 1999-04-24 | 1 | -2/+0 |
|
|
* | - made "Save options..." dialog more generic, so it's also usable from RoboFog | Just van Rossum | 1999-04-22 | 1 | -4/+5 |
|
|
* | fixed glitch when scrolling very long files -- jvr | Just van Rossum | 1999-04-22 | 1 | -1/+1 |
|
|
* | improved scrollbar delay behavior -- jvr | Just van Rossum | 1999-04-21 | 1 | -2/+5 |
|
|
* | Class around PixMap objects that allows more python-like access. By Joe Strout. | Jack Jansen | 1999-04-13 | 1 | -0/+216 |
|
|
* | Removed reference to the PSA (PSA membership no longer needed for CVS | Jack Jansen | 1999-04-12 | 1 | -13/+14 |
|
|
* | Oops, try again. Test checkin (empty line) to see whether the new mailman-bas... | Jack Jansen | 1999-04-09 | 1 | -1/+0 |
|
|
* | Test checkin (empty line) to see whether the new mailman-based PythonMac-chec... | Jack Jansen | 1999-04-09 | 1 | -0/+1 |
|
|
* | Added bufferobject.c | Jack Jansen | 1999-03-22 | 5 | -0/+0 |
|
|
* | Remove all owner resources from template, and if no owner resource contained in | Jack Jansen | 1999-03-17 | 1 | -14/+22 |
|
|
* | Removed all owner resources except for "Pyth". | Jack Jansen | 1999-03-17 | 1 | -0/+0 |
|
|
* | 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 |
|
|
* | If a control has no refcon pointing back to the Python object we create a new | Jack Jansen | 1999-03-13 | 2 | -11/+75 |
|
|
* | Added some clarification on CWGUSI building and pathnames as they come | Jack Jansen | 1999-03-10 | 1 | -23/+33 |
|
|
* | Offscreen bitmap support, first stab. PixMaps are still treated as ordinary | Jack Jansen | 1999-03-07 | 4 | -0/+775 |
|
|
* | Added Qdoffs module. | Jack Jansen | 1999-03-07 | 3 | -0/+3 |
|
|
* | Added a rewrite rule so the Str255 argument of GetControlTitle is seen as | Jack Jansen | 1999-03-07 | 2 | -5/+8 |
|
|
* | Added App module (appearance manager interface). | Jack Jansen | 1999-03-04 | 3 | -0/+89 |
|
|
* | Added App module (appearance manager interface). And of course codewarrior | Jack Jansen | 1999-03-04 | 28 | -0/+1 |
|
|
* | Interface to the appearance manager. | Jack Jansen | 1999-03-04 | 3 | -0/+831 |
|
|
* | Re-generated with OSStatus treated like OSErr (i.e. not returned, but raising | Jack Jansen | 1999-03-04 | 1 | -24/+27 |
|
|
* | added hasclosebox attr (jstrout) -- jvr | Just van Rossum | 1999-03-03 | 1 | -1/+2 |
|
|
* | added "Save options" menu to popup so users can set the creator of scripts --... | Just van Rossum | 1999-02-27 | 1 | -0/+56 |
|
|
* | changed creator to 'Pide' -- jvr | Just van Rossum | 1999-02-27 | 1 | -1/+1 |
|
|
* | added kludge so edit menus work in W.ModalDialogs -- jvr | Just van Rossum | 1999-02-27 | 1 | -1/+1 |
|
|
* | updated 'vers' resource -- jvr | Just van Rossum | 1999-02-27 | 1 | -0/+0 |
|
|
* | reverted Jack's mod: no longer neccesary since all BNDL & icon info is in the... | Just van Rossum | 1999-02-27 | 1 | -13/+0 |
|
|
* | added Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE will... | Just van Rossum | 1999-02-27 | 1 | -0/+0 |
|
|
* | Set the signature for the IDE "by hand", the bundle is already included in the | Jack Jansen | 1999-02-27 | 1 | -0/+13 |
|
|
* | Moved all three bundles (for interpreter, applets and IDE) into bundle.rsrc. | Jack Jansen | 1999-02-27 | 2 | -0/+0 |
|
|
* | added "dummy" makeopenwindowsmenu method to simplify making a standalone W ap... | Just van Rossum | 1999-02-26 | 1 | -0/+7 |
|
|
* | open res file(s) read only; upped __version__ -- jvr | Just van Rossum | 1999-02-26 | 1 | -4/+4 |
|
|
* | added slight delay in Scrollbar.click() for more intuitive response -- jvr | Just van Rossum | 1999-02-25 | 1 | -0/+2 |
|
|
* | fixed "crashing" bug when scripts folder as stored in prefs file does not exist. | Just van Rossum | 1999-02-25 | 1 | -1/+1 |
|
|
* | Uncommented AskYesNoCancel docstring (how did it get commented in the first p... | Jack Jansen | 1999-02-25 | 1 | -11/+11 |
|
|
* | Added optional arguments to dialogs to allow setting of button titles. | Jack Jansen | 1999-02-16 | 1 | -4/+16 |
|
|
* | Updated for new folder layout (but not fully tested yet). | Jack Jansen | 1999-02-16 | 1 | -128/+54 |
|
|