summaryrefslogtreecommitdiffstats
path: root/Modules/flmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-136/+136
* One NULL should have been 0.Sjoerd Mullender1994-01-031-1/+1
* forms_set_event_call_back: argument of None resets event callback to NULL.Guido van Rossum1993-07-261-0/+2
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-051-122/+83
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-6/+6
* Changes to speed up local variables enormously, by avoiding dictionaryGuido van Rossum1993-03-301-0/+9
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-55/+15
* * 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