Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A first implementation fixing [587937fff]: Don't shuffle tag list sequence ↵ | fvogel | 2019-12-24 | 1 | -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 ↵ | fvogel | 2019-12-24 | 1 | -0/+36 |
| | | | | [587937fff]. | ||||
* | Reverting last commit, should go into a branch, sorry. | oehhar | 2019-12-17 | 1 | -22/+0 |
| | |||||
* | Add scrollwheel bindings to ttk::scrollbar. Ticket [2b8fa6fd] | oehhar | 2019-12-17 | 1 | -0/+22 |
| | |||||
* | Sync tcl.m4 with version in Tcl | jan.nijtmans | 2019-12-16 | 2 | -6/+24 |
| | |||||
* | Fix [02a69449b5]: Wrong database names for tk::spinbox | fvogel | 2019-12-14 | 1 | -4/+4 |
|\ | |||||
| * | Fix [02a69449b5]: Wrong database names for tk::spinbox | fvogel | 2019-12-10 | 1 | -4/+4 |
| | | |||||
* | | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly ↵ | fvogel | 2019-12-14 | 1 | -1/+1 |
|\ \ | | | | | | | | | | configuring -show. See the ticket for a detailed explanation. | ||||
| * | | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly ↵ | fvogel | 2019-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | configuring -show. See the ticket for a detailed explanation. | ||||
* | | | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option | fvogel | 2019-12-14 | 6 | -7/+59 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Factorize common code into ttk::saveCursor | fvogel | 2019-11-02 | 5 | -35/+24 |
| | | | |||||
| * | | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ↵ | fvogel | 2019-11-02 | 3 | -4/+39 |
| | | | | | | | | | | | | ttk::combobox, ttk::spinbox and ttk::panedwindow. | ||||
| * | | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ↵ | fvogel | 2019-11-02 | 3 | -3/+31 |
| | | | | | | | | | | | | ttk::treeview. | ||||
* | | | Merge 8.5 | jan.nijtmans | 2019-12-09 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix [7ca9a5b7cc]: Segfault due to pointer truncation in DLL_PROCESS_DETACH | jan.nijtmans | 2019-12-09 | 1 | -1/+1 |
| | | | |||||
* | | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ↵ | fvogel | 2019-12-08 | 1 | -7/+0 |
|\ \ \ | | | | | | | | | | | | | overwritten) at the end of the file. | ||||
| * | | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ↵ | fvogel | 2019-12-08 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | overwritten) at the end of the file. | ||||
* | | | | Build without -DUNICDE -D_UNICODE, since it's not necessary any-more (all ↵ | jan.nijtmans | 2019-12-05 | 3 | -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.nijtmans | 2019-12-04 | 5 | -36/+25 |
| | | | | | | | | | | | | | | | | TkUtfToNSString(), making use of Tcl_UtfToUniCharDString() | ||||
* | | | | Fix [749bd9bb1b]: systemControlAccentColor can have incorrect RGB on older ↵ | marc_culler | 2019-12-04 | 1 | -52/+29 |
|\ \ \ \ | | | | | | | | | | | | | | | | macOS systems. | ||||
| * | | | | Fix [749bd9bb1b]: systemControlAccentColor can have incorrect RGB on High Sierra | marc_culler | 2019-12-04 | 1 | -52/+29 |
|/ / / / | |||||
* | | | | On macOS call [image setTemplate:YES] for the cursor NSImages, to make the ↵ | marc_culler | 2019-12-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | cursor be white in dark mode. | ||||
* | | | | In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use ↵ | jan.nijtmans | 2019-12-01 | 6 | -19/+22 |
| | | | | | | | | | | | | | | | | more uppercase hex-values where appropriate. | ||||
* | | | | Fix [d4f5620f5d]: font-4.14 fails (font actual with unicode). Add another ↵ | jan.nijtmans | 2019-11-29 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | test-case for TCL_UTF_MAX>3 | ||||
* | | | | Sync tcl.m4 with the vesion provided by Tcl 8.6 | jan.nijtmans | 2019-11-27 | 2 | -183/+78 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Sync rules.vc and tcl.m4 with the version included with Tcl8.5 | jan.nijtmans | 2019-11-27 | 3 | -228/+118 |
| | | | | |||||
* | | | | Horrible windows-specific workaround against SendInput not moving the mouse ↵ | jan.nijtmans | 2019-11-26 | 1 | -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 ↵ | fvogel | 2019-11-26 | 1 | -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-branch | fvogel | 2019-11-26 | 26 | -183/+480 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Various cleanups in Unicode handling. Note that without Xft on X11 we don't ↵ | jan.nijtmans | 2019-11-26 | 8 | -64/+61 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | have Emoji. | ||||
| * | | | | | Merge 8.6 | jan.nijtmans | 2019-11-22 | 1 | -2/+15 |
| |\ \ \ \ \ | |||||
| * | | | | | | More code simplification | jan.nijtmans | 2019-11-21 | 1 | -15/+12 |
| | | | | | | | |||||
| * | | | | | | Oops _WIN32 with single underscore | jan.nijtmans | 2019-11-21 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Update unicode demo | jan.nijtmans | 2019-11-21 | 1 | -8/+8 |
| | | | | | | | |||||
| * | | | | | | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More ↵ | jan.nijtmans | 2019-11-21 | 6 | -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.nijtmans | 2019-11-20 | 1 | -32/+46 |
| | | | | | | | |||||
* | | | | | | | Fix [a953736b54]: Potential wrong use of TkKeyEvent | jan.nijtmans | 2019-11-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Fix [a953736b54]: Potential wrong use of TkKeyEvent | jan.nijtmans | 2019-11-25 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | In Aqua, fix TkMacOSXInDarkMode so that it does not crash *and* returns a ↵ | marc_culler | 2019-11-25 | 1 | -5/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | meaningful answer when passed a null pointer. | ||||
* | | | | | | | merge release | dgp | 2019-11-22 | 9 | -10/+139 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | update changes | dgp | 2019-11-20 | 1 | -1/+9 |
| | | | | | | | |||||
| * | | | | | | Merge 8.6 except for the broken demo. | dgp | 2019-11-20 | 12 | -160/+293 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | update changes | dgp | 2019-11-15 | 1 | -0/+4 |
| | | | | | | | | |||||
| * | | | | | | | merge 8.6 | dgp | 2019-11-15 | 14 | -56/+897 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Hash typos and bump release date. | dgp | 2019-11-07 | 1 | -6/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge 8.6 | culler | 2019-11-04 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge 8.6 | culler | 2019-11-04 | 2 | -7/+30 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Completed what changes I can do. | dgp | 2019-11-03 | 1 | -2/+3 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | More progress on changes | dgp | 2019-11-03 | 1 | -0/+52 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | More progress updating changes. | dgp | 2019-11-03 | 1 | -1/+37 |
| | | | | | | | | | | |