summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SetOptions.3: minor doc fixjan.nijtmans2012-06-1919-172/+165
| | | | make various other tables CONST (All backported from Tk 8.6)
* [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-109-17/+22
|
* function def in frontjan.nijtmans2012-06-081-1/+1
|
* Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-084-69/+145
|
* OXS Tiger Breakagejan.nijtmans2012-06-082-5/+5
|
* some more quoting issuesjan.nijtmans2012-06-072-34/+34
|
* Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-079-295/+348
|\ | | | | | | needed for Cygwin
| * merge core-8-4-branchbug_3508771jan.nijtmans2012-06-0530-443/+528
| |\ | |/ |/|
* | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-0129-437/+535
| | | | | | Add .PHONY targets, and various quoting issues (Makefile.in)
| * merge core-8-4-branchjan.nijtmans2012-05-2923-455/+683
| |\ | |/ |/|
* | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵jan.nijtmans2012-05-2911-66/+80
| | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both.
* | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-2510-232/+251
| | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX
* | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-249-90/+97
| |
* | 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-148-127/+274
| | | | | | | | export TkWinChildProc for win32 backport TCHAR determination from tkWinPort.h
* | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-096-137/+187
| | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin
| * merge core-8-4-branchjan.nijtmans2012-05-056-158/+177
| |\ | |/ |/|
* | [Bug 2768586]: Only do menu correction on Windows < Win7jan.nijtmans2012-05-054-192/+227
|\ \ | | | | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs
* | | [Bug 2768586]: Menu posting problem on dual monitorsjan.nijtmans2012-05-042-9/+12
| | |
* | | unneccessary variablejan.nijtmans2012-05-021-8/+0
| | |
| | * merge core-8-4-branchjan.nijtmans2012-05-027-54/+30
| | |\ | |_|/ |/| |
* | | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-027-54/+30
|\ \ \
| * | | unused variablejan.nijtmans2012-04-201-1/+1
| | | |
| * | | fix (hopefully) menu posting in the same way as window placementjan.nijtmans2012-04-2018-127/+114
| |\ \ \
| | | | * change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-0215-388/+452
| | | |/
| | | * merge trunkjan.nijtmans2012-04-263-73/+99
| | | |\ | |_|_|/ |/| | | | | | | shorten command table, and make sure that tk.dll, when loaded in cygwin, doesn't use the win32 file dialogs
* | | | Ensure that Tk_GetHINSTANCE is defined on OSX.dkf2012-04-262-20/+30
| | | |
* | | | 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-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
| |/ |/|
* | 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
| |
* | make some more internal tables CONSTjan.nijtmans2012-04-1812-24/+24
| |
* | 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-134-10/+18
| | | some more tkInt.decls formatting
* 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
|
* 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-021-2/+2
|
* Only check for cygwin with $GCCjan.nijtmans2012-03-292-49/+55
|
* [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-296-302/+779
|\ | | | | | | | | | | This change allows to build the cygwin and mingw32 ports of Tcl/Tk to build out-of-the-box using a native or cross- compiler.
| * implementation ready for further field-testsbug_3511806jan.nijtmans2012-03-295-298/+774
| |
* | enable cygwin build in /win directory (using mingw-w64 compiler)jan.nijtmans2012-03-263-49/+57
|/
* fix scoping of buf (introduced with fix for [Bug 2809525]jan.nijtmans2012-03-261-1/+1
|