index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
stdwinmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffled include's around (name conflict on Mac wrt teclick())
Jack Jansen
1995-08-14
1
-4/+3
*
changes for MPW
Guido van Rossum
1995-03-09
1
-4/+4
*
Changed the way mac mainloop event checking is turned off
Jack Jansen
1995-01-27
1
-2/+4
*
Added a global 'stdwin is active' flag.
Jack Jansen
1995-01-26
1
-0/+3
*
unused vars
Guido van Rossum
1995-01-26
1
-2/+1
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-110/+116
*
* import.c (get_module): total rewrite, to ensure proper search order: for
Guido van Rossum
1993-11-17
1
-0/+13
*
* stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is
Guido van Rossum
1993-10-18
1
-1/+90
*
Final touch before release.
Guido van Rossum
1993-07-29
1
-1/+16
*
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum
1993-06-17
1
-8/+17
*
* stdwinmodule.c: various new commands: setwin{pos,size},
Guido van Rossum
1993-02-08
1
-0/+275
*
* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum
1993-01-26
1
-1/+9
*
Added separate main program for the Mac: macmain.c
Guido van Rossum
1993-01-21
1
-4/+12
*
* Makefile: added IMGFILE; moved some stuff around.
Guido van Rossum
1992-09-17
1
-13/+1
*
classobject.c moduleobject.c stdwinmodule.c xxobject.c:
Guido van Rossum
1992-09-04
1
-6/+21
*
* Makefile: cosmetics
Guido van Rossum
1992-08-05
1
-1/+35
*
added WE_KEY detail format to stdwinmodule.c.
Guido van Rossum
1992-06-30
1
-0/+6
*
Changes for new UNIX-specific built-in module 'select' and new header for
Guido van Rossum
1992-06-23
1
-0/+16
*
Use mkvalue() instead of painfully constructing values
Guido van Rossum
1992-04-13
1
-80/+12
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
Fixed getargs() call in setfont.
Guido van Rossum
1992-02-05
1
-6/+10
*
Use getargs() function.
Guido van Rossum
1992-01-27
1
-153/+123
*
Add method to call wsetactive(win).
Guido van Rossum
1992-01-26
1
-0/+13
*
Added close method for menus.
Guido van Rossum
1992-01-14
1
-8/+45
*
Change errors into new StdwinError.
Guido van Rossum
1991-12-16
1
-11/+11
*
Use new exceptions.
Guido van Rossum
1991-12-10
1
-8/+9
*
Enclosed method lists in braces.
Guido van Rossum
1991-11-27
1
-24/+82
*
Added __dict__ attributes all over the place.
Guido van Rossum
1991-10-20
1
-18/+36
*
Added getxwindowin() method
Guido van Rossum
1991-07-27
1
-0/+14
*
printobject now returns an error code
Guido van Rossum
1991-06-07
1
-1/+2
*
Don't suppress wsetfont("");
Guido van Rossum
1991-06-03
1
-28/+47
*
Added text.setactive and text.setview.
Guido van Rossum
1991-05-28
1
-5/+37
*
Added xor functions.
Guido van Rossum
1991-05-14
1
-9/+46
*
Added many new functions
Guido van Rossum
1991-05-05
1
-10/+71
*
Add filled drawing methods and polygon methods.
Guido van Rossum
1991-04-16
1
-26/+118
*
Fix window.setfont() to call drawing_setfont internally.
Guido van Rossum
1991-04-04
1
-6/+3
*
More flexible font setting (mainly for the Mac).
Guido van Rossum
1991-04-04
1
-4/+47
*
Added font, color and default scroll bars interfaces.
Guido van Rossum
1991-04-03
1
-1/+141
*
Return value of drawing_generic was ignored! Foo!
Guido van Rossum
1991-03-06
1
-7/+7
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
Call winit() here instead of in main initialization.
Guido van Rossum
1991-02-19
1
-10/+16
*
Add getdefwinpos, getdefwinsize;
Guido van Rossum
1991-02-13
1
-3/+35
*
Added pollevent(); returns None if no event available.
Guido van Rossum
1991-01-16
1
-8/+38
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-13/+2
*
Turn close commands into WE_CLOSE events.
Guido van Rossum
1990-11-06
1
-13/+7
*
Added w.setwincursor(), selection, and new cut buffer interface.
Guido van Rossum
1990-10-30
1
-5/+103
*
Change set/getcutbuffer to use the new stdwin interface.
Guido van Rossum
1990-10-30
1
-4/+8
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+1520