summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507jan.nijtmans2012-06-2017-146/+146
|
* rfe-2636558 simplification. Restore forwards compatibility with Tk 8.5jan.nijtmans2012-06-204-58/+31
|\
| * improving backwards compatibilityrfe_2636558jan.nijtmans2012-06-163-0/+22
| |
| * rfe-2636558 simplificationjan.nijtmans2012-06-155-66/+17
| |
* | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdkf2012-06-151-4/+4
|\ \ | |/ |/| some libc versions.
| * [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdkf2012-06-151-4/+4
| | | | | | some libc versions.
* | fix signature of XSynchronize to match X.orgjan.nijtmans2012-06-153-5/+7
| |
* | Fix text clipping when working with the Xft-based renderer.dkf2012-06-123-2/+27
|\ \ | |/
| * Fix text clipping when working with the Xft-based renderer.dkf2012-06-123-2/+27
| |
* | fix test failuredkf2012-06-111-3/+3
|\ \ | |/
| * fix test failuredkf2012-06-111-3/+3
| |
* | make it builddkf2012-06-111-4/+4
|\ \ | |/
| * make it builddkf2012-06-111-1/+1
| |
* | fix the clipping in entries toodkf2012-06-111-7/+25
|\ \ | |/
| * fix the clipping in entries toodkf2012-06-111-7/+25
| |
* | [Bug 3294450]: Do clipping of ttk text elements correctly.dkf2012-06-111-7/+15
|\ \ | |/
| * [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
| | |
* | | Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-086-365/+443
|\ \ \ | |/ / | | | | | | needed for Cygwin
| * | 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, ↵jan.nijtmans2012-06-073-206/+205
| |\ \ | | |/ | | | | | | needed for Cygwin
| | * 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 ↵jan.nijtmans2012-06-053-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | useable for both
| * | | | | | 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
| | | |_|_|/ | | |/| | | | | | | | | Add .PHONY targets, and various quoting issues (Makefile.in)
| | * | | | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵jan.nijtmans2012-05-294-36/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both.
* | | | | | unbreak Linux buildjan.nijtmans2012-06-011-11/+0
| | | | | |
* | | | | | Implement XFlush and various others for win32 as stubs, so win32 extensions ↵jan.nijtmans2012-05-315-8/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using those can run under CYGWIN as well. Allow tk86.dll to cooperate with the cygwin console.
* | | | | | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-315-3/+29
|\ \ \ \ \ \ | |/ / / / / | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll
| * | | | | Simpify determination whether we are running on cygwin. jan.nijtmans2012-05-308-234/+197
| |\ \ \ \ \ | | | | | | | | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll.
| | * \ \ \ \ 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX
* | | | | | | Added OSX-specific mechanism to allow retrieval of the drawing surface.dkf2012-05-293-0/+11
| | | | | | |
* | | | | | | Unbreak the OSX builddkf2012-05-292-5/+5
| | | | | | |
* | | | | | | Bug 1630254: missing scrolling of text widget when from a -startline == ↵fvogel2012-05-281-2/+3
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | -endline initial state it is configured to display a non-empty part of it
| * | | | | | Bug 1630254: missing scrolling of text widget when from a -startline == ↵fvogel2012-05-281-2/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | -endline initial state it is configured to display a non-empty part of it
| | * | | | | Better fix for bug-1630254bug_1630254fvogel2012-05-171-15/+3
| | | | | | |
| | * | | | | [Bug 1630254]: missing scrolling of text widget when from a -startline == ↵fvogel2012-05-171-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -endline initial state it is configured to display a non-empty part of it
* | | | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin. jan.nijtmans2012-05-2610-198/+342
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cleanup some more unused CYGWIN stuff . Change XSetCommand signature to match Xorg, needed for Cygwin
| * | | | | | | this should fix the broken build, not yet tested on Unixjan.nijtmans2012-05-251-12/+22
| | | | | | | |
| * | | | | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-244-14/+13
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-245-18/+17
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | | |/ / / /