summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* More deprecated keysymsjan.nijtmans2024-05-031-0/+54
* Handle effects of X11-update to keysymsjan.nijtmans2024-05-031-3/+11
* Update to latest X11. Too many changes to rush into 9.0b2jan.nijtmans2024-05-031-1/+1
* Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-017-10/+10
|\
| * Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-017-12/+12
| |\
| | * Fix for [e306996882]: a few issues related to the arrows in Ttk widgets (scal...csaba2024-05-013-86/+330
| * | Merge 8.6jan.nijtmans2024-04-301-4/+3
| |\ \ | | |/
| | * Backport more error-handling in tkMain.c from 8.7: Tk 8.6 could be run with T...jan.nijtmans2024-04-301-13/+28
| | * Backport [https://core.tcl-lang.org/tcl/timeline?r=argx_rejig|argx_rejig] bra...jan.nijtmans2024-04-301-23/+35
* | | Fix TkCygwinMainEx() function: Didn't work on Cygwin X11 yet, because it used...jan.nijtmans2024-04-302-28/+24
|\ \ \ | |/ /
| * | Fix --disable-shared build on Windows. Eliminate warning in tkWinTest.cjan.nijtmans2024-04-301-2/+2
| |\ \ | | |/
| | * Simplify TkCygwinMainEx (int -> void return). Fix --disable-shared build on W...jan.nijtmans2024-04-302-18/+11
* | | Merge 8.7: fix compiler warning in tkConfig.c. Eliminate the last usage of Tc...jan.nijtmans2024-04-301-1/+1
|\ \ \ | |/ /
| * | Make TkCygwinMainEx() work when Tk 8.7 is compiled against Tcl 9.0 (cygwin-on...jan.nijtmans2024-04-295-25/+24
| |\ \ | | |/
| | * Make TkCygwinMainEx() MODULE_SCOPE. Make Tk_MainEx TCL_NORETURN1 (which only ...jan.nijtmans2024-04-294-9/+11
| | * Fix gcc warning seen with gcc 11.4:jan.nijtmans2024-04-291-1/+1
| * | Merge 8.6jan.nijtmans2024-04-261-0/+8
| |\ \ | | |/
| * | Minor cosmetic improvements in ttkDefaultTheme.c.csaba2024-04-251-5/+5
| * | Merge 8.6jan.nijtmans2024-04-161-1/+1
| |\ \
* | | | Minor cosmetic improvements in ttkDefaultTheme.c.csaba2024-04-251-8/+8
* | | | Fix [ab839efc5f]: text edit undo: clearing text instead of restoring.fvogel2024-04-211-0/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix [ab839efc5f]: text edit undo: clearing text instead of restoring. Test te...fvogel2024-04-201-0/+8
| | |/ | |/|
| * | More internal "-encoding utf-8"jan.nijtmans2024-04-161-1/+1
* | | Merge 8.7jan.nijtmans2024-03-291-2/+2
|\ \ \ | | |/ | |/|
| * | Fix [c2b8a44bb9]: compiler warnings about ckfree()jan.nijtmans2024-03-291-2/+2
| * | Don't use "boolean" as variable namejan.nijtmans2024-03-271-3/+3
* | | Merge 8.7jan.nijtmans2024-03-273-16/+16
|\ \ \ | |/ /
| * | Revise some (void *)/(char *) usage. Now on X11, everything compiles/runs wit...jan.nijtmans2024-03-272-12/+12
* | | Merge 8.7jan.nijtmans2024-03-253-112/+113
|\ \ \ | |/ /
| * | Fix [76646bdf6]: "photo get" command leaks memoryjan.nijtmans2024-03-251-5/+4
| * | Fix indenting Use (char *)NULL sentinels. Some int -> Tcl_Sizejan.nijtmans2024-03-251-108/+109
| * | Fix Ttk_CreateTagTable() signaturejan.nijtmans2024-03-232-3/+3
| * | Allow more tags in ttk (when compiled against Tcl 9.0)jan.nijtmans2024-03-232-10/+11
| * | Merge 8.6jan.nijtmans2024-03-231-2/+3
| |\ \ | | |/
| | * re-generate internal stub tablesjan.nijtmans2024-03-232-0/+12
* | | Merge 8.7jan.nijtmans2024-03-2318-145/+154
|\ \ \ | |/ /
| * | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-2321-178/+201
| * | Merge 8.6jan.nijtmans2024-03-154-14/+30
| |\ \
| * | | Fix --disable-shared buildjan.nijtmans2024-03-151-9/+15
| * | | Handle Tcl_UtfToUniChar/Tcl_UniCharToUtf correctly as wellcore-bug-53fdb87e49jan.nijtmans2024-03-143-25/+15
| * | | Better approach, using "Tk" prefix for UTF-32 versions of APIjan.nijtmans2024-03-1410-80/+62
| * | | More progress, backporting bugfix from Tk 9.0jan.nijtmans2024-03-131-6/+16
| * | | Merge 8.7jan.nijtmans2024-03-1334-287/+203
| |\ \ \
| | * \ \ Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify...jan.nijtmans2024-03-081-17/+2
| | |\ \ \
| * | | | | Continuing work on [53fdb87e49] for 8.7: Glyph indexing is still unperfectjan.nijtmans2024-02-092-1/+40
* | | | | | Fix [fdc0ed342d]: Segfault on focus -force with xvfb.fvogel2024-03-191-2/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | A bit better debug info in focusDebug mode.fvogel2024-03-171-2/+2
| * | | | | Fix [fdc0ed342d]: Segfault on focus -force with xvfbfvogel2024-03-171-1/+1
| * | | | | Add test focus-8.1 currently segfaulting on Linux with xvfb and demonstrating...fvogel2024-03-171-0/+1
| * | | | | eliminate end-of-line spacing in send.test. Code cleanup in tkFont.cjan.nijtmans2024-03-161-17/+21
| | |_|_|/ | |/| | |