| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ |
|
| * | | 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] 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 |
|
|
* | | | 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 |
|
|
* | | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-10 | 58 | -318/+304 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| | | | | |
| | \ \ | |
| *-. \ \ | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 55 | -333/+325 |
| |\ \ \ \
| | | |/ /
| | | | /
| | | |/
| | |/| |
|
| | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 51 | -280/+280 |
| | | |\ |
|
| | | | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 31 | -63/+65 |
|
|
| | | * | | Fix a few minor compiler warnings, occurring in later gcc/clang versions. | jan.nijtmans | 2019-01-04 | 2 | -2/+2 |
|
|
| * | | | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but were | culler | 2019-01-03 | 1 | -4/+0 |
|
|
| * | | | | Fix two compiler warnings about format string buffers being too small. | culler | 2019-01-03 | 2 | -2/+2 |
|
|
| * | | | | 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 | 3 | -8/+10 |
|
|
| * | | | | 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 | 3 | -8/+15 |
|
|
| * | | | | Clarify comment | fvogel | 2019-01-01 | 1 | -1/+1 |
|
|
| * | | | | Change variable name for something clearer. | fvogel | 2019-01-01 | 1 | -5/+6 |
|
|
| * | | | | The sync command needs to ensure that no redraw is pending before updating | culler | 2019-01-01 | 1 | -0/+1 |
|
|
| * | | | | 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 | 3 | -7/+17 |
|
|
| * | | | | merge core-8-6-branch. | culler | 2018-12-31 | 45 | -585/+582 |
| |\ \ \ \ |
|
| | * \ \ \ | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 45 | -585/+582 |
| | |\ \ \ \
| | | | |_|/
| | | |/| | |
|
| | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 48 | -716/+720 |
|
|
| * | | | | | TextInvalidateLineMetrics should always send a <<WidgetViewSync>> event, | culler | 2018-12-30 | 1 | -1/+7 |
|
|
| * | | | | | Merge core-8-6-branch. | culler | 2018-12-30 | 50 | -750/+805 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Merge 8.5. Undo previous introduced ***POTENTIAL INCOMPATIBLITY*** on win32 | jan.nijtmans | 2018-12-26 | 2 | -2/+2 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | Change None/ControlMask on win32 (and MacOSX - which is harmless) to being an... | jan.nijtmans | 2018-12-26 | 2 | -2/+2 |
|
|
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 48 | -735/+732 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 49 | -754/+748 |
| | | | |/
| | | |/| |
|
| | | * | | Fix [fbaed1f66b]: [image create photo] errors out on a sane animated gif. Che... | fvogel | 2018-07-28 | 1 | -25/+21 |
|
|
| * | | | | In TkTextUpdateLineMetrics, line numbers start at zero, not 1 | fvogel | 2018-11-19 | 1 | -1/+1 |
|
|
* | | | | | Implement local grabs for Aqua. | culler | 2019-01-05 | 1 | -6/+1 |
| |_|_|/
|/| | | |
|
* | | | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but were | jan.nijtmans | 2019-01-03 | 1 | -4/+0 |
|
|
* | | | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how the | jan.nijtmans | 2019-01-03 | 3 | -28/+64 |
| |/ /
|/| | |
|
* | | | Tidy up whitespace and casts of NULL. | culler | 2018-11-28 | 3 | -8/+8 |
|
|
* | | | Protect against the possibility that a future platform might have a strange i... | culler | 2018-11-21 | 1 | -1/+13 |
|
|