summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/win/winedit.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-69/+0
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-13/+11
|
* Allow setting the auto dispose flag on window objects.Jack Jansen2003-04-221-0/+19
|
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-20/+0
| | | | | | TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some TARGET_API_MAC_OSX conditional code is gone, because it is no longer used on OSX-only Python (only in MacPython-OS9).
* Various tweaks to make it everything build and compile again under carbon. ↵Jack Jansen2001-01-091-0/+2
| | | | Mainly greylisted functions.
* Emulate a few more non-carbon calls in carbon and the other way around.Jack Jansen2000-12-191-93/+31
|
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-121-100/+100
|
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-6/+6
|
* Made the core toolbox modules carbon-compatible using the new greylist ↵Jack Jansen2000-06-021-10/+6
| | | | | | feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. Macmodule and macosmodule have also been carbonified. Some functionality is still missing there.
* Added {Get,Set}WindowUserData methods.Jack Jansen1998-10-221-0/+10
|
* Grmpf, a lot more routines have gotten a "Mac" prefix for theirJack Jansen1998-04-241-0/+28
| | | | | | declaration, probably so the universal headers are useable on windows/unix too. Have to think of a more definite workaround later, for now we manually declare the old names in the *edit.py files.
* Added support for GrafPort objectJack Jansen1995-11-151-19/+22
|
* - Added support for PicHandleJack Jansen1995-11-141-0/+95
- Added (by hand, through winedit.py) support for WindowPeek accessor functions that are currently declared as macros.