Tk Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2024-04-18
17:10
merge trunk Leaf check-in: 332f21bcc6 user: dgp tags: core-9-0-b2-rc
2024-04-17
20:40
Merge 9.0 Leaf check-in: 9b7c3afd22 user: jan.nijtmans tags: tip-466, revised_text
16:55
Merge 8.7 Leaf check-in: b42ce7842a user: jan.nijtmans tags: trunk, main
16:50
TIP 693: Restart the changes files. TODO: changes.md Leaf check-in: 7749e4a788 user: jan.nijtmans tags: core-8-branch
2024-04-16
15:31
In Tk 9.0, remove some unneeded "-encoding utf-8" (it's already the default) check-in: e366618b3b user: jan.nijtmans tags: trunk, main
15:27
Merge 8.6 check-in: 07bb0e3aa9 user: jan.nijtmans tags: core-8-branch
15:24
More internal "-encoding utf-8" Leaf check-in: a155c7b407 user: jan.nijtmans tags: core-8-6-branch
2024-04-14
15:17
Since in proc setup_win_mousepointer we're using $w, which is supposed to be a not-already visible window, we can [tkwait visibility] on it instead of [_pause]-ing. Leaf check-in: 6bdef79b62 user: fvogel tags: bug-22349fc78a
2024-04-07
10:07
merge unintended fork check-in: 116624c25e user: fvogel tags: bug-22349fc78a
10:06
Proof of concept letting event-9.11 pass on macOS aqua. This shows there are missing NSevents (or missing processing of these events by the macOS aqua code). check-in: b3c05ed6fb user: fvogel tags: bug-22349fc78a
2024-04-05
15:45
changes file removed check-in: bb0eccc120 user: dgp tags: rc0, core-9-0-b2-rc
15:43
Remove changes file pending decisions on TIP 693. check-in: ac28fa4f7f user: dgp tags: core-9-0-b2-rc
2024-04-04
23:03
merge trunk check-in: 4f8673a005 user: dgp tags: core-9-0-b2-rc
2024-03-29
14:45
Merge 8.7 check-in: 9ceed359cc user: jan.nijtmans tags: trunk, main
14:39
Fix [c2b8a44bb9]: compiler warnings about ckfree() check-in: cef6f4ff2c user: jan.nijtmans tags: core-8-branch
2024-03-27
16:16
Don't use "boolean" as variable name check-in: 4784470047 user: jan.nijtmans tags: core-8-branch
14:41
Merge 8.7 check-in: 33ae483be1 user: jan.nijtmans tags: trunk, main
13:18
Revise some (void *)/(char *) usage. Now on X11, everything compiles/runs with a C++ compiler. check-in: e74b819271 user: jan.nijtmans tags: core-8-branch
2024-03-26
16:46
Merge 9.0 check-in: 7b5865b01e user: jan.nijtmans tags: tip-466, revised_text
13:08
merge trunk check-in: 520abfb4da user: dgp tags: core-9-0-b2-rc
2024-03-25
21:15
Merge 9.0 Leaf check-in: 60b0b2939b user: jan.nijtmans tags: tip-626
20:35
Merge 8.7 check-in: 0f1246b141 user: jan.nijtmans tags: trunk, main
18:21
open release branch check-in: fa3e608faa user: dgp tags: core-9-0-b2-rc
16:27
Fix [76646bdf6]: "photo get" command leaks memory check-in: 47c9921e7d user: jan.nijtmans tags: core-8-branch
16:26
Fix indenting Use (char *)NULL sentinels. Some int -> Tcl_Size check-in: 115200d45e user: jan.nijtmans tags: core-8-branch
2024-03-23
21:51
Fix Ttk_CreateTagTable() signature check-in: fdc79204f4 user: jan.nijtmans tags: core-8-branch
21:15
Allow more tags in ttk (when compiled against Tcl 9.0) check-in: f87d5df890 user: jan.nijtmans tags: core-8-branch
21:02
Merge 9.0 check-in: e3329a34f7 user: jan.nijtmans tags: tip-466, revised_text
19:29
Merge-mark check-in: e946ab66e1 user: jan.nijtmans tags: trunk, main
19:27
Merge 8.6 check-in: 6a5f646148 user: jan.nijtmans tags: core-8-branch
19:16
re-generate internal stub tables check-in: 4869d6e5e9 user: jan.nijtmans tags: core-8-6-branch
18:57
Merge 8.7 check-in: a697cdf458 user: jan.nijtmans tags: trunk, main
17:57
Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NULL. Re-generate stub table, only creating dummy stub entries for TCL_MAJOR_VERSION < 9 check-in: ce556d49d7 user: jan.nijtmans tags: core-8-branch
16:58
Fix commit [60fbc1fa]. check-in: e3db006d11 user: fvogel tags: bug-22349fc78a
15:40
Rebase to 9.0 Leaf check-in: 8bf0b9d00f user: jan.nijtmans tags: tip-687
15:37
Add some -locale testcases check-in: 9a36741bcb user: jan.nijtmans tags: tip-687
2024-03-22
20:02
Fix [10705db626]: Missing spaces in man pages. check-in: f1da7fd798 user: fvogel tags: tip-466, revised_text
20:02
Fix [10705db626]: Missing spaces in man pages. check-in: 45a37b47a4 user: fvogel tags: trunk, main
19:59
Fix [10705db626]: Missing spaces in man pages. check-in: 5aa61e98f3 user: fvogel tags: core-8-6-branch
2024-03-19
21:59
merge trunk check-in: e49e54d2ad user: fvogel tags: tip-466, revised_text
21:56
merge core-8-6-branch check-in: b0172da5cf user: fvogel tags: bug-22349fc78a
21:54
Fix [fdc0ed342d]: Segfault on focus -force with xvfb. check-in: 21fb566103 user: fvogel tags: trunk, main
21:54
Fix [fdc0ed342d]: Segfault on focus -force with xvfb. check-in: 6c841aa314 user: fvogel tags: core-8-6-branch
12:44
Merge 8.7 check-in: 075356b2c1 user: jan.nijtmans tags: trunk, main
12:44
int -> Tcl_Size in font handling (not done yet) check-in: 79f671e62d user: jan.nijtmans tags: core-8-branch
2024-03-17
19:45
Merge 8.7 check-in: 2f22c7245d user: jan.nijtmans tags: trunk, main
19:29
Merge 8.6. Make some functions MODULE_SCOPE or static check-in: bd62e6e714 user: jan.nijtmans tags: core-8-branch
19:15
Fix [4298ba64eb]: MacOSX complains about 0 sized images check-in: 713e7d848e user: jan.nijtmans tags: core-8-6-branch
15:07
Better mouse pointer position with more margin with respect to the .one toplevel. check-in: 69c3dfd137 user: fvogel tags: bug-22349fc78a
15:01
Let this bugfix branch build and test at Github Actions. Closed-Leaf check-in: c75a736f30 user: fvogel tags: bug-fdc0ed342d