summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Provide variable-names in commentsjan.nijtmans2023-12-197-76/+76
* Merge 8.6jan.nijtmans2023-12-192-5/+5
|\
| * upload-artifact @3 -> @4jan.nijtmans2023-12-181-2/+2
* | Make it compile (again) with Tcl 8.6jan.nijtmans2023-12-191-1/+5
* | Make Ttk_ManagerSpec "const"jan.nijtmans2023-12-185-6/+6
* | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-1828-563/+670
* | Use Tcl_ObjCmdProc in stead of full function signaturejan.nijtmans2023-12-181-145/+49
* | Even more TCL_UNUSED usagejan.nijtmans2023-12-1811-84/+50
* | (internal) int -> Tcl_Sizejan.nijtmans2023-12-173-224/+226
* | Many more TCL_UNUSED() usagejan.nijtmans2023-12-153-590/+260
* | Merge 8.6jan.nijtmans2023-12-143-6/+9
|\ \ | |/
| * Add Tk_Window parameter to TtkSelectImage(). Not used yetjan.nijtmans2023-12-144-8/+11
* | Remove unused variable.culler2023-12-131-2/+0
* | Fix 2 (minor) compiler warningsjan.nijtmans2023-12-132-2/+2
* | Don't use Tcl_Size in documentation (yet), since Tk 8.7 will mainly be used w...jan.nijtmans2023-12-136-9/+9
* | (Cherry-pick): Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size)....jan.nijtmans2023-12-1321-70/+75
|\ \ | |/
| * There was a reason those 3 signatures were removedjan.nijtmans2023-12-131-19/+0
* | Merge 8.6jan.nijtmans2023-12-122-7/+11
|\ \ | |/
| * Update keycode table (and documentation) to updated X11 headersjan.nijtmans2023-12-122-5/+11
* | (cherry-pick): Made the scrolling by units via <TouchpadScroll> smoother.jan.nijtmans2023-12-126-19/+20
* | Merge 8.6jan.nijtmans2023-12-124-21/+13
|\ \ | |/
| * Update to latest X11 headersjan.nijtmans2023-12-124-21/+33
* | Merge 8.6jan.nijtmans2023-12-123-15/+47
|\ \ | |/
| * Backport some clean-up from 8.7jan.nijtmans2023-12-122-16/+20
| * (cherry-pick)More adjustments to tests that failed on macOS Sonomajan.nijtmans2023-12-122-13/+21
| * Fix [1d8b7124b6]: X11: Photo images not drawn correctly for 32-bit visuals. P...fvogel2023-12-091-2/+26
| |\
| | * Fix [1d8b7124b6]: X11: Photo images not drawn correctly for 32-bit visuals. P...fvogel2023-12-021-2/+26
| | * Backout [dfcb5408] and [182ef922].fvogel2023-12-021-11/+3
| | * Let this bugfix branch build and test at Github Actions.fvogel2023-11-223-0/+3
| | * Repair the build on Windows.fvogel2023-11-221-0/+2
| | * Patch for [1d8b7124b6]: X11: Photo images not drawn correctly for 32-bit visu...fvogel2023-11-211-3/+9
* | | Merge 8.6jan.nijtmans2023-12-121-8/+6
* | | Fix [438a0a79d8] and [d498db461a], both related to -underline handlingjan.nijtmans2023-12-122-8/+9
* | | misc code cleanupjan.nijtmans2023-12-112-2/+2
* | | Make scrollCounter "unsigned long"jan.nijtmans2023-12-114-12/+10
* | | No deprecated function names in testcasesjan.nijtmans2023-12-114-32/+32
* | | White-spacingjan.nijtmans2023-12-114-4/+4
* | | Merge implementation of TIP #684.marc_culler2023-12-1117-142/+306
|\ \ \
| * | | Updated the ttk::scrollbar test.csaba2023-12-021-0/+3
| * | | For X11 only: Minimize the number of artifacts caused by intermixed <MouseWhe...csaba2023-12-017-30/+89
| * | | Correct typo on bind man pageKevin Walzer2023-11-301-1/+1
| * | | Include changes suggested by Csaba Nemethi.marc_culler2023-11-283-5/+9
| * | | Fix Windows buildculler2023-11-281-2/+2
| * | | Update bind.nmarc_culler2023-11-281-0/+3
| * | | 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-273-22/+39
| * | | Introduce a separate TouchpadScroll event. Avoids Extended-MouseWheel events...marc_culler2023-11-2711-25/+26
| * | | Update bind.n; resolve unintended forkmarc_culler2023-11-251-5/+16