summaryrefslogtreecommitdiffstats
path: root/generic/tkUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Fix TkUtfAtIndex(), still was not 100% correct.jan.nijtmans2020-05-201-1/+2
* > ... >=jan.nijtmans2020-05-191-1/+1
* Little variation on bug-a179564826, in which Character indexing is kept, but ...jan.nijtmans2020-05-191-66/+5
* Merge 8.6jan.nijtmans2020-05-191-0/+7
|\
| * New (internal) function TkUtfPrev(). This function can handle 4-byte (illegal...jan.nijtmans2020-05-191-0/+37
* | Add TkUtfCharComplete(), and use it in TkNumUtfChars()jan.nijtmans2020-05-191-3/+16
|\ \ | |/
* | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ...culler2020-05-191-0/+78
* | More improvements handling characters > U+FFFF as surrogates. Add internal Tk...jan.nijtmans2020-05-141-0/+29
|/
* Better implementation of TkUtfToUniChar(), one that doesn't require cooperati...jan.nijtmans2020-04-061-26/+21
|\
| * Work around a few new gcc(-9) warnings.jan.nijtmans2020-02-241-0/+1
| * (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve...jan.nijtmans2020-02-051-5/+3
| * In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use m...jan.nijtmans2019-12-011-1/+1
| * Fix [d4f5620f5d]: font-4.14 fails (font actual with unicode). Add another tes...jan.nijtmans2019-11-291-1/+1
| * Various cleanups in Unicode handling. Note that without Xft on X11 we don't h...jan.nijtmans2019-11-261-21/+17
| |\
| | * More code simplificationjan.nijtmans2019-11-211-15/+12
| | * Oops _WIN32 with single underscorejan.nijtmans2019-11-211-1/+1
| | * Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c...jan.nijtmans2019-11-211-8/+11
| |/
| * One step more in fully fixing [a179564826]: Tk 8.6: prevent issues when encou...jan.nijtmans2019-10-151-6/+8
|/
* Eliminate type-casts, by using size_t type internally in more situations. No ...jan.nijtmans2018-08-101-1/+1
* Improved surrogate handling for TCL_UTF_MAX=3|4. (backported from androwish)....jan.nijtmans2018-04-111-1/+1
* Introduce two utility functions for handling Unicode surrogate pairs, and use...jan.nijtmans2016-09-261-0/+80
* Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u...fvogel2016-04-211-2/+7
* some more int -> size_t changesjan.nijtmans2013-02-011-3/+4
* Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. jan.nijtmans2013-01-281-1/+1
* Generate -errorcode values to go with errors. Generate messages and postscriptdkf2012-08-271-67/+72
|\
| * Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-26/+31
| * Much more cleaning up of result handling.dkf2012-07-231-54/+40
| * Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-0/+14
|/
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkInt.h: Backport of shutdown safety mods from the HEADdavygrvy2004-10-271-1/+147
* | | CONSTify return values of TkKeysymToString,nijtmans2009-12-161-3/+3
* | | [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeingdkf2009-11-211-34/+42
* | | Eliminate various gcc warningsnijtmans2009-08-091-10/+10
* | | * generic/tkUtil.c (TkBackgroundEvalObjv): use Tcl_BackgroundException.das2009-04-101-2/+2
* | | * generic/tkImgPhInstance.c: fix numerous leaks discovered with thedas2009-02-061-3/+5
* | | TIP #324 IMPLEMENTATIONdas2008-12-101-1/+114
* | | TkMakeEnsemble(): support for NULL subensembledas2008-12-101-2/+2
* | | * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen)das2008-12-101-1/+84
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-2/+2
* | | [Bug 2190619] Warnings due to Tk_SmoothMethodnijtmans2008-10-301-5/+5
* | | Add "const" to many internalnijtmans2008-10-151-2/+2
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tkArgv.c: Fix gcc warnings about 'cast to/fromdas2007-10-151-8/+8
* | Assorted minor cleanups.dkf2007-09-081-68/+96
* | header cleanupdgp2007-09-071-2/+1
* | Fixed grid anchor center problem in labelframes. [Bug 1545765]pspjuth2007-02-251-3/+7
* | fix warningdas2007-01-191-2/+2
* | various "const" additions, in line with TIP #27nijtmans2007-01-181-17/+17