Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2020-09-08 | 1 | -4/+4 |
|\ | |||||
| * | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it ↵ | jan.nijtmans | 2020-09-08 | 1 | -4/+4 |
| | | | | | | | | | | because it is the default anyway) Use 'in' operator in stead of 'lsearch -exact' when possible | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 5 | -22/+22 |
|\ \ | |/ | |||||
* | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> ↵ | jan.nijtmans | 2020-09-03 | 5 | -26/+26 |
| | | | | | | | | Container related (internal) changes | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 17 | -466/+466 |
|\ \ | |/ | |||||
| * | Another round of TIP #581-related name changes. Now merely concentrated on ↵ | jan.nijtmans | 2020-09-03 | 17 | -574/+574 |
| | | | | | | | | consistancy in the test-cases | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 2 | -32/+32 |
|\ \ | |/ | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 4 | -5/+5 |
|\ \ | |/ | |||||
| * | Implement part of TIP #581: Master/Slave. Not complete yet, and also the ↵ | jan.nijtmans | 2020-09-03 | 4 | -5/+5 |
| | | | | | | | | change to TkGetGeomContainer/TkGetTransientContainer is left out for now. | ||||
| * | Fix safe.test when running in a Tcl 8.7 environment (backported from Tk 8.7) | jan.nijtmans | 2020-09-02 | 1 | -11/+23 |
| | | |||||
* | | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 more | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge trunk | jan.nijtmans | 2020-08-24 | 3 | -3/+3 |
| |\ \ | |||||
| * \ \ | Merge trunk | jan.nijtmans | 2020-08-24 | 15 | -258/+169 |
| |\ \ \ | |||||
| * \ \ \ | Merge trunk | jan.nijtmans | 2020-08-14 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge trunk | jan.nijtmans | 2020-08-14 | 3 | -48/+48 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge trunk | jan.nijtmans | 2020-08-14 | 3 | -8/+8 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-08-13 | 25 | -455/+464 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-08-31 | 1 | -31/+23 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Change expectation of safe-5.1 (error-message changed in Tcl) | jan.nijtmans | 2020-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't use Tcl_GetMaster() any more, use Tcl_GetParent() in stead. With fallback for Tcl < 8.6.11. | ||||
* | | | | | | | | | Merge 8.6. Some more textual changes | jan.nijtmans | 2020-08-27 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option ↵ | jan.nijtmans | 2020-08-24 | 3 | -3/+3 |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | value ...? arguments | ||||
* | | | | | | | Testcase cleanup (mainly unnessary curly braces) | jan.nijtmans | 2020-08-24 | 4 | -22/+17 |
| | | | | | | | |||||
* | | | | | | | Fix [de0c219db2]: Use platform placeholder text colors as defaults. Note: ↵ | fvogel | 2020-08-24 | 1 | -0/+12 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolved the 6 conflicts in macosx/tkMacOSXColor.c by keeping the trunk version. | ||||
| * | | | | | | | As it is currently implemented (more or less copied from -foreground), ↵ | fvogel | 2020-08-19 | 1 | -0/+12 |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | -placeholderforeground for ttk widget is both a widget option and a styling option. Document this, and add a test for the styling option. | ||||
* | | | | | | | Fix duplicate test names | fvogel | 2020-08-24 | 2 | -123/+121 |
| | | | | | | | |||||
* | | | | | | | Remove duplicate tests | fvogel | 2020-08-24 | 1 | -94/+0 |
| | | | | | | | |||||
* | | | | | | | Fix duplicate test name scrollbar-3.50.1 | fvogel | 2020-08-24 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Fix duplicate test name scrollbar-3.50.1 | fvogel | 2020-08-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix duplicate test name scrollbar-3.50.1 | fvogel | 2020-08-24 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Fix [970793d707]: textWind-10.10,11,12,13,14 fail on Windows in trunk. | fvogel | 2020-08-23 | 1 | -7/+7 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Fix [970793d707]: textWind-10.10,11,12,13,14 fail on Windows in trunk. | fvogel | 2020-08-23 | 1 | -7/+7 |
| | | | | | | | | |||||
* | | | | | | | | One more use of TkNewIndexObj() macro. More code cleanup | jan.nijtmans | 2020-08-20 | 8 | -11/+11 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. ↵ | jan.nijtmans | 2020-08-14 | 1 | -2/+2 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Backported from revised_text. Various minor changes in error-messages, also inspired by revised_text | ||||
* | | | | | | More consistancy in Tcl_WrongNumArgs() messages and documentation | jan.nijtmans | 2020-08-14 | 3 | -48/+48 |
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | | |||||
* | | | | | Use "?-option" in stead of "?option" consistantly in WrongNumArgs ↵ | jan.nijtmans | 2020-08-14 | 3 | -8/+8 |
| |_|_|/ |/| | | | | | | | | | | | error-messages (backported from revised_text) | ||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-08-13 | 13 | -102/+102 |
|\ \ \ \ | |/ / / | |||||
| * | | | testcase cleanup | jan.nijtmans | 2020-08-13 | 5 | -392/+392 |
| | | | | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-08-12 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to ↵ | jan.nijtmans | 2020-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | be sure | ||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 4 | -167/+167 |
|\ \ \ \ | |/ / / | |||||
| * | | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes ↵ | jan.nijtmans | 2020-08-04 | 3 | -166/+166 |
| | | | | | | | | | | | | | | | | not affecting the API | ||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | | | | | Move TkpRedrawWidget/TkpWillDrawWidget to entries 185/186 of stub table, that's where they were in Tk 8.6 | ||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 1 | -6/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Adjust some unixEmbed tests which were failing sporadically. | culler | 2020-07-31 | 1 | -6/+6 |
| | | | | |||||
* | | | | Merge 8.6: fix testing and build issues on the various supported versions of ↵ | culler | 2020-07-27 | 10 | -128/+150 |
|\ \ \ \ | |/ / / | | | | | | | | | macOS. | ||||
| * | | | Merge mac_testing: fix testing and build issues on the various supported ↵ | culler | 2020-07-27 | 10 | -128/+149 |
| |\ \ \ | | | | | | | | | | | | | | | | versions of macOS. | ||||
| | * | | | Remove the race condition from listbox-21.10 the same way as for listbox-21.9 | culler | 2020-07-25 | 1 | -8/+6 |
| | | | | | |||||
| | * | | | Fix Windows tests which were affected by the Mac changes. | culler | 2020-07-24 | 4 | -25/+39 |
| | | | | | |||||
| | * | | | Still fiddling with listbox-21.9 | culler | 2020-07-23 | 1 | -1/+1 |
| | | | | |