summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-072-28/+48
|\
| * Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-072-28/+48
| |\
| | * Make the place manager send ConfigureNotify events when size change requestsculler2019-02-041-0/+6
| | * Changes which make unixEmbed-8.1a pass on macOS.culler2019-01-311-28/+42
* | | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-023-73/+22
|\ \ \ | |/ /
| * | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-023-73/+22
| |\ \
| | * | Use TkGetMenuIndex to parse the index argument to the post command.culler2019-01-152-9/+9
| | * | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu postculler2019-01-133-72/+7
| | * | Fix related menubutton issues on linux and Windows.culler2019-01-112-10/+24
* | | | 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
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | | | | | | / | | | | |_|_|_|/ | | | |/| | | |