| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support keys that have a Handle as parameter, by using the new GetControlData... | Jack Jansen | 1999-12-19 | 1 | -0/+21 |
|
|
* | Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for | Jack Jansen | 1999-12-19 | 2 | -1/+148 |
|
|
* | StandardFile compatability routines. For the time being calling macfsn._insta... | Jack Jansen | 1999-12-18 | 1 | -0/+130 |
|
|
* | Increase applet minimal memory size by a megabyte. | Jack Jansen | 1999-12-18 | 1 | -0/+0 |
|
|
* | Added a line about passing None as eventProc to the docstring to get movable | Jack Jansen | 1999-12-17 | 1 | -0/+1 |
|
|
* | PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports. | Jack Jansen | 1999-12-17 | 2 | -36/+50 |
|
|
* | Added PyMac_BuildOptStr255, which returns None on a null pointer. | Jack Jansen | 1999-12-17 | 2 | -0/+15 |
|
|
* | Finished (I think), but only very lightly tested. Should now have full interf... | Jack Jansen | 1999-12-17 | 1 | -104/+413 |
|
|
* | Project for Nav module. | Jack Jansen | 1999-12-17 | 2 | -0/+1 |
|
|
* | Added Nav | Jack Jansen | 1999-12-16 | 1 | -0/+0 |
|
|
* | Allow keyword arguments, and the dialog is now actually shown. No way to | Jack Jansen | 1999-12-16 | 1 | -29/+53 |
|
|
* | Added Nav module | Jack Jansen | 1999-12-16 | 1 | -0/+2 |
|
|
* | Navigation Services module. Started from scratch, as Joe's module exported to... | Jack Jansen | 1999-12-16 | 1 | -0/+618 |
|
|
* | Fixed menu glyph stuff. | Jack Jansen | 1999-12-15 | 1 | -15/+10 |
|
|
* | Added kind resources (in US-english and dutch, sigh). | Jack Jansen | 1999-12-15 | 1 | -0/+0 |
|
|
* | Fixed buglet in Application.do_suspendresume(), it took the wrong flag to det... | Just van Rossum | 1999-12-15 | 1 | -1/+1 |
|
|
* | Bgen now understands more constant definitions, but that means that a few whi... | Jack Jansen | 1999-12-14 | 7 | -2/+32 |
|
|
* | If a menu shortcut is a tuple in stead of a char it is a tuple (modifierkeys,... | Jack Jansen | 1999-12-14 | 1 | -4/+10 |
|
|
* | Regenerated now that bgen can handle a few more constructs in constant defini... | Jack Jansen | 1999-12-14 | 21 | -26/+174 |
|
|
* | Fixed the password dialog to use a password control. | Jack Jansen | 1999-12-13 | 1 | -50/+26 |
|
|
* | C-style comments removed (again). | Jack Jansen | 1999-12-13 | 3 | -4/+237 |
|
|
* | Methods {Get,Set}ControlData that know about data types passed for the various | Jack Jansen | 1999-12-13 | 1 | -0/+32 |
|
|
* | Fixed the password dialog to use a password control. | Jack Jansen | 1999-12-13 | 1 | -0/+0 |
|
|
* | Updated Message, question, YNC and progress dialogs for Appearance. Password | Jack Jansen | 1999-12-12 | 2 | -47/+33 |
|
|
* | In places where a ResObj is expected for PyArg_Parse and the object passed in... | Jack Jansen | 1999-12-12 | 2 | -10/+53 |
|
|
* | Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearan... | Jack Jansen | 1999-12-12 | 31 | -1/+144 |
|
|
* | Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. | Jack Jansen | 1999-12-12 | 47 | -498/+4048 |
|
|
* | Dummy functions which return unimpErr for lots of toolbox calls that are unav... | Jack Jansen | 1999-12-12 | 1 | -0/+290 |
|
|
* | Oops, PLstring funcs should be "pascal". Funny this never caused problems bef... | Jack Jansen | 1999-12-12 | 1 | -3/+9 |
|
|
* | New appearance mgr support. This appears (no pun intended) to have some probl... | Jack Jansen | 1999-12-10 | 3 | -1/+631 |
|
|
* | Changed appearance-dialogs to new WDEF values. Also undid silly change of | Jack Jansen | 1999-12-09 | 1 | -0/+0 |
|
|
* | Regenerated, and manually massaged (sigh): there can now be comments after en... | Jack Jansen | 1999-12-09 | 1 | -3/+45 |
|
|
* | Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few... | Jack Jansen | 1999-12-09 | 3 | -17/+147 |
|
|
* | Added USE_APPEARANCE flag. | Jack Jansen | 1999-12-09 | 3 | -0/+3 |
|
|
* | Changes by Corran Webster to support {Get,Set}ControlData and | Jack Jansen | 1999-12-09 | 2 | -12/+132 |
|
|
* | Minimal test of Dlg.SetControlData by Corran Webster: draw a default | Jack Jansen | 1999-12-09 | 1 | -0/+13 |
|
|
* | First bits and pieces of appearance support: an init routine, a global flag P... | Jack Jansen | 1999-12-07 | 6 | -13/+45 |
|
|
* | Set the finder "is shared" bit, by request of Joe Strout. It seems this allow... | Jack Jansen | 1999-12-03 | 1 | -1/+1 |
|
|
* | Allow for 12 arguments max, in stead of 8. Untested. | Jack Jansen | 1999-12-03 | 1 | -6/+9 |
|
|
* | Default schedparams set to (0,0): no event-intervention by Python mainloop. This | Jack Jansen | 1999-12-03 | 1 | -2/+2 |
|
|
* | Standalone.html is long obsolete. Added description of BuildApplication | Jack Jansen | 1999-12-03 | 3 | -89/+59 |
|
|
* | New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip | Jack Jansen | 1999-12-03 | 12 | -333/+241 |
|
|
* | Give a warning if system-wide sys.argv processing is off (because then we | Jack Jansen | 1999-12-02 | 1 | -1/+4 |
|
|
* | Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H | Jack Jansen | 1999-11-05 | 1 | -1/+5 |
|
|
* | Changes to ProgressBar: | Jack Jansen | 1999-11-05 | 1 | -4/+10 |
|
|
* | Typo fixed in docstring; removed unneccesary import. (jvr) | Just van Rossum | 1999-11-04 | 1 | -2/+1 |
|
|
* | Adapted to new macmudulefinder.process() API. (jvr) | Just van Rossum | 1999-11-04 | 2 | -8/+18 |
|
|
* | - changed the API of process() so it will return a list of missing modules in... | Just van Rossum | 1999-11-04 | 1 | -6/+8 |
|
|
* | - windowbounds() now works with multiple screens (window position prefs!) | Just van Rossum | 1999-10-30 | 1 | -5/+12 |
|
|
* | Very minor little things... -- jvr | Just van Rossum | 1999-10-30 | 1 | -4/+13 |
|
|