summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | [.text pendingsync] returns a booleanfvogel2015-11-284-12/+11
| | | | | | | | | | |
| | * | | | | | | | | Merged core-8-5-branchfvogel2015-11-221-0/+16
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Use the new sync command instead of the 'count -update' workaroundfvogel2015-11-221-4/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Respect alphabetical orderfvogel2015-11-211-9/+9
| | | | | | | | | | | |
| | * | | | | | | | | | Improved the tests a bitfvogel2015-11-212-36/+45
| | | | | | | | | | | |
| | * | | | | | | | | | Adjusted when <<WidgetViewSync>> fires. Also %d now only has boolean value. ↵fvogel2015-11-212-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation in sync with TIP #438 rev. 1.10
| | * | | | | | | | | | Rename "yupdate" to "sync" and fix various test-casesjan.nijtmans2015-11-195-69/+69
| | | | | | | | | | | |
| | * | | | | | | | | | Tcl_Preserve should be first I guessfvogel2015-11-191-1/+2
| | | | | | | | | | | |
| | * | | | | | | | | | Make it compile with Visual 2008fvogel2015-11-191-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Code Formattingjan.nijtmans2015-11-193-34/+36
| | | | | | | | | | | |
| | * | | | | | | | | | better argument checkingjan.nijtmans2015-11-192-2/+16
| | | | | | | | | | | |
| | * | | | | | | | | | First test-implementation of "$t yupdate -command <command>". TODO: more ↵jan.nijtmans2015-11-194-9/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testcases and documentation
| | * | | | | | | | | | Better test for bug [2677890] since [19960bcef8] breaks relevance/efficiency ↵fvogel2015-11-161-18/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the previous version of textDisp-34.1
| | * | | | | | | | | | Merge core-8-5-branchjan.nijtmans2015-11-162-10/+14
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ TIP #438 - <<TextLineHeightsInvalid>> event added, with corresponding new testsfvogel2015-11-142-0/+68
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Implementation of TIP #438 - Solution using virtual eventstip_438_eventsfvogel2015-11-101-0/+50
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | TIP #438 - [.text pendingyupdate] command added, with corresponding new testsfvogel2015-11-144-10/+83
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | TIP #438 - [.text yupdate] command added, with corresponding new testsfvogel2015-11-142-7/+52
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Fix [2049429]: Some options aren't picked up from the options database.jan.nijtmans2016-01-128-51/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Bring back DEF_TEXT_SPACING[123], since "0" is not exactly equal to NULL ↵bug_2049429fffjan.nijtmans2016-01-126-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (just to be 100% sure there will not be a behavioral change)
| * | | | | | | | | | | | | Merge trunk. jan.nijtmans2016-01-113-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.
* | | | | | | | | | | | | | Merge markKevin Walzer2016-01-110-0/+0
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Additional tweaks for dialogKevin Walzer2016-01-111-2/+15
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Fix for 63c3542c06, messageboxes in Tk-Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-111-1/+6
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123]jan.nijtmans2016-01-108-56/+55
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | -spacing[123] use TK_OPTION_NULL_OK instead of TK_OPTION_DONT_SET_DEFAULTfvogel2016-01-091-3/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Removed unused flags argument in Configure function since Tk_ConfigureWidget ↵fvogel2016-01-082-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is no longer used there since last century
| * | | | | | | | | | | | | Use TK_OPTION_NULL_OK instead of TK_CONFIG_NULL_OKfvogel2016-01-083-8/+8
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Bug [2049429] - Documented TK_OPTION_DONT_SET_DEFAULTfvogel2016-01-081-20/+30
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | (cherry-pick) Backout previous commit: it causes many event-related ↵jan.nijtmans2016-01-082-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test-failures in Tk test suite
| * | | | | | | | | | | | (cherry-pick) Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbarsjan.nijtmans2016-01-082-0/+19
| | | | | | | | | | | | |
| * | | | | | | | | | | | (cherry-pick) Fixed bug [3e3e25f483] - winbutton-1.[12] fails on Win7jan.nijtmans2016-01-081-2/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | (cherry-pick) Fixed bug [1305128] - Scrollbar doesn't receive eventjan.nijtmans2016-01-081-0/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | (cherry-pick) Fixed bug [1510538] - Wrong initial scrollbar widthjan.nijtmans2016-01-081-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | merge-mark (closing fork)jan.nijtmans2016-01-080-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Prefix "system" of all Windows System Colors was documented. Ticket [945409]oehhar2016-01-071-13/+13
| | |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | (cherry-pick) Prefix "system" of all Windows System Colors was documentedjan.nijtmans2016-01-081-13/+13
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Fix [1927212]: MouseWheel unbound for non-aqua scrollbars. Thanks to ↵jan.nijtmans2016-01-092-0/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Francois Vogel for the actual work
| * | | | | | | | | | | | | | Fixed test constraintsbug_1927212ffffvogel2016-01-091-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Test cases scrollbar-10.[12] passfvogel2016-01-091-5/+5
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Make test-case and binding equal for win32 and x11. Test-case doesn't pass yetjan.nijtmans2016-01-082-3/+18
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | ..... horizontal scrollbar toojan.nijtmans2016-01-081-1/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | New attempt at fixing bug [1927212fff]. (rebased against Tk 8.6)jan.nijtmans2016-01-082-0/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | Merge markKevin Walzer2016-01-090-0/+0
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Additional fixes for memory leaks, window flickering on OS X 10.11; thanks ↵Kevin Walzer2016-01-093-7/+9
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to Marc Culler for patch
* | | | | | | | | | | | | | | Backout previous commit: it causes many event-related test-failures in Tk ↵jan.nijtmans2016-01-082-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test suite
* | | | | | | | | | | | | | | Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbarsjan.nijtmans2016-01-082-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Added non-regression test for [1927212]fvogel2016-01-071-0/+15
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbarsfvogel2016-01-061-0/+4
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Fixed bug [3e3e25f483] - winbutton-1.[12] fails on Win7jan.nijtmans2016-01-081-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \