summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-10-282-3/+3
|\
| * Merge 8.5 (just a few typo's)jan.nijtmans2020-10-282-3/+3
| |\
| | * Fix some C++ comments in ttkWinXPTheme.c (needed for MSVC++ 6.0)jan.nijtmans2020-10-282-3/+3
| | * Re-generate "make genstubs" (was done with the wrong version)jan.nijtmans2020-09-096-600/+4435
* | | Merge 8.6. Eliminate more C++ commentsjan.nijtmans2020-10-282-275/+278
|\ \ \ | |/ /
* | | Fix [b5c419c8a6]: scrollbar-3.42 failsjan.nijtmans2020-10-231-4/+4
| | |
| \ \
*-. \ \ Implement TIP #474: Treat the mouse wheel events in a uniform wayjan.nijtmans2020-10-215-20/+68
|\ \ \ \ | | |/ /
| * | | Merge trunkjan.nijtmans2020-10-0626-229/+165
| |\ \ \
| * \ \ \ Merge trunk. jan.nijtmans2020-09-294-40/+37
| |\ \ \ \
| * \ \ \ \ Merge trunkjan.nijtmans2020-09-2810-32/+70
| |\ \ \ \ \
| * \ \ \ \ \ Merge trunk. Fix factor bug in TtkScrollable <Shift-Option-MouseWheel> bindingjan.nijtmans2020-09-266-99/+50
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkjan.nijtmans2020-09-252-8/+16
| |\ \ \ \ \ \ \
| * | | | | | | | Another bugfix: xbutton.button and xkey.keycode are actually the same field. ...jan.nijtmans2020-09-211-2/+3
| * | | | | | | | Invert Scrollwheel direction on X11jan.nijtmans2020-09-211-1/+1
| * | | | | | | | Merge trunkjan.nijtmans2020-09-164-19/+10
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet)jan.nijtmans2020-09-15142-10162/+13203
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2019-08-2914-1932/+4312
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Allow using floating-point number in "scroll (x|y)view (units|pages)". They a...jan.nijtmans2019-08-221-1/+10
| * | | | | | | | | | | Merge trunk. jan.nijtmans2019-08-2213-193/+307
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2019-07-303-18/+18
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add support for "(x|y)view scroll number mouseunits" for text widget, and use...jan.nijtmans2019-07-292-7/+21
| * | | | | | | | | | | | | Fix MouseWheel bindings for listbox and scrollbar: This fixes test-failures o...jan.nijtmans2019-07-261-1/+1
| * | | | | | | | | | | | | Further experiment: Bring scalefactor back to 120 (as it was for win32)jan.nijtmans2019-07-263-5/+4
| * | | | | | | | | | | | | Experiment: Handle scaling fractors for the ScrollWheel sensibly. Trying "40"...jan.nijtmans2019-07-257-13/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | A few more minor adaptations, and make it compile on X11 (XKeyEvent structure...jan.nijtmans2019-07-242-1/+3
| * | | | | | | | | | | | | | Code simplification: Don't bother keeping track of the Button[n]Mask's for Bu...jan.nijtmans2019-07-243-28/+17
| * | | | | | | | | | | | | | Merge trunkjan.nijtmans2019-07-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | (cherry-pick): Patch by Arjen sent to core 2018-09-21jan.nijtmans2019-07-242-15/+35
| * | | | | | | | | | | | | | Merge trunk. Adapt documentationjan.nijtmans2019-07-231-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix [38dc27bd1d]: Tk does not support <Button-6> nor <Button-7> events. Now h...jan.nijtmans2019-07-237-100/+68
* | | | | | | | | | | | | | | | Merge 8.6. More usage of TCL_UNUSED macrojan.nijtmans2020-10-157-40/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix more warnings related to -Wundef.jan.nijtmans2020-10-082-27/+27
* | | | | | | | | | | | | | | | Make everything compile warning-free using -Wundefjan.nijtmans2020-10-082-10/+10
* | | | | | | | | | | | | | | | More warnings -Wshadow with C++ compiler. Simplify <KeyPress> -> <Key>jan.nijtmans2020-10-074-14/+14
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge 8.6. Fix some more -Wshadow warningsjan.nijtmans2020-10-065-30/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | More elimination of the "register" keyword, and more explicit typecastsjan.nijtmans2020-10-062-18/+17
* | | | | | | | | | | | | | | Fix build problem on UNIX (due to the introduction of TCL_UNUSED macro)jan.nijtmans2020-10-051-1/+0
* | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-10-0516-169/+91
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-0516-321/+273
* | | | | | | | | | | | | | | Remove duplicate line introduced in [c1f5badf]. That line had already been ad...fvogel2020-10-041-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Remove duplicate line introduced in [c1f5badf]. That line had already been ad...fvogel2020-10-041-2/+0
* | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-10-014-23/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS...jan.nijtmans2020-10-015-25/+21
* | | | | | | | | | | | | | | If Tk is compiled with -DTK_NO_DEPRECATED, disable some testcases which fail ...jan.nijtmans2020-09-301-0/+3
* | | | | | | | | | | | | | | Merge 8.6. jan.nijtmans2020-09-303-6/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-09-293-39/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Unshadow some variablesjan.nijtmans2020-09-292-20/+19
* | | | | | | | | | | | | | Now really fix the build on Windows (MSVC) (warning was: not all control path...fvogel2020-09-281-1/+1
* | | | | | | | | | | | | | Fix the build on Windows (MSVC) (warning was: not all control paths return a ...fvogel2020-09-281-1/+1
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Nanosvg Upstream commit [https://github.com/memononen/nanosvg/commit/ddd39e96...oehhar2020-09-281-2/+11