summaryrefslogtreecommitdiffstats
path: root/Demo/sgi
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-164-5/+5
| | | | | | | | | | comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;)
* typos fixed by Rob HooftJeremy Hylton2000-06-282-2/+2
|
* removing more stdwin usersGuido van Rossum2000-05-111-103/+0
|
* removing more stdwin usersGuido van Rossum2000-05-1113-1580/+0
|
* Fix a couple dozen broken ci.append(x, y, z) calls, spotted by Tim.Guido van Rossum2000-02-251-25/+25
|
* Use constants defined in cl module. (Sjoerd)Guido van Rossum1998-10-092-13/+12
|
* Removed unnecessary import of cl and CL. (Sjoerd)Guido van Rossum1998-10-091-1/+0
|
* Fix multi-arg list.append() calls.Guido van Rossum1998-10-082-4/+4
|
* nannifiedGuido van Rossum1998-09-142-466/+466
|
* Hide .fdc files here.Guido van Rossum1997-05-283-2/+3
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-2734-34/+34
|
* Use variables from module cd instead of CD.Sjoerd Mullender1995-04-065-22/+21
|
* Ported the editor to X. The GL version won't work.Sjoerd Mullender1994-12-211-1/+1
| | | | | | | This version needs Jack's img module and Sjoerd's new and improved (?) X extensions for Python. The last GL version is still available using the CVS tag "gl-editor".
* Vgeneric -- used in frozen versionGuido van Rossum1994-10-071-0/+2
|
* print gl variablesGuido van Rossum1994-10-071-0/+20
|
* test cacheGuido van Rossum1994-10-072-0/+83
|
* init -> __init__Guido van Rossum1994-10-072-3/+3
|
* micro changesGuido van Rossum1994-10-078-11/+10
|
* Description of what's hereGuido van Rossum1994-08-301-0/+22
|
* Fixed faulty apply callJack Jansen1994-06-071-1/+1
|
* Rot out all uses of time.milli*().Guido van Rossum1993-12-283-6/+5
|
* Rot out all uses of time.milli*().Guido van Rossum1993-12-281-8/+9
| | | | Slightly improve debug output.
* Rot out all uses of time.milli*().Guido van Rossum1993-12-281-16/+17
| | | | Also change command line options to use seconds for all times.
* Use freeze_form instead of freeze_objectGuido van Rossum1993-12-281-2/+2
|
* And another init incompatibility bites the dust.Sjoerd Mullender1993-12-221-1/+2
|
* Fixed use of aifc module.Sjoerd Mullender1993-12-222-18/+10
|
* Uniformly replaced init() functions by __init__() constructors.Guido van Rossum1993-12-1727-95/+86
| | | | | A few simple things seem to work, I haven't tested it thouroughly though...
* *** empty log message ***Guido van Rossum1993-12-174-17/+21
|
* Fix reference to undefined 'memsize' in calcnframes().Guido van Rossum1993-10-261-2/+2
|
* * Added support for X window interface.Sjoerd Mullender1993-10-121-0/+1
| | | | | | * Moviechannel now uses colormap mode on 8-bit XS Indigo's instead of converting the image to RGB32. * Compression Library support is dependent on USE_CL compile-time flag.
* - VFile: moved decompression code to VideoParams (so it is alsoJack Jansen1993-09-282-14/+44
| | | | | useable via VinFile). - Vcopy: now allows decompression of 'compress' movies.
* Added ability to edit compressed movies.Jack Jansen1993-09-281-0/+3
|
* Sanity check for compress files.Jack Jansen1993-09-281-1/+1
|
* Added autoedit and cancel commands, removed debug outputJack Jansen1993-09-281-4/+9
|
* Don't import gl if not needed.Sjoerd Mullender1993-09-271-3/+10
| | | | Fixed a typo.
* VFile - Added support for creating compression lib moviesJack Jansen1993-07-233-54/+242
| | | | | Vb, VbForm - Compression lib movie support Save settings in ~/.Vb_init
* This module can now be used asynchronously. Also, some commandsJack Jansen1993-07-191-25/+127
| | | | have been added.
* Interface to vcr index files (as created by vcrindex program)Jack Jansen1993-07-191-0/+328
|
* Use module aifc instead of module aiff.Guido van Rossum1993-07-101-8/+8
|
* Mostly cosmetics, e.g. change window titles so icon titles are better,Guido van Rossum1993-06-111-19/+25
| | | | size window back to last size when going from 24bits to 8bits mode, etc.
* Keep top left corner of window where it was when resizing.Guido van Rossum1993-06-111-5/+13
| | | | | | | Keep aspect and max size of window at all times. Remove (now unnecessary) sleep(0.1) in vcr capture code. Add messages when initializing VCR. Remove old comments.
* Fixed another place where set_rgbmode() should be called.Guido van Rossum1993-06-101-3/+13
| | | | Separated out colormap installation (for override by Glx widget).
* Impor VCR at the top. Change the way audio is recorded subtly.Guido van Rossum1993-06-101-3/+2
|
* VCR.py: Use unix files instead of stdio files for tty communication,Guido van Rossum1993-06-102-10/+151
| | | | | | | because of buffering. Also added several new commands (Jack). VFile.py: Made setting of RGB or colormap mode separate methods, so they can be overridden (e.g. when using the Glx.draw widget the way to change the mode is totally different).
* Added 24 bit RGB captureJack Jansen1993-06-082-24/+166
| | | | | | | Added JPEG capture Added multiple-speed VCR sync and single-step VCR sync VCR sync recorded movies get correct timestamps Added (still non-functional) 24-bit picture scaling
* Grab a 24-bit image off the StarterVideoJack Jansen1993-06-081-0/+97
|
* Added jpeg grabberJack Jansen1993-06-081-2/+4
|
* Newss class styleJack Jansen1993-06-081-1/+1
|
* Changed setpf so it understands old-style packfactorsJack Jansen1993-06-011-0/+2
|
* New class syntaxJack Jansen1993-05-251-1/+1
|