Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H | Jack Jansen | 1999-11-05 | 1 | -1/+5 |
| | | | | | since we have these in the current CW release (and probably already had them quite some time, but never added the defines). | ||||
* | Changes to ProgressBar: | Jack Jansen | 1999-11-05 | 1 | -4/+10 |
| | | | | | - Don't crash if max=0 - set() now has an optional max parameter, to set the maximum value. | ||||
* | Typo fixed in docstring; removed unneccesary import. (jvr) | Just van Rossum | 1999-11-04 | 1 | -2/+1 |
| | |||||
* | Adapted to new macmudulefinder.process() API. (jvr) | Just van Rossum | 1999-11-04 | 2 | -8/+18 |
| | |||||
* | - changed the API of process() so it will return a list of missing modules ↵ | Just van Rossum | 1999-11-04 | 1 | -6/+8 |
| | | | | | | | instead of raising an exception. - minor cleanups (jvr) | ||||
* | - windowbounds() now works with multiple screens (window position prefs!) | Just van Rossum | 1999-10-30 | 1 | -5/+12 |
| | | | | | - Minor tab behavior tweak -- jvr | ||||
* | Very minor little things... -- jvr | Just van Rossum | 1999-10-30 | 1 | -4/+13 |
| | |||||
* | New __version__ number (1.0!) -- jvr | Just van Rossum | 1999-10-30 | 2 | -1/+1 |
| | |||||
* | Minor indentation cleanup -- jvr | Just van Rossum | 1999-10-30 | 1 | -1/+1 |
| | |||||
* | String values will now always be shown with quotes, so one can see the ↵ | Just van Rossum | 1999-10-30 | 1 | -3/+1 |
| | | | | difference between the value 2 and the value '2'. -- jvr | ||||
* | MrC also needs BAD_STATIC_FORWARD define. | Jack Jansen | 1999-10-26 | 1 | -0/+3 |
| | |||||
* | AskString always set the dialog id to 257. Fixed. | Jack Jansen | 1999-10-05 | 1 | -1/+0 |
| | |||||
* | Optionally bracket all external declarations of init functions with "ifndef"s. | Jack Jansen | 1999-10-01 | 2 | -4/+4 |
| | |||||
* | vec_longjmp added to list of "forbidden" functions in .exp file. | Jack Jansen | 1999-09-30 | 1 | -1/+1 |
| | |||||
* | CW Pro 5 projects. | Jack Jansen | 1999-09-30 | 33 | -49/+68 |
| | |||||
* | Added module "ce" to list of modules known not to exist on the mac. | Jack Jansen | 1999-09-30 | 1 | -1/+1 |
| | |||||
* | Bigger buffer size for C profiler (if profiling is enabled). | Jack Jansen | 1999-09-30 | 1 | -1/+1 |
| | |||||
* | Optimization: don't try to get a tabsize resource if we know the file | Jack Jansen | 1999-09-30 | 1 | -0/+3 |
| | | | | doesn't have one (stdin and such), OpenRF appears to be an expensive call. | ||||
* | Regenerated, no significant diferences. | Jack Jansen | 1999-09-30 | 1 | -0/+12 |
| | |||||
* | Make macglue.h C++ compatible. | Jack Jansen | 1999-09-30 | 1 | -0/+7 |
| | |||||
* | Distribution files for 1.5.1c1. | Jack Jansen | 1999-09-30 | 5 | -68/+114 |
| | |||||
* | 1.5.2c1 version. | Jack Jansen | 1999-09-30 | 1 | -1/+1 |
| | |||||
* | Initial checkin of IDE scripts. (jvr) | Just van Rossum | 1999-09-26 | 19 | -0/+334 |
| | |||||
* | Added support for global default font settings. (jvr) | Just van Rossum | 1999-09-26 | 2 | -23/+33 |
| | |||||
* | 1) added "typingcasesens" keyword arg to constructor, and support for case ↵ | Just van Rossum | 1999-09-26 | 1 | -8/+20 |
| | | | | | | | sensitive typing in lists. 2) minor cleanups (jvr) | ||||
* | added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr) | Just van Rossum | 1999-09-26 | 1 | -1/+9 |
| | |||||
* | added getdefaultfont() function. Returns default font settings. (jvr) | Just van Rossum | 1999-09-26 | 1 | -0/+6 |
| | |||||
* | 1 - added "set default window font" menu | Just van Rossum | 1999-09-26 | 1 | -2/+7 |
| | | | | | 2 - updated scripts folder location (jvr) | ||||
* | minor cleanup, avoiding rare traceback (jvr) | Just van Rossum | 1999-09-26 | 1 | -1/+1 |
| | |||||
* | Removed availabe() method again: even on PPC it sometimes returns 1 while | Jack Jansen | 1999-08-23 | 2 | -104/+0 |
| | | | | quicktime isn't available. Use gestalt in stead for this functionality. | ||||
* | Return MacOS.Error in stead of RuntimeError in case of failure so the user | Jack Jansen | 1999-08-23 | 1 | -6/+3 |
| | | | | gets a reasonable explanation in stead of a large negative number. | ||||
* | Added available() method, which checks whether quicktime is installed at all (by | Jack Jansen | 1999-08-04 | 2 | -0/+104 |
| | | | | testing whether EnterMovies points to an actual routine or is a null pointer). | ||||
* | Drag module added. | Jack Jansen | 1999-07-05 | 1 | -0/+2 |
| | |||||
* | Don't set type of application, it's taken care of elsewhere -- jvr | Just van Rossum | 1999-06-30 | 1 | -2/+0 |
| | |||||
* | Drag manager constants. | Jack Jansen | 1999-06-23 | 1 | -0/+59 |
| | |||||
* | mod from Joe Strout: when quitting, catch errors in window.close() methods ↵ | Just van Rossum | 1999-06-22 | 1 | -1/+4 |
| | | | | and ignore them. Otherwise one can never quit. | ||||
* | Initial minimal test program: print information on anything dropped onto Python | Jack Jansen | 1999-06-21 | 1 | -0/+43 |
| | | | | window. | ||||
* | Print something on stderr in case of exceptions in callback routines. | Jack Jansen | 1999-06-21 | 2 | -6/+18 |
| | |||||
* | Drag manager interface (completely untested, so far) | Jack Jansen | 1999-06-21 | 5 | -0/+1447 |
| | |||||
* | Added an "optional" directive, that will include a module if it is available | Jack Jansen | 1999-06-04 | 2 | -3/+6 |
| | | | | but not complain if it isn't (giving an ImportError when the frozen code is run). | ||||
* | Oliver Steele writes: | Just van Rossum | 1999-05-21 | 1 | -2/+20 |
| | | | | | | | """Despite the best intentions of Anarchie and Internet Explorer, I often end up with Python source files (and other text files that I'd like to edit with PythonIDE) that use '\n' instead of '\r' as a line separator (and therefore sh | ||||
* | Bill Bedford's Apple Data Detector extensions for Python. Unchanged, except ↵ | Jack Jansen | 1999-04-25 | 4 | -0/+60 |
| | | | | for the readme filename. Untested too, because I don't have ADD/IAD installed yet. | ||||
* | added 'org.python.core' to the maymiss list (pickly.py tries to import it, ↵ | Just van Rossum | 1999-04-24 | 1 | -1/+2 |
| | | | | probably for JPython support) -- jvr | ||||
* | removed two redundant lines -- jvr | Just van Rossum | 1999-04-24 | 1 | -2/+0 |
| | |||||
* | - made "Save options..." dialog more generic, so it's also usable from RoboFog | Just van Rossum | 1999-04-22 | 1 | -4/+5 |
| | | | | | - mark file as dirty after changing the creator of the file so we can_save... -- jvr | ||||
* | fixed glitch when scrolling very long files -- jvr | Just van Rossum | 1999-04-22 | 1 | -1/+1 |
| | |||||
* | improved scrollbar delay behavior -- jvr | Just van Rossum | 1999-04-21 | 1 | -2/+5 |
| | |||||
* | Class around PixMap objects that allows more python-like access. By Joe Strout. | Jack Jansen | 1999-04-13 | 1 | -0/+216 |
| | |||||
* | Removed reference to the PSA (PSA membership no longer needed for CVS | Jack Jansen | 1999-04-12 | 1 | -13/+14 |
| | | | | | access). New location for MacCVS. | ||||
* | Oops, try again. Test checkin (empty line) to see whether the new ↵ | Jack Jansen | 1999-04-09 | 1 | -1/+0 |
| | | | | mailman-based PythonMac-checkins mailing list works. |