summaryrefslogtreecommitdiffstats
path: root/Modules/flmodule.c
Commit message (Expand)AuthorAgeFilesLines
* * bltinmodule.c: added built-in function cmp(a, b)Guido van Rossum1992-10-181-4/+3
* * Makefile: added IMGFILE; moved some stuff around.Guido van Rossum1992-09-171-12/+75
* Use getargs() everywhere now. Standardize lay-out yet more (an ongoingGuido van Rossum1992-09-031-196/+248
* Modified to allow other threads to run in a multithreaded environment.Jack Jansen1992-08-131-1/+27
* * Makefile: cosmeticsGuido van Rossum1992-08-051-3/+1
* fixed bugs in generic_setattr (returned NULL instead ofGuido van Rossum1992-06-031-2/+2
* in form_dealloc, only hide the form if it's visibleGuido van Rossum1992-04-081-1/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added forms_(de)activate_all_forms functions; minor lay-out fixes.Guido van Rossum1992-03-271-18/+40
* Got rid of display_form() (same as show_form()).Guido van Rossum1992-03-241-15/+0
* Implemented show_choice(); moved items around a little bit.Guido van Rossum1992-03-231-9/+47
* Use getargs() function.Guido van Rossum1992-01-271-184/+41
* Hide forms before discarding them.Guido van Rossum1991-12-161-0/+1
* Support for FORMS 2.0.Guido van Rossum1991-12-101-33/+170
* Fixed duplicate use of OFF macro.Guido van Rossum1991-11-191-0/+6
* Finally added form attributes.Guido van Rossum1991-11-121-5/+38
* Done a little bit about garbage collection.Guido van Rossum1991-10-201-103/+218
* Return window ID of form (later should use attr list liek objects).Guido van Rossum1991-09-131-0/+2
* Fixed almost all list errors.Guido van Rossum1991-08-081-16/+20
* Lots of cosmetic changes.Guido van Rossum1991-08-081-310/+325
* Adde get_mouse and find_first/find_last (by robertl)Guido van Rossum1991-08-081-0/+72
* Initial revisionGuido van Rossum1991-08-071-0/+2177