summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* fix test failuredkf2012-06-111-3/+3
* make it builddkf2012-06-111-1/+1
* fix the clipping in entries toodkf2012-06-111-7/+25
* [Bug 3294450]: Do clipping of ttk text elements correctly.dkf2012-06-111-7/+15
* eliminate some ANSI_ARGSjan.nijtmans2012-06-082-9/+9
|\
| * function def in frontjan.nijtmans2012-06-081-1/+1
* | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-084-7/+77
|\ \ | |/
| * 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
* | eliminate some warnings, caused by previous mergejan.nijtmans2012-06-071-0/+2
* | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-073-206/+205
|\ \ | |/
| * merge core-8-4-branchbug_3508771jan.nijtmans2012-06-054-89/+144
| |\
| * \ merge core-8-4-branchjan.nijtmans2012-05-2911-280/+396
| |\ \
| * \ \ merge core-8-4-branchjan.nijtmans2012-05-053-14/+12
| |\ \ \
| * \ \ \ merge core-8-4-branchjan.nijtmans2012-05-024-37/+18
| |\ \ \ \
| * | | | | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-024-308/+310
* | | | | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally use...jan.nijtmans2012-06-053-5/+5
* | | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-055-161/+221
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-014-135/+193
| | |_|_|/ | |/| | |
| * | | | 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-308-234/+197
|\ \ \ \ \
| * \ \ \ \ merge core-8-4-branch, still to be tested on Unixtobetestedjan.nijtmans2012-05-298-234/+197
| |\ \ \ \ \ | | |/ / / /
| | * | | | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-257-205/+191
* | | | | | Bug 1630254: missing scrolling of text widget when from a -startline == -endl...fvogel2012-05-281-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Better fix for bug-1630254bug_1630254fvogel2012-05-171-15/+3
| * | | | | [Bug 1630254]: missing scrolling of text widget when from a -startline == -en...fvogel2012-05-171-2/+15
* | | | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-245-18/+17
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-246-87/+87
* | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-168-188/+360
|\ \ \ \ \ | |/ / / /
| * | | | 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
|\ \ \ \ \ | |/ / / /
| * | | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-093-6/+6
| | |_|/ | |/| |
* | | | If tk.dll loaded in cygwin, don't use the win32 file dialogsjan.nijtmans2012-05-051-70/+87
|\ \ \ \ | |/ / /
| * | | [Bug 2768586]: Only do menu correction on Windows < Win7jan.nijtmans2012-05-051-53/+70
| |\ \ \ | | |/ /
| | * | merge trunkjan.nijtmans2012-04-262-73/+83
| | |\ \
| * | | | unneccessary variablejan.nijtmans2012-05-021-8/+0
| | |_|/ | |/| |
* | | | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-024-44/+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
| | |\ \
* | | \ \ Ensure that Tk_GetHINSTANCE is defined on OSX.dkf2012-04-261-20/+25
|\ \ \ \ \ | |/ / / /
| * | | | 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
|\ \ \ \ \ | |/ / / /
| * | | | 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-354/+234
|\ \ \ \ \ | |/ / / /
| * | | | [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
|\ \ \ \ | |/ / /