summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* TIP 608 implementation - Add <<TkWorldChanged>> virtual eventgriffin2021-10-222-7/+16
|\
| * Fix erroneous comment (labelframe widgets do exist)fvogel2021-08-271-4/+4
| * Possible fix for tkticket 3049518 - Generate <<TkWorldChanged>> event.griffin2021-08-042-3/+12
* | Backout [https://core.tcl-lang.org/tk/info/6ffcea9b093deb5a|6ffcea9b09]: Bett...jan.nijtmans2021-10-111-16/+4
* | Fully handle 64-bit sec/usec values when Win64 Tk is loaded in Cygwin64 Tclshjan.nijtmans2021-09-211-4/+15
* | Fix crash, seen on Cygwin: Tcl_Time still has 32-bit fields on Windows, this ...jan.nijtmans2021-09-201-3/+6
|/
* Ignore -Wc++-compat in one more place (before including X11/Xlib.h)jan.nijtmans2021-07-021-0/+3
* Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. jan.nijtmans2021-06-212-2/+2
* Remove comment which is not true any more. Some more formattingjan.nijtmans2021-05-311-1/+1
* Fix parameter mismatch between functions definitions and implementation. This...jan.nijtmans2021-05-271-8/+8
* Apply patch from Christopher Chavez - removes extraneous definition of TK_NO_...culler2021-05-201-4/+0
* Eliminate TkpPutRGBAImage's first 2 parameters, since they are unusedjan.nijtmans2021-05-031-1/+1
* Fix [4c7d935e97]: on Aqua, checkbuttons are not rendered in the Alt theme.culler2021-04-301-7/+9
* Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-2320-134/+121
* Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling with...fvogel2021-04-182-12/+24
|\
| * Avoid code duplication by calling TkTextIndexAdjustToStartEnd().fvogel2021-04-171-11/+3
| * Fix old commit [5528cb094a]. This commit changed NULL into tPtr in the call t...fvogel2021-04-171-1/+1
| * Remove leftover debug linefvogel2021-04-171-1/+0
| * Backout the first three commits of the present branch, and implement a better...fvogel2021-04-173-4/+51
| * Add side effect description to TkTextSetYView() documentation.fvogel2021-04-131-0/+1
| * Remove code that became useless since previous commit because TkTextSetYView(...fvogel2021-04-131-29/+0
| * Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling with...fvogel2021-04-131-1/+3
* | Fix copy/paste error in comment.fvogel2021-04-181-1/+1
* | Trying to get the index of an embedded image or window should trigger an erro...fvogel2021-04-184-17/+40
* | Cosmetic style changesfvogel2021-04-171-4/+4
|/
* Fix stylefvogel2021-04-132-3/+3
* Fix stylefvogel2021-04-131-1/+1
* Factor out two places where the -startline/-endline range is checked.fvogel2021-04-133-47/+66
* Backout dzach's patch, and propose a better patch that restricts the index re...fvogel2021-04-111-0/+31
* Follow-up to [9b6065d1fd]. Only save "update" command if there is no clientDa...jan.nijtmans2021-03-291-1/+1
* Fix 3 places where Tcl_UtfToUniChar must be used and not TkUtfToUniChar: numC...jan.nijtmans2021-03-232-4/+4
* Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-2324-158/+158
* Fix [9b6065d1fd]: Tk doesn't restore overwritten Tcl command "update"jan.nijtmans2021-03-192-4/+27
|\
| * "send" testcases are failing, see [https://github.com/tcltk/tk/runs/211925157...jan.nijtmans2021-03-161-0/+2
| * Merge 8.7jan.nijtmans2021-03-163-54/+11
| |\
| | * Get rid of hackery function TkUtfPrev(): No longer necessary due to TIP #575jan.nijtmans2021-03-153-54/+11
| * | fix and testcase for ticket [9b6065d1fd]griffin2021-03-152-12/+21
| * | propsed fix for lost "update" command after "destroy ."griffin2021-03-091-5/+22
| |/
| * Merge 8.6jan.nijtmans2021-03-083-22/+22
| |\
| * | Fix [8227d46f9d]: imgPhoto test failures and [236dfa6057]: imgPNG-4.4 test fa...jan.nijtmans2021-03-041-1/+1
| * | Fix [9eb2c5c90c]: warning in tkImgPhoto.cfvogel2021-03-011-1/+0
| * | Merge TIP 529 to trunkKevin Walzer2021-02-2710-228/+1212
| |\ \
| | * | Remove superfluous .AS call in CrtPhImgFmt.3, and fix typos and indentation.fvogel2021-02-073-12/+11
| | * | TIP-529 metadata dict: on unused output metadata dict, recreate it also, if d...oehhar2021-02-061-10/+8
| | * | Merge trunk; fix parsing errors in photo.nKevin Walzer2021-01-263-4/+8
| | |\ \
| | * \ \ Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to 280...oehhar2021-01-23146-6275/+5850
| | |\ \ \
| | * \ \ \ Merge trunkjan.nijtmans2020-06-2816-55/+158
| | |\ \ \ \
| | * | | | | Make C++ compiler more happy (for Travis build)jan.nijtmans2020-06-263-61/+34
| | * | | | | TIP529 image metadata: remove optional feature "gif XMP metadata support".oehhar2020-06-241-127/+2
| | * | | | | TIP529 image metadata: remove optional feature: driver internal DString commu...oehhar2020-06-244-103/+44