| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
option readfile cannot use multibytes. Ticket [0a3d799a]
To clarify a bit, what we discovered was that [[option readfile]]
as found in all Tk releases up to and including 8.5.18 is already
able to read in the whole BMP, so long as the file is stored in
the encoding utf-8. The classic ASCII subset is fine. utf-8 is fine.
Other encodings are at best non-portable.
What [477949] did was to add support for files stored in
[[encoding system]] but at the expense of breaking the
support for the files stored in utf-8. Not the right outcome
for a patch release.
|
|
|
|
|
| |
when readding an already-managed window with arguments.
Bug reported on tcl-core by Sam Bromley (22 Jan 2016)
|
| |
|
|
|
|
| |
Thanks to Francois Vogel for the actual work
|
|
|
|
| |
test-failures in Tk test suite
|
| |
|
| |
|
|\ |
|
| | |
|
|/ |
|
|\ |
|
| |
| |
| |
| | |
[2f78c7c5ea]
|
|/
|
|
| |
widget earlier
|
|\ |
|
| | |
|
|\ \
| |/
| |
| | |
bgerror
|
| |\ |
|
| | |
| | |
| | |
| | | |
bgerror
|
|\ \ \
| |_|/
|/| |
| | | |
create/populate - Patch from Koen Danckaert
|
| | | |
|
| |/
|/| |
|
|/
|
|
| |
'entry-21.1' in entry.test
|
|\ |
|
| | |
|
|/ |
|
| |
|
|\
| |
| |
| | |
character in an entry does not work
|
| |
| |
| |
| | |
entry does not work
|
|\ \
| | |
| | |
| | | |
displayed
|
| | |
| | |
| | |
| | | |
displayed
|
|\ \ \
| |_|/
|/| | |
|
| | | |
|
| |/
|/| |
|
| |
| |
| | |
Implementation adopted from AndroWish, but added support for UTF-8 BOM and added test-case.
|
| | |
|
|/ |
|
|\ |
|
| | |
|
|\ \
| | |
| | |
| | | |
cleanup
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
<Control-backslash>
|
| | | |
|
| |/ |
|
|\ \
| |/
| | |
This is the TIP #437 implementation being voted on.
|
| | |
|
| | |
|
| |
| |
| |
| | |
convention in the rest of the code and tests
|