Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. | jan.nijtmans | 2021-06-21 | 2 | -2/+2 |
| | | | Change many url's from http:// to https:// | ||||
* | Remove comment which is not true any more. Some more formatting | jan.nijtmans | 2021-05-31 | 1 | -1/+1 |
| | |||||
* | Fix parameter mismatch between functions definitions and implementation. ↵ | jan.nijtmans | 2021-05-27 | 1 | -8/+8 |
| | | | | This gives a warning with Gcc 11 | ||||
* | Apply patch from Christopher Chavez - removes extraneous definition of ↵ | culler | 2021-05-20 | 1 | -4/+0 |
| | | | | TK_NO_DOUBLE_BUFFERING | ||||
* | Eliminate TkpPutRGBAImage's first 2 parameters, since they are unused | jan.nijtmans | 2021-05-03 | 1 | -1/+1 |
| | |||||
* | Fix [4c7d935e97]: on Aqua, checkbuttons are not rendered in the Alt theme. | culler | 2021-04-30 | 1 | -7/+9 |
| | |||||
* | Add more implicit type-casts. Backported from 8.7 | jan.nijtmans | 2021-04-23 | 20 | -134/+121 |
| | |||||
* | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling ↵ | fvogel | 2021-04-18 | 2 | -12/+24 |
|\ | | | | | | | with the scrollbar. | ||||
| * | Avoid code duplication by calling TkTextIndexAdjustToStartEnd(). | fvogel | 2021-04-17 | 1 | -11/+3 |
| | | |||||
| * | Fix old commit [5528cb094a]. This commit changed NULL into tPtr in the call ↵ | fvogel | 2021-04-17 | 1 | -1/+1 |
| | | | | | | | | to TkTextMakeByteIndex() and introduced a check against -startline. However from then on this check is always false since the index returned by TkTextMakeByteIndex() is relative to tPtr and can never be located before the -startline of this peer. The error in [5528cb094a] was to replace NULL by tPtr. The line in this call is relative to textPtr, not to a peer tPtr, and NULL must be kept (and then the check against -startline is useful and runs in several tests of the test suite). | ||||
| * | Remove leftover debug line | fvogel | 2021-04-17 | 1 | -1/+0 |
| | | |||||
| * | Backout the first three commits of the present branch, and implement a ↵ | fvogel | 2021-04-17 | 3 | -4/+51 |
| | | | | | | | | better fix. It's not the business of TkTextSetYView() to adjust the index it's receiving, it shall rather receive an index that is already within the -starline/-endline limits. | ||||
| * | Add side effect description to TkTextSetYView() documentation. | fvogel | 2021-04-13 | 1 | -0/+1 |
| | | |||||
| * | Remove code that became useless since previous commit because ↵ | fvogel | 2021-04-13 | 1 | -29/+0 |
| | | | | | | | | TkTextSetYView() now adjusts the index to the -startline/-endline range. | ||||
| * | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling ↵ | fvogel | 2021-04-13 | 1 | -1/+3 |
| | | | | | | | | with the scrollbar. | ||||
* | | Fix copy/paste error in comment. | fvogel | 2021-04-18 | 1 | -1/+1 |
| | | |||||
* | | Trying to get the index of an embedded image or window should trigger an ↵ | fvogel | 2021-04-18 | 4 | -17/+40 |
| | | | | | | | | error when located outside of -startline/-endline (same as for marks, this was bug [1630271fff]). | ||||
* | | Cosmetic style changes | fvogel | 2021-04-17 | 1 | -4/+4 |
|/ | |||||
* | Fix style | fvogel | 2021-04-13 | 2 | -3/+3 |
| | |||||
* | Fix style | fvogel | 2021-04-13 | 1 | -1/+1 |
| | |||||
* | Factor out two places where the -startline/-endline range is checked. | fvogel | 2021-04-13 | 3 | -47/+66 |
| | |||||
* | Backout dzach's patch, and propose a better patch that restricts the index ↵ | fvogel | 2021-04-11 | 1 | -0/+31 |
| | | | | returned by GetIndex() to -startline/-endline thresholds. | ||||
* | Follow-up to [9b6065d1fd]. Only save "update" command if there is no ↵ | jan.nijtmans | 2021-03-29 | 1 | -1/+1 |
| | | | | clientData and no deleteProc. Otherwise it cannot be restored. | ||||
* | Fix 3 places where Tcl_UtfToUniChar must be used and not TkUtfToUniChar: ↵ | jan.nijtmans | 2021-03-23 | 2 | -4/+4 |
| | | | | | numChars/charIndex is counting character indexes here; surrogate-pairs count as 2. This can cause a miscount when Emoji are pasted in a Text widget. | ||||
* | Eliminate "register" keyword. Use more TCL_UNUSED() | jan.nijtmans | 2021-03-23 | 24 | -158/+158 |
| | |||||
* | Fix [9b6065d1fd]: Tk doesn't restore overwritten Tcl command "update" | jan.nijtmans | 2021-03-19 | 2 | -4/+27 |
|\ | |||||
| * | "send" testcases are failing, see ↵ | jan.nijtmans | 2021-03-16 | 1 | -0/+2 |
| | | | | | | | | [https://github.com/tcltk/tk/runs/2119251577]. Most likely this is the reason .... | ||||
| * | Merge 8.7 | jan.nijtmans | 2021-03-16 | 3 | -54/+11 |
| |\ | |||||
| | * | Get rid of hackery function TkUtfPrev(): No longer necessary due to TIP #575 | jan.nijtmans | 2021-03-15 | 3 | -54/+11 |
| | | | |||||
| * | | fix and testcase for ticket [9b6065d1fd] | griffin | 2021-03-15 | 2 | -12/+21 |
| | | | |||||
| * | | propsed fix for lost "update" command after "destroy ." | griffin | 2021-03-09 | 1 | -5/+22 |
| |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2021-03-08 | 3 | -22/+22 |
| |\ | |||||
| * | | Fix [8227d46f9d]: imgPhoto test failures and [236dfa6057]: imgPNG-4.4 test ↵ | jan.nijtmans | 2021-03-04 | 1 | -1/+1 |
| | | | | | | | | | | | | failure, which were essentially the same bug: a wrongly placed #endif | ||||
| * | | Fix [9eb2c5c90c]: warning in tkImgPhoto.c | fvogel | 2021-03-01 | 1 | -1/+0 |
| | | | |||||
| * | | Merge TIP 529 to trunk | Kevin Walzer | 2021-02-27 | 10 | -228/+1212 |
| |\ \ | |||||
| | * | | Remove superfluous .AS call in CrtPhImgFmt.3, and fix typos and indentation. | fvogel | 2021-02-07 | 3 | -12/+11 |
| | | | | |||||
| | * | | TIP-529 metadata dict: on unused output metadata dict, recreate it also, if ↵ | oehhar | 2021-02-06 | 1 | -10/+8 |
| | | | | | | | | | | | | | | | | driver has shared the object. | ||||
| | * | | Merge trunk; fix parsing errors in photo.n | Kevin Walzer | 2021-01-26 | 3 | -4/+8 |
| | |\ \ | |||||
| | * \ \ | Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to ↵ | oehhar | 2021-01-23 | 146 | -6275/+5850 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | 280, masterPtr->modelPtr | ||||
| | * \ \ \ | Merge trunk | jan.nijtmans | 2020-06-28 | 16 | -55/+158 |
| | |\ \ \ \ | |||||
| | * | | | | | Make C++ compiler more happy (for Travis build) | jan.nijtmans | 2020-06-26 | 3 | -61/+34 |
| | | | | | | | |||||
| | * | | | | | TIP529 image metadata: remove optional feature "gif XMP metadata support". | oehhar | 2020-06-24 | 1 | -127/+2 |
| | | | | | | | |||||
| | * | | | | | TIP529 image metadata: remove optional feature: driver internal DString ↵ | oehhar | 2020-06-24 | 4 | -103/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | communication between match and read function | ||||
| | * | | | | | TIP529 image metadata: remove close file flag returned by format driver file ↵ | oehhar | 2020-06-24 | 4 | -29/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | match function | ||||
| | * | | | | | TIP 529 image metadata: remove optional feature: svg blob in metadata | oehhar | 2020-06-24 | 3 | -1195/+356 |
| | | | | | | | |||||
| | * | | | | | TIP529 image metadata: make compile on MS-VC6 | oehhar | 2020-06-23 | 2 | -4/+5 |
| | | | | | | | |||||
| | * | | | | | TIP529 image metadata: implement png metadata write | oehhar | 2020-06-23 | 2 | -19/+115 |
| | | | | | | | |||||
| | * | | | | | TIP529 image metadata: read png DPI and aspect metadata | oehhar | 2020-06-22 | 1 | -1/+165 |
| | | | | | | | |||||
| | * | | | | | TIP 529 image metadata: svg metadata optimization for -dpi parameter | oehhar | 2020-06-22 | 1 | -130/+252 |
| | | | | | | | |||||
| | * | | | | | TIP529 image metadata: implement svg intermediate metadata memory | oehhar | 2020-06-21 | 2 | -277/+961 |
| | | | | | | |