summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Implement XFlush and various others for win32 as stubs, so win32 extensions u...jan.nijtmans2012-05-311-18/+0
* Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-311-0/+9
|\
| * merge core-8-4-branch, still to be tested on Unixtobetestedjan.nijtmans2012-05-291-9/+9
| |\
| | * Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-251-23/+30
* | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-162-12/+17
|\ \ \ | |/ /
| * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-162-3/+7
| |\ \ | | |/
* | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-0/+15
|\ \ \ | |/ /
| * | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-0/+15
| |\ \ | | |/
| | * Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-0/+15
* | | [Bug 2768586]: Menu posting problem on dual monitorsjan.nijtmans2012-05-041-1/+1
|\ \ \ | |/ /
* | | sync tcl.m4 with Tcl versionjan.nijtmans2012-05-022-10/+2
|\ \ \ | |/ /
| * | sync tcl.m4 with Tcl versionjan.nijtmans2012-05-022-11/+23
* | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-261-16/+0
|\ \ \ | |/ /
| * | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-262-16/+13
| |\ \ | | |/
| | * implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-253-171/+188
* | | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-181-2/+9
|\ \ \ | |/ /
| * | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-181-2/+9
| |\ \ | | |/
| | * make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-171-2/+9
* | | minor clean-up of tkInt.declsjan.nijtmans2012-04-122-0/+6
|\ \ \ | |/ /
| * | disallow colors like xellowjan.nijtmans2012-04-122-0/+6
| |\ \ | | |/
| | * sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-112-116/+121
| | * some more cygwin compatibility improvementsjan.nijtmans2012-04-062-0/+0
* | | gcc warning: signed-unsigned comparejan.nijtmans2012-04-021-3/+135
|\ \ \ | |/ /
* | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-04-021-4/+37
|\ \ \ | |/ /
| * | re-generate configurejan.nijtmans2012-04-011-3/+135
| * | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-3/+35
| |\ \ | | |/
| | * implementation ready for further field-testsbug_3511806jan.nijtmans2012-03-292-183/+284
* | | [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-17/+6
|\ \ \ | |/ /
| * | [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-17/+6
| |\ \ | | |/
| | * [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-17/+6
* | | Patch from the cygwin folksjan.nijtmans2012-03-042-6/+12
|\ \ \ | |/ /
| * | Patch from the cygwin folksjan.nijtmans2012-03-042-6/+12
| |\ \ | | |/
| | * Patch from the cygwin folksjan.nijtmans2012-03-042-173/+179
* | | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-152-6/+6
|\ \ \ | |/ /
| * | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-152-6/+6
| |\ \ | | |/
| | * proposed fix for bug-3486474jan.nijtmans2012-02-102-6/+6
* | | [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-0/+4
|\ \ \ | |/ /
| * | [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-0/+4
| |\ \ | | |/
| | * [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-0/+4
| | * Add --disable-rpath option to configure scriptjan.nijtmans2011-09-062-299/+351
| | * Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform necess...jan.nijtmans2011-08-302-342/+358
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-162-434/+505
* | | * Add square to DEMOPROGS in unix/Makefile.in. It contains a shebangmax2011-11-081-1/+1
|\ \ \ | |/ /
| * | * Add square to DEMOPROGS in unix/Makefile.in. It contains a shebangmax2011-11-081-1/+1
| * | Release candidate branch for Tk 8.5.11dgp2011-10-263-3/+3
* | | Fix for bug 3410609; confirmed to work on UK keyboard.dkf2011-10-252-6/+30
|\ \ \ | |/ /
| * | Fix for bug 3410609; confirmed to work on UK keyboard.dkf2011-10-252-6/+30
| |\ \
| | * | Tentative fix for bug 3410609 - use the keysym returned by XLookupString in p...bug_3410609Kevin B Kenny2011-10-012-6/+30
| |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-0/+2
| |\ \ | | |/
| * | merge RC to stabledgp2011-06-243-9/+9
| |\ \