Tk Source Code

Timeline
Login

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

28 check-ins related to "tip-560"

2022-09-20
14:35
Merge trunk Leaf check-in: 78e1d3cc user: jan.nijtmans tags: tip-560
14:30
typo Tk_SetWindowMenuBar -> Tk_SetWindowMenubar. (TIP #606 and documentation was correct) check-in: 2145f868 user: jan.nijtmans tags: trunk, main
13:06
Rebase to latest trunk. Compile against Tcl's tip-558 branch check-in: c10dd93f user: jan.nijtmans tags: tip-560
05:12
Merge 8.6 check-in: f3a2b028 user: marc_culler tags: trunk, main
2020-02-29
07:46
Add more option types: cursor and window check-in: 636fef34 user: dkf tags: tip-560
2020-02-16
20:12
Add an optional arg, default, to [option get] to support this TIP check-in: bdc754f2 user: dkf tags: tip-560
2020-02-15
10:32
Made things properly work with overridable definitions; required new -appendifnew slot op to keep sane. check-in: e08a6e4e user: dkf tags: tip-560
09:45
merge trunk check-in: 66de120b user: dkf tags: tip-560
09:34
merge trunk check-in: dffd7c07 user: dkf tags: tip-560
09:27
More gnarly edge case testing. Also factor out some shared test support code check-in: ca45fe47 user: dkf tags: tip-560
02:47
Testing initialisation check-in: aaac17d7 user: dkf tags: tip-560
2020-02-14
10:22
Merge 8.6 check-in: 41f71271 user: jan.nijtmans tags: trunk
09:25
Testing details of option type validation check-in: 66aedaba user: dkf tags: tip-560
2020-02-07
09:23
More tests check-in: ee0bb9b6 user: dkf tags: tip-560
2020-02-04
08:29
Testing lots of option declaration cases check-in: 1c868c6e user: dkf tags: tip-560
2020-02-03
11:27
More tests check-in: f3380b2e user: dkf tags: tip-560
2020-02-02
20:37
Rephrase things to make an API that I'm more likely to be happy with check-in: 42ef7a84 user: dkf tags: tip-560
2020-02-01
14:42
merge trunk check-in: 69919dd4 user: dkf tags: tip-560
11:39
Start of tests check-in: eccb711f user: dkf tags: tip-560
08:51
Bind tk::OptionType to an implementation namespace; the namespace it uses isn't important check-in: c32b0ef2 user: dkf tags: tip-560
07:57
Now with working aliases! And using ‘option’ instead of ‘property’ for consistency across Tk check-in: 183ba655 user: dkf tags: tip-560
2020-01-29
11:04
Splitting up the code a bit more neatly. check-in: b914157c user: dkf tags: tip-560
2020-01-28
15:22
Merge 8.6 check-in: 39c2c497 user: jan.nijtmans tags: trunk
2020-01-27
19:36
Starting to test (currently just manually) check-in: 296c64d8 user: dkf tags: tip-560
15:18
Should be most bits of implementation now done check-in: 658ea9b8 user: dkf tags: tip-560
2020-01-25
10:02
Working on the types and the property definition check-in: 35ca0966 user: dkf tags: tip-560
2020-01-23
21:24
Start of work on implementing TIP 560 check-in: 14d8da05 user: dkf tags: tip-560
2020-01-20
10:16
Bindings consistancy: Use "Key" in stead of "KeyPress" and "Button" in stead of "ButtonPress" in all demo's. check-in: 8c83e075 user: jan.nijtmans tags: trunk