Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Guard against negative widths for the indicator of menu entries, that could ↵ | fvogel | 2018-09-29 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | be obtained with larger -borderwidth value. This had no impact given how the geometry calculation algorithm is made, but... (belt and suspenders). | |||||
| | * | | | | Once the menu geometry is correctly computed there is no need anymore for ↵ | fvogel | 2018-09-29 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | questionable hacks in menu width calculation when displaying it | |||||
* | | | | | | More code cleanup, related to (unused) wchar_t, TCL_THREADS macro, and ↵ | jan.nijtmans | 2018-10-05 | 2 | -14/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | better use of size_t | |||||
* | | | | | | Fix [8229232472]: Cascade menu entry indicator wrong colour on Unix. Patch ↵ | fvogel | 2018-09-30 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | provided by cjmcdonald. | |||||
| * | | | | | Remove somewhat misleading text in comments | fvogel | 2018-09-22 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Delete unused variables, and eol-spacing | jan.nijtmans | 2018-09-01 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | Add Windows implementation | fvogel | 2018-09-11 | 1 | -2/+18 | |
| | | | | | ||||||
* | | | | | Proof of concept for fixing [43b596451e]: relief for active menu entries. ↵ | fvogel | 2018-09-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Add a -activerelief option to menues. Works on Linux only so far. | |||||
* | | | | | Header include reform: Since "tkInt.h" already contains header files like ↵ | jan.nijtmans | 2018-09-06 | 5 | -6/+7 | |
| |_|_|/ |/| | | | | | | | | | | | | | | | <stdlib.h>, <string.h> and <ctype.h>, we don't have to include those in every separate C-file. Just depend on tkInt.h to provide it. This mainly affects ttk, since most other files already adhered to this. | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2018-08-10 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Eliminate type-casts, by using size_t type internally in more situations. No ↵ | jan.nijtmans | 2018-08-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | functional changes | |||||
* | | | | Remove end-of-line spacing | jan.nijtmans | 2018-08-10 | 2 | -7/+7 | |
| | | | | ||||||
* | | | | Merge 8.6 | jan.nijtmans | 2018-08-08 | 2 | -8/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Replace 2 usages of MessageBoxA() with Unicode variant MessageBoxW() | jan.nijtmans | 2018-08-08 | 2 | -8/+8 | |
| | | | | ||||||
* | | | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible ↵ | jan.nijtmans | 2018-07-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | problems | |||||
* | | | | Make Tk compile with TIP #494 (being tested now) using compatibility macros. ↵ | jan.nijtmans | 2018-07-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Without TIP #494 there is no effect | |||||
* | | | | Sync various configure-related changes from Tcl (from core-8-branch) | jan.nijtmans | 2018-05-31 | 5 | -118/+16 | |
| |_|/ |/| | | ||||||
* | | | Merge TIP #496 implementation following positive vote by the TCT | fvogel | 2018-05-13 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * \ \ | merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch ↵ | fvogel | 2018-04-15 | 16 | -3488/+3356 | |
| |\ \ \ | | | | | | | | | | | | | | | | tip-496 was created off core-8-6-branch) | |||||
| * | | | | tk::entry: Moved defines where they belong to, reordered options to follow ↵ | fvogel | 2018-02-11 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | alphabetical order, and miscellaneous cosmetic changes. | |||||
* | | | | | Fix [75d38f8608]: touchpad two finger scroll does not work correctly with ↵ | fvogel | 2018-05-03 | 1 | -2/+24 | |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | listbox on Windows | |||||
| * | | | Solution from dnikolajevich made thread safe. Thanks to Christian Werner for ↵ | fvogel | 2018-03-31 | 1 | -17/+17 | |
| | | | | | | | | | | | | | | | | providing this patch. | |||||
| * | | | Better solution to [75d38f8608], that fixes the problem for all widgets, not ↵ | fvogel | 2018-03-25 | 1 | -3/+25 | |
| |/ / | | | | | | | | | | only listbox. Thanks to oehhar for some of the ideas in that patch, and to dnikolajevich for providing this implementation. | |||||
| * | | Permit Tk 8.6 to use deprecated Tcl constructs (since we cannot look into ↵ | jan.nijtmans | 2018-01-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | the future, which constructs will be deprecated in Tcl 8.7+). Tk 8.6 should build independant of this. | |||||
| * | | merge release | jan.nijtmans | 2017-12-23 | 2 | -2/+2 | |
| |\ \ | ||||||
| | * \ | merge 8.6 | dgp | 2017-12-15 | 5 | -789/+1803 | |
| | |\ \ | ||||||
| | * | | | Start RC branch for Tk 8.6.8 | dgp | 2017-12-06 | 2 | -2/+2 | |
| | | | | | ||||||
* | | | | | Merge core-8-6-branch - update to nmake rules 1.1 | apnadkarni | 2017-12-23 | 2 | -6/+34 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Update to nmake rules 1.1 - allow extensions to link against import libs ↵ | apnadkarni | 2017-12-23 | 2 | -6/+34 | |
| | | | | | | | | | | | | | | | | | | | | with or without t suffix | |||||
* | | | | | merge core-8-6-branch. Sync win/rules.vc with Tcl version. | jan.nijtmans | 2017-12-22 | 3 | -241/+229 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Convert win/rules-ext.vc and win/targets.vc from lf to crlf line-endings. ↵ | jan.nijtmans | 2017-12-22 | 2 | -215/+215 | |
| | |/ / | |/| | | | | | | | | | | Also adapt .fossil-settings/crlf-glob accordingly | |||||
* | | | | Merge: Use nmakehlp -L to locate directories | apnadkarni | 2017-12-13 | 3 | -22/+168 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Use nmakehlp -L to locate directories | apnadkarni | 2017-12-13 | 3 | -22/+168 | |
| | | | | ||||||
* | | | | Merge from core-8-6-branch - upated nmake support files from Tcl | apnadkarni | 2017-12-11 | 2 | -2/+48 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Updated copy of Tcl nmake support files | apnadkarni | 2017-12-11 | 2 | -2/+48 | |
| | | | | ||||||
* | | | | Merge core-8-6-branch fix for static build of wish. | apnadkarni | 2017-12-11 | 1 | -1/+7 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix static build of wish | apnadkarni | 2017-12-11 | 1 | -1/+7 | |
| | | | | ||||||
* | | | | re-generate configure script (removal of pre-XP) | jan.nijtmans | 2017-12-10 | 1 | -134/+2 | |
| | | | | ||||||
* | | | | TIP 477 merge: new build system | apnadkarni | 2017-12-09 | 4 | -791/+1617 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Added targets.vc for new nmake system. Had forgotten to commit it. | apnadkarni | 2017-12-09 | 1 | -0/+52 | |
| | | | | ||||||
| * | | | TIP 477: new nmake build system. Test suite runs with no errors | apnadkarni | 2017-12-09 | 3 | -790/+1554 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Final nmake support files from Tcl | apnadkarni | 2017-12-09 | 3 | -41/+106 | |
| | | | | ||||||
| | * | | Fix inclusion of custom resource files to match TIP spec | apnadkarni | 2017-11-07 | 2 | -5/+13 | |
| | | | | ||||||
| | * | | Update to latest Tcl vc-reform | apnadkarni | 2017-11-07 | 1 | -4/+3 | |
| | | | | ||||||
| | * | | Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old ↵ | apnadkarni | 2017-10-26 | 3 | -194/+240 | |
| | | | | | | | | | | | | | | | | comments. | |||||
| | * | | Fix htmlhelp generation on 64 bit systems | apnadkarni | 2017-10-08 | 2 | -22/+46 | |
| | | | | ||||||
| | * | | Do not use the standard targets as the Tk extension targets are too varied | apnadkarni | 2017-10-07 | 1 | -2/+4 | |
| | | | | | | | | | | | | for them to really help. Maybe revisit this at some later point. | |||||
| | * | | Import latest VC compile rules from Tcl. | apnadkarni | 2017-10-07 | 5 | -61/+309 | |
| | | | | | | | | | | | | Primarily standard targets in targets.vc | |||||
| | * | | Need netapi.lib for static builds | apnadkarni | 2017-09-30 | 1 | -14/+3 | |
| | | | | ||||||
| | * | | Added standard macros LIBDIR and DEMODIR. Also set common Tk related names ↵ | apnadkarni | 2017-09-30 | 2 | -48/+71 | |
| | | | | | | | | | | | | | | | | and paths. |