| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 118 | -1897/+2475 |
|\ |
|
| * | Merge trunk | jan.nijtmans | 2020-02-26 | 24 | -138/+212 |
| |\ |
|
| * \ | Merge trunk. Fix two minor C++ issues in tkTest.c | jan.nijtmans | 2020-02-18 | 1 | -2/+2 |
| |\ \ |
|
| * | | | Make internal _XInitImageFuncPtrs() prototype work with C++ on all platforms ... | jan.nijtmans | 2020-02-17 | 1 | -2/+9 |
|
|
| * | | | Merge trunk | jan.nijtmans | 2020-02-17 | 15 | -27/+28 |
| |\ \ \
| | |/ / |
|
| * | | | Merge trunk | jan.nijtmans | 2020-02-16 | 1 | -1/+1 |
| |\ \ \ |
|
| * \ \ \ | Merge trunk | jan.nijtmans | 2020-02-14 | 3 | -4/+4 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Merge trunk | jan.nijtmans | 2020-02-13 | 3 | -32/+31 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge trunk | jan.nijtmans | 2020-02-10 | 13 | -170/+125 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge trunk | jan.nijtmans | 2020-02-07 | 6 | -17/+38 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-02-06 | 26 | -170/+170 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2020-02-05 | 5 | -25/+14 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2020-01-28 | 9 | -34/+43 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | more WIP for MaxOS | jan.nijtmans | 2019-12-20 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 113 | -2053/+2826 |
|
|
| * | | | | | | | | | | Merge 8.7. More WIP. | jan.nijtmans | 2019-12-16 | 2 | -6/+6 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | WIP: Add support for C++ | jan.nijtmans | 2019-12-12 | 7 | -49/+60 |
|
|
* | | | | | | | | | | | | Let TkGetIntForIndex() return TCL_ERROR for invalid index values, in stead of... | jan.nijtmans | 2020-02-27 | 1 | -3/+3 |
| |_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
|
* | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-02-25 | 3 | -5/+18 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Upgrade console channel type to TCL_CHANNEL_VERSION_5. | jan.nijtmans | 2020-02-25 | 1 | -3/+16 |
|
|
| * | | | | | | | | | | | Add -Wpointer-arith to C-flags. Fix some ANSI prototypes. | jan.nijtmans | 2020-02-24 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som... | jan.nijtmans | 2020-02-24 | 4 | -8/+10 |
|
|
| | * | | | | | | | | | | | (cherry-pick): Work around a few new gcc(-9) warnings. | jan.nijtmans | 2020-02-24 | 4 | -6/+8 |
|
|
| | * | | | | | | | | | | | Don't build static with tcl8.6, that doesn't work (yet). Could be fixed, but ... | jan.nijtmans | 2020-02-16 | 3 | -4/+4 |
|
|
| | * | | | | | | | | | | | Fix travis build. Revise usage of TCLDIR. | jan.nijtmans | 2020-02-14 | 2 | -8/+29 |
|
|
* | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-02-24 | 4 | -6/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / |
|
| * | | | | | | | | | | | | Work around a few new gcc(-9) warnings. | jan.nijtmans | 2020-02-24 | 4 | -6/+8 |
|
|
* | | | | | | | | | | | | | Add internal function TkGetIntForIndex(), which handles integer indexes and "... | jan.nijtmans | 2020-02-24 | 3 | -20/+90 |
|
|
* | | | | | | | | | | | | | Fix 2 compiler warnings (gcc-9) | jan.nijtmans | 2020-02-23 | 1 | -2/+2 |
|
|
* | | | | | | | | | | | | | Merge implementation of TIP #565: .canvas raise/lower ignore non-existent tag... | fvogel | 2020-02-22 | 1 | -10/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Fix [3552805fff]: Make '.canvas lower' work with non-exitent belowThis tag | fvogel | 2020-02-10 | 1 | -10/+0 |
| | |_|_|_|_|_|_|_|/ / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Rename (static) function TkMenuCleanup() to MenuCleanup(). Make TkGetMenuInde... | jan.nijtmans | 2020-02-21 | 2 | -32/+39 |
|
|
* | | | | | | | | | | | | | Fix 2 gcc warnings in win/ttkWinXPTheme.c due to the recent addition of "cons... | jan.nijtmans | 2020-02-19 | 6 | -64/+65 |
|
|
* | | | | | | | | | | | | | Clamp "listbox index" values between -1 and (maximum) end+1, as done in other... | jan.nijtmans | 2020-02-18 | 1 | -5/+3 |
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
|
* | | | | | | | | | | | | More "const" additions. | jan.nijtmans | 2020-02-17 | 11 | -20/+20 |
|
|
* | | | | | | | | | | | | Clamp output of listbox indexes to be >= -1 always. Many other's (like menu's... | jan.nijtmans | 2020-02-17 | 3 | -6/+7 |
| |_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
|
* | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-02-14 | 3 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / /
| |/| | | | | | | | /
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | | |
|
| * | | | | | | | | | A few missing (internal) "const" modifiers. | jan.nijtmans | 2020-02-14 | 3 | -4/+4 |
|
|
* | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-02-12 | 3 | -32/+31 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
| | / / / / / / / /
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl... | jan.nijtmans | 2020-02-12 | 3 | -32/+31 |
|
|
* | | | | | | | | | Add new (internal) function TtkGetOrientFromObj(), which uses Ttk_Orient type... | jan.nijtmans | 2020-02-10 | 6 | -349/+510 |
|
|
* | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-02-10 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | According to documentation, maxBytes is exclusing the end 0-byte, so previous... | jan.nijtmans | 2020-02-10 | 1 | -2/+2 |
|
|
* | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-02-10 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | Don't forget closing 0-byte | jan.nijtmans | 2020-02-10 | 1 | -2/+3 |
|
|
| * | | | | | | | | Fix (harmless) gcc-9 warning | jan.nijtmans | 2020-02-10 | 1 | -1/+1 |
|
|
| * | | | | | | | | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve... | jan.nijtmans | 2020-02-05 | 3 | -10/+11 |
|
|
* | | | | | | | | | Bump to 8.7a4 to distinguish trunk from 8.7a3 release. | dgp | 2020-02-07 | 1 | -2/+2 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Use Ttk_ButtonDefaultState/Ttk_Compound (enums) in stead of "int" in many int... | jan.nijtmans | 2020-02-07 | 9 | -25/+49 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Add many 'const' modifiers, allowing the C-compiler to put many configuration... | jan.nijtmans | 2020-02-06 | 26 | -170/+170 |
| |_|_|_|_|/
|/| | | | | |
|