summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Protect better against possible confusion between XGenericEvent's and (Tcl-sp...jan.nijtmans2020-02-053-10/+11
* Merge 8.6jan.nijtmans2020-02-032-19/+7
|\
| * Merge 8.5jan.nijtmans2020-02-031-17/+4
| |\
| | * Put realEventMasks and virtualEventMasks together in a single table: VirtualE...jan.nijtmans2020-02-031-17/+4
| * | fixed segfault [a196fb11]: wrong handling in ClearLookupTable (if object is n...sebres2020-01-311-2/+3
* | | Merge 8.6jan.nijtmans2020-01-281-3/+3
|\ \ \ | |/ /
| * | Don't use "bool" as variable name. Possible conflict with "bool" type.jan.nijtmans2020-01-281-3/+3
* | | Merge 8.6jan.nijtmans2020-01-271-4/+0
|\ \ \ | |/ /
| * | No need to include "tk.h" here: It's already included in tkInt.h (through tkP...jan.nijtmans2020-01-271-4/+0
* | | merge 8.6dgp2020-01-241-1/+0
|\ \ \ | |/ /
| * | silence "unused variable" warningdgp2020-01-241-1/+0
* | | Merge 8.6jan.nijtmans2020-01-192-11/+0
|\ \ \ | |/ /
| * | Remove 2 comments which are simply not correct (nor useful) any morejan.nijtmans2020-01-192-11/+0
* | | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma...fvogel2020-01-181-5/+10
|\ \ \ | |/ /
| * | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma...fvogel2020-01-181-5/+10
| |\ \
| | * | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma...fvogel2019-12-311-5/+10
* | | | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re...fvogel2020-01-181-2/+6
|\ \ \ \ | |/ / /
| * | | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re...fvogel2020-01-181-2/+6
| |\ \ \
| | * | | Fix [2830360fff]: ttk::entry looses state invalid at focus eventsfvogel2020-01-021-2/+6
| | |/ /
* | | | Fix [587937fff]: Don't shuffle tag list sequence upon deletion. Add non regre...fvogel2020-01-181-3/+18
|\ \ \ \ | |/ / /
| * | | Fix [587937fff]: Don't shuffle tag list sequence upon deletion. Add non regre...fvogel2020-01-181-3/+18
| |\ \ \
| | * | | Don't shuffle tags when moving the 'current' tag among items.fvogel2019-12-241-1/+3
| | * | | Fix error (with no consequence) in sizeof() request, and remove useless cast ...fvogel2019-12-241-2/+2
| | * | | Restore tabs on lines that were actually not changed by the fix.fvogel2019-12-241-5/+5
| | * | | Refine the second implementation fixing [587937fff]: Don't shuffle tag list s...fvogel2019-12-241-8/+1
| | * | | A second (and better) implementation fixing [587937fff]: Don't shuffle tag li...fvogel2019-12-241-6/+22
| | * | | A first implementation fixing [587937fff]: Don't shuffle tag list sequence up...fvogel2019-12-241-7/+11
| | |/ /
* | | | Fix [1771594fff]: icursor @x,y fails for non-default scrollregions. Add non r...fvogel2020-01-181-2/+2
|\ \ \ \ | |/ / /
| * | | Fix [1771594fff]: icursor @x,y fails for non-default scrollregions. Test canv...fvogel2019-12-231-2/+2
| |/ /
* | | Documentation update: Use Button in stead of ButtonPress and Key in stead of ...jan.nijtmans2020-01-161-2/+2
* | | Fix [02a69449b5]: Wrong database names for tk::spinboxfvogel2019-12-141-4/+4
|\ \ \ | |/ /
| * | Fix [02a69449b5]: Wrong database names for tk::spinboxfvogel2019-12-101-4/+4
* | | Fix build against Tcl 9dgp2019-12-061-1/+1
* | | Merge 8.6jan.nijtmans2019-12-051-15/+0
|\ \ \ | |/ /
| * | Build without -DUNICDE -D_UNICODE, since it's not necessary any-more (all cod...jan.nijtmans2019-12-051-15/+0
* | | Use Tcl_UtfToChar16DString() in stead of Tcl_UtfToUniCharDString(), since the...jan.nijtmans2019-12-041-0/+2
* | | Merge 8.6. When compiling against Tcl 9.0 headers, don't allow Emoji escape s...jan.nijtmans2019-12-011-1/+6
|\ \ \ | |/ /
| * | In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use m...jan.nijtmans2019-12-011-1/+1
* | | Merge 8.6jan.nijtmans2019-11-291-1/+1
|\ \ \ | |/ /
| * | Fix [d4f5620f5d]: font-4.14 fails (font actual with unicode). Add another tes...jan.nijtmans2019-11-291-1/+1
* | | Merge 8.6jan.nijtmans2019-11-263-23/+19
|\ \ \ | |/ /
| * | Various cleanups in Unicode handling. Note that without Xft on X11 we don't h...jan.nijtmans2019-11-263-23/+19
| |\ \
| | * | 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-213-10/+13
| * | | merge releasedgp2019-11-221-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Merge 8.6 except for the broken demo.dgp2019-11-201-1/+14
| | |\ \
| | * \ \ merge 8.6dgp2019-11-151-1/+180
| | |\ \ \
| | * \ \ \ merge 8.6dgp2019-11-022-4/+4
| | |\ \ \ \
| | * \ \ \ \ merge 8.6dgp2019-10-282-23/+4
| | |\ \ \ \ \