summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Added SetFolder method which sets Standard File initial folderJack Jansen1996-07-221-0/+29
|
* Added PyOS_CheckStack() function which returns -1 when we are runningJack Jansen1996-07-221-0/+14
| | | | low on stackspace.
* Added USE_STACKCHECK defineJack Jansen1996-07-225-0/+8
|
* - Added a file dialog exampleJack Jansen1996-07-184-2/+132
| | | | - Added pointers to library documentation
* Old names changed to Py_GetCopyright, etc.Jack Jansen1996-07-104-6/+6
|
* inittab is a "struct _inittab".Jack Jansen1996-07-101-4/+1
|
* Given a module/pathname file created by findmodulefiles compile allJack Jansen1996-07-101-0/+39
| | | | needed modules and create a file full of PYC resources.
* Use py_resource moduleJack Jansen1996-05-311-46/+10
|
* Module to handle PYC resourcesJack Jansen1996-05-311-0/+76
|
* PyMac_GetFixed() didn't return 1 on successJack Jansen1996-05-311-0/+1
|
* Modified for 1.3.3 distributionJack Jansen1996-05-201-17/+10
|
* Added splash method (to quickly display splash screen without firstJack Jansen1996-05-201-0/+20
| | | | having to load a zillion extension modules)
* Added wasteJack Jansen1996-05-201-0/+6
|
* Fixed callback handling on 68K machines.Jack Jansen1996-05-202-16/+22
|
* re-binhexed for 1.3.3 distributionJack Jansen1996-05-206-237/+239
|
* Added waste and _tkinter modulesJack Jansen1996-05-201-0/+2
|
* Recreated tkpython.rsrc, upped version numberJack Jansen1996-05-204-3486/+3567
|
* Added USE_WASTE defineJack Jansen1996-05-201-0/+1
|
* Fixed up for 1.3.3 distribution, removed various old (and nuused)Jack Jansen1996-05-2019-8984/+5114
| | | | project files.
* Export OptResObj_{New,Convert}Jack Jansen1996-05-201-0/+2
|
* Changed for 1.3.3 distributionJack Jansen1996-05-202-17/+144
|
* Added _id attribute to GrafPort objects (real id of grafport, numeric)Jack Jansen1996-05-082-3/+6
|
* Fixed reference to cr/lf problemsJack Jansen1996-05-071-2/+2
|
* A version of swed that can import html files. Also demonstratesJack Jansen1996-05-071-0/+826
| | | | implementing object handlers in Python.
* Added call to initialize standard (i.e. implemented in C) embeddedJack Jansen1996-05-071-0/+1
| | | | object handlers
* Added support for callbacks (for embedded objects)Jack Jansen1996-05-073-4/+453
|
* Added MenuItem methods setstyle(), seticon(), setmark()Jack Jansen1996-04-231-0/+12
|
* Extension to wed that handles styles, fonts and sizesJack Jansen1996-04-231-0/+627
|
* Made style and soup handles optionalJack Jansen1996-04-233-17/+27
|
* An interface to the WASTE textedit replacement library.Jack Jansen1996-04-192-209/+565
|
* Keep .exp files in cvs treeJack Jansen1996-04-199-0/+38
|
* Copy .exp files to mwerks project directory too.Jack Jansen1996-04-191-6/+27
|
* An example of wasteJack Jansen1996-04-191-0/+421
|
* - Confine window moves to screen boundariesJack Jansen1996-04-191-9/+35
| | | | | | | | | - Added windowbounds() function to help programmer with staggering windows - Added event parameter to idle routine - Added settext(label) method to menu entries - Erase/invalidate only visRgn in stead of everything - Correctly handle clicks in inactive ControlWindows
* Minimal waste test program, modified from ttedit.Jack Jansen1996-04-191-0/+86
|
* Added documentation on FrameWork, TextEdit and WasteJack Jansen1996-04-196-36/+291
| | | | Updated minor things in the other documents (pathnames, etc)
* Use FrameWork.windowbounds(), fixed idle routineJack Jansen1996-04-191-18/+8
|
* Idle callback is now supplied with the null event causing it.Jack Jansen1996-04-191-1/+1
|
* Fixed code generated for an argument of type ****Jack Jansen1996-04-161-1/+2
|
* Fixed ScrolledWindow to disable scrollbars if everything is visible.Jack Jansen1996-04-161-8/+48
|
* Added correct handling of cut/paste menu enabling, scroll barsJack Jansen1996-04-161-15/+88
|
* Removed ...gen.py files from repositoryJack Jansen1996-04-1613-4878/+0
|
* Added support for accessing a few more TERec membersJack Jansen1996-04-162-8/+32
|
* An interface to WASTE, an all-singing-all-dancing TextEdit replacementJack Jansen1996-04-163-0/+1955
|
* An interface to WASTE, an all-singing-all-dancing TextEdit replacement.Jack Jansen1996-04-161-0/+86
|
* Clarified working directory stuff, added some paragraphs on usingJack Jansen1996-04-151-180/+262
| | | | import and reload() to run scripts.
* Added missing setport call to mkdistr_ui, and added scrap toJack Jansen1996-04-122-0/+2
| | | | mkpluginaliases.
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-1233-29/+114
| | | | Lib:toolbox folder.
* Added scrap managerJack Jansen1996-04-121-0/+4
|
* Fixed a nasty bug where FindControl could return a reference to aJack Jansen1996-04-124-4/+7
| | | | destroyed python object.