summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge trunkbug_533519jan.nijtmans2012-04-262-20/+30
|\
| * Ensure that Tk_GetHINSTANCE is defined on OSX.dkf2012-04-262-20/+30
| |\
| | * Ensure that Tk_GetHINSTANCE is defined on OSX.dkf2012-04-262-20/+30
| | |\
| | | * Ensure that Tk_GetHINSTANCE is defined on OSX.dkf2012-04-262-20/+30
| | | |
* | | | merge trunkjan.nijtmans2012-04-268-311/+209
|\ \ \ \ | |/ / /
| * | | provide dummy Tk_AttachHWND and friends for OSX as welljan.nijtmans2012-04-261-1/+3
| |\ \ \ | | |/ /
| | * | provide dummy Tk_AttachHWND and friends for OSX as welljan.nijtmans2012-04-261-1/+3
| | |\ \ | | | |/
| | | * provide dummy Tk_AttachHWND and friends for OSX as welljan.nijtmans2012-04-261-1/+3
| | | |
| * | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-267-307/+194
| |\ \ \ | | |/ /
| | * | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-268-370/+256
| | |\ \ | | | |/ | | | | [Bug 3519917]: Snow Leopard unix/Makefile `make test` fail
| | | * [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-2610-572/+343
| | | |\
| | | | * implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-2510-574/+348
| | | |/
| * | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-222-4/+13
| |\ \ \ | | |/ /
| | * | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-222-4/+13
| | |\ \ | | | |/
| | | * [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-222-4/+13
| | | |
* | | | same bugfix, but now applied to trunkjan.nijtmans2012-04-215-58/+18
|\ \ \ \ | |/ / / |/| | |
| * | | unused variablejan.nijtmans2012-04-201-1/+1
| | | |
| * | | fix (hopefully) menu posting in the same way as window placementjan.nijtmans2012-04-2018-127/+114
| |\ \ \ | | | |/ | | |/|
* | | | * generic/tkWindow.c (commands): Ensure that all descriptions ofdkf2012-04-202-10/+14
| | | | | | | | | | | | commands created by Tk are correct.
* | | | Use vroot size in stead of screen size for clipping window coordinates in ↵jan.nijtmans2012-04-208-35/+28
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there.
| * | | Use vroot size in stead of screen size for clipping window coordinates in ↵jan.nijtmans2012-04-208-33/+26
| |\ \ \ | | | |/ | | |/| | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there.
| | * | Use vroot size in stead of screen size for clipping window coordinates in ↵jan.nijtmans2012-04-208-34/+26
| | |\ \ | | | |/ | | | | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there.
| | | * set [wm maxsize] as welljan.nijtmans2012-04-161-0/+1
| | | |
| | | * Fix bug 533519jan.nijtmans2012-04-168-51/+21
| | | |
* | | | merge-markjan.nijtmans2012-04-180-0/+0
|\ \ \ \ | |/ / /
| * | | make some internal tables constjan.nijtmans2012-04-1815-29/+30
| |\ \ \ | | |/ /
| | * | make some more internal tables CONSTjan.nijtmans2012-04-1812-24/+24
| | | |
| * | | compiler warningsdgp2012-04-181-3/+3
| | | |
* | | | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-182-75/+81
|\ \ \ \ | |/ / / | | | | reduce command table size
| * | | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-182-76/+81
| |\ \ \ | | |/ / | | | | reduce command table size
| | * | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-172-67/+71
| | |/ | | | | | | reduce command table size
* | | [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-132-4/+12
|\ \ \ | |/ /
| * | [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-132-4/+12
| |\ \ | | |/
| | * [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-134-10/+18
| | | | | | | | | some more tkInt.decls formatting
* | | re-generate win/configurejan.nijtmans2012-04-121-111/+121
| | |
* | | minor clean-up of tkInt.declsjan.nijtmans2012-04-127-16/+28
|\ \ \ | |/ / | | | | | | disallow colors like xellow configure changes for cygwin
| * | disallow colors like xellowjan.nijtmans2012-04-129-309/+331
| |\ \ | | |/ | | | | | | cleanup tkInt.decls configure changes for cygwin
| | * disallow colors like "xellow"jan.nijtmans2012-04-121-2/+7
| | |
| | * sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-1110-2160/+1638
| | |
| | * make genstubsdgp2012-04-093-980/+971
| | |
* | | [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-062-1/+5
|\ \ \ | |/ /
| * | [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-062-1/+5
| |\ \ | | |/
| | * [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-062-1/+5
| | |
* | | some more cygwin compatibility improvementsjan.nijtmans2012-04-066-28/+37
|\ \ \ | |/ / | | | format tk.decls
| * | some more cygwin compatibility improvementsjan.nijtmans2012-04-068-364/+373
| |\ \ | | |/ | | | format tk.decls like tcl8.5/8.6
| | * some more cygwin compatibility improvementsjan.nijtmans2012-04-0614-19/+24
| | |
| | * format tk.decls like tcl8.5/8.6, re-generiate tk(Int)Decls.hjan.nijtmans2012-04-063-1835/+1590
| | |
* | | gcc warning: signed-unsigned comparejan.nijtmans2012-04-023-87/+565
|\ \ \ | |/ /
| * | gcc warning: signed-unsigned comparejan.nijtmans2012-04-021-2/+2
| |\ \ | | |/
| | * gcc warning: signed-unsigned comparejan.nijtmans2012-04-021-2/+2
| | |