Commit Graph

393 Commits

Author SHA1 Message Date
Jack Jansen 5ebca871d9 Allow makefile('rb') or 'wb'. 1996-02-14 16:03:14 +00:00
Jack Jansen c743c8d166 Modified for GUSI 1996-02-14 16:02:30 +00:00
Jack Jansen b852b74c71 For gusi-based python 1996-02-14 16:00:27 +00:00
Jack Jansen 3df881c5a5 GUSI-based python projects 1996-02-14 15:59:34 +00:00
Jack Jansen 2d3f94ebc4 Comment fix 1996-02-14 15:58:30 +00:00
Jack Jansen 3326b672bd Re-binhexed all projects. 1996-01-31 10:21:57 +00:00
Jack Jansen 4fbb6d9a15 Added cmath module 1996-01-29 15:47:19 +00:00
Jack Jansen d390325bbb Modules implementing WWW and URL suite, and a module to control netscape. 1996-01-29 15:45:59 +00:00
Jack Jansen 7e156a70fa Added missing get() method 1996-01-29 15:45:09 +00:00
Jack Jansen bdd0747193 Fixed access to Quickdraw globals. Unfortunately, they now have to be
accessed as Qd.qd.xxxx
1996-01-29 15:44:03 +00:00
Jack Jansen 6c6ad83e54 Set default item for dialog 1996-01-22 14:55:52 +00:00
Jack Jansen 61f3df4543 Added rgbFgColor and a few other members of CGrafPort 1996-01-15 14:39:56 +00:00
Jack Jansen 79fb732d5e Added Fm module 1996-01-15 14:39:11 +00:00
Jack Jansen 3a50f8a51e - Added FontInfo support
- Added (read-)access to members of [C]GrafPort object
1996-01-11 16:17:14 +00:00
Jack Jansen bf220a16aa Added font manager toolbox module 1996-01-09 17:16:52 +00:00
Jack Jansen 195e33efa2 - Fixed bug in getfillable()
- Added setcallback() method to set a user-callback
1996-01-09 17:15:57 +00:00
Jack Jansen 6259af9bbb An interface to the font manager 1996-01-09 17:15:16 +00:00
Jack Jansen c8a9949407 Various fixes/enhancements, thanks to Ivan and Just:
- Added window.SetPort() method
- Added optional bounds and resid parameters to Window.open()
- Fixed apple-menu DA handling
- Fixed activate-event handling
- Added default Application.makeusermenus() (File:Quit only)
1996-01-08 23:50:13 +00:00
Jack Jansen 1d8ede7bbe Fixed GetPen and SetPt arguments 1996-01-08 23:47:31 +00:00
Jack Jansen 04a02e7e11 Added support for PenState and Patterns (and the accompanying qd
globals)
1996-01-06 17:12:58 +00:00
Jack Jansen b539406643 Added support for cursors, and a way to get at the qd global 'arrow' 1996-01-05 18:06:41 +00:00
Jack Jansen 29c612111b A different binhexer, apparently:-( 1996-01-02 12:15:45 +00:00
Jack Jansen 6601964f7b Fixed example 1996-01-02 12:09:30 +00:00
Jack Jansen b678975167 (Minimal) instructions on how to build python from source 1995-12-21 15:40:26 +00:00
Jack Jansen b696b252b3 Added missing newline 1995-12-21 15:38:14 +00:00
Jack Jansen 5a01fe005e Common header file for all plugin modules 1995-12-21 15:37:19 +00:00
Jack Jansen 4f508ad495 Sample image drawing code (not fully functional yet) 1995-12-12 15:05:11 +00:00
Jack Jansen 6f47bf44ca Minor bugfix in keyboard input handling 1995-12-12 15:03:35 +00:00
Jack Jansen 425e9eb6cb - Added color window/pixmap support
- Added support for obtaining pixmap data
- Added OptResObj_* routines for optional handles
1995-12-12 15:02:03 +00:00
Jack Jansen 9cfea10bf2 It now actually works. Also, MovieInWindow and VerySimplePlayer
example programs translated to python and added.
1995-12-09 14:05:56 +00:00
Jack Jansen 232f3cd190 Added support for RGB objects (tuples in python) 1995-12-09 14:04:31 +00:00
Jack Jansen cbc0358e30 Added QuickTime module 1995-12-09 14:01:28 +00:00
Jack Jansen 641e8d7566 Added component mgr and quicktime modules 1995-12-09 14:00:39 +00:00
Jack Jansen 453ced57dc still untested (but it compiles) 1995-11-30 17:42:08 +00:00
Jack Jansen 8b13703fc8 Added Cm.slb, the component mgr interface 1995-11-30 15:16:42 +00:00
Jack Jansen cb4eaadd68 QuickTime support (not yet functional) 1995-11-30 15:03:59 +00:00
Jack Jansen b996856d12 Component mgr support 1995-11-30 15:03:09 +00:00
Jack Jansen 41058c0d0b BitMap object support (only lightly tested) 1995-11-16 22:48:29 +00:00
Jack Jansen 93fa45c9c5 A variation on PICTbrowse.py that displays the picture using
DrawPicture.
1995-11-15 15:20:35 +00:00
Jack Jansen fa4d5d0414 Added converters for Fixed 1995-11-15 15:19:29 +00:00
Jack Jansen b7abb18cd9 Added support for GrafPort object 1995-11-15 15:18:47 +00:00
Jack Jansen 330381cbbb Added (minimal) support for a GrafPort type 1995-11-15 15:18:01 +00:00
Jack Jansen e7bea57d0c Example: control eudora using AppleEvents 1995-11-14 11:35:17 +00:00
Jack Jansen 1dcbcc3abf Sample extension module: InterSLIP control API. 1995-11-14 11:34:17 +00:00
Jack Jansen 4ac724946a Control InterSLIP using modeless dialog, uses FrameWork 1995-11-14 11:33:32 +00:00
Jack Jansen 310c657d75 Control InterSLIP using a modal dialog 1995-11-14 11:32:53 +00:00
Jack Jansen 07043b4573 Browse all PICT resources in the resource chain. Uses SetWindowPic for
display.
1995-11-14 11:32:06 +00:00
Jack Jansen 330f57699f - Added support for PicHandle
- Added (by hand, through winedit.py) support for WindowPeek accessor
  functions that are currently declared as macros.
1995-11-14 10:48:54 +00:00
Jack Jansen a01a8f78cb New universal headers, a few bit-flags were added. 1995-11-14 10:46:59 +00:00
Jack Jansen 54c8f7e4bb - Fixed handling of InsetRect, OffsetRect, MapRect
- Added support for PatHandle, CursHandle
- Regenerated from new universal headers.
1995-11-14 10:46:01 +00:00