summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* unneccessary variablejan.nijtmans2012-05-021-8/+0
* [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
| |\
* | | 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
* [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-43/+51
* [bug 3505358 ] invalid color name "#f75df642f527"jan.nijtmans2012-03-151-0/+2
* _Xconst -> CONSTjan.nijtmans2012-02-212-2/+2
* [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-156-5/+73
|\
| * improved, faster implementations of XParseColor and TkParseColorbug_3486474jan.nijtmans2012-02-122-28/+35
| * let Tk_NameOfColor output a shorter color-name, when possiblejan.nijtmans2012-02-111-0/+15
| * proposed fix for bug-3486474jan.nijtmans2012-02-105-5/+67
|/
* Bug-2433260: non-critical error in Tk_PhotoPutBlockjan.nijtmans2012-01-251-3/+3
* [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]jan.nijtmans2011-11-171-0/+1
* Add dummy user_data field to XVirtualEvent, for improved upwards compatibilit...jan.nijtmans2011-10-111-0/+5
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-163-16/+1
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-132-4/+4
* [Bug 3175610]: Incomplete refresh of line items.dgp2011-06-101-2/+5
* Purge RCS Keywords.dgp2011-06-08105-209/+0
* Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-061-1/+19
* [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+1
* [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One mo...jan.nijtmans2011-03-281-5/+7
* [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-252-5/+5
* [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-122-7/+11
* generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time,jenglish2010-02-171-4/+5
* Apply (upgraded) version of [Patch 1469210].dkf2009-10-222-47/+87
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-2/+3
* [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-221-1/+13
* * generic/tk.h: Restore _TCL guards around tcl.h inclusion to restoredgp2009-04-091-1/+3
* [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to avoi...patthoyts2009-02-281-1/+8
* * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS Xdas2009-02-062-3/+12
* * generic/tkPort.h: remove the ../unix/ header dir as the buildhobbs2008-11-041-2/+2
* Fix for [Bug 2010422]: account for X11 changing constant LASTEvent.jenglish2008-08-061-9/+7
* * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore adas2008-06-121-6/+4
* * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-171-4/+5
* * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-071-2/+1