summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* And added a note about needing two "cvs update"s.Jack Jansen2000-02-111-0/+6
* Explained that you have to checkout the Mac portion of Python in a separateJack Jansen2000-02-111-3/+24
* In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancelJack Jansen2000-02-101-4/+10
* Big oops: macfs has always been using a private exception but calling it mac....Jack Jansen2000-01-241-1/+1
* Hmm, the project wasn't a 5.3 file, despite the log msg. Now it is.Jack Jansen2000-01-241-0/+0
* Build the Nav module too.Jack Jansen2000-01-241-0/+2
* If there's an error in an fsspec argument raise MacOS.Error, not ValueError.Jack Jansen2000-01-241-1/+1
* Made all textfields in message and question boxes minimal height and invisibl...Jack Jansen2000-01-182-0/+10
* - Actually _implemented_ SetFolder()Jack Jansen2000-01-131-3/+27
* Handling of defaultLocation argument was wrong, causing a crash when used. Fi...Jack Jansen2000-01-131-1/+16
* List objects obtained through as_List(resource) are not auto-disposed uponJack Jansen2000-01-132-11/+34
* Get/set sys.path initializer in new appearance way.Jack Jansen2000-01-131-3/+4
* Two constants were missing.Jack Jansen2000-01-071-0/+2
* Added initializer routine optionally to be used as PEF fragment initializatio...Jack Jansen2000-01-071-0/+34
* CW Pro 5.3 projects.Jack Jansen2000-01-0131-0/+0
* Nasty error: handle parameters are passed by _address_ to SetControlData.Jack Jansen1999-12-292-2/+2
* Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADINGJack Jansen1999-12-291-1/+1
* Modified for new dll import source organisation by Greg.Jack Jansen1999-12-246-2/+2
* Modified for appearance.Jack Jansen1999-12-241-2/+2
* Oops, forgot & in ParseTuple argument in ControlGetDataHandle.Jack Jansen1999-12-232-2/+2
* skip CVS folders when building the Scripts menu -- jvrJust van Rossum1999-12-231-1/+7
* updated copyright stringJust van Rossum1999-12-231-1/+1
* changed the "method find" algorithm so the function/class/method popup menu a...Just van Rossum1999-12-231-3/+8
* Added a reference to oldPICTbrowse.py.Jack Jansen1999-12-231-1/+3
* Converted to Appearance and using a List control in stead of manually creatin...Jack Jansen1999-12-237-90/+185
* Partially converted to Appearance, the dialog still has the old ugly layout andJack Jansen1999-12-232-15/+17
* Converted to Appearance.Jack Jansen1999-12-232-2/+2
* Unified handle-conversion scheme toJack Jansen1999-12-2310-27/+120
* Support keys that have a Handle as parameter, by using the new GetControlData...Jack Jansen1999-12-191-0/+21
* Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData forJack Jansen1999-12-192-1/+148
* StandardFile compatability routines. For the time being calling macfsn._insta...Jack Jansen1999-12-181-0/+130
* Increase applet minimal memory size by a megabyte.Jack Jansen1999-12-181-0/+0
* Added a line about passing None as eventProc to the docstring to get movableJack Jansen1999-12-171-0/+1
* PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports.Jack Jansen1999-12-172-36/+50
* Added PyMac_BuildOptStr255, which returns None on a null pointer.Jack Jansen1999-12-172-0/+15
* Finished (I think), but only very lightly tested. Should now have full interf...Jack Jansen1999-12-171-104/+413
* Project for Nav module.Jack Jansen1999-12-172-0/+1
* Added NavJack Jansen1999-12-161-0/+0
* Allow keyword arguments, and the dialog is now actually shown. No way toJack Jansen1999-12-161-29/+53
* Added Nav moduleJack Jansen1999-12-161-0/+2
* Navigation Services module. Started from scratch, as Joe's module exported to...Jack Jansen1999-12-161-0/+618
* Fixed menu glyph stuff.Jack Jansen1999-12-151-15/+10
* Added kind resources (in US-english and dutch, sigh).Jack Jansen1999-12-151-0/+0
* Fixed buglet in Application.do_suspendresume(), it took the wrong flag to det...Just van Rossum1999-12-151-1/+1
* Bgen now understands more constant definitions, but that means that a few whi...Jack Jansen1999-12-147-2/+32
* If a menu shortcut is a tuple in stead of a char it is a tuple (modifierkeys,...Jack Jansen1999-12-141-4/+10
* Regenerated now that bgen can handle a few more constructs in constant defini...Jack Jansen1999-12-1421-26/+174
* Fixed the password dialog to use a password control.Jack Jansen1999-12-131-50/+26
* C-style comments removed (again).Jack Jansen1999-12-133-4/+237
* Methods {Get,Set}ControlData that know about data types passed for the variousJack Jansen1999-12-131-0/+32