summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-03-2915-139/+149
|\
| * More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making...jan.nijtmans2019-03-192-5/+1
| * Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.nijtmans2019-03-153-17/+30
| * gif read not complete on overflow image - information missinterpreted if foll...oehhar2019-03-041-1/+20
| |\
| | * gif read not complete on overflow image - information missinterpreted if foll...oehhar2019-02-031-1/+20
| * | Increase the size of the ring buffer for Aqua, and modify bgerror so itculler2019-03-031-1/+1
| * | Remove some bloat from tkMacOSXWm.c.culler2019-02-282-3/+3
| * | 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
| |\ \
| | * | 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] 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
| * | | 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
* | | | | Tweaked commentsfvogel2019-02-031-6/+11
* | | | | Outdated code fragment has been removed (DONT_REDIRECT_GENERATED_KEY_EVENTS).gcramer2019-01-261-6/+0
* | | | | Per default debugging should be disabled.gcramer2019-01-261-1/+1
* | | | | (1) Computation of most specialized event (PREFER_MOST_SPECIALIZED_EVENT) cha...gcramer2019-01-151-11/+13
* | | | | Fix in comparison of homegeneous equal sequences, a real problem with old imp...gcramer2019-01-141-42/+58
* | | | | Superfluous comment removed.gcramer2019-01-131-1/+0
* | | | | Reverting change of return type of function Tk_CreateBinding: 'unsigned long'...gcramer2019-01-136-32/+35
* | | | | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with ...gcramer2019-01-137-112/+225
* | | | | Fix in comparison of complex patterns, new test cases bind-33.9, bind-33.10, ...gcramer2019-01-101-8/+25
* | | | | Merge 8.6jan.nijtmans2019-01-1059-353/+366
|\ \ \ \ \ | |/ / / /
| * | | | Missed 2 spots in previous commit (only relevant for test-suite)jan.nijtmans2019-01-101-2/+2
| * | | | 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