summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | 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
| |_|_|_|_|/ |/| | | | |
* | | | | | Protect better against possible confusion between XGenericEvent's and (Tcl-sp...jan.nijtmans2020-02-053-10/+11
* | | | | | Merge 8.6jan.nijtmans2020-02-032-19/+7
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Merge 8.5jan.nijtmans2020-02-031-17/+4
| |\ \ \ \ | | |/ / /
| | * | | Put realEventMasks and virtualEventMasks together in a single table: VirtualE...jan.nijtmans2020-02-031-17/+4
| * | | | fixed segfault [a196fb11]: wrong handling in ClearLookupTable (if object is n...sebres2020-01-311-2/+3
* | | | | Merge 8.6jan.nijtmans2020-01-281-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Don't use "bool" as variable name. Possible conflict with "bool" type.jan.nijtmans2020-01-281-3/+3
* | | | | Merge 8.6jan.nijtmans2020-01-271-4/+0
|\ \ \ \ \ | |/ / / /
| * | | | No need to include "tk.h" here: It's already included in tkInt.h (through tkP...jan.nijtmans2020-01-271-4/+0
* | | | | merge 8.6dgp2020-01-241-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | silence "unused variable" warningdgp2020-01-241-1/+0
* | | | | Merge 8.6jan.nijtmans2020-01-192-11/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove 2 comments which are simply not correct (nor useful) any morejan.nijtmans2020-01-192-11/+0
* | | | | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma...fvogel2020-01-181-5/+10
|\ \ \ \ \ | |/ / / /
| * | | | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma...fvogel2020-01-181-5/+10
| |\ \ \ \
| | * | | | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma...fvogel2019-12-311-5/+10
* | | | | | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re...fvogel2020-01-181-2/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re...fvogel2020-01-181-2/+6
| |\ \ \ \ \
| | * | | | | Fix [2830360fff]: ttk::entry looses state invalid at focus eventsfvogel2020-01-021-2/+6
| | |/ / / /