summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Fix [c311666f9c]: library/menu.tcl typojan.nijtmans2024-01-311-1/+1
* Merge 8.7jan.nijtmans2024-01-301-4/+4
|\
| * Add "locale" parameter to ttk::entry::(WordBack|WordForward)jan.nijtmans2024-01-301-4/+4
* | Merge 8.7jan.nijtmans2024-01-301-1/+1
|\ \ | |/
| * tk::endOfGlyphCluster doesn't existjan.nijtmans2024-01-301-1/+1
| * Merge 8.6jan.nijtmans2024-01-282-5/+10
| |\
* | \ Fix [9fa3e08243]: Ctrl-Arrow binding for spinbox: unknown option '-show'.fvogel2024-01-282-5/+10
|\ \ \ | | |/ | |/|
| * | Do the same for ttk::spinbox and ttk::combobox. This is not absolutely needed...fvogel2024-01-281-2/+4
| * | Fix [9fa3e08243]: Ctrl-Arrow binding for spinbox: unknown option '-show'.fvogel2024-01-281-3/+6
* | | Merge 8.7jan.nijtmans2024-01-271-14/+0
|\ \ \ | | |/ | |/|
| * | Simplify some TIP #621 procs, since it's Tcl counterparts can (now) handle in...jan.nijtmans2024-01-271-14/+0
* | | Merge 8.7jan.nijtmans2024-01-262-3/+3
|\ \ \ | |/ /
| * | Let's simply use "1" for -underline/-overstrike in stead of "on"jan.nijtmans2024-01-262-3/+3
* | | Merge 8.7max2024-01-232-2/+2
|\ \ \ | |/ /
| * | Fix a mistake in [181d1cb337] that broke the ixset and rolodex demos.max2024-01-232-2/+2
* | | Merge 8.7jan.nijtmans2024-01-221-1/+1
|\ \ \ | |/ /
| * | Fix [e2f740cc64]: Open Tk choosers and press Alt+Zjan.nijtmans2024-01-221-1/+1
* | | More "Tk" -> "tk"jan.nijtmans2024-01-094-5/+5
|\ \ \ | |/ /
* | | Starting with Tcl 9.0, lower-case package-names are recommendedjan.nijtmans2024-01-0968-72/+68
* | | Merge 8.7jan.nijtmans2024-01-081-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. "parenright" -> ")" (simply since we can ....)jan.nijtmans2024-01-081-1/+1
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2024-01-031-9/+8
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-01-031-1/+1
| |\ \ | | |/
| | * unnecessary check for $last >= 0jan.nijtmans2024-01-031-1/+1
| * | Merge 8.7jan.nijtmans2024-01-022-19/+33
| |\ \ | | |/
| | * missing ')'jan.nijtmans2024-01-011-1/+1
| | * Keep menu.tcl/tearoff.tcl more in sync with 8.7jan.nijtmans2024-01-012-20/+25
| | * Fix [fec9e3879d]: Confusion regarding menu indexes "none" and {}. Also add so...jan.nijtmans2023-12-261-1/+1
| | * Backport some clean-up from 8.7jan.nijtmans2023-12-122-16/+20
* | | unneeded "if" statementjan.nijtmans2024-01-021-12/+10
* | | Remove unused variable.culler2023-12-131-2/+0
|\ \ \ | |/ /
| * | Remove unused variable.culler2023-12-131-2/+0
| * | (cherry-pick): Made the scrolling by units via <TouchpadScroll> smoother.jan.nijtmans2023-12-126-19/+20
* | | Made the scrolling by units via <TouchpadScroll> smoother.csaba2023-12-126-19/+20
* | | Merge 8.7jan.nijtmans2023-12-121-8/+6
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-12-121-8/+6
* | | Merge 8.7jan.nijtmans2023-12-122-8/+9
|\ \ \ | |/ /
| * | Fix [438a0a79d8] and [d498db461a], both related to -underline handlingjan.nijtmans2023-12-122-8/+9
* | | Merge 8.7jan.nijtmans2023-12-113-3/+3
|\ \ \ | |/ /
| * | White-spacingjan.nijtmans2023-12-113-3/+3
* | | Merge implementation of TIP #684 from core-8-branch.marc_culler2023-12-1111-16/+174
|\ \ \ | |/ /
| * | Merge implementation of TIP #684.marc_culler2023-12-1111-16/+174
| |\ \
| | * | For X11 only: Minimize the number of artifacts caused by intermixed <MouseWhe...csaba2023-12-016-30/+86
| | * | Include changes suggested by Csaba Nemethi.marc_culler2023-11-283-5/+9
| | * | Add bindings for listbox and treeview. Some code clean up.marc_culler2023-11-285-16/+30
| | * | Adapt Csaba's notebook bindings to the new setup.marc_culler2023-11-271-0/+28
| | * | Adapt Csaba's ttk::combobox and ttk::spinbox bindings to this setup.marc_culler2023-11-271-0/+9
| | * | Use the serial field of TouchpadScroll events as a counter.marc_culler2023-11-271-2/+11
| | * | Introduce a separate TouchpadScroll event. Avoids Extended-MouseWheel events...marc_culler2023-11-276-8/+6
| | * | Switch from Control-MouseWheel to Extended-MouseWheel.marc_culler2023-11-246-6/+6