summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
Commit message (Expand)AuthorAgeFilesLines
* Enhance TKFLEXARRAY macro, in case we have a C99 compiler. But ... it cannot...jan.nijtmans2022-10-311-1/+3
* argc -> objc where appropriatejan.nijtmans2022-07-121-1/+1
* Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-051-0/+2
* Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which...jan.nijtmans2022-05-031-1/+8
* Put the Tk_TopWinHierarchy check inside TkGetContainer.fvogel2021-11-171-2/+8
* Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. jan.nijtmans2021-06-211-1/+1
* Fix [9b6065d1fd]: Tk doesn't restore overwritten Tcl command "update"jan.nijtmans2021-03-191-0/+4
|\
| * Merge 8.7jan.nijtmans2021-03-161-3/+2
| |\
| | * Get rid of hackery function TkUtfPrev(): No longer necessary due to TIP #575jan.nijtmans2021-03-151-3/+2
| * | fix and testcase for ticket [9b6065d1fd]griffin2021-03-151-0/+4
| |/
| * Merge TIP 529 to trunkKevin Walzer2021-02-271-2/+2
| |\
| | * Merge trunk; fix parsing errors in photo.nKevin Walzer2021-01-261-0/+4
| | |\
| | * \ Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to 280...oehhar2021-01-231-41/+44
| | |\ \
| | * \ \ Merge trunkjan.nijtmans2020-06-281-0/+8
| | |\ \ \
| | * | | | TIP 529 image metadata: remove optional feature: svg blob in metadataoehhar2020-06-241-1/+1
| | * | | | TIP 529 image metadata: PNG format driver to version 3 interfaceoehhar2020-06-091-1/+1
| | * | | | TIP529 image metadata: allow match functions to output metadata. implement fi...oehhar2020-06-091-1/+1
| | * | | | TIP529 image metadata: rename function & friends from Tk_CreatePhotoImageForm...oehhar2020-06-071-1/+1
| | * | | | TIP529 image metadata: untested sketch to implemet new call interface for Tcl...oehhar2020-05-301-1/+1
| * | | | | New macro TK_OPTION_UNDERLINE_DEF, which simplifies the default handling for ...jan.nijtmans2021-02-031-0/+1
| | |_|_|/ | |/| | |
| * | | | Fix [0e1b64074]: Build error on Windows 10/VS 2019jan.nijtmans2021-01-261-0/+4
| | |_|/ | |/| |
| * | | Eliminate internal TkGetByteArrayFromObj() and TkGetStringFromObj() functions...jan.nijtmans2021-01-131-11/+0
| |\ \ \
| | * | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-11/+0
| * | | | TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, Ser...jan.nijtmans2021-01-081-0/+6
| |/ / /
| * | | (c) -> ©jan.nijtmans2020-12-091-1/+1
| * | | Merge 8.6jan.nijtmans2020-11-201-1/+1
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2020-09-281-1/+1
| |\ \ \ \
| | * \ \ \ Merge 8.6jan.nijtmans2020-09-271-1/+1
| | |\ \ \ \
| * | \ \ \ \ Merge trunkjan.nijtmans2020-09-161-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fix [53d03e8f3a]: --disable-shared build against Tcl 9 failsjan.nijtmans2020-09-151-1/+1
| | |\ \ \ \ \
| | | * | | | | My fixes for build fails against Tcl 9 headers.dgp2020-09-151-1/+3
| | |/ / / / /
| * | | | | | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet)jan.nijtmans2020-09-151-46/+127
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 8.6jan.nijtmans2020-09-111-0/+5
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge trunkjan.nijtmans2019-08-291-2/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge trunk. jan.nijtmans2019-08-221-2/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix MouseWheel bindings for listbox and scrollbar: This fixes test-failures o...jan.nijtmans2019-07-261-1/+1
| * | | | | | | | | Experiment: Handle scaling fractors for the ScrollWheel sensibly. Trying "40"...jan.nijtmans2019-07-251-2/+15
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Code simplification: Don't bother keeping track of the Button[n]Mask's for Bu...jan.nijtmans2019-07-241-20/+6
| * | | | | | | | | | Fix [38dc27bd1d]: Tk does not support <Button-6> nor <Button-7> events. Now h...jan.nijtmans2019-07-231-0/+37
* | | | | | | | | | | Duplicate definitionjan.nijtmans2021-03-161-3/+0
* | | | | | | | | | | TkUtfPrev() is only needed when sizeof(Tcl_UniChar) == 2jan.nijtmans2021-03-151-1/+2
* | | | | | | | | | | Remove duplicate and unused macro. TkGetGeomMaster is TkGetContainer, this wa...fvogel2020-11-291-2/+0
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Fix [ec3f444cfd]: typo in tkInt.h?jan.nijtmans2020-11-201-1/+1
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Last TIP #581 changes. 100% done nowjan.nijtmans2020-09-271-0/+2
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.6. Change macro namesjan.nijtmans2020-09-241-4/+9
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge 8.6jan.nijtmans2020-09-091-7/+9
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-09-031-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Implementation ofr TIP #581 for Tkjan.nijtmans2020-08-121-0/+6
* | | | | | | | | | | | Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-141-3/+3
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-111-0/+5
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |