Jack Jansen
|
871a8897f2
|
Fixed the password dialog to use a password control.
Aligned all sizes and such the HIG standards (I think).
|
1999-12-13 15:37:48 +00:00 |
|
Jack Jansen
|
cc38688889
|
Updated Message, question, YNC and progress dialogs for Appearance. Password
remains to be done, and maybe we should convert everything to movablemodal too
and make things like question look nicer.
|
1999-12-12 22:57:51 +00:00 |
|
Jack Jansen
|
2d76c25f59
|
In places where a ResObj is expected for PyArg_Parse and the object passed in isn't but it does have an as_Resource method use that. This makes life a lot easier
for appearance portability (and was needed anyway).
|
1999-12-12 22:57:29 +00:00 |
|
Jack Jansen
|
c5d0959a22
|
Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support, and added workaround for non-existing calls for 68K.
Static 68K Python still has a tk problem.
|
1999-12-12 21:56:56 +00:00 |
|
Jack Jansen
|
a05ac607d7
|
Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.
|
1999-12-12 21:41:51 +00:00 |
|
Jack Jansen
|
608b3fa801
|
Dummy functions which return unimpErr for lots of toolbox calls that are unavailable for 68K. This way we don't have to disable thm in bgen, so we
can still use them on PPC.
|
1999-12-12 21:38:29 +00:00 |
|
Jack Jansen
|
8bb573e2ab
|
Oops, PLstring funcs should be "pascal". Funny this never caused problems before...
|
1999-12-12 21:37:14 +00:00 |
|
Jack Jansen
|
d6bc4e7fc0
|
New appearance mgr support. This appears (no pun intended) to have some problems that I'll fix tonight, so don't check it out.
|
1999-12-10 16:16:19 +00:00 |
|
Jack Jansen
|
d6ecfea8de
|
Changed appearance-dialogs to new WDEF values. Also undid silly change of
button types in those dialogs.
|
1999-12-09 22:54:42 +00:00 |
|
Jack Jansen
|
a6107f75c1
|
Regenerated, and manually massaged (sigh): there can now be comments after enum defs, and bgen doesn't understand this yet.
|
1999-12-09 22:51:01 +00:00 |
|
Jack Jansen
|
24c353144a
|
Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few routines that seem to be missing in my CW Pro 5.1.
|
1999-12-09 22:49:51 +00:00 |
|
Jack Jansen
|
d60069cf2e
|
Added USE_APPEARANCE flag.
|
1999-12-09 22:48:29 +00:00 |
|
Jack Jansen
|
229c0868fe
|
Changes by Corran Webster to support {Get,Set}ControlData and
HandleControlClick. Untested.
|
1999-12-09 16:03:50 +00:00 |
|
Jack Jansen
|
4d56ecf690
|
Minimal test of Dlg.SetControlData by Corran Webster: draw a default
ring around a button. Mainly here so I can transfer it home:-)
|
1999-12-09 15:36:36 +00:00 |
|
Jack Jansen
|
8f5725af60
|
First bits and pieces of appearance support: an init routine, a global flag PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE
is off the code is disabled (but the variables are still there, set to 0).
|
1999-12-07 23:08:10 +00:00 |
|
Jack Jansen
|
b70699bcc5
|
Set the finder "is shared" bit, by request of Joe Strout. It seems this allows multiple simultaneous copies to be run from a server, and Applets shouldn't
write their datafork so it appears safe.
|
1999-12-03 23:38:05 +00:00 |
|
Jack Jansen
|
75e62f2201
|
Allow for 12 arguments max, in stead of 8. Untested.
|
1999-12-03 23:35:47 +00:00 |
|
Jack Jansen
|
0c3e4b6ca1
|
Default schedparams set to (0,0): no event-intervention by Python mainloop. This
was always meant to be the default, and the new example-2 was pretty critical
of this.
|
1999-12-03 16:08:50 +00:00 |
|
Jack Jansen
|
dd206899db
|
Standalone.html is long obsolete. Added description of BuildApplication
process to freezing.html.
|
1999-12-03 16:00:20 +00:00 |
|
Jack Jansen
|
2450a25fcd
|
New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip
module.
|
1999-12-03 15:15:28 +00:00 |
|
Jack Jansen
|
43fd1f75db
|
Give a warning if system-wide sys.argv processing is off (because then we
may have missed an applet being dropped on us). This may fix the obscure bug
Tony Ingraldi was experiencing.
|
1999-12-02 22:52:12 +00:00 |
|
Jack Jansen
|
f941acda60
|
Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H
since we have these in the current CW release (and probably already had them
quite some time, but never added the defines).
|
1999-11-05 15:54:46 +00:00 |
|
Jack Jansen
|
58fa818c08
|
Changes to ProgressBar:
- Don't crash if max=0
- set() now has an optional max parameter, to set the maximum value.
|
1999-11-05 15:53:10 +00:00 |
|
Just van Rossum
|
29e5184491
|
Typo fixed in docstring; removed unneccesary import. (jvr)
|
1999-11-04 10:30:13 +00:00 |
|
Just van Rossum
|
2e5b0f2166
|
Adapted to new macmudulefinder.process() API. (jvr)
|
1999-11-04 10:28:59 +00:00 |
|
Just van Rossum
|
8ff52764ef
|
- changed the API of process() so it will return a list of missing modules instead of raising an exception.
- minor cleanups
(jvr)
|
1999-11-04 10:28:00 +00:00 |
|
Just van Rossum
|
66e53854d6
|
- windowbounds() now works with multiple screens (window position prefs!)
- Minor tab behavior tweak
-- jvr
|
1999-10-30 11:49:07 +00:00 |
|
Just van Rossum
|
7171df3e7e
|
Very minor little things... -- jvr
|
1999-10-30 11:46:18 +00:00 |
|
Just van Rossum
|
afca4153a5
|
New __version__ number (1.0!) -- jvr
|
1999-10-30 11:45:16 +00:00 |
|
Just van Rossum
|
5f740070b1
|
Minor indentation cleanup -- jvr
|
1999-10-30 11:44:25 +00:00 |
|
Just van Rossum
|
460ff20cd6
|
String values will now always be shown with quotes, so one can see the difference between the value 2 and the value '2'. -- jvr
|
1999-10-30 11:43:25 +00:00 |
|
Jack Jansen
|
32a15adeab
|
MrC also needs BAD_STATIC_FORWARD define.
|
1999-10-26 09:25:32 +00:00 |
|
Jack Jansen
|
231fffe1d4
|
AskString always set the dialog id to 257. Fixed.
|
1999-10-05 08:54:17 +00:00 |
|
Jack Jansen
|
91cae85c32
|
Optionally bracket all external declarations of init functions with "ifndef"s.
|
1999-10-01 08:28:01 +00:00 |
|
Jack Jansen
|
2afc2c74cd
|
vec_longjmp added to list of "forbidden" functions in .exp file.
|
1999-09-30 19:48:49 +00:00 |
|
Jack Jansen
|
70d784979c
|
CW Pro 5 projects.
|
1999-09-30 19:47:33 +00:00 |
|
Jack Jansen
|
a856d9f450
|
Added module "ce" to list of modules known not to exist on the mac.
|
1999-09-30 11:21:24 +00:00 |
|
Jack Jansen
|
e742487ca5
|
Bigger buffer size for C profiler (if profiling is enabled).
|
1999-09-30 11:20:11 +00:00 |
|
Jack Jansen
|
fac3008e77
|
Optimization: don't try to get a tabsize resource if we know the file
doesn't have one (stdin and such), OpenRF appears to be an expensive call.
|
1999-09-30 11:19:16 +00:00 |
|
Jack Jansen
|
4cc9562781
|
Regenerated, no significant diferences.
|
1999-09-30 11:17:15 +00:00 |
|
Jack Jansen
|
c7fda7e195
|
Make macglue.h C++ compatible.
|
1999-09-30 11:14:49 +00:00 |
|
Jack Jansen
|
9a41aa8a5a
|
Distribution files for 1.5.1c1.
|
1999-09-30 11:13:31 +00:00 |
|
Jack Jansen
|
9f678a1c2c
|
1.5.2c1 version.
|
1999-09-30 11:12:13 +00:00 |
|
Just van Rossum
|
a840fca155
|
Initial checkin of IDE scripts. (jvr)
|
1999-09-26 12:25:06 +00:00 |
|
Just van Rossum
|
b7ad821f02
|
Added support for global default font settings. (jvr)
|
1999-09-26 12:21:32 +00:00 |
|
Just van Rossum
|
03bca30ea1
|
1) added "typingcasesens" keyword arg to constructor, and support for case sensitive typing in lists.
2) minor cleanups
(jvr)
|
1999-09-26 12:20:08 +00:00 |
|
Just van Rossum
|
2a75909980
|
added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr)
|
1999-09-26 12:18:19 +00:00 |
|
Just van Rossum
|
c2dab4866e
|
added getdefaultfont() function. Returns default font settings. (jvr)
|
1999-09-26 12:17:04 +00:00 |
|
Just van Rossum
|
2028b59db4
|
1 - added "set default window font" menu
2 - updated scripts folder location
(jvr)
|
1999-09-26 12:16:22 +00:00 |
|
Just van Rossum
|
cee9a48ea8
|
minor cleanup, avoiding rare traceback (jvr)
|
1999-09-26 12:11:50 +00:00 |
|