summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Interface to GetIcon, PlotIcon and friends.Jack Jansen1999-01-183-0/+828
|
* Updated for 1.5.2b1Jack Jansen1999-01-132-33/+45
|
* Hand't been committed yet (minor changes)Jack Jansen1999-01-131-9/+11
|
* CW Projects for 1.5.2b1Jack Jansen1999-01-1323-0/+0
|
* Distribution databases for 1.5.2b1Jack Jansen1999-01-134-42/+57
|
* Removed USE_MALLOC_DEBUG that shoulnd't be in the production version.Jack Jansen1999-01-131-1/+1
|
* Project files converted for CW Pro 4. And the daylight savings time switch ↵Jack Jansen1998-11-0152-1/+1
| | | | seems to have "modified" the resource files (but nothing has changed there).
* Added {Get,Set}WindowUserData methods.Jack Jansen1998-10-223-6/+44
|
* Removed debug printJack Jansen1998-10-211-1/+0
|
* For submenus remember the parent and parent index, so we can grey out ourJack Jansen1998-10-151-0/+8
| | | | | entry if the menu is disabled. This does create a circular reference, so cleanup becomes more important.
* Set kAECanInteract and kAECanSwitchLayer flags for the finder interactions.Jack Jansen1998-10-151-0/+3
|
* The help dialog id numbers never got changed when the dialog numbers changed,Jack Jansen1998-10-151-0/+0
| | | | so balloons haven't been working for ages. Apparently nobody noticed:-)
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-1217-22/+21
|
* These were never under CVS, but now that I use cvs to communicateJack Jansen1998-10-0515-0/+807
| | | | between the various macs it's better if they are.
* Newer versions of projects.Jack Jansen1998-10-059-0/+0
|
* Added SIZEOF_VOID_P and HAVE_LONG_LONGJack Jansen1998-10-051-0/+2
|
* Disable python event handling in mainloop (discovered by Tasselli Marco)Jack Jansen1998-09-301-0/+2
|
* Truncate messages if they are longer than 255 characters. Note that this isJack Jansen1998-09-281-0/+2
| | | | not really a good solution for default input strings...
* Added optional mouseregion parameter to WaitNextEvent (which is nowJack Jansen1998-09-173-25/+56
| | | | manually generated).
* Don't remember...Jack Jansen1998-09-131-1/+1
|
* Split tcl/tk libs out of other libraries (don't want to build these always)Jack Jansen1998-09-081-0/+0
|
* Mods by Just to allow aliases in sys.path entriesJack Jansen1998-09-071-0/+20
|
* Added a note about the buildlibs script.Jack Jansen1998-08-271-4/+11
|
* All libraries have now been moved to their new location, with their new names.Jack Jansen1998-08-209-0/+0
| | | | | As everything is also under CVS this should greatly simplify the work to be done when a new version of one of the libraries we use is released.
* A new project that builds cwgusi, tcl, tk and all image libraries needed.Jack Jansen1998-08-201-0/+0
|
* Replaced all remaining BinHex files with their binary counterparts.Jack Jansen1998-08-2048-4041/+0
|
* Binhextree doesn't binhex anymore, it just copies the projects around. ThisJack Jansen1998-08-201-4/+6
| | | | does make the name a bit of a non-sequitur:-)
* I guess I'll have to commit this file occasionally...Jack Jansen1998-08-201-1/+1
|
* Define some things to 1 (in stead of empty) to be compatible with new PILJack Jansen1998-08-201-2/+2
|
* Various libraryies have been moved around and renamed, now that we haveJack Jansen1998-08-193-0/+0
| | | | them under cvs too.
* Replaced binhexed version of project files by normal ones (in binary mode)Jack Jansen1998-08-1844-9217/+0
|
* Updated for 1.5.2a1Jack Jansen1998-08-182-3/+1
|
* Replaced the hand-generated .hqx files by the binary resourcefiles themselvesJack Jansen1998-08-1814-6572/+0
| | | | (in AppleSingle format, so should be readable with MacCVS Pro too)
* Initial revisionJack Jansen1998-08-1836-0/+8306
|
* Initial revisionJack Jansen1998-08-1824-0/+5316
|
* Putting Python-specific GUSI modifications under CVS.Jack Jansen1998-08-186-0/+3264
|
* Putting TCL mods for Python under CVS.Jack Jansen1998-08-183-0/+967
|
* I give in (after all these years): renaming config.c to macconfig.c to forestallJack Jansen1998-08-181-0/+0
| | | | the continuous name conflicts which cause the wrong config.c to be found.
* Support for freezing packages (Just).Jack Jansen1998-08-184-12/+58
|
* Replace first sys.path entry with the directory where the script livesJack Jansen1998-08-181-1/+5
| | | | (Just).
* Rebuilt everything with MSL 2.4.10, Compilers 2.1.1 and IDE 3.1.Jack Jansen1998-08-1316-3233/+3183
| | | | SIOUX, Tcl and Tk also need to be rebuilt (and tcl/tk need work)
* Added SIZEOF_INT and SIZEOF_LONGJack Jansen1998-08-051-0/+3
|
* Use buildtools where appropriate.Jack Jansen1998-07-311-3/+4
| | | | Build BuildApplication applet too.
* Build a full standalone application from a python script (Just)Jack Jansen1998-07-312-0/+189
|
* Common code used to the buildtools module (Just)Jack Jansen1998-07-312-326/+51
|
* Implementation of freezing from shared libraries, without source. (Just)Jack Jansen1998-07-312-7/+201
|
* Common code for BuildApplet, BuildApplication and fullbuild (Just)Jack Jansen1998-07-311-0/+279
|
* Extended replacement for scripts:cfmfile.py (Just)Jack Jansen1998-07-311-0/+186
|
* Added has_key() method to IC object.Jack Jansen1998-07-311-1/+7
| | | | Removed a debug print.
* New about box and a few other fixes by Just, and everything gotJack Jansen1998-07-316-6300/+6252
| | | | rebinhexed again.