summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* A first implementation fixing [587937fff]: Don't shuffle tag list sequence ↵fvogel2019-12-241-7/+11
| | | | upon deletion. This implementation is not efficient (it's O(n^2)) and will not be kept.
* Add tests canvas-20.[123], currently failing and demonstrating ticket ↵fvogel2019-12-241-0/+36
| | | | [587937fff].
* Reverting last commit, should go into a branch, sorry.oehhar2019-12-171-22/+0
|
* Add scrollwheel bindings to ttk::scrollbar. Ticket [2b8fa6fd]oehhar2019-12-171-0/+22
|
* Sync tcl.m4 with version in Tcljan.nijtmans2019-12-162-6/+24
|
* Fix [02a69449b5]: Wrong database names for tk::spinboxfvogel2019-12-141-4/+4
|\
| * Fix [02a69449b5]: Wrong database names for tk::spinboxfvogel2019-12-101-4/+4
| |
* | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly ↵fvogel2019-12-141-1/+1
|\ \ | | | | | | | | | configuring -show. See the ticket for a detailed explanation.
| * | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly ↵fvogel2019-12-081-1/+1
| | | | | | | | | | | | configuring -show. See the ticket for a detailed explanation.
* | | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor optionfvogel2019-12-146-7/+59
|\ \ \ | |_|/ |/| |
| * | Factorize common code into ttk::saveCursorfvogel2019-11-025-35/+24
| | |
| * | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ↵fvogel2019-11-023-4/+39
| | | | | | | | | | | | ttk::combobox, ttk::spinbox and ttk::panedwindow.
| * | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ↵fvogel2019-11-023-3/+31
| | | | | | | | | | | | ttk::treeview.
* | | Merge 8.5jan.nijtmans2019-12-091-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix [7ca9a5b7cc]: Segfault due to pointer truncation in DLL_PROCESS_DETACHjan.nijtmans2019-12-091-1/+1
| | |
* | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ↵fvogel2019-12-081-7/+0
|\ \ \ | | | | | | | | | | | | overwritten) at the end of the file.
| * | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ↵fvogel2019-12-081-7/+0
| | | | | | | | | | | | | | | | overwritten) at the end of the file.
* | | | Build without -DUNICDE -D_UNICODE, since it's not necessary any-more (all ↵jan.nijtmans2019-12-053-25/+11
| | | | | | | | | | | | | | | | code uses implicit *W-API now). This also eliminates the need for the TK_ASCII_MAIN hack.
* | | | Make MODULE_SCOPE functions start with "Tk". Also simplify ↵jan.nijtmans2019-12-045-36/+25
| | | | | | | | | | | | | | | | TkUtfToNSString(), making use of Tcl_UtfToUniCharDString()
* | | | Fix [749bd9bb1b]: systemControlAccentColor can have incorrect RGB on older ↵marc_culler2019-12-041-52/+29
|\ \ \ \ | | | | | | | | | | | | | | | macOS systems.
| * | | | Fix [749bd9bb1b]: systemControlAccentColor can have incorrect RGB on High Sierramarc_culler2019-12-041-52/+29
|/ / / /
* | | | On macOS call [image setTemplate:YES] for the cursor NSImages, to make the ↵marc_culler2019-12-031-0/+1
| | | | | | | | | | | | | | | | cursor be white in dark mode.
* | | | In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use ↵jan.nijtmans2019-12-016-19/+22
| | | | | | | | | | | | | | | | more uppercase hex-values where appropriate.
* | | | Fix [d4f5620f5d]: font-4.14 fails (font actual with unicode). Add another ↵jan.nijtmans2019-11-292-2/+7
| | | | | | | | | | | | | | | | test-case for TCL_UTF_MAX>3
* | | | Sync tcl.m4 with the vesion provided by Tcl 8.6jan.nijtmans2019-11-272-183/+78
|\ \ \ \ | | |/ / | |/| |
| * | | Sync rules.vc and tcl.m4 with the version included with Tcl8.5jan.nijtmans2019-11-273-228/+118
| | | |
* | | | Horrible windows-specific workaround against SendInput not moving the mouse ↵jan.nijtmans2019-11-261-0/+13
|\ \ \ \ | | | | | | | | | | | | | | | on Win10 when both input.mi.dx and input.mi.dy are zero) - this must be a Windows bug. bind-34.3 now passes on Win10
| * | | | Horrible windows-specific workaround against SendInput not moving the mouse ↵fvogel2019-11-261-0/+13
| | | | | | | | | | | | | | | | | | | | on Win10 when both input.mi.dx and input.mi.dy are zero) - this must be a Windows bug. bind-34.3 now passes on Win10.
| * | | | merge core-8-6-branchfvogel2019-11-2626-183/+480
| |\ \ \ \
* | \ \ \ \ Various cleanups in Unicode handling. Note that without Xft on X11 we don't ↵jan.nijtmans2019-11-268-64/+61
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | have Emoji.
| * | | | | Merge 8.6jan.nijtmans2019-11-221-2/+15
| |\ \ \ \ \
| * | | | | | More code simplificationjan.nijtmans2019-11-211-15/+12
| | | | | | |
| * | | | | | Oops _WIN32 with single underscorejan.nijtmans2019-11-211-1/+1
| | | | | | |
| * | | | | | Update unicode demojan.nijtmans2019-11-211-8/+8
| | | | | | |
| * | | | | | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More ↵jan.nijtmans2019-11-216-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code simplifications. Disallow Emoji on X11 without xft, just use replacement character then.
| * | | | | | X11 correct UTF-16 encoding (not meant for Tk 8.6.10 yet!)jan.nijtmans2019-11-201-32/+46
| | | | | | |
* | | | | | | Fix [a953736b54]: Potential wrong use of TkKeyEventjan.nijtmans2019-11-251-1/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Fix [a953736b54]: Potential wrong use of TkKeyEventjan.nijtmans2019-11-251-1/+1
| | | | | | |
* | | | | | | In Aqua, fix TkMacOSXInDarkMode so that it does not crash *and* returns a ↵marc_culler2019-11-251-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | meaningful answer when passed a null pointer.
* | | | | | | merge releasedgp2019-11-229-10/+139
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | update changesdgp2019-11-201-1/+9
| | | | | | |
| * | | | | | Merge 8.6 except for the broken demo.dgp2019-11-2012-160/+293
| |\ \ \ \ \ \
| * | | | | | | update changesdgp2019-11-151-0/+4
| | | | | | | |
| * | | | | | | merge 8.6dgp2019-11-1514-56/+897
| |\ \ \ \ \ \ \
| * | | | | | | | Hash typos and bump release date.dgp2019-11-071-6/+6
| | | | | | | | |
| * | | | | | | | Merge 8.6culler2019-11-041-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.6culler2019-11-042-7/+30
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Completed what changes I can do.dgp2019-11-031-2/+3
| | | | | | | | | | |
| * | | | | | | | | | More progress on changesdgp2019-11-031-0/+52
| | | | | | | | | | |
| * | | | | | | | | | More progress updating changes.dgp2019-11-031-1/+37
| | | | | | | | | | |