summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Upgrade console channel type to TCL_CHANNEL_VERSION_5.jan.nijtmans2020-02-251-3/+16
| * | | | | | | | | | | Add -Wpointer-arith to C-flags. Fix some ANSI prototypes.jan.nijtmans2020-02-242-2/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som...jan.nijtmans2020-02-244-8/+10
| | * | | | | | | | | | | (cherry-pick): Work around a few new gcc(-9) warnings. jan.nijtmans2020-02-244-6/+8
| | * | | | | | | | | | | Don't build static with tcl8.6, that doesn't work (yet). Could be fixed, but ...jan.nijtmans2020-02-163-4/+4
| | * | | | | | | | | | | Fix travis build. Revise usage of TCLDIR.jan.nijtmans2020-02-142-8/+29
* | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-02-244-6/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Work around a few new gcc(-9) warnings.jan.nijtmans2020-02-244-6/+8
* | | | | | | | | | | | | Add internal function TkGetIntForIndex(), which handles integer indexes and "...jan.nijtmans2020-02-243-20/+90
* | | | | | | | | | | | | Fix 2 compiler warnings (gcc-9)jan.nijtmans2020-02-231-2/+2
* | | | | | | | | | | | | Merge implementation of TIP #565: .canvas raise/lower ignore non-existent tag...fvogel2020-02-221-10/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix [3552805fff]: Make '.canvas lower' work with non-exitent belowThis tagfvogel2020-02-101-10/+0
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Rename (static) function TkMenuCleanup() to MenuCleanup(). Make TkGetMenuInde...jan.nijtmans2020-02-212-32/+39
* | | | | | | | | | | | | Fix 2 gcc warnings in win/ttkWinXPTheme.c due to the recent addition of "cons...jan.nijtmans2020-02-196-64/+65
* | | | | | | | | | | | | Clamp "listbox index" values between -1 and (maximum) end+1, as done in other...jan.nijtmans2020-02-181-5/+3
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | More "const" additions.jan.nijtmans2020-02-1711-20/+20
* | | | | | | | | | | | Clamp output of listbox indexes to be >= -1 always. Many other's (like menu's...jan.nijtmans2020-02-173-6/+7
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge 8.6jan.nijtmans2020-02-143-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | A few missing (internal) "const" modifiers.jan.nijtmans2020-02-143-4/+4
* | | | | | | | | | Merge 8.6jan.nijtmans2020-02-123-32/+31
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | / / / / / / / / | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl...jan.nijtmans2020-02-123-32/+31
* | | | | | | | | Add new (internal) function TtkGetOrientFromObj(), which uses Ttk_Orient type...jan.nijtmans2020-02-106-349/+510
* | | | | | | | | Merge 8.6jan.nijtmans2020-02-101-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | According to documentation, maxBytes is exclusing the end 0-byte, so previous...jan.nijtmans2020-02-101-2/+2
* | | | | | | | | Merge 8.6jan.nijtmans2020-02-101-3/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Don't forget closing 0-bytejan.nijtmans2020-02-101-2/+3
| * | | | | | | | Fix (harmless) gcc-9 warningjan.nijtmans2020-02-101-1/+1
| * | | | | | | | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve...jan.nijtmans2020-02-053-10/+11
* | | | | | | | | Bump to 8.7a4 to distinguish trunk from 8.7a3 release.dgp2020-02-071-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Use Ttk_ButtonDefaultState/Ttk_Compound (enums) in stead of "int" in many int...jan.nijtmans2020-02-079-25/+49
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-0626-170/+170
| |_|_|_|_|/ |/| | | | |