| 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 | 28 | -94/+92 |
|
|
* | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge... | jan.nijtmans | 2019-04-02 | 15 | -162/+163 |
|
|
* | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu... | jan.nijtmans | 2019-03-31 | 10 | -59/+58 |
|
|
* | 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 | 2 | -56/+213 |
|\ \ \
| |/ / |
|
| * | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o... | fvogel | 2019-03-31 | 2 | -56/+213 |
| |\ \
| | |/
| |/| |
|
| | * | Revert previous commit following discussion on tcl-core list. | fvogel | 2019-03-28 | 2 | -3/+3 |
|
|
| | * | Change TICK_VALUES_DISPLAY_ACCURACY for the more correct word TICK_VALUES_DIS... | fvogel | 2019-03-26 | 2 | -3/+3 |
|
|
| | * | Name the TICK_VALUES_DISPLAY_ACCURACY constant | fvogel | 2019-03-24 | 2 | -2/+11 |
|
|
| | * | Minor tinkering (style, efficiency, etc.) | dkf | 2019-03-24 | 1 | -32/+84 |
|
|
| | * | 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 | 2 | -54/+98 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-03-19 | 1 | -4/+0 |
|\ \ \
| |/ / |
|
| * | | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making... | jan.nijtmans | 2019-03-19 | 2 | -5/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-03-15 | 3 | -17/+30 |
|\ \ \
| |/ / |
|
| * | | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish. | jan.nijtmans | 2019-03-15 | 3 | -17/+30 |
|
|
* | | | gif read not complete on overflow image - information missinterpreted if foll... | oehhar | 2019-03-05 | 1 | -1/+20 |
|\ \ \
| |/ / |
|
| * | | gif read not complete on overflow image - information missinterpreted if foll... | oehhar | 2019-03-04 | 1 | -1/+20 |
| |\ \ |
|
| | * | | gif read not complete on overflow image - information missinterpreted if foll... | oehhar | 2019-02-03 | 1 | -1/+20 |
|
|
* | | | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an... | culler | 2019-03-04 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Increase the size of the ring buffer for Aqua, and modify bgerror so it | culler | 2019-03-03 | 1 | -1/+1 |
|
|
* | | | | Fix bug 1951abf33d: Aqua sometimes segfaults when destroying a transient. | culler | 2019-03-01 | 2 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Remove some bloat from tkMacOSXWm.c. | culler | 2019-02-28 | 2 | -3/+3 |
| | |/
| |/| |
|
* | | | Tcl_BackgroundError -> Tcl_BackgroundException. Mark deprecated macro's as su... | jan.nijtmans | 2019-02-15 | 3 | -3/+9 |
|
|
* | | | Fix bug [58665b91dd]: many unixEmbed tests fail. | culler | 2019-02-07 | 2 | -28/+48 |
|\ \ \
| |/ / |
|
| * | | Fix bug [58665b91dd]: many unixEmbed tests fail. | culler | 2019-02-07 | 2 | -28/+48 |
| |\ \
| | |/
| |/| |
|
| | * | Make the place manager send ConfigureNotify events when size change requests | culler | 2019-02-04 | 1 | -0/+6 |
|
|
| | * | Changes which make unixEmbed-8.1a pass on macOS. | culler | 2019-01-31 | 1 | -28/+42 |
|
|
* | | | TIP #533 (Extension of the menu post command) implementation was accepted by ... | fvogel | 2019-02-02 | 3 | -73/+22 |
|\ \ \
| |/ / |
|
| * | | TIP #533 (Extension of the menu post command) implementation was accepted by ... | fvogel | 2019-02-02 | 3 | -73/+22 |
| |\ \ |
|
| | * | | Use TkGetMenuIndex to parse the index argument to the post command. | culler | 2019-01-15 | 2 | -9/+9 |
|
|
| | * | | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu post | culler | 2019-01-13 | 3 | -72/+7 |
|
|
| | * | | Fix related menubutton issues on linux and Windows. | culler | 2019-01-11 | 2 | -10/+24 |
|
|
* | | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -from | fvogel | 2019-01-26 | 2 | -16/+30 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -from | fvogel | 2019-01-26 | 2 | -16/+30 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Fix [3003895fff] and [1899040fff] with a different fix, this time it does not... | fvogel | 2019-01-13 | 1 | -15/+14 |
|
|
| | * | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -from | fvogel | 2019-01-05 | 2 | -22/+37 |
|
|
* | | | | Rebase against new trunk | jan.nijtmans | 2019-01-20 | 1 | -11/+0 |
|\ \ \ \ |
|
| * | | | | Fix crash in canvPs-5.1 test (thanks to Christian Werner), and remove unneces... | fvogel | 2018-12-30 | 1 | -11/+0 |
|
|
| * | | | | Fix [21525158b0]: On MS Windows XImage data and Tk_Visual() return wrong info... | fvogel | 2018-12-29 | 1 | -1/+1 |
|
|
| * | | | | Merge 8.6 | jan.nijtmans | 2018-12-26 | 2 | -2/+2 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge 8.6 | jan.nijtmans | 2018-12-20 | 48 | -738/+735 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2019-01-13 | 3 | -4/+3 |
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| * | | | | | | Merge 8.5 | jan.nijtmans | 2019-01-13 | 3 | -4/+3 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Not actually necessary to fix those (they don't give warnings because those a... | jan.nijtmans | 2019-01-13 | 3 | -4/+4 |
|
|
| * | | | | | | | Missed 2 spots in previous commit (only relevant for test-suite) | jan.nijtmans | 2019-01-10 | 1 | -2/+2 |
|
|