summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa...jan.nijtmans2013-01-222-5/+7
* Don't use deprecated "case" any more.jan.nijtmans2013-01-151-7/+1
* Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-113-8/+8
* Restructure Tk's stub library: No longer use Tcl_SetResult() for setting the ...jan.nijtmans2013-01-041-59/+86
* [Bug 3588824]: bug in image index handling for weird image namesfvogel2012-11-221-3/+12
* More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-1519-85/+33
* Remove all the long dead mac entries in tk*.decls files jan.nijtmans2012-11-157-1823/+117
* Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, lim...jan.nijtmans2012-09-282-189/+228
* [Bug 3562426]: Context menu goes out of edge of screen. jan.nijtmans2012-08-281-0/+2
* Backport fix for [Bug 3546073]jenglish2012-07-311-5/+2
* [Bug 3541305]: Xfree/Xsync... should not be macrosjan.nijtmans2012-07-081-1/+30
* Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-044-5/+170
* SetOptions.3: minor doc fixjan.nijtmans2012-06-1916-70/+70
* function def in frontjan.nijtmans2012-06-081-1/+1
* Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-082-56/+126
* OXS Tiger Breakagejan.nijtmans2012-06-082-5/+5
* merge core-8-4-branchbug_3508771jan.nijtmans2012-06-054-89/+144
|\
| * Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-014-135/+193
* | merge core-8-4-branchjan.nijtmans2012-05-2911-280/+396
|\ \ | |/
| * Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy...jan.nijtmans2012-05-294-36/+34
| * Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-257-205/+191
| * Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-246-87/+87
| * fix some visual studio warnings, eliminate some ANSI_ARGSjan.nijtmans2012-05-142-9/+9
| * typojan.nijtmans2012-05-141-1/+1
| * implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-145-117/+255
| * Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-093-6/+6
* | merge core-8-4-branchjan.nijtmans2012-05-053-14/+12
|\ \ | |/
| * [Bug 2768586]: Only do menu correction on Windows < Win7jan.nijtmans2012-05-051-53/+70
| |\
| * | unneccessary variablejan.nijtmans2012-05-021-8/+0
* | | merge core-8-4-branchjan.nijtmans2012-05-024-37/+18
|\ \ \ | |/ /
| * | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-024-37/+18
| |\ \
| | * | unused variablejan.nijtmans2012-04-201-1/+1
| | * | fix (hopefully) menu posting in the same way as window placementjan.nijtmans2012-04-2016-125/+97
| | |\ \
* | | | | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-024-308/+310
| |_|_|/ |/| | |
* | | | merge trunkjan.nijtmans2012-04-262-73/+83
|\ \ \ \ | |/ / /
| * | | Ensure that Tk_GetHINSTANCE is defined on OSX.dkf2012-04-261-20/+25
| * | | 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-265-400/+143
| |\ \ \ | |/ / / |/| | |
* | | | implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-256-402/+159
|/ / /
* | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-221-4/+4
| |/ |/|
* | make some more internal tables CONSTjan.nijtmans2012-04-1812-24/+24
* | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-171-65/+62
|/
* [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-132-6/+6
* sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-115-1884/+1344
* make genstubsdgp2012-04-093-980/+971
* [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-061-1/+1
* some more cygwin compatibility improvementsjan.nijtmans2012-04-064-3/+3
* format tk.decls like tcl8.5/8.6, re-generiate tk(Int)Decls.hjan.nijtmans2012-04-063-1835/+1590
* enable cygwin build in /win directory (using mingw-w64 compiler)jan.nijtmans2012-03-261-1/+1
* fix scoping of buf (introduced with fix for [Bug 2809525]jan.nijtmans2012-03-261-1/+1