Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged core-8-branch into trunk. | csaba | 2024-07-31 | 4 | -73/+106 |
|\ | |||||
| * | Merged core-8-6-branch into core-8-branch. | csaba | 2024-07-31 | 4 | -69/+102 |
| |\ | |||||
| | * | Proposed fix for ticket [0d48797195]: Ugly and inconsistent look of the ↵ | csaba | 2024-07-28 | 4 | -68/+100 |
| | | | | | | | | | | | | focus element and active listbox item. | ||||
* | | | Ticket [957190f1]: replace NULL by (char *) NULL | oehhar | 2024-07-27 | 1 | -12/+21 |
|\ \ \ | |/ / | |||||
| * | | Ticket [957190f1]: replace NULL by (char *) NULL | oehhar | 2024-07-27 | 1 | -12/+21 |
| |\ \ | | |/ | |||||
| | * | Ticket [957190f1]: replace NULL by (char *) NULL | oehhar | 2024-07-27 | 1 | -14/+23 |
| | | | |||||
* | | | Merge core-8-branch | culler | 2024-07-23 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge core-8-6-branch. | culler | 2024-07-23 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | 25.4 / 72.0 - the last and final word! | culler | 2024-07-23 | 1 | -2/+2 |
| | | | |||||
* | | | Merge core-8-branch | culler | 2024-07-23 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge core-8-6-branch | culler | 2024-07-23 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Move the other decimal point. | culler | 2024-07-23 | 1 | -2/+2 |
| | | | |||||
* | | | merge core-8-branch | culler | 2024-07-22 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | merge core-8-6-branch | culler | 2024-07-22 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Put the decimal point in the right place. | culler | 2024-07-22 | 1 | -1/+1 |
| | | | |||||
* | | | Ticket [2d3a81c0] MS-Win: segfault on menubutton destroy: merge fix branch | oehhar | 2024-07-22 | 1 | -3/+7 |
|\ \ \ | |/ / | |||||
| * | | Ticket [2d3a81c0] MS-Win: segfault on menubutton destroy: merge fix branch | oehhar | 2024-07-22 | 1 | -3/+7 |
| |\ \ | | |/ | |||||
| | * | Ticket [2d3a81c0] MS-Win: segfault on menubutton destroy: merge fix branch | oehhar | 2024-07-22 | 1 | -1/+5 |
| | |\ | |||||
| | | * | Comments changed | oehhar | 2024-07-18 | 1 | -2/+3 |
| | | | | |||||
| | | * | Ticket [2d3a81c0] menubutton destroy segfault: preserve menu pointer in ↵ | oehhar | 2024-07-18 | 1 | -7/+4 |
| | | | | | | | | | | | | | | | | tkWinMenu.c, not in tkMenu.c, as for MacOS. | ||||
| | | * | Ticket [2d3a81c0] menubutton destroy segfault: proposed solution to preserve ↵ | oehhar | 2024-07-18 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | also the menu | ||||
* | | | | Merge core-8-branch | culler | 2024-07-21 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge core-8-6-branch | culler | 2024-07-21 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Accommodate Microsoft compilers which do not allow expressions in a literal ↵ | culler | 2024-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | constant. | ||||
* | | | | Merge core-8-branch | culler | 2024-07-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge core-8-6-branch | culler | 2024-07-19 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix [13f4eabe]: 0.35278 != 25.4 / 72.0 in double precision arithmetic. | culler | 2024-07-19 | 1 | -1/+1 |
| | |/ | |||||
* | | | Make the tk scrollbar set borderwidth to 0 if a negative value is requested. ↵ | culler | 2024-07-12 | 1 | -1/+3 |
| | | | | | | | | | | | | See [5f739d2253] | ||||
* | | | Fix Tk_ObjCustomOption documentation. Fix some indenting | jan.nijtmans | 2024-07-12 | 10 | -411/+411 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7. Fix indenting | jan.nijtmans | 2024-07-12 | 12 | -434/+434 |
| |\ \ | | |/ | |||||
* | | | Merge 8.7 | jan.nijtmans | 2024-07-11 | 4 | -23/+27 |
|\ \ \ | |/ / | |||||
| * | | Don't test for != TEXT_WRAPMODE_NULL, since it has a different value for ↵ | jan.nijtmans | 2024-07-11 | 3 | -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.nijtmans | 2024-07-10 | 4 | -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.nijtmans | 2024-07-10 | 4 | -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. | culler | 2024-07-08 | 4 | -14/+54 |
|\ \ \ | |||||
| * \ \ | Merge 9.0. Streamline some indenting | jan.nijtmans | 2024-06-30 | 24 | -436/+440 |
| |\ \ \ | |||||
| * | | | | Try to ensure that clipping regions are ready before filling a frame; clean ↵ | culler | 2024-06-22 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | up unixWm.test | ||||
| * | | | | Merge main | culler | 2024-06-15 | 7 | -147/+242 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge main | culler | 2024-06-10 | 9 | -74/+80 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | New branch: merges the crossing events fix (sans processevents) with cgimage ↵ | culler | 2024-06-10 | 1 | -2/+51 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | drawing | ||||
| | * | | | | | | Add parenthesis that was missing from previous commit. | fvogel | 2024-06-09 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | TCL_UNUSED() parameter in SendEnterLeaveForDestroy() on Linux. | fvogel | 2024-06-09 | 1 | -2/+7 |
| | | | | | | | | |||||
| | * | | | | | | Document parameters of TestProcessEventsObjCmd. | fvogel | 2024-06-09 | 1 | -4/+4 |
| | | | | | | | | |||||
| | * | | | | | | Rename processevents --> testprocessevents to conform to the widely used ↵ | fvogel | 2024-06-09 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | convention that commands specific to the test suite start with 'test'. | ||||
| | * | | | | | | Fix typo in event.test; be less lazy in processevents | culler | 2024-05-31 | 1 | -1/+7 |
| | | | | | | | | |||||
| | * | | | | | | Small adjustments to tests. | culler | 2024-05-30 | 1 | -2/+2 |
| | | | | | | | | |||||
| | * | | | | | | Make the processevents command general. | culler | 2024-05-29 | 1 | -8/+33 |
| | | | | | | | | |||||
| | * | | | | | | remove unused variable; forgot to save events.test | culler | 2024-05-29 | 1 | -1/+0 |
| | | | | | | | | |||||
| | * | | | | | | Add a simple version of the processevents test command and use it for the ↵ | culler | 2024-05-29 | 1 | -0/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | event-9* tests. | ||||
| | * | | | | | | Merge with macOS-14-CI so we can test on macOS 14; remove ↵ | culler | 2024-05-28 | 1 | -21/+0 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | SendEnterLeaveForMap which seems to be unneeded. |