summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-0433-104/+102
* More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-0218-174/+175
* Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-3122-167/+166
* Fix [da3914eba2]: 'identify element' on ttk::treeview does not identify image...fvogel2019-03-311-2/+6
|\
| * Fix [da3914eba2]: 'identify element' on ttk::treeview does not identify image...fvogel2019-03-311-2/+6
| |\
| | * Fix [da3914eba2]: 'identify element' on ttk::treeview does not identify image...fvogel2019-03-301-2/+6
* | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o...fvogel2019-03-314-94/+256
|\ \ \ | |/ /
| * | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o...fvogel2019-03-314-94/+256
| |\ \ | | |/ | |/|
| | * Revert previous commit following discussion on tcl-core list.fvogel2019-03-283-6/+4
| | * Change TICK_VALUES_DISPLAY_ACCURACY for the more correct word TICK_VALUES_DIS...fvogel2019-03-263-4/+6
| | * Name the TICK_VALUES_DISPLAY_ACCURACY constantfvogel2019-03-242-2/+11
| | * Minor tinkering (style, efficiency, etc.)dkf2019-03-242-65/+118
| | * Changed scale man page to reflect how tick values are now displayedjaspert2019-03-081-2/+2
| | * Make the branch build with MSVC by replacing calls to C99 functions round(), ...fvogel2019-03-041-4/+8
| | * Trimmed an unused variablejaspert2019-02-281-1/+1
| | * Added a procedure to increase the number of digits in the tick values untiljaspert2019-02-281-3/+51
| | * Eliminate trailing zeros from scale tick values. This is done byjal_frezie2019-02-203-66/+114
* | | Merge 8.6jan.nijtmans2019-03-294-2/+19
|\ \ \ | |/ /
| * | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b...jan.nijtmans2019-03-294-2/+19
* | | merge buildtoolsyorick2019-03-274-58/+325
|\ \ \
| * | | regenerate unix/configureyorick2019-03-271-45/+184
| * | | Fix indentation of previous commit, and move one character into quotations inyorick2019-03-271-91/+92
| * | | Improve ability to find Tcl sources at build time. This introduces a newyorick2019-03-273-13/+140
|/ / /
* | | Fix bug [48c39440af]: On macOS, Buttons and Labels do not recompute theirculler2019-03-251-3/+3
|\ \ \ | |/ /
| * | Fix bug [48c39440af]: On macOS, Buttons and Labels do not recompute theirculler2019-03-251-3/+3
* | | Merge 8.6jan.nijtmans2019-03-222-3/+5
|\ \ \ | |/ /
| * | Slightly better: Don't use Tcl_UniCharLen() but wcslen().jan.nijtmans2019-03-221-2/+3
| * | Bugfix in tkWinClipboard: Failed to determine fname length in loop.jan.nijtmans2019-03-222-2/+3
* | | Fixed a typo that was causing extraneous "tkwin == NULL" debug messages in th...culler2019-03-191-1/+1
|\ \ \ | |/ /
| * | Fixed a typo that was causing extraneous "tkwin == NULL" debug messages in th...culler2019-03-191-1/+1
* | | Minor typo correction in response to [https://chiselapp.com/user/stevel/repos...tdc76752019-03-191-1/+1
* | | Merge 8.6jan.nijtmans2019-03-194-13/+5
|\ \ \ | |/ /
| * | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making...jan.nijtmans2019-03-195-14/+6
* | | Merge 8.6jan.nijtmans2019-03-158-49/+82
|\ \ \ | |/ /
| * | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.nijtmans2019-03-157-48/+81
* | | Fix [609e0045f5]: MouseWheel binding for canvas on MacOS provides wrong value...fvogel2019-03-141-30/+85
|\ \ \ | |/ /
| * | Fix [609e0045f5]: MouseWheel binding for canvas on MacOS provides wrong value...fvogel2019-03-141-30/+85
| |\ \
| | * | Fix typofvogel2019-03-141-5/+5
| | * | Fix bug [609e0045f5]: Aqua scrollwheel events have incorrect mouse coordinates.culler2019-03-041-30/+85
* | | | Fixed one more None -> NULL compiler warning.culler2019-03-071-1/+1
* | | | Copy PDBs to installation if option PDBS is given during installapnadkarni2019-03-061-0/+8
|\ \ \ \ | |/ / /
| * | | Copy PDBs to installation if option PDBS is given during installapnadkarni2019-03-061-0/+8
* | | | gif read not complete on overflow image - information missinterpreted if foll...oehhar2019-03-052-1/+53
|\ \ \ \ | |/ / /
| * | | gif read not complete on overflow image - information missinterpreted if foll...oehhar2019-03-042-1/+53
| |\ \ \ | | |/ / | |/| |
| | * | gif read not complete on overflow image - information missinterpreted if foll...oehhar2019-02-032-1/+53
* | | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an...culler2019-03-049-105/+129
|\ \ \ \ | |/ / /
| * | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs whenculler2019-03-049-105/+129
| |\ \ \
| | * | | Increase the size of the ring buffer for Aqua, and modify bgerror so itculler2019-03-034-60/+66
| | * | | Make it be an error to create a transient/master cycle on Windows.culler2019-03-011-8/+12
| | * | | Make it be an error to create a transient/master cycle on unix.culler2019-03-011-7/+13