Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Addressed issue A and question 6 (see artifact [9d48a9c212] of ticket ↵ | fvogel | 2016-01-16 | 1 | -9/+7 |
| | | | | | | | | | | | | | | | [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. | ||||
* | Addressed question 2 (see artifact [9d48a9c212] of ticket [3f456a5bb9]). | fvogel | 2016-01-16 | 1 | -0/+4 |
| | | | | 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. | ||||
* | Addressed question 1 (see artifact [9d48a9c212] of ticket [3f456a5bb9]) | fvogel | 2016-01-16 | 1 | -1/+2 |
| | |||||
* | Rebased to latest trunk | fvogel | 2016-01-13 | 13 | -89/+563 |
|\ | |||||
| * | TIP #438 (Ensure Line Metrics are Up-to-Date) accepted by vote | fvogel | 2016-01-13 | 6 | -38/+504 |
| |\ | |||||
| | * | rebase "tip-438" branch to latest trunk.tip_438 | jan.nijtmans | 2016-01-07 | 6 | -38/+504 |
| | |\ | |||||
| | | * | Harmonized use of NULL for textPtr->afterSyncCmd | fvogel | 2016-01-05 | 1 | -2/+2 |
| | | | | |||||
| | | * | Polished documentation a bit | fvogel | 2016-01-05 | 1 | -7/+8 |
| | | | | |||||
| | | * | Moved RunAfterSyncCmd procedure | fvogel | 2016-01-05 | 1 | -47/+47 |
| | | | | |||||
| | | * | Typo fixed in comment | fvogel | 2016-01-05 | 1 | -1/+1 |
| | | | | |||||
| | | * | Merged core-8-5-branch | fvogel | 2015-12-26 | 2 | -2/+33 |
| | | |\ | |||||
| | | * | | [.text sync -command $cmd] schedules execution of $cmd by the event loop at ↵ | fvogel | 2015-12-26 | 3 | -14/+62 |
| | | | | | | | | | | | | | | | | | | | | idle time | ||||
| | | * | | Merged core-8-5-branch | fvogel | 2015-12-21 | 16 | -178/+367 |
| | | |\ \ | |||||
| | | * | | | Test text-11a.41 now correctly written passes. | fvogel | 2015-12-20 | 1 | -6/+6 |
| | | | | | | |||||
| | | * | | | There could be false negatives with [.text pendingsync] when line metrics ↵ | fvogel | 2015-12-20 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | calculation is in the middle of a long line. | ||||
| | | * | | | Tests reordered. Two issues currently: 1. text-11a.22 currently hangs but ↵ | fvogel | 2015-12-19 | 1 | -38/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | should pass once [.text sync -command $cmd] will be correctly implemented. 2. text-11a.41 fails (unsure why) | ||||
| | | * | | | Better (and more correct) description of what [.text sync -command $command] ↵ | fvogel | 2015-12-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | does | ||||
| | | * | | | Merged core-8-5-branch | fvogel | 2015-12-13 | 3 | -15/+27 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merged core-8-5-branch | fvogel | 2015-12-09 | 11 | -65/+145 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Clearer separation between what [.text sync] and [.text sync -command] ↵ | fvogel | 2015-11-28 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exactly perform | ||||
| | | * | | | | | Fixed indentation | fvogel | 2015-11-28 | 1 | -8/+8 |
| | | | | | | | | |||||
| | | * | | | | | Merged core-8-5-branch | fvogel | 2015-11-28 | 13 | -693/+687 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Text widget documentation updated according to TIP #438 | fvogel | 2015-11-28 | 1 | -1/+92 |
| | | | | | | | | | |||||
| | | * | | | | | | [.text pendingsync] returns a boolean | fvogel | 2015-11-28 | 4 | -12/+11 |
| | | | | | | | | | |||||
| | | * | | | | | | Merged core-8-5-branch | fvogel | 2015-11-22 | 1 | -0/+16 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | Use the new sync command instead of the 'count -update' workaround | fvogel | 2015-11-22 | 1 | -4/+1 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Respect alphabetical order | fvogel | 2015-11-21 | 1 | -9/+9 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Improved the tests a bit | fvogel | 2015-11-21 | 2 | -36/+45 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Adjusted when <<WidgetViewSync>> fires. Also %d now only has boolean value. ↵ | fvogel | 2015-11-21 | 2 | -8/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation in sync with TIP #438 rev. 1.10 | ||||
| | | * | | | | | | | Rename "yupdate" to "sync" and fix various test-cases | jan.nijtmans | 2015-11-19 | 5 | -69/+69 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Tcl_Preserve should be first I guess | fvogel | 2015-11-19 | 1 | -1/+2 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Make it compile with Visual 2008 | fvogel | 2015-11-19 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Code Formatting | jan.nijtmans | 2015-11-19 | 3 | -34/+36 |
| | | | | | | | | | | |||||
| | | * | | | | | | | better argument checking | jan.nijtmans | 2015-11-19 | 2 | -2/+16 |
| | | | | | | | | | | |||||
| | | * | | | | | | | First test-implementation of "$t yupdate -command <command>". TODO: more ↵ | jan.nijtmans | 2015-11-19 | 4 | -9/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testcases and documentation | ||||
| | | * | | | | | | | Better test for bug [2677890] since [19960bcef8] breaks relevance/efficiency ↵ | fvogel | 2015-11-16 | 1 | -18/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the previous version of textDisp-34.1 | ||||
| | | * | | | | | | | Merge core-8-5-branch | jan.nijtmans | 2015-11-16 | 2 | -10/+14 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | TIP #438 - <<TextLineHeightsInvalid>> event added, with corresponding new tests | fvogel | 2015-11-14 | 2 | -0/+68 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | Implementation of TIP #438 - Solution using virtual eventstip_438_events | fvogel | 2015-11-10 | 1 | -0/+50 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | TIP #438 - [.text pendingyupdate] command added, with corresponding new tests | fvogel | 2015-11-14 | 4 | -10/+83 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | TIP #438 - [.text yupdate] command added, with corresponding new tests | fvogel | 2015-11-14 | 2 | -7/+52 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Fix [2049429]: Some options aren't picked up from the options database. | jan.nijtmans | 2016-01-12 | 8 | -51/+59 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Bring back DEF_TEXT_SPACING[123], since "0" is not exactly equal to NULL ↵bug_2049429fff | jan.nijtmans | 2016-01-12 | 6 | -10/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (just to be 100% sure there will not be a behavioral change) | ||||
| | * | | | | | | | | | | | Merge trunk. | jan.nijtmans | 2016-01-11 | 3 | -6/+24 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | | | | | | | | | | Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123] | jan.nijtmans | 2016-01-10 | 8 | -56/+55 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | -spacing[123] use TK_OPTION_NULL_OK instead of TK_OPTION_DONT_SET_DEFAULT | fvogel | 2016-01-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | Removed unused flags argument in Configure function since Tk_ConfigureWidget ↵ | fvogel | 2016-01-08 | 2 | -12/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is no longer used there since last century | ||||
| | | * | | | | | | | | | | | Use TK_OPTION_NULL_OK instead of TK_CONFIG_NULL_OK | fvogel | 2016-01-08 | 3 | -8/+8 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | Bug [2049429] - Documented TK_OPTION_DONT_SET_DEFAULT | fvogel | 2016-01-08 | 1 | -20/+30 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | (cherry-pick) Backout previous commit: it causes many event-related ↵ | jan.nijtmans | 2016-01-08 | 2 | -19/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test-failures in Tk test suite |