| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | | 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 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Protect better against possible confusion between XGenericEvent's and (Tcl-sp... | jan.nijtmans | 2020-02-05 | 3 | -10/+11 |
|
|
* | | | | | | Merge 8.6 | jan.nijtmans | 2020-02-03 | 2 | -19/+7 |
|\ \ \ \ \ \
| |/ / / / /
| | | | | /
| |_|_|_|/
|/| | | | |
|
| * | | | | Merge 8.5 | jan.nijtmans | 2020-02-03 | 1 | -17/+4 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Put realEventMasks and virtualEventMasks together in a single table: VirtualE... | jan.nijtmans | 2020-02-03 | 1 | -17/+4 |
|
|
| * | | | | fixed segfault [a196fb11]: wrong handling in ClearLookupTable (if object is n... | sebres | 2020-01-31 | 1 | -2/+3 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2020-01-28 | 1 | -3/+3 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Don't use "bool" as variable name. Possible conflict with "bool" type. | jan.nijtmans | 2020-01-28 | 1 | -3/+3 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2020-01-27 | 1 | -4/+0 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | No need to include "tk.h" here: It's already included in tkInt.h (through tkP... | jan.nijtmans | 2020-01-27 | 1 | -4/+0 |
|
|
* | | | | | merge 8.6 | dgp | 2020-01-24 | 1 | -1/+0 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | silence "unused variable" warning | dgp | 2020-01-24 | 1 | -1/+0 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2020-01-19 | 2 | -11/+0 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Remove 2 comments which are simply not correct (nor useful) any more | jan.nijtmans | 2020-01-19 | 2 | -11/+0 |
|
|
* | | | | | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma... | fvogel | 2020-01-18 | 1 | -5/+10 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma... | fvogel | 2020-01-18 | 1 | -5/+10 |
| |\ \ \ \ |
|
| | * | | | | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma... | fvogel | 2019-12-31 | 1 | -5/+10 |
|
|
* | | | | | | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re... | fvogel | 2020-01-18 | 1 | -2/+6 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re... | fvogel | 2020-01-18 | 1 | -2/+6 |
| |\ \ \ \ \ |
|
| | * | | | | | Fix [2830360fff]: ttk::entry looses state invalid at focus events | fvogel | 2020-01-02 | 1 | -2/+6 |
| | |/ / / / |
|