- cdcbd1f Added {Get,Set}WindowUserData methods. by Jack Jansen · 26 years ago
- 260400f Removed debug print by Jack Jansen · 26 years ago
- 341d1fe For submenus remember the parent and parent index, so we can grey out our by Jack Jansen · 26 years ago
- 0e0d3e7 Set kAECanInteract and kAECanSwitchLayer flags for the finder interactions. by Jack Jansen · 26 years ago
- 0e56568 The help dialog id numbers never got changed when the dialog numbers changed, by Jack Jansen · 26 years ago
- deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
- 779af3a These were never under CVS, but now that I use cvs to communicate by Jack Jansen · 26 years ago
- 0d5120f Newer versions of projects. by Jack Jansen · 26 years ago
- 60a9ee2 Added SIZEOF_VOID_P and HAVE_LONG_LONG by Jack Jansen · 26 years ago
- e504fa2 Disable python event handling in mainloop (discovered by Tasselli Marco) by Jack Jansen · 26 years ago
- d5af7bd Truncate messages if they are longer than 255 characters. Note that this is by Jack Jansen · 26 years ago
- 91b5bed Added optional mouseregion parameter to WaitNextEvent (which is now by Jack Jansen · 26 years ago
- 4827aeb Don't remember... by Jack Jansen · 26 years ago
- 86ad567 Split tcl/tk libs out of other libraries (don't want to build these always) by Jack Jansen · 26 years ago
- 48a9c36 Mods by Just to allow aliases in sys.path entries by Jack Jansen · 26 years ago
- de57030 Added a note about the buildlibs script. by Jack Jansen · 26 years ago
- 33d0093 All libraries have now been moved to their new location, with their new names. by Jack Jansen · 26 years ago
- 128aae2 A new project that builds cwgusi, tcl, tk and all image libraries needed. by Jack Jansen · 26 years ago
- fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
- c590095 Binhextree doesn't binhex anymore, it just copies the projects around. This by Jack Jansen · 26 years ago
- 158d5b5 I guess I'll have to commit this file occasionally... by Jack Jansen · 26 years ago
- 6a474c5 Define some things to 1 (in stead of empty) to be compatible with new PIL by Jack Jansen · 26 years ago
- dec99ef Various libraryies have been moved around and renamed, now that we have by Jack Jansen · 26 years ago
- 71de6c6 Replaced binhexed version of project files by normal ones (in binary mode) by Jack Jansen · 26 years ago
- 14e0a0a Updated for 1.5.2a1 by Jack Jansen · 26 years ago
- eaced79 Replaced the hand-generated .hqx files by the binary resourcefiles themselves by Jack Jansen · 26 years ago
- cb5704e Initial revision by Jack Jansen · 26 years ago
- 7cc5735 Initial revision by Jack Jansen · 26 years ago
- 1d6a6ea Putting Python-specific GUSI modifications under CVS. by Jack Jansen · 26 years ago
- b0195ec Putting TCL mods for Python under CVS. by Jack Jansen · 26 years ago
- 0072bfb I give in (after all these years): renaming config.c to macconfig.c to forestall by Jack Jansen · 26 years ago
- b93f521 Support for freezing packages (Just). by Jack Jansen · 26 years ago
- 201f46d Replace first sys.path entry with the directory where the script lives (Just). by Jack Jansen · 26 years ago
- e6e8cdc Rebuilt everything with MSL 2.4.10, Compilers 2.1.1 and IDE 3.1. by Jack Jansen · 26 years ago
- debafb9 Added SIZEOF_INT and SIZEOF_LONG by Jack Jansen · 26 years ago
- 490ec9c Use buildtools where appropriate. Build BuildApplication applet too. by Jack Jansen · 26 years ago
- b44f1cc Build a full standalone application from a python script (Just) by Jack Jansen · 26 years ago
- 015b70e Common code used to the buildtools module (Just) by Jack Jansen · 26 years ago
- b5ae378 Implementation of freezing from shared libraries, without source. (Just) by Jack Jansen · 26 years ago
- 813c997 Common code for BuildApplet, BuildApplication and fullbuild (Just) by Jack Jansen · 26 years ago
- 87440e4 Extended replacement for scripts:cfmfile.py (Just) by Jack Jansen · 26 years ago
- 871fad2 Added has_key() method to IC object. Removed a debug print. by Jack Jansen · 26 years ago
- a7a7df0 New about box and a few other fixes by Just, and everything got by Jack Jansen · 26 years ago
- 87c485c Initialize the program name before adding shared library resources (Just). by Jack Jansen · 26 years ago
- 2e6445c Don't add the library file to the resource file chain if it is the by Jack Jansen · 26 years ago
- 7e1fb7c New about box, with the version mesage filled in in a text item, and by Jack Jansen · 26 years ago
- 017e0ff The PYD resource should now contain 2 strings: one for the ppc by Jack Jansen · 26 years ago
- abdf93c Re-indented properly (Just). by Jack Jansen · 26 years ago
- d81fc3c - Added a function MoviesTask, which is the same as the method but by Jack Jansen · 26 years ago
- 2116bca Remove the MOOV filetype from the StandardGetFile call, so we can also by Jack Jansen · 26 years ago
- 5c44027 Added a delete() method to menu entries. Only the last entry of a menu by Jack Jansen · 26 years ago
- f22e67d Added prototypes for the code resource routines, and for Pstring by Jack Jansen · 26 years ago
- ac82b6a If the preference filename resource is empty don't try to open or by Jack Jansen · 26 years ago
- 1e2260f All import-related code has moved to macimport.c. by Jack Jansen · 26 years ago
- f2f3e9b Added macimport.c to various files by Jack Jansen · 26 years ago
- eefc1a3 Add an empty PYTHONPREFSFILE STR resource, so frozen applications by Jack Jansen · 26 years ago
- df901df Added a function SetUserItemHandler: this takes a function(dialog, by Jack Jansen · 26 years ago
- f811dca Disable malloc debug in frozen programs. by Jack Jansen · 26 years ago
- d674163 The init routine for MacOS had a non-standard name. Changed to initMacOS(). by Jack Jansen · 26 years ago
- a5a4981 Convert \n to \r in strings that are displayed in the dialogs. by Jack Jansen · 26 years ago
- fb721cf Added build.macfreeze to the "special" folders. by Jack Jansen · 26 years ago
- 46603af Config file for frozen binaries. by Jack Jansen · 26 years ago
- d969061 Initial documentation on freezing. by Jack Jansen · 26 years ago
- 1118c44 Template project, bundle file and config.c file for frozen applications. by Jack Jansen · 26 years ago
- ecf960f A well-known example for freeze. by Jack Jansen · 26 years ago
- 144fa67 Mac version of freeze. Uses standard freeze modules where it can, by Jack Jansen · 26 years ago
- fa68b07 Print message when we load a PYC resource, if verbose import flag is on. by Jack Jansen · 26 years ago
- 4c70413 Added {Get,Set}PopupData calls to get at the data for popup menu controls. by Jack Jansen · 26 years ago
- 41e825a For ControlWindow there is a new method do_rawcontrolhit(), which gets by Jack Jansen · 26 years ago
- 848250c Allow an (optional) tracking function (or -1) to be specified to by Jack Jansen · 26 years ago
- 0072b8d An applet with Popt and GUSI preferences but without alis resource by Jack Jansen · 27 years ago
- bb6193c Added a PopupMenu class. by Jack Jansen · 27 years ago
- 1ed7036 Version for 1.5.1 by Jack Jansen · 27 years ago
- 4bfe2c7 Final projects for 1.5.1 by Jack Jansen · 27 years ago
- 845264f Mods by Just by Jack Jansen · 27 years ago
- d0ddb66 Updated for 1.5.1 by Jack Jansen · 27 years ago
- 804fdc8 Use dialog auto-placement whenever appropriate. by Jack Jansen · 27 years ago
- 7a32fa1 Fixes by Just: by Jack Jansen · 27 years ago
- 29bfea9 Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr). by Jack Jansen · 27 years ago
- 2d7850f Added FOUR_CHAR_CODE define by Jack Jansen · 27 years ago
- aa70234 New versions from Just. by Jack Jansen · 27 years ago
- d38dc64 Regenerated with FOUR_CHAR_CODE defined by Jack Jansen · 27 years ago
- cf70b84 Mention the Mac:Contrib folder by Jack Jansen · 27 years ago
- 5073b37 Added Just's printing demo code. by Jack Jansen · 27 years ago
- 7b7a2c2 Added new folder types by Jack Jansen · 27 years ago
- 0ec0e63 Added FOUR_CHAR_CODE define by Jack Jansen · 27 years ago
- e180d99 Grmpf, a lot more routines have gotten a "Mac" prefix for their by Jack Jansen · 27 years ago
- 41dc72f Regenerated with FOUR_CHAR_CODE defined by Jack Jansen · 27 years ago
- b200639 Added support for the horribly complex TimeRecord, so we can position by Jack Jansen · 27 years ago
- 7f725e4 SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define. by Jack Jansen · 27 years ago
- bbf4be2 Incorrect argument for PyMacBuildwide() by Jack Jansen · 27 years ago
- 031a68f CW Pro 3 FC8 projects. Checked in because of ColorPicker and Printing by Jack Jansen · 27 years ago
- 955a2f5 If there's no comment for an error we use the symbolic name as the by Jack Jansen · 27 years ago
- cf89f6f Removed unused import of addpack by Jack Jansen · 27 years ago
- bca57e6 Moved some code around: occasionally the SetCreatorFileType didn't by Jack Jansen · 27 years ago
- 66691ba Updated for Python 1.5.1: version number, preference filename, etc by Jack Jansen · 27 years ago
- d58cd63 Added PyMac_{Get,Build}wide. These should support python longints at by Jack Jansen · 27 years ago
- 1c4e614 Re-generated from new (3.1) universal headers by Jack Jansen · 27 years ago
- 02facaf Added ColorPicker and Printing modules, donated by Just. In config.c by Jack Jansen · 27 years ago
- 4e12663 Regenerated from new (3.1) universal headers by Jack Jansen · 27 years ago