Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | 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. I... | fvogel | 2015-11-21 | 2 | -8/+18 | |
| | * | | | | | | | | | 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 test... | jan.nijtmans | 2015-11-19 | 4 | -9/+60 | |
| | * | | | | | | | | | Better test for bug [2677890] since [19960bcef8] breaks relevance/efficiency ... | fvogel | 2015-11-16 | 1 | -18/+23 | |
| | * | | | | | | | | | 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 (jus...bug_2049429fff | jan.nijtmans | 2016-01-12 | 6 | -10/+19 | |
| * | | | | | | | | | | | | Merge trunk. | jan.nijtmans | 2016-01-11 | 3 | -6/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge mark | Kevin Walzer | 2016-01-11 | 0 | -0/+0 | |
* | | | | | | | | | | | | | Additional tweaks for dialog | Kevin Walzer | 2016-01-11 | 1 | -2/+15 | |
* | | | | | | | | | | | | | Fix for 63c3542c06, messageboxes in Tk-Cocoa; thanks to Marc Culler for patch | Kevin Walzer | 2016-01-11 | 1 | -1/+6 | |
| * | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | 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 test-fail... | jan.nijtmans | 2016-01-08 | 2 | -19/+0 | |
| * | | | | | | | | | | | | (cherry-pick) Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbars | jan.nijtmans | 2016-01-08 | 2 | -0/+19 | |
| * | | | | | | | | | | | | (cherry-pick) Fixed bug [3e3e25f483] - winbutton-1.[12] fails on Win7 | jan.nijtmans | 2016-01-08 | 1 | -2/+6 | |
| * | | | | | | | | | | | | (cherry-pick) Fixed bug [1305128] - Scrollbar doesn't receive event | jan.nijtmans | 2016-01-08 | 1 | -0/+2 | |
| * | | | | | | | | | | | | (cherry-pick) Fixed bug [1510538] - Wrong initial scrollbar width | jan.nijtmans | 2016-01-08 | 1 | -2/+2 | |
| * | | | | | | | | | | | | merge-mark (closing fork) | jan.nijtmans | 2016-01-08 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Prefix "system" of all Windows System Colors was documented. Ticket [945409] | oehhar | 2016-01-07 | 1 | -13/+13 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | (cherry-pick) Prefix "system" of all Windows System Colors was documented | jan.nijtmans | 2016-01-08 | 1 | -13/+13 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Fix [1927212]: MouseWheel unbound for non-aqua scrollbars. Thanks to Francois... | jan.nijtmans | 2016-01-09 | 2 | -0/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Fixed test constraintsbug_1927212fff | fvogel | 2016-01-09 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | Test cases scrollbar-10.[12] pass | fvogel | 2016-01-09 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | Make test-case and binding equal for win32 and x11. Test-case doesn't pass yet | jan.nijtmans | 2016-01-08 | 2 | -3/+18 | |
| * | | | | | | | | | | | | | | ..... horizontal scrollbar too | jan.nijtmans | 2016-01-08 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | New attempt at fixing bug [1927212fff]. (rebased against Tk 8.6) | jan.nijtmans | 2016-01-08 | 2 | -0/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | | | | | | Merge mark | Kevin Walzer | 2016-01-09 | 0 | -0/+0 | |
* | | | | | | | | | | | | | | | | Additional fixes for memory leaks, window flickering on OS X 10.11; thanks to... | Kevin Walzer | 2016-01-09 | 3 | -7/+9 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Backout previous commit: it causes many event-related test-failures in Tk tes... | jan.nijtmans | 2016-01-08 | 2 | -19/+0 | |
* | | | | | | | | | | | | | | | Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbars | jan.nijtmans | 2016-01-08 | 2 | -0/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Added non-regression test for [1927212] | fvogel | 2016-01-07 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbars | fvogel | 2016-01-06 | 1 | -0/+4 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |