Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 9b639dbb5e539b19.
2016-01-18
| ||
10:43 | • New ticket [de88faff] listbox xview moveto moves incorrectly. artifact: bd537109 user: fvogel | |
10:19 | Documented what listbox-3.18b intends to test. check-in: eff8237f user: fvogel tags: tip-441 | |
10:08 | Use GetMaxOffset when possible to reduce code duplication. The change in ListboxScanTo is not exactly equivalent but I believe the previous version was a bug. check-in: 3bb0cf88 user: fvogel tags: tip-441 | |
09:48 | • Edit [5f396dacdc1750d5|5f396dac]: Edit check-in comment. artifact: 5a83598d user: fvogel | |
09:47 |
Fixed bug with the listbox justify patch: with large borders, when moving the horizontal scrollbar fully to the right the edge of the border could not be seen, one needed to push once on the right arrow of the scrollbar to see it.
Test case:
package require Tk destroy .top toplevel .top listbox .top.l -justify right -borderwidth 17 -highlightthickness 19 -selectborderwidth 22 scrollbar .top.hs -command ".top.l xview" -orient horizontal .top.l configure -xscrollcommand ".top.hs set" set huge [concat "START -" [string repeat "Huge Item... " 20] "- END"] .top.l insert end $huge pack .top.l -expand 1 -fill both pack .top.hs -expand 1 -fill xcheck-in: 5f396dac user: fvogel tags: tip-441 | |
2016-01-17
| ||
21:09 | Addressed question 4 (see artifact [9d48a9c212] of ticket [3f456a5bb9]). check-in: ae788ecf user: fvogel tags: tip-441 | |
20:43 | • Edit [33195408d675e4dc|33195408]: Edit check-in comment. artifact: 441a6b47 user: fvogel | |
20:40 | Addressed questions 3 and 5 (see artifact [9d48a9c212] of ticket [3f456a5bb9]). It is not desirable to make the listbox xview jump on resizing. check-in: 33195408 user: fvogel tags: tip-441 | |
10:14 | • Ticket [985607f2] Tk reports wrong physical screen size status still Open with 3 other changes artifact: 9b88a6d0 user: anonymous | |
2016-01-16
| ||
15:45 | Removed test listbox-3.18c since it is irrelevant (the rendering of the selected items is made in a code that depends on existence of a selection but this is untestable by bboxing since bbox is independent from the presence of a selection in the listbox) check-in: 7bc53e6b user: fvogel tags: tip-441 | |
15:43 | Decided about test results for listbox-3.18a check-in: 712e2125 user: fvogel tags: tip-441 | |
15:23 | • Closed ticket [639558ac]: Lots of listbox tests fail on Linux plus 6 other changes artifact: 2df0d67d user: fvogel | |
15:22 | Rebased to latest trunk check-in: 83dfa2db user: fvogel tags: tip-441 | |
15:21 | Fixed bug [639558ac83] - Lots of listbox tests fail on Linux check-in: 6543f30d user: fvogel tags: trunk | |
15:18 | • Ticket [639558ac] Lots of listbox tests fail on Linux status still Open with 4 other changes artifact: 29654e4f user: fvogel ... 1 similar event omitted. | |
14:20 | Addressed issue B (see artifact [9d48a9c212] of ticket [3f456a5bb9]) check-in: ff7d0131 user: fvogel tags: tip-441 | |
14:17 | • Edit [bfbd8ae654ab30cf|bfbd8ae6]: Edit check-in comment. artifact: 38de2196 user: fvogel | |
14:16 |
Addressed issue A and question 6 (see artifact [9d48a9c212] of ticket [3f456a5bb9]).
Issue A is fixed. Test case: package req Tk listbox .l .l insert end M M M M M M M M M pack .l .l conf -just center ; # or right .l conf -highlightthickness 40 .l selection set 4 Regarding question 6, Tk_TextWidth is a bit lower level function in the API, which must be slightly beneficial regarding performance. Tk_TextWidth is therefore preferred. check-in: bfbd8ae6 user: fvogel tags: tip-441 | |
14:04 | • Edit [ce7ce2f5a6364ffd|ce7ce2f5]: Edit check-in comment. artifact: 83c02445 user: fvogel | |
14:03 | Addressed question 2 (see artifact [9d48a9c212] of ticket [3f456a5bb9]). This code arranges for the correct xview when creating the listbox with non-default justification. It is correctly placed in Tk_ListboxObjCmd. When changing justification later, i.e. in ConfigureListbox, there is no reason to change the xview, it would not be desired that the listbox xview jumps when configuring -justify. check-in: ce7ce2f5 user: fvogel tags: tip-441 | |
14:02 | • Edit [e85c0d6b0f7138a8|e85c0d6b]: Edit check-in comment. artifact: 61baa12d user: fvogel | |
14:00 | Addressed question 1 (see artifact [9d48a9c212] of ticket [3f456a5bb9]) check-in: e85c0d6b user: fvogel tags: tip-441 | |
13:41 | • New ticket [985607f2] Tk reports wrong physical screen size. artifact: cbc5e5a5 user: anonymous | |
2016-01-13
| ||
20:57 | merge trunk check-in: 9b639dbb user: jan.nijtmans tags: androwish | |
18:07 | Rebased to latest trunk check-in: 51daaaff user: fvogel tags: tip-441 | |
18:06 | • Closed ticket [1566949f]: text yview shows strange behaviour plus 6 other changes artifact: c78ea38e user: fvogel | |
17:57 | • Edit [9f400abe1ce93ca9|9f400abe]: Mark "Closed". artifact: 9daf88b5 user: fvogel | |
17:57 | • Edit [15b7aa7e9f78d715|15b7aa7e]: Edit check-in comment. artifact: 91c219d9 user: fvogel | |
17:56 | TIP #438 (Ensure Line Metrics are Up-to-Date) accepted by vote check-in: 15b7aa7e user: fvogel tags: trunk | |
07:49 | More typos fixed check-in: 2eedd5f1 user: fvogel tags: tip-441 | |
07:16 | Typo fixed check-in: a61ce95b user: fvogel tags: tip-441 | |
2016-01-12
| ||
15:25 | • Ticket [3f456a5b] Patches for listbox right justify status still Open with 3 other changes artifact: 9d48a9c2 user: fvogel | |
15:08 | Added more tests check-in: 6c1319b0 user: fvogel tags: tip-441 | |
10:15 | • Closed ticket [2049429f]: Some options aren't picked up from the options database plus 6 other changes artifact: 0f7ece26 user: jan.nijtmans | |
09:55 | (cherry-pick) Fix [2049429]: Some options aren't picked up from the options database. check-in: 09b95886 user: jan.nijtmans tags: core-8-5-branch | |
09:49 | Fix [2049429]: Some options aren't picked up from the options database. check-in: dfbbb8ed user: jan.nijtmans tags: trunk | |
09:46 | Bring back DEF_TEXT_SPACING[123], since "0" is not exactly equal to NULL (just to be 100% sure there will not be a behavioral change) Closed-Leaf check-in: 45baac3b user: jan.nijtmans tags: bug-2049429fff | |
2016-01-11
| ||
18:00 | Added some tests check-in: 6adb42a0 user: fvogel tags: tip-441 | |
17:31 | • Ticket [3f456a5b] Patches for listbox right justify status still Open with 3 other changes artifact: 82bee30e user: fvogel | |
16:23 | Polished listbox justification demo check-in: b976a36c user: fvogel tags: tip-441 | |
14:32 | • Edit [d9f9c7f55fbd47c5|d9f9c7f5]: Change branch background color to "#f0ffc0". artifact: c272e074 user: fvogel | |
14:32 | Improved patch formatting. No functional change check-in: c83c6499 user: fvogel tags: tip-441 | |
13:24 | • Edit [d9f9c7f55fbd47c5|d9f9c7f5]: Change background color to "#f0ffc0". artifact: 11b2b590 user: fvogel | |
13:23 | merged trunk check-in: d9f9c7f5 user: fvogel tags: tip-441 | |
10:31 | Merge trunk. ttkButton.c: Invalid use of TK_OPTION_DONT_SET_DEFAULT, should have been TK_OPTION_NULL_OK as in normal button. tkTextTag.c: Use of TK_OPTION_DONT_SET_DEFAULT means that the default value "0" is ignored, so better use NULL. check-in: 9d6cd6ae user: jan.nijtmans tags: bug-2049429fff | |
01:11 | Merge mark check-in: 92a35a10 user: kevin_walzer tags: trunk | |
00:49 | • Closed ticket [63c3542c]: tk_messageBox alters OS X window's buttons plus 6 other changes artifact: bec965e5 user: kevin_walzer | |
00:45 | Additional tweaks for dialog check-in: 3f634e02 user: kevin_walzer tags: core-8-5-branch | |
00:44 | Additional tweaks for dialog check-in: 783ce25f user: kevin_walzer tags: trunk | |