Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use \x escape sequences in stead of \u when appropriate | jan.nijtmans | 2020-09-29 | 1 | -5/+6 |
| | |||||
* | Use direct unicode characters in stead of escape sequences | jan.nijtmans | 2020-09-29 | 2 | -16/+16 |
| | |||||
* | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabled ↵ | fvogel | 2020-09-21 | 1 | -6/+1 |
|\ | | | | | | | (macOS and Linux) | ||||
| * | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabled ↵ | fvogel | 2020-09-21 | 1 | -6/+1 |
| |\ | | | | | | | | | | (macOS and Linux) | ||||
| | * | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabled | fvogel | 2020-09-20 | 1 | -6/+1 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-09-21 | 4 | -14/+38 |
|\ \ \ | |/ / | |||||
| * | | Make demo's like floor/items/ctext behave the same on MacOS as other ↵ | jan.nijtmans | 2020-09-21 | 15 | -52/+90 |
| |/ | | | | | | | platforms: Switch between buttons 2/3 platform-based. More demo cleanups, nothing functional | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-15 | 4 | -4/+4 |
|\ \ | |/ | |||||
| * | Require Tcltest 2.2 as a miminum. | jan.nijtmans | 2020-09-15 | 4 | -4/+4 |
| |\ | | | | | | | Run X11 testcases on Travis in 3 Ubuntu variants: Xenial, Bionic and Focal. (MacOS/XQuartz not working yet) | ||||
| | * | Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use it | jan.nijtmans | 2020-09-10 | 1 | -2/+0 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Prevent the usage of the term safe/unsafe child | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-09-14 | 8 | -13/+13 |
|\ \ \ | |/ / | |||||
| * | | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning ↵ | jan.nijtmans | 2020-09-14 | 9 | -15/+15 |
| |/ | | | | | | | 'not found' | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-08 | 4 | -7/+7 |
|\ \ | |/ | |||||
| * | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it ↵ | jan.nijtmans | 2020-09-08 | 19 | -126/+126 |
| | | | | | | | | | | because it is the default anyway) Use 'in' operator in stead of 'lsearch -exact' when possible | ||||
* | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> ↵ | jan.nijtmans | 2020-09-03 | 2 | -9/+9 |
| | | | | | | | | Container related (internal) changes | ||||
* | | Merge doscript_goof branch; thanks to Lars Hellstrom for patches | Kevin Walzer | 2020-08-28 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Test branch for AppleScript bugs with patch from Lars Helstrom | Kevin Walzer | 2020-08-24 | 1 | -0/+2 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-08-21 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Fix [291699a5]: ttk::scrollbar : graphical grip does not have mouse bindings. | jan.nijtmans | 2020-08-21 | 10 | -27/+29 |
| |\ | | | | | | | Also remove some eol-spacing. | ||||
| | * | Fix mouse bindings for scrollbars with graphical grip elements. | bll | 2020-08-20 | 1 | -1/+3 |
| |/ | |||||
* | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The ↵ | fvogel | 2020-08-19 | 1 | -7/+7 |
|\ \ | |/ | | | | | focus ring of selected items of ttk::treeview disappears in the process. Also, clarify the layout (pack-like) algorithm, and simplify the code by not specifying option values that are anyway the default. Finally, remove documentation of the non-implemented TTK_STICK_ALL flag. | ||||
| * | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The ↵ | fvogel | 2020-08-19 | 1 | -7/+7 |
| |\ | | | | | | | | | | focus ring of selected items of ttk::treeview disappears in the process. Also, clarify the layout (pack-like) algorithm, and simplify the code by not specifying option values that are anyway the default. Finally, remove documentation of the non-implemented TTK_STICK_ALL flag. | ||||
| | * | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when ↵ | fvogel | 2020-07-18 | 1 | -7/+7 |
| | | | | | | | | | | | | -side (resp. TTK_PACK_*) is not given. Remove such superfluous specifications. | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 2 | -47/+47 |
|\ \ \ | |/ / | |||||
| * | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes ↵ | jan.nijtmans | 2020-08-04 | 2 | -47/+47 |
| | | | | | | | | | | | | not affecting the API | ||||
* | | | Merge 8.6: fix testing and build issues on the various supported versions of ↵ | culler | 2020-07-27 | 1 | -4/+2 |
|\ \ \ | |/ / | | | | | | | macOS. | ||||
| * | | Merge mac_testing: fix testing and build issues on the various supported ↵ | culler | 2020-07-27 | 1 | -4/+2 |
| |\ \ | | | | | | | | | | | | | versions of macOS. | ||||
| | * | | Fix the fontchooser demo correctly. | culler | 2020-07-25 | 1 | -4/+2 |
| | | | | |||||
| | * | | Fix the build for Snow Leopard. Fix the fontchooser demo. | culler | 2020-07-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix namespace error in console.tcl - Thanks to Adam Kapos for the patch. | culler | 2020-07-25 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix namespace error in console.tcl - Thanks to Adam Kapos for the patch. | culler | 2020-07-25 | 1 | -2/+2 |
| |/ / | |||||
* | | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from ↵ | fvogel | 2020-07-13 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | Christopher Chavez. | ||||
| * | | Spurious additional :: | jan.nijtmans | 2020-07-12 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-07-12 | 1 | -19/+22 |
|\ \ \ | |/ / | |||||
| * | | Fix [2442314]: Fontchooser - use message catalog for font style. | jan.nijtmans | 2020-07-12 | 1 | -19/+22 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-07-10 | 3 | -14/+14 |
|\ \ \ | |/ / | |||||
| * | | Minor bindings cleanup. Some removal of "expr" when we can do without it. ↵ | jan.nijtmans | 2020-07-10 | 4 | -54/+45 |
| |/ | | | | | | | Some KeyPress -> Key changes (which are synonymes). Some implicit <Button-1> specifications in stead of simply <1> (making clear this is not a binding to the "1" key). | ||||
* | | Fix [cd051b586a]: MouseWheel documentation in bind.n | fvogel | 2020-07-05 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | Fix [cd051b586a]: MouseWheel documentation in bind.n | fvogel | 2020-07-05 | 1 | -3/+0 |
| |\ | |||||
| | * | Remove obsolete mention of MouseWheel events being directed to the windos ↵ | fvogel | 2020-06-22 | 1 | -3/+0 |
| | | | | | | | | | | | | having the keyboard focus. | ||||
* | | | Simplify various Tk bindings, where 'expr' is not necessary because the ↵ | jan.nijtmans | 2020-07-05 | 5 | -22/+13 |
| | | | | | | | | | | | | called function can already handle simple addition and substraction (since it's built into index-handling already) | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-07-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix bug in previous commit | jan.nijtmans | 2020-07-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-07-03 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Minor optimizations in ::tk::EntryBackspace and ::tk::EntryTranspose | jan.nijtmans | 2020-07-03 | 1 | -5/+5 |
| | | | |||||
* | | | merge core-8-6-branch ; fix [2d24591c3b] -postoffset with default style. | fvogel | 2020-07-02 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix -postoffset to work with the default combobox style. If -style is | bll | 2020-06-30 | 1 | -0/+3 |
| | | | | | | | | | not set, cget returns an empty string. | ||||
* | | | Fix [50ed1eddb0]: ttk::spinbox with -values does not loop through all ↵ | fvogel | 2020-06-27 | 1 | -6/+20 |
|\ \ \ | |/ / | | | | | | | values. Original analysis and patch from Brad Lanam. |