summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-262-16/+30
|\
| * Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-262-16/+30
| |\
| | * Fix [3003895fff] and [1899040fff] with a different fix, this time it does not...fvogel2019-01-131-15/+14
| | * Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-052-22/+37
* | | Rebase against new trunkjan.nijtmans2019-01-201-11/+0
|\ \ \
| * | | Fix crash in canvPs-5.1 test (thanks to Christian Werner), and remove unneces...fvogel2018-12-301-11/+0
| * | | Fix [21525158b0]: On MS Windows XImage data and Tk_Visual() return wrong info...fvogel2018-12-291-1/+1
| * | | Merge 8.6jan.nijtmans2018-12-262-2/+2
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2018-12-2048-738/+735
| |\ \ \ \
* | \ \ \ \ Merge 8.6jan.nijtmans2019-01-133-4/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge 8.5jan.nijtmans2019-01-133-4/+3
| |\ \ \ \ \
| | * | | | | Not actually necessary to fix those (they don't give warnings because those a...jan.nijtmans2019-01-133-4/+4
| * | | | | | Missed 2 spots in previous commit (only relevant for test-suite)jan.nijtmans2019-01-101-2/+2
* | | | | | | Merge 8.6jan.nijtmans2019-01-1053-305/+300
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-1058-318/+304
| |\ \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-0855-333/+325
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | | | | | | / | | | | |_|_|_|/ | | | |/| | | |
| | | | * | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-0851-280/+280
| | | | |\ \ \ \
| | | | | * | | | Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-0331-63/+65
| | | | * | | | | Fix a few minor compiler warnings, occurring in later gcc/clang versions.jan.nijtmans2019-01-042-2/+2
| | * | | | | | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but wereculler2019-01-031-4/+0
| | * | | | | | | Fix two compiler warnings about format string buffers being too small.culler2019-01-032-2/+2
| | * | | | | | | Fix the build for MSVC once more.culler2019-01-031-4/+4
| | * | | | | | | Be careful about Bool types.culler2019-01-031-5/+8
| | * | | | | | | Fix the build for Windows with MSVCfvogel2019-01-021-1/+1
| | * | | | | | | Make AsyncUpdateLineMetrics cancel any idle tasks for the afterSyncCmd before culler2019-01-023-8/+10
| | * | | | | | | It is no longer necessary to run any idle tasks before updating all lineculler2019-01-021-12/+11
| | * | | | | | | Simplify TkTextPendingsync by using the new OUT_OF_SYNC flagfvogel2019-01-021-5/+1
| | * | | | | | | Add an explanatory comment, and slightly optimize (in the case of the empty p...fvogel2019-01-021-4/+10
| | * | | | | | | Use a flag bit instead of an int to store the sync state. Avoid running idleculler2019-01-023-8/+15
| | * | | | | | | Clarify commentfvogel2019-01-011-1/+1
| | * | | | | | | Change variable name for something clearer.fvogel2019-01-011-5/+6
| | * | | | | | | The sync command needs to ensure that no redraw is pending before updatingculler2019-01-011-0/+1
| | * | | | | | | Update the TextDinfo when the sync command runs, so that pendingsync will knowculler2019-01-011-0/+3
| | * | | | | | | Correct the call to GenerateWidgetViewSync in TkTextRelayoutWindow. Makeculler2019-01-011-7/+9
| | * | | | | | | Make GenerateWidgetSyncEvent save the sync state whenever it sends an event,culler2018-12-313-7/+17
| | * | | | | | | merge core-8-6-branch.culler2018-12-3145-585/+582
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-3145-585/+582
| | | |\ \ \ \ \ \ \ | | | | | |_|/ / / / | | | | |/| | | | / | | | | |_|_|_|_|/ | | | |/| | | | |
| | | | * | | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-3148-716/+720
| | * | | | | | | TextInvalidateLineMetrics should always send a <<WidgetViewSync>> event,culler2018-12-301-1/+7
| | * | | | | | | Merge core-8-6-branch.culler2018-12-3050-750/+805
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Merge 8.5. Undo previous introduced ***POTENTIAL INCOMPATIBLITY*** on win32jan.nijtmans2018-12-262-2/+2
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | | | | | | / | | | | |_|_|_|/ | | | |/| | | |
| | | | * | | | Change None/ControlMask on win32 (and MacOSX - which is harmless) to being an...jan.nijtmans2018-12-262-2/+2
| | | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-2048-735/+732
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-2049-754/+748
| | | | | |/ / | | | | |/| |
| | | | * | | Fix [fbaed1f66b]: [image create photo] errors out on a sane animated gif. Che...fvogel2018-07-281-25/+21
| | * | | | | In TkTextUpdateLineMetrics, line numbers start at zero, not 1fvogel2018-11-191-1/+1
* | | | | | | Implement local grabs on macOS.culler2019-01-091-6/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Implement local grabs for Aqua.culler2019-01-051-6/+1
| | |_|_|/ / | |/| | | |
* | | | | | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently acrossculler2019-01-041-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but werejan.nijtmans2019-01-031-4/+0