Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable python event handling in mainloop (discovered by Tasselli Marco) | Jack Jansen | 1998-09-30 | 1 | -0/+2 |
| | |||||
* | Truncate messages if they are longer than 255 characters. Note that this is | Jack Jansen | 1998-09-28 | 1 | -0/+2 |
| | | | | not really a good solution for default input strings... | ||||
* | Added optional mouseregion parameter to WaitNextEvent (which is now | Jack Jansen | 1998-09-17 | 3 | -25/+56 |
| | | | | manually generated). | ||||
* | Don't remember... | Jack Jansen | 1998-09-13 | 1 | -1/+1 |
| | |||||
* | Split tcl/tk libs out of other libraries (don't want to build these always) | Jack Jansen | 1998-09-08 | 1 | -0/+0 |
| | |||||
* | Mods by Just to allow aliases in sys.path entries | Jack Jansen | 1998-09-07 | 1 | -0/+20 |
| | |||||
* | Added a note about the buildlibs script. | Jack Jansen | 1998-08-27 | 1 | -4/+11 |
| | |||||
* | All libraries have now been moved to their new location, with their new names. | Jack Jansen | 1998-08-20 | 9 | -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 Jansen | 1998-08-20 | 1 | -0/+0 |
| | |||||
* | Replaced all remaining BinHex files with their binary counterparts. | Jack Jansen | 1998-08-20 | 48 | -4041/+0 |
| | |||||
* | Binhextree doesn't binhex anymore, it just copies the projects around. This | Jack Jansen | 1998-08-20 | 1 | -4/+6 |
| | | | | does make the name a bit of a non-sequitur:-) | ||||
* | I guess I'll have to commit this file occasionally... | Jack Jansen | 1998-08-20 | 1 | -1/+1 |
| | |||||
* | Define some things to 1 (in stead of empty) to be compatible with new PIL | Jack Jansen | 1998-08-20 | 1 | -2/+2 |
| | |||||
* | Various libraryies have been moved around and renamed, now that we have | Jack Jansen | 1998-08-19 | 3 | -0/+0 |
| | | | | them under cvs too. | ||||
* | Replaced binhexed version of project files by normal ones (in binary mode) | Jack Jansen | 1998-08-18 | 44 | -9217/+0 |
| | |||||
* | Updated for 1.5.2a1 | Jack Jansen | 1998-08-18 | 2 | -3/+1 |
| | |||||
* | Replaced the hand-generated .hqx files by the binary resourcefiles themselves | Jack Jansen | 1998-08-18 | 14 | -6572/+0 |
| | | | | (in AppleSingle format, so should be readable with MacCVS Pro too) | ||||
* | Initial revision | Jack Jansen | 1998-08-18 | 36 | -0/+8306 |
| | |||||
* | Initial revision | Jack Jansen | 1998-08-18 | 24 | -0/+5316 |
| | |||||
* | Putting Python-specific GUSI modifications under CVS. | Jack Jansen | 1998-08-18 | 6 | -0/+3264 |
| | |||||
* | Putting TCL mods for Python under CVS. | Jack Jansen | 1998-08-18 | 3 | -0/+967 |
| | |||||
* | I give in (after all these years): renaming config.c to macconfig.c to forestall | Jack Jansen | 1998-08-18 | 1 | -0/+0 |
| | | | | the continuous name conflicts which cause the wrong config.c to be found. | ||||
* | Support for freezing packages (Just). | Jack Jansen | 1998-08-18 | 4 | -12/+58 |
| | |||||
* | Replace first sys.path entry with the directory where the script lives | Jack Jansen | 1998-08-18 | 1 | -1/+5 |
| | | | | (Just). | ||||
* | Rebuilt everything with MSL 2.4.10, Compilers 2.1.1 and IDE 3.1. | Jack Jansen | 1998-08-13 | 16 | -3233/+3183 |
| | | | | SIOUX, Tcl and Tk also need to be rebuilt (and tcl/tk need work) | ||||
* | Added SIZEOF_INT and SIZEOF_LONG | Jack Jansen | 1998-08-05 | 1 | -0/+3 |
| | |||||
* | Use buildtools where appropriate. | Jack Jansen | 1998-07-31 | 1 | -3/+4 |
| | | | | Build BuildApplication applet too. | ||||
* | Build a full standalone application from a python script (Just) | Jack Jansen | 1998-07-31 | 2 | -0/+189 |
| | |||||
* | Common code used to the buildtools module (Just) | Jack Jansen | 1998-07-31 | 2 | -326/+51 |
| | |||||
* | Implementation of freezing from shared libraries, without source. (Just) | Jack Jansen | 1998-07-31 | 2 | -7/+201 |
| | |||||
* | Common code for BuildApplet, BuildApplication and fullbuild (Just) | Jack Jansen | 1998-07-31 | 1 | -0/+279 |
| | |||||
* | Extended replacement for scripts:cfmfile.py (Just) | Jack Jansen | 1998-07-31 | 1 | -0/+186 |
| | |||||
* | Added has_key() method to IC object. | Jack Jansen | 1998-07-31 | 1 | -1/+7 |
| | | | | Removed a debug print. | ||||
* | New about box and a few other fixes by Just, and everything got | Jack Jansen | 1998-07-31 | 6 | -6300/+6252 |
| | | | | rebinhexed again. | ||||
* | Initialize the program name before adding shared library resources (Just). | Jack Jansen | 1998-07-31 | 1 | -0/+1 |
| | |||||
* | Don't add the library file to the resource file chain if it is the | Jack Jansen | 1998-07-31 | 1 | -1/+18 |
| | | | | same as the application file (Just). | ||||
* | New about box, with the version mesage filled in in a text item, and | Jack Jansen | 1998-07-31 | 1 | -13/+14 |
| | | | | PLstrcmp() fixed. (Just) | ||||
* | The PYD resource should now contain 2 strings: one for the ppc | Jack Jansen | 1998-07-31 | 1 | -2/+10 |
| | | | | | fragment name and one for the cfm68k fragment name (Just). Also, some unused variables removed. | ||||
* | Re-indented properly (Just). | Jack Jansen | 1998-07-31 | 1 | -173/+173 |
| | |||||
* | - Added a function MoviesTask, which is the same as the method but | Jack Jansen | 1998-07-22 | 2 | -3/+29 |
| | | | | | with a null movie (giving time to all active movies) - Made the graphics world parameter to SetMovieGWorld optional. | ||||
* | Remove the MOOV filetype from the StandardGetFile call, so we can also | Jack Jansen | 1998-07-22 | 1 | -1/+1 |
| | | | | open MPEG files, etc. | ||||
* | Added a delete() method to menu entries. Only the last entry of a menu | Jack Jansen | 1998-07-13 | 1 | -1/+14 |
| | | | | | can be deleted, but that's good enough for things like a "Windows" menu with the dynamic list of open windows at the end of the menu. | ||||
* | Added prototypes for the code resource routines, and for Pstring | Jack Jansen | 1998-07-13 | 2 | -1/+4 |
| | | | | (which was missing, for some reason). | ||||
* | If the preference filename resource is empty don't try to open or | Jack Jansen | 1998-07-13 | 1 | -4/+13 |
| | | | | | | create the preferences file. This is so that frozen programs don't interfere with an existing Python installation, or leave turds in the Preferences folder. | ||||
* | All import-related code has moved to macimport.c. | Jack Jansen | 1998-07-13 | 2 | -224/+416 |
| | | | | | | | | | There's also new support for importing code fragments: if a file on sys.path contains a PYD resource with resourcename equal to the name of the module to be imported this PYD resource should contain a (pascal) string with the name of a code fragment to load. This allows freezing Python programs without access to source or a development environment. | ||||
* | Added macimport.c to various files | Jack Jansen | 1998-07-13 | 14 | -5028/+5127 |
| | |||||
* | Add an empty PYTHONPREFSFILE STR resource, so frozen applications | Jack Jansen | 1998-07-13 | 1 | -81/+82 |
| | | | | don't try to open/create the preferences file. | ||||
* | Added a function SetUserItemHandler: this takes a function(dialog, | Jack Jansen | 1998-07-10 | 2 | -0/+110 |
| | | | | | | item) as parameter and returns a handle suitable for passing to SetDialogItem as a user-item redraw routine. Note that you can only make one of these, for now. | ||||
* | Disable malloc debug in frozen programs. | Jack Jansen | 1998-07-01 | 1 | -1/+1 |
| | |||||
* | The init routine for MacOS had a non-standard name. Changed to | Jack Jansen | 1998-07-01 | 2 | -3/+3 |
| | | | | initMacOS(). |