| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-06-08 | 1 | -2/+2 |
|\ |
|
| * | Fix [2790615]: "update" performs Tk callbacks in its own stack frame. | jan.nijtmans | 2020-06-08 | 1 | -2/+2 |
|
|
* | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 1 | -2/+2 |
|
|
* | | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -16/+24 |
|\ \
| |/ |
|
| * | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -17/+19 |
|
|
| * | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -2/+2 |
|
|
* | | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ... | jan.nijtmans | 2020-05-26 | 1 | -2/+3 |
|
|
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -1/+1 |
|
|
* | | More progress | jan.nijtmans | 2020-05-24 | 1 | -5/+5 |
|
|
* | | More progress | jan.nijtmans | 2020-05-22 | 1 | -13/+12 |
|\ \ |
|
* | | | More progress | jan.nijtmans | 2020-05-21 | 1 | -1/+3 |
|/ / |
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -1/+1 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -44/+60 |
|
|
* | | Sort all usage of "pages", "pixels" and "units", make it alphabetical, in imp... | jan.nijtmans | 2019-07-30 | 1 | -3/+3 |
|
|
* | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -2/+2 |
|\ \ |
|
| * | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -2/+2 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-04-02 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Tcl_BackgroundError -> Tcl_BackgroundException. Mark deprecated macro's as su... | jan.nijtmans | 2019-02-15 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -38/+72 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -19/+19 |
| |\ \
| | |/ |
|
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-10 | 1 | -19/+19 |
| | |\ |
|
| | | *-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -16/+16 |
| | | |\ \
| | | |/ /
| | |/| | |
|
| | | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -11/+11 |
| | | | |\ |
|
| | | | | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -1/+1 |
|
|
| | | * | | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but were | culler | 2019-01-03 | 1 | -4/+0 |
|
|
| | | * | | | Fix the build for MSVC once more. | culler | 2019-01-03 | 1 | -4/+4 |
|
|
| | | * | | | Be careful about Bool types. | culler | 2019-01-03 | 1 | -5/+8 |
|
|
| | | * | | | Fix the build for Windows with MSVC | fvogel | 2019-01-02 | 1 | -1/+1 |
|
|
| | | * | | | Make AsyncUpdateLineMetrics cancel any idle tasks for the afterSyncCmd before
| culler | 2019-01-02 | 1 | -1/+4 |
|
|
| | | * | | | It is no longer necessary to run any idle tasks before updating all line | culler | 2019-01-02 | 1 | -12/+11 |
|
|
| | | * | | | Simplify TkTextPendingsync by using the new OUT_OF_SYNC flag | fvogel | 2019-01-02 | 1 | -5/+1 |
|
|
| | | * | | | Add an explanatory comment, and slightly optimize (in the case of the empty p... | fvogel | 2019-01-02 | 1 | -4/+10 |
|
|
| | | * | | | Use a flag bit instead of an int to store the sync state. Avoid running idle | culler | 2019-01-02 | 1 | -4/+14 |
|
|
| | | * | | | Clarify comment | fvogel | 2019-01-01 | 1 | -1/+1 |
|
|
| | | * | | | Change variable name for something clearer. | fvogel | 2019-01-01 | 1 | -5/+6 |
|
|
| | | * | | | Update the TextDinfo when the sync command runs, so that pendingsync will know | culler | 2019-01-01 | 1 | -0/+3 |
|
|
| | | * | | | Correct the call to GenerateWidgetViewSync in TkTextRelayoutWindow. Make | culler | 2019-01-01 | 1 | -7/+9 |
|
|
| | | * | | | Make GenerateWidgetSyncEvent save the sync state whenever it sends an event, | culler | 2018-12-31 | 1 | -6/+14 |
|
|
| | | * | | | merge core-8-6-branch. | culler | 2018-12-31 | 1 | -27/+27 |
| | | |\ \ \ |
|
| | | | * \ \ | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -27/+27 |
| | | | |\ \ \
| | | | | | |/
| | | | | |/| |
|
| | | | | * | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -30/+30 |
|
|
| | | * | | | | TextInvalidateLineMetrics should always send a <<WidgetViewSync>> event, | culler | 2018-12-30 | 1 | -1/+7 |
| | | |/ / / |
|
| | | * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -35/+35 |
| | | |\ \ \
| | | | |/ / |
|
| | | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -30/+30 |
| | | | |/ |
|
| | | | * | Fixed error in comment (cherrypicked [a3d4e5de17] | fvogel | 2016-02-11 | 1 | -1/+1 |
|
|
| | | | * | Fixed (with a real fix this time) bug [06c1433906] - Text widget crash during... | fvogel | 2016-02-08 | 1 | -16/+41 |
|
|
| | | | * | Corrected indentation + added an explanatory comment (cherrypicked [1121252f]) | fvogel | 2016-02-08 | 1 | -1/+4 |
|
|
| | | | * | (cherry-pick): Fix [06c14339060ba9ae]: Text widget crash during delete. Thank... | jan.nijtmans | 2016-02-08 | 1 | -5/+3 |
|
|
| * | | | | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently across | culler | 2019-01-04 | 1 | -0/+1 |
| |\ \ \ \
| | |/ / / |
|