summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [6cd4762798]: Crash using tk busy holdfvogel2023-02-261-0/+1
* Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from the...fvogel2023-02-101-2/+2
* Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-1426-167/+46
* Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-1211-19/+20
* Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-1028-65/+262
* Make TkMacOSXIsCharacterMissing() a (useless) macro, so it's symbol can be re...jan.nijtmans2023-01-031-0/+2
* Use more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-021-3/+3
* Allow "tk scaling" in safe interpreters, but not when they try to set the sca...jan.nijtmans2022-12-141-227/+9
* Variable 'j' no longer neededjan.nijtmans2022-12-121-4/+2
* Internal optimization in tkImgPhoto.c: Eleminate the need to allocate a tempo...jan.nijtmans2022-12-121-13/+11
* Better fix for [6ee162c3d9]: Style configuring Treeview -rowheight 0 crashes....fvogel2022-12-053-5/+7
* Fix [6ee162c3d9]: Style configuring Treeview -rowheight 0 crashes.fvogel2022-12-041-1/+1
* Slightly better: Check for specPtr->offset < 0 before doing calculations with itjan.nijtmans2022-11-251-1/+1
* Fix [56e7e25369]: Commit [2f2bccfc22d]: enless loop ?jan.nijtmans2022-11-251-1/+1
* Handle the TCL_NULL_OK flag, if running with Tcl 8.7, as synonym for TK_CONFI...jan.nijtmans2022-11-232-2/+2
* Protect specPtr->offset against begin < 0, so it doesn't lead to a crash any ...jan.nijtmans2022-11-231-20/+30
* merge 8.6dgp2022-11-031-1/+1
|\
| * Better not specify chars[1], just a little more space prevents a gcc warningjan.nijtmans2022-11-021-1/+1
* | merge 8.6dgp2022-11-013-32/+24
|\ \ | |/
| * Enhance TKFLEXARRAY macro, in case we have a C99 compiler. But ... it cannot...jan.nijtmans2022-10-312-2/+4
| * Simplify Tk_ConfigureWidget() call, using TK_CONFIG_OBJS flagjan.nijtmans2022-10-301-30/+20
* | merge 8.6dgp2022-10-284-18/+17
|\ \ | |/
| * Tk_GetScrollInfo() -> Tk_GetScrollInfoObj(). Make invalid TK_SCROLL_???? valu...jan.nijtmans2022-10-274-18/+17
* | merge 8.6dgp2022-10-271-58/+82
|\ \ | |/
| * Rework comments a bit more.fvogel2022-10-251-3/+3
| * Rework comments a bit.fvogel2022-10-251-47/+47
| * Fix [43573999ca]: Problem with tkBind.c since Tk 8.6.10 (various assertions f...fvogel2022-10-241-17/+41
* | merge 8.6dgp2022-10-182-2/+2
|\ \ | |/
| * Merge unstable_tests branch. This commit stabilizes several more tests that c...fvogel2022-10-172-2/+2
| |\
| | * Merge 8.6. At this point (before the present merge), branch unstable_tests ru...fvogel2022-10-152-14/+31
| | |\
| | * | Backout previout commit [34a6cef5] since unixEmbed-10.2 and unixEmbed-11.2 ca...fvogel2022-10-101-1/+3
| | * | Experiment. See whether this fixes the sporadic unixEmbed test failures with ...fvogel2022-10-091-3/+1
| | * | Backout [f8742cd6]. This printf didn't trigger.fvogel2022-10-091-1/+0
| | * | Instrument TheWorldHasChanged() to see whether font-47.2 failure is due to ab...fvogel2022-10-081-0/+1
| | * | Fix typo in comments.fvogel2022-10-032-2/+2
* | | | merge 8.6dgp2022-10-171-0/+5
|\ \ \ \ | |/ / /
| * | | Work around [d93c8175fd]: MSVC optimization bug.fvogel2022-10-161-0/+5
| | |/ | |/|
* | | merge 8.6dgp2022-10-041-14/+30
|\ \ \ | |/ /
| * | Make 'event debug' subcommand right. This is only available when SUPPORT_DEBU...fvogel2022-10-021-14/+30
* | | merge 8.6dgp2022-09-281-0/+1
|\ \ \ | |/ /
| * | Fix [f326f30e82]: DestroyMenuInstance(): clear stale pointer. Patch from Chri...fvogel2022-09-261-0/+1
| |/
* | merge 8.6dgp2022-09-116-8/+8
|\ \ | |/
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-106-8/+8
* | merge 8.6dgp2022-09-073-23/+21
|\ \ | |/
| * Revert [d507fe93] since it is not a correct fix.fvogel2022-08-291-4/+2
| * Use already defined constants instead of hardcoded values for column default ...fvogel2022-08-281-2/+2
| * Cosmetic (alignment of comments).fvogel2022-08-251-3/+3
| * Factorize code instead of repeating WidgetWorldChanged() contents.fvogel2022-08-251-17/+15
| * Fix error in comment in ttkImage.c.fvogel2022-08-251-1/+1
| * Fix [bc602049ab]: Treeview with custom background expands when switching themes.fvogel2022-08-251-2/+4