Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added FreeMem, MaxBlock and CompactMem calls. The values returned by these ↵ | Jack Jansen | 2000-02-21 | 1 | -0/+43 |
| | | | | are lower bounds in the Python case (as malloc doesn't return memory to the heap) but they can be used to decide when to give low-memory warnings. | ||||
* | 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. | ||||
* | In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel | Jack Jansen | 2000-02-10 | 1 | -4/+10 |
| | | | | button (i.e. an empty label hides the button). | ||||
* | Big oops: macfs has always been using a private exception but calling it ↵ | Jack Jansen | 2000-01-24 | 1 | -1/+1 |
| | | | | | | | mac.error. It now uses MacOS.Error (the OSErr valued error) and advertises that too. This fix shouldn't break anything, I guess. | ||||
* | Hmm, the project wasn't a 5.3 file, despite the log msg. Now it is. | Jack Jansen | 2000-01-24 | 1 | -0/+0 |
| | |||||
* | Build the Nav module too. | Jack Jansen | 2000-01-24 | 1 | -0/+2 |
| | |||||
* | If there's an error in an fsspec argument raise MacOS.Error, not ValueError. | Jack Jansen | 2000-01-24 | 1 | -1/+1 |
| | |||||
* | Made all textfields in message and question boxes minimal height and ↵ | Jack Jansen | 2000-01-18 | 2 | -0/+10 |
| | | | | invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction. | ||||
* | - Actually _implemented_ SetFolder() | Jack Jansen | 2000-01-13 | 1 | -3/+27 |
| | | | | | - Fixed StandardPutFile: prompt, default - Check explicitly for userCanceledErr, pass other Nav.error exceptions through. | ||||
* | Handling of defaultLocation argument was wrong, causing a crash when used. ↵ | Jack Jansen | 2000-01-13 | 1 | -1/+16 |
| | | | | Fixed. | ||||
* | List objects obtained through as_List(resource) are not auto-disposed upon | Jack Jansen | 2000-01-13 | 2 | -11/+34 |
| | | | | Python object freeing. | ||||
* | Get/set sys.path initializer in new appearance way. | Jack Jansen | 2000-01-13 | 1 | -3/+4 |
| | |||||
* | Two constants were missing. | Jack Jansen | 2000-01-07 | 1 | -0/+2 |
| | |||||
* | Added initializer routine optionally to be used as PEF fragment ↵ | Jack Jansen | 2000-01-07 | 1 | -0/+34 |
| | | | | initialization routine, which allows us to get at our own resource fork even if some shared library init routine opens other resource files. | ||||
* | CW Pro 5.3 projects. | Jack Jansen | 2000-01-01 | 31 | -0/+0 |
| | |||||
* | Nasty error: handle parameters are passed by _address_ to SetControlData. | Jack Jansen | 1999-12-29 | 2 | -2/+2 |
| | |||||
* | Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADING | Jack Jansen | 1999-12-29 | 1 | -1/+1 |
| | |||||
* | Modified for new dll import source organisation by Greg. | Jack Jansen | 1999-12-24 | 6 | -2/+2 |
| | |||||
* | Modified for appearance. | Jack Jansen | 1999-12-24 | 1 | -2/+2 |
| | |||||
* | Oops, forgot & in ParseTuple argument in ControlGetDataHandle. | Jack Jansen | 1999-12-23 | 2 | -2/+2 |
| | |||||
* | skip CVS folders when building the Scripts menu -- jvr | Just van Rossum | 1999-12-23 | 1 | -1/+7 |
| | |||||
* | updated copyright string | Just van Rossum | 1999-12-23 | 1 | -1/+1 |
| | |||||
* | changed the "method find" algorithm so the function/class/method popup menu ↵ | Just van Rossum | 1999-12-23 | 1 | -3/+8 |
| | | | | also works with space-indented source files -- jvr | ||||
* | 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. | ||||
* | Partially converted to Appearance, the dialog still has the old ugly layout and | Jack Jansen | 1999-12-23 | 2 | -15/+17 |
| | | | | interaction. | ||||
* | Converted to Appearance. | Jack Jansen | 1999-12-23 | 2 | -2/+2 |
| | |||||
* | Unified handle-conversion scheme to | Jack Jansen | 1999-12-23 | 10 | -27/+120 |
| | | | | | | | handle = Ctl.as_Resource(ctl) ctl = Ctl.as_Control(handle) and similarly for List, Menu, TE. The old handle.as_Control() methods are still there for backward compatability. | ||||
* | Support keys that have a Handle as parameter, by using the new ↵ | Jack Jansen | 1999-12-19 | 1 | -0/+21 |
| | | | | GetControlDataHandle and SetControlDataHandle methods. | ||||
* | Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for | Jack Jansen | 1999-12-19 | 2 | -1/+148 |
| | | | | keys that expect a Handle, and have a ResObj as parameter. | ||||
* | StandardFile compatability routines. For the time being calling ↵ | Jack Jansen | 1999-12-18 | 1 | -0/+130 |
| | | | | | | macfsn._install() will install these in macfs (if Navigation is available). | ||||
* | 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 |
| | | | | dialogs. | ||||
* | 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 ↵ | Jack Jansen | 1999-12-17 | 1 | -104/+413 |
| | | | | | | interface: all calls, callbacks, arguments, etc. Also added docstrings. | ||||
* | 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 |
| | | | | get at the result yet, though:-) | ||||
* | Added Nav module | Jack Jansen | 1999-12-16 | 1 | -0/+2 |
| | |||||
* | Navigation Services module. Started from scratch, as Joe's module exported ↵ | Jack Jansen | 1999-12-16 | 1 | -0/+618 |
| | | | | too little for my needs. | ||||
* | Fixed menu glyph stuff. | Jack Jansen | 1999-12-15 | 1 | -15/+10 |
| | | | | Use MenuEvent in stead of MenuKey. | ||||
* | 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 ↵ | Just van Rossum | 1999-12-15 | 1 | -1/+1 |
| | | | | determine suspend/resume -- jvr | ||||
* | Bgen now understands more constant definitions, but that means that a few ↵ | Jack Jansen | 1999-12-14 | 7 | -2/+32 |
| | | | | which are not parseable in Python have to be blacklisted. | ||||
* | If a menu shortcut is a tuple in stead of a char it is a tuple ↵ | Jack Jansen | 1999-12-14 | 1 | -4/+10 |
| | | | | (modifierkeys, char [, glyph]). | ||||
* | Regenerated now that bgen can handle a few more constructs in constant ↵ | Jack Jansen | 1999-12-14 | 21 | -26/+174 |
| | | | | definitions. | ||||
* | 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 |
| | | | | AE stuff got some extra definitions (don't know why these weren't checked in). |