summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [655fe2754f]: Tearoff menu labels cut off.fvogel2020-03-291-0/+30
|\
| * Fix [655fe2754f]: Tearoff menu labels cut off.fvogel2020-03-291-0/+30
| |\
| | * Fix drawing artifact on (torn-off) menu resizing, and better comment the pain...fvogel2020-03-151-0/+30
| * | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-242-5/+17
| |/
* | Fix [a010a249c7]: notebook-1.4 failuresjan.nijtmans2020-03-222-6/+6
* | More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-2012-30/+42
* | Merge 8.6. More TCL_UNUSED() usage.jan.nijtmans2020-03-192-13/+9
|\ \ | |/
* | More internal use of TkGetIntForIndex() function.jan.nijtmans2020-03-186-161/+120
* | TIP 569 remove lint commentsdgp2020-03-1839-104/+12
* | Follow-up to [d9bda1d1]: Clamp "listbox index" values between -1 and (maximum...jan.nijtmans2020-03-171-1/+1
* | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-172-3/+3
* | Fix [2edd843def]: canvas postscript returns non empty string when -file or -c...fvogel2020-03-121-1/+1
|\ \ | |/
| * Fix [2edd843def]: canvas postscript returns non empty string when -file or -c...fvogel2020-03-121-1/+1
| |\
| | * Fix [2edd843def]: canvas postscript returns non empty string when -file or -c...fvogel2020-03-031-1/+1
* | | Fix [08e2f8e6f0]: unable to change focus after prior selection of focusfvogel2020-03-121-1/+1
|\ \ \ | |/ /
| * | Fix [08e2f8e6f0]: unable to change focus after prior selection of focusfvogel2020-03-121-1/+1
| |\ \
| | * | Fix [08e2f8e6f0]: unable to change focus after prior selection of focus. The ...fvogel2020-03-021-1/+1
| | |/
| * | Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c...jan.nijtmans2020-03-113-3/+11
| * | Merge 8.5jan.nijtmans2020-03-103-0/+181
| |\ \
| | * | Fix many gcc(-9) warnings, backported from trunk. jan.nijtmans2020-03-109-46/+430
* | | | Fix [3551802fff]: Use the Xkb API to simplify Tk's keyboard event handlingjan.nijtmans2020-03-121-1/+0
|\ \ \ \
| * \ \ \ Merge 8.7. jan.nijtmans2020-03-10121-1943/+2661
| |\ \ \ \
| * | | | | Remove detection of Xkb performed at runtime, which removes the deprecation w...fvogel2020-02-231-1/+0
* | | | | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-1130-760/+760
* | | | | | Make Tk compile using C++ against Tcl 9.0 headers.jan.nijtmans2020-03-111-1/+1
| |/ / / / |/| | | |
* | | | | Finish for MacOS toojan.nijtmans2020-03-091-5/+0
|\ \ \ \ \
| * \ \ \ \ Merge 8.6jan.nijtmans2020-03-091-3/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin.jan.nijtmans2020-03-091-3/+3
| | | |_|/ | | |/| |
* | | | | Add XkbOpenDisplay and XkbKeycodeToKeysym to X11 stub table. MacOS not done yet.jan.nijtmans2020-03-094-5/+52
|/ / / /
* | | | Instroduce TCL_UNUSED() macro, and use to make more -Wextra warnings disappear.jan.nijtmans2020-03-082-26/+28
* | | | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harml...jan.nijtmans2020-03-013-1/+12
* | | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-28118-1897/+2475
|\ \ \ \
| * \ \ \ Merge trunkjan.nijtmans2020-02-2624-138/+212
| |\ \ \ \
| * \ \ \ \ Merge trunk. Fix two minor C++ issues in tkTest.cjan.nijtmans2020-02-181-2/+2
| |\ \ \ \ \
| * | | | | | Make internal _XInitImageFuncPtrs() prototype work with C++ on all platforms ...jan.nijtmans2020-02-171-2/+9
| * | | | | | Merge trunkjan.nijtmans2020-02-1715-27/+28
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge trunkjan.nijtmans2020-02-161-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkjan.nijtmans2020-02-143-4/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge trunkjan.nijtmans2020-02-133-32/+31
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-02-1013-170/+125
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-02-076-17/+38
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-02-0626-170/+170
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-02-055-25/+14
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-01-289-34/+43
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | more WIP for MaxOSjan.nijtmans2019-12-201-1/+1
| * | | | | | | | | | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-20113-2053/+2826
| * | | | | | | | | | | | | Merge 8.7. More WIP.jan.nijtmans2019-12-162-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | WIP: Add support for C++jan.nijtmans2019-12-127-49/+60
* | | | | | | | | | | | | | | Let TkGetIntForIndex() return TCL_ERROR for invalid index values, in stead of...jan.nijtmans2020-02-271-3/+3
| |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-02-253-5/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |