summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Merged core-8-branch into trunk.csaba2024-07-314-73/+106
|\
| * Merged core-8-6-branch into core-8-branch.csaba2024-07-314-69/+102
| |\
| | * Proposed fix for ticket [0d48797195]: Ugly and inconsistent look of the ↵csaba2024-07-284-68/+100
| | | | | | | | | | | | focus element and active listbox item.
* | | Ticket [957190f1]: replace NULL by (char *) NULLoehhar2024-07-271-12/+21
|\ \ \ | |/ /
| * | Ticket [957190f1]: replace NULL by (char *) NULLoehhar2024-07-271-12/+21
| |\ \ | | |/
| | * Ticket [957190f1]: replace NULL by (char *) NULLoehhar2024-07-271-14/+23
| | |
* | | Merge core-8-branchculler2024-07-231-2/+2
|\ \ \ | |/ /
| * | Merge core-8-6-branch.culler2024-07-231-2/+2
| |\ \ | | |/
| | * 25.4 / 72.0 - the last and final word!culler2024-07-231-2/+2
| | |
* | | Merge core-8-branchculler2024-07-231-2/+2
|\ \ \ | |/ /
| * | Merge core-8-6-branchculler2024-07-231-2/+2
| |\ \ | | |/
| | * Move the other decimal point.culler2024-07-231-2/+2
| | |
* | | merge core-8-branchculler2024-07-221-1/+1
|\ \ \ | |/ /
| * | merge core-8-6-branchculler2024-07-221-1/+1
| |\ \ | | |/
| | * Put the decimal point in the right place.culler2024-07-221-1/+1
| | |
* | | Ticket [2d3a81c0] MS-Win: segfault on menubutton destroy: merge fix branchoehhar2024-07-221-3/+7
|\ \ \ | |/ /
| * | Ticket [2d3a81c0] MS-Win: segfault on menubutton destroy: merge fix branchoehhar2024-07-221-3/+7
| |\ \ | | |/
| | * Ticket [2d3a81c0] MS-Win: segfault on menubutton destroy: merge fix branchoehhar2024-07-221-1/+5
| | |\
| | | * Comments changedoehhar2024-07-181-2/+3
| | | |
| | | * Ticket [2d3a81c0] menubutton destroy segfault: preserve menu pointer in ↵oehhar2024-07-181-7/+4
| | | | | | | | | | | | | | | | tkWinMenu.c, not in tkMenu.c, as for MacOS.
| | | * Ticket [2d3a81c0] menubutton destroy segfault: proposed solution to preserve ↵oehhar2024-07-181-0/+6
| | | | | | | | | | | | | | | | also the menu
* | | | Merge core-8-branchculler2024-07-211-1/+1
|\ \ \ \ | |/ / /
| * | | Merge core-8-6-branchculler2024-07-211-1/+1
| |\ \ \ | | |/ /
| | * | Accommodate Microsoft compilers which do not allow expressions in a literal ↵culler2024-07-211-1/+1
| | | | | | | | | | | | | | | | constant.
* | | | Merge core-8-branchculler2024-07-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge core-8-6-branchculler2024-07-191-1/+1
| |\ \ \ | | |/ /
| | * | Fix [13f4eabe]: 0.35278 != 25.4 / 72.0 in double precision arithmetic.culler2024-07-191-1/+1
| | |/
* | | Make the tk scrollbar set borderwidth to 0 if a negative value is requested. ↵culler2024-07-121-1/+3
| | | | | | | | | | | | See [5f739d2253]
* | | Fix Tk_ObjCustomOption documentation. Fix some indentingjan.nijtmans2024-07-1210-411/+411
|\ \ \ | |/ /
| * | Merge 8.7. Fix indentingjan.nijtmans2024-07-1212-434/+434
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2024-07-114-23/+27
|\ \ \ | |/ /
| * | Don't test for != TEXT_WRAPMODE_NULL, since it has a different value for ↵jan.nijtmans2024-07-113-4/+8
| | | | | | | | | | | | different Tk versions. (Tk 8.6 already does this, missed in Tk 8.7)
| * | (backport) Add TkLengthOne() function, just as TclLengthOne() in Tcl, for ↵jan.nijtmans2024-07-104-4/+15
| | | | | | | | | | | | optimization within Tk internal objTypes. Only functional when compiling with Tcl 9.0 headers
* | | Add TkLengthOne() function, just as TclLengthOne() in Tcl, for optimization ↵jan.nijtmans2024-07-104-8/+12
| | | | | | | | | | | | within Tk internal objTypes. No need to define TCL_OBJTYPE_V0 in tclInt.h anymore (Tcl 8.7+ has it)
* | | Merge with cgimage_with_crossing branch.culler2024-07-084-14/+54
|\ \ \
| * \ \ Merge 9.0. Streamline some indentingjan.nijtmans2024-06-3024-436/+440
| |\ \ \
| * | | | Try to ensure that clipping regions are ready before filling a frame; clean ↵culler2024-06-221-0/+2
| | | | | | | | | | | | | | | | | | | | up unixWm.test
| * | | | Merge mainculler2024-06-157-147/+242
| |\ \ \ \
| * \ \ \ \ Merge mainculler2024-06-109-74/+80
| |\ \ \ \ \
| * \ \ \ \ \ New branch: merges the crossing events fix (sans processevents) with cgimage ↵culler2024-06-101-2/+51
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | drawing
| | * | | | | | Add parenthesis that was missing from previous commit.fvogel2024-06-091-1/+1
| | | | | | | |
| | * | | | | | TCL_UNUSED() parameter in SendEnterLeaveForDestroy() on Linux.fvogel2024-06-091-2/+7
| | | | | | | |
| | * | | | | | Document parameters of TestProcessEventsObjCmd.fvogel2024-06-091-4/+4
| | | | | | | |
| | * | | | | | Rename processevents --> testprocessevents to conform to the widely used ↵fvogel2024-06-091-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | convention that commands specific to the test suite start with 'test'.
| | * | | | | | Fix typo in event.test; be less lazy in processeventsculler2024-05-311-1/+7
| | | | | | | |
| | * | | | | | Small adjustments to tests.culler2024-05-301-2/+2
| | | | | | | |
| | * | | | | | Make the processevents command general.culler2024-05-291-8/+33
| | | | | | | |
| | * | | | | | remove unused variable; forgot to save events.testculler2024-05-291-1/+0
| | | | | | | |
| | * | | | | | Add a simple version of the processevents test command and use it for the ↵culler2024-05-291-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | event-9* tests.
| | * | | | | | Merge with macOS-14-CI so we can test on macOS 14; remove ↵culler2024-05-281-21/+0
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | SendEnterLeaveForMap which seems to be unneeded.