| Commit message (Expand) | Author | Age | Files | Lines |
* | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 33 | -104/+102 |
|
|
* | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge... | jan.nijtmans | 2019-04-02 | 18 | -174/+175 |
|
|
* | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu... | jan.nijtmans | 2019-03-31 | 22 | -167/+166 |
|
|
* | Fix [da3914eba2]: 'identify element' on ttk::treeview does not identify image... | fvogel | 2019-03-31 | 1 | -2/+6 |
|\ |
|
| * | Fix [da3914eba2]: 'identify element' on ttk::treeview does not identify image... | fvogel | 2019-03-31 | 1 | -2/+6 |
| |\ |
|
| | * | Fix [da3914eba2]: 'identify element' on ttk::treeview does not identify image... | fvogel | 2019-03-30 | 1 | -2/+6 |
|
|
* | | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o... | fvogel | 2019-03-31 | 4 | -94/+256 |
|\ \ \
| |/ / |
|
| * | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o... | fvogel | 2019-03-31 | 4 | -94/+256 |
| |\ \
| | |/
| |/| |
|
| | * | Revert previous commit following discussion on tcl-core list. | fvogel | 2019-03-28 | 3 | -6/+4 |
|
|
| | * | Change TICK_VALUES_DISPLAY_ACCURACY for the more correct word TICK_VALUES_DIS... | fvogel | 2019-03-26 | 3 | -4/+6 |
|
|
| | * | Name the TICK_VALUES_DISPLAY_ACCURACY constant | fvogel | 2019-03-24 | 2 | -2/+11 |
|
|
| | * | Minor tinkering (style, efficiency, etc.) | dkf | 2019-03-24 | 2 | -65/+118 |
|
|
| | * | Changed scale man page to reflect how tick values are now displayed | jaspert | 2019-03-08 | 1 | -2/+2 |
|
|
| | * | Make the branch build with MSVC by replacing calls to C99 functions round(), ... | fvogel | 2019-03-04 | 1 | -4/+8 |
|
|
| | * | Trimmed an unused variable | jaspert | 2019-02-28 | 1 | -1/+1 |
|
|
| | * | Added a procedure to increase the number of digits in the tick values until | jaspert | 2019-02-28 | 1 | -3/+51 |
|
|
| | * | Eliminate trailing zeros from scale tick values. This is done by | jal_frezie | 2019-02-20 | 3 | -66/+114 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-03-29 | 4 | -2/+19 |
|\ \ \
| |/ / |
|
| * | | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b... | jan.nijtmans | 2019-03-29 | 4 | -2/+19 |
|
|
* | | | merge buildtools | yorick | 2019-03-27 | 4 | -58/+325 |
|\ \ \ |
|
| * | | | regenerate unix/configure | yorick | 2019-03-27 | 1 | -45/+184 |
|
|
| * | | | Fix indentation of previous commit, and move one character into quotations in | yorick | 2019-03-27 | 1 | -91/+92 |
|
|
| * | | | Improve ability to find Tcl sources at build time. This introduces a new | yorick | 2019-03-27 | 3 | -13/+140 |
|/ / / |
|
* | | | Fix bug [48c39440af]: On macOS, Buttons and Labels do not recompute their | culler | 2019-03-25 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Fix bug [48c39440af]: On macOS, Buttons and Labels do not recompute their | culler | 2019-03-25 | 1 | -3/+3 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-03-22 | 2 | -3/+5 |
|\ \ \
| |/ / |
|
| * | | Slightly better: Don't use Tcl_UniCharLen() but wcslen(). | jan.nijtmans | 2019-03-22 | 1 | -2/+3 |
|
|
| * | | Bugfix in tkWinClipboard: Failed to determine fname length in loop. | jan.nijtmans | 2019-03-22 | 2 | -2/+3 |
|
|
* | | | Fixed a typo that was causing extraneous "tkwin == NULL" debug messages in th... | culler | 2019-03-19 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fixed a typo that was causing extraneous "tkwin == NULL" debug messages in th... | culler | 2019-03-19 | 1 | -1/+1 |
|
|
* | | | Minor typo correction in response to [https://chiselapp.com/user/stevel/repos... | tdc7675 | 2019-03-19 | 1 | -1/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-03-19 | 4 | -13/+5 |
|\ \ \
| |/ / |
|
| * | | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making... | jan.nijtmans | 2019-03-19 | 5 | -14/+6 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-03-15 | 8 | -49/+82 |
|\ \ \
| |/ / |
|
| * | | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish. | jan.nijtmans | 2019-03-15 | 7 | -48/+81 |
|
|
* | | | Fix [609e0045f5]: MouseWheel binding for canvas on MacOS provides wrong value... | fvogel | 2019-03-14 | 1 | -30/+85 |
|\ \ \
| |/ / |
|
| * | | Fix [609e0045f5]: MouseWheel binding for canvas on MacOS provides wrong value... | fvogel | 2019-03-14 | 1 | -30/+85 |
| |\ \ |
|
| | * | | Fix typo | fvogel | 2019-03-14 | 1 | -5/+5 |
|
|
| | * | | Fix bug [609e0045f5]: Aqua scrollwheel events have incorrect mouse coordinates. | culler | 2019-03-04 | 1 | -30/+85 |
|
|
* | | | | Fixed one more None -> NULL compiler warning. | culler | 2019-03-07 | 1 | -1/+1 |
|
|
* | | | | Copy PDBs to installation if option PDBS is given during install | apnadkarni | 2019-03-06 | 1 | -0/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | Copy PDBs to installation if option PDBS is given during install | apnadkarni | 2019-03-06 | 1 | -0/+8 |
|
|
* | | | | gif read not complete on overflow image - information missinterpreted if foll... | oehhar | 2019-03-05 | 2 | -1/+53 |
|\ \ \ \
| |/ / / |
|
| * | | | gif read not complete on overflow image - information missinterpreted if foll... | oehhar | 2019-03-04 | 2 | -1/+53 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | gif read not complete on overflow image - information missinterpreted if foll... | oehhar | 2019-02-03 | 2 | -1/+53 |
|
|
* | | | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an... | culler | 2019-03-04 | 9 | -105/+129 |
|\ \ \ \
| |/ / / |
|
| * | | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when | culler | 2019-03-04 | 9 | -105/+129 |
| |\ \ \ |
|
| | * | | | Increase the size of the ring buffer for Aqua, and modify bgerror so it | culler | 2019-03-03 | 4 | -60/+66 |
|
|
| | * | | | Make it be an error to create a transient/master cycle on Windows. | culler | 2019-03-01 | 1 | -8/+12 |
|
|
| | * | | | Make it be an error to create a transient/master cycle on unix. | culler | 2019-03-01 | 1 | -7/+13 |
|
|