summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added MenuItem methods setstyle(), seticon(), setmark()Jack Jansen1996-04-231-0/+12
|
* Extension to wed that handles styles, fonts and sizesJack Jansen1996-04-231-0/+627
|
* Made style and soup handles optionalJack Jansen1996-04-233-17/+27
|
* An interface to the WASTE textedit replacement library.Jack Jansen1996-04-192-209/+565
|
* Keep .exp files in cvs treeJack Jansen1996-04-199-0/+38
|
* Copy .exp files to mwerks project directory too.Jack Jansen1996-04-191-6/+27
|
* An example of wasteJack Jansen1996-04-191-0/+421
|
* - Confine window moves to screen boundariesJack Jansen1996-04-191-9/+35
| | | | | | | | | - Added windowbounds() function to help programmer with staggering windows - Added event parameter to idle routine - Added settext(label) method to menu entries - Erase/invalidate only visRgn in stead of everything - Correctly handle clicks in inactive ControlWindows
* Minimal waste test program, modified from ttedit.Jack Jansen1996-04-191-0/+86
|
* Added documentation on FrameWork, TextEdit and WasteJack Jansen1996-04-196-36/+291
| | | | Updated minor things in the other documents (pathnames, etc)
* Use FrameWork.windowbounds(), fixed idle routineJack Jansen1996-04-191-18/+8
|
* Idle callback is now supplied with the null event causing it.Jack Jansen1996-04-191-1/+1
|
* Fixed code generated for an argument of type ****Jack Jansen1996-04-161-1/+2
|
* Fixed ScrolledWindow to disable scrollbars if everything is visible.Jack Jansen1996-04-161-8/+48
|
* Added correct handling of cut/paste menu enabling, scroll barsJack Jansen1996-04-161-15/+88
|
* Removed ...gen.py files from repositoryJack Jansen1996-04-1613-4878/+0
|
* Added support for accessing a few more TERec membersJack Jansen1996-04-162-8/+32
|
* An interface to WASTE, an all-singing-all-dancing TextEdit replacementJack Jansen1996-04-163-0/+1955
|
* An interface to WASTE, an all-singing-all-dancing TextEdit replacement.Jack Jansen1996-04-161-0/+86
|
* Clarified working directory stuff, added some paragraphs on usingJack Jansen1996-04-151-180/+262
| | | | import and reload() to run scripts.
* Moved customization to bgenlocations.py module.Guido van Rossum1996-04-122-6/+13
|
* Added missing setport call to mkdistr_ui, and added scrap toJack Jansen1996-04-122-0/+2
| | | | mkpluginaliases.
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-1233-29/+114
| | | | Lib:toolbox folder.
* Added scrap managerJack Jansen1996-04-121-0/+4
|
* Fixed a nasty bug where FindControl could return a reference to aJack Jansen1996-04-124-4/+7
| | | | destroyed python object.
* Interface to the scrap managerJack Jansen1996-04-123-0/+308
|
* Added ScrolledWindow (a window with one or two scrollbars)Jack Jansen1996-04-122-2/+172
|
* Don't atoi() the memo key.Guido van Rossum1996-04-121-7/+16
| | | | Use atoi(), atol(), atof() instead of load_atomic for seed-up.
* A simple scrollbar-less single-font (but multi-window) textJack Jansen1996-04-111-0/+276
| | | | editor. More to come...
* Fixed ttedit to actually workJack Jansen1996-04-112-15/+7
| | | | Fixed minor update bug in tlist
* Added enable(onoff) method to menus and menu itemsJack Jansen1996-04-111-0/+11
|
* Added lost docs for crypt module.Guido van Rossum1996-04-106-0/+50
|
* Added warning on memory use of tcl/tkJack Jansen1996-04-101-2/+4
|
* rebinhexedJack Jansen1996-04-102-4/+4
|
* Added a region arg to update callsJack Jansen1996-04-103-6/+6
|
* Added a tutorialJack Jansen1996-04-102-1/+284
|
* Added region arg to update calls. And binhex files rebinhexed.Jack Jansen1996-04-109-281/+357
|
* Binhex gif files too.Jack Jansen1996-04-101-1/+2
|
* Changed to allow the user to do partial buildsJack Jansen1996-04-101-7/+33
|
* Moved a button in the message dialog. and everything got binhexed again.Jack Jansen1996-04-103-306/+308
|
* Added region argument to various ...Update calls.Jack Jansen1996-04-105-10/+14
| | | | Also, some rsrc files got rebinhexed (sigh)
* Replaced various dummy updateRegions by real argumentsJack Jansen1996-04-1015-21/+43
|
* TextEdit sample code (not yet complete)Jack Jansen1996-04-102-0/+102
|
* Added TextEdit interfaceJack Jansen1996-04-101-0/+56
|
* Interface to TextEdit toolboxJack Jansen1996-04-103-0/+1179
|
* Create files as temp file and move to real location only when complete.Guido van Rossum1996-04-091-7/+22
| | | | Added some try-except statements around listdir and mkdir operations.
* Separate readline initialization into new function PyOS_ReadlineInit().Guido van Rossum1996-04-091-7/+14
| | | | For Dave Ascher's readline extensions.
* Add list() method, analogous to tuple().Guido van Rossum1996-04-091-0/+36
|
* Under NT, interface to mysterious module registry. (Mark H.)Guido van Rossum1996-04-091-0/+8
|
* Under NT, change "long" sharedlib extension to ".dll". (Mark H.)Guido van Rossum1996-04-091-1/+1
|