summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | TIP529 image metadata: implement svg intermediate metadata memoryoehhar2020-06-213-277/+985
| * | | | | | | | TIP529 image metadata: correct stubs entryoehhar2020-06-121-4/+2
| * | | | | | | | TIP529 image metadata: implement image write/data with metadata property. GIF...oehhar2020-06-113-18/+354
| * | | | | | | | TIP 529 image metadata: PNG format driver to version 3 interfaceoehhar2020-06-094-92/+119
| * | | | | | | | TIP529 image metadata: allow match functions to output metadata. implement fi...oehhar2020-06-096-76/+168
| * | | | | | | | Merge trunkjan.nijtmans2020-06-088-24/+52
| |\ \ \ \ \ \ \ \
| * | | | | | | | | TIP529 image metadata: correct shared metadata object ref count on output, im...oehhar2020-06-073-18/+70
| * | | | | | | | | TIP529 image metadata: rename function & friends from Tk_CreatePhotoImageForm...oehhar2020-06-078-126/+140
| * | | | | | | | | TIP529 image metadata: added GIF XMP write test, functionality not implemente...oehhar2020-06-062-4/+22
| * | | | | | | | | TIP529 image metadata: changed order of arguments to alphabetical orderoehhar2020-06-062-11/+11
| * | | | | | | | | Merge trunkoehhar2020-06-0621-170/+265
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | TIP529 image metadata: changed driver interface: split metadata to in/out obj...oehhar2020-06-064-248/+230
| * | | | | | | | | | TIP529 image metadata: image data with gif comment testoehhar2020-06-043-72/+169
| * | | | | | | | | | TIP529 image metadata: use metadata copy for put and read. Merge metadata on ...oehhar2020-06-032-25/+82
| * | | | | | | | | | Merge forkoehhar2020-05-301-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix C++ buildjan.nijtmans2020-05-281-1/+1
| * | | | | | | | | | | TIP529 image metadata: untested sketch to implemet new call interface for Tcl...oehhar2020-05-307-87/+400
| |/ / / / / / / / / /
| * | | | | | | | | | TIP529 image metadata: correct and test GIF XMP segmentoehhar2020-05-272-56/+168
| * | | | | | | | | | Merge trunkjan.nijtmans2020-05-2734-389/+434
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | TIP 529 image metadata: make gif comment parsing work and start with tests. A...oehhar2020-05-262-27/+117
| * | | | | | | | | | | Merge trunk and fix C++ buildjan.nijtmans2020-05-2636-327/+378
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | TIP529: Add GIF Extension blocks of type Application and XMP to metadata dictoehhar2020-05-242-20/+117
| * | | | | | | | | | | | Merge trunkoehhar2020-05-24465-22258/+52059
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkoehhar2019-03-05133-1632/+3109
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Correct metadata ref counting to be cleared in the error case.oehhar2019-02-011-2/+5
| * | | | | | | | | | | | | | Fix a bug also present in standard Tk: Trailing segments of image data are no...oehhar2019-02-012-18/+22
| * | | | | | | | | | | | | | TIP529: option -metadata is now dict. Test crash apparently fixed by trunk mergeoehhar2018-12-1913-147/+337
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Implemented metadata output of gif comment - crashes test image-15.1 - megada...oehhar2018-12-145-29/+241
| * | | | | | | | | | | | | | | Corrected indents and formattingoehhar2018-12-112-77/+75
| * | | | | | | | | | | | | | | TIP529 image metadata: create -metadata optionoehhar2018-12-112-13/+92
* | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2021-02-253-10/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix [be9cade996]: sigsegv in tkwaitjan.nijtmans2021-02-251-2/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Fix [be9cade996]: sigsegv in tkwait. Propagate the fix from https://core.tcl-...fvogel2021-02-201-2/+4
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix [234ee4f83b]: macOS Crash - Pasting text with special characters into Tex...jan.nijtmans2021-02-252-8/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | ClipboardGetProc() should never assume the bytes it receives are valid UTF-8jan.nijtmans2021-02-251-1/+7
| | * | | | | | | | | | | | | | Fix [234ee4f83b]: macOS Crash - Pasting text with special characters into Tex...jan.nijtmans2021-02-251-7/+1
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Using "ln" doesn't work correctly for lower-directories like "ttk", when zipp...jan.nijtmans2021-02-171-6/+0
* | | | | | | | | | | | | | | Attempt to make double-arch binary on MacOSjan.nijtmans2021-02-161-1/+2
* | | | | | | | | | | | | | | Fix windows build using --disable-sharedjan.nijtmans2021-02-151-4/+5
* | | | | | | | | | | | | | | Use "macher" utility in stead of append on MacOSX, just as Tcl doesjan.nijtmans2021-02-151-1/+11
* | | | | | | | | | | | | | | Sync unix/tcl.m4 with Tcl. Re-generate unix/configurejan.nijtmans2021-02-152-1/+56
* | | | | | | | | | | | | | | More MSVC++ 6.0-friendly solution for [822330269b]jan.nijtmans2021-02-121-3/+4
* | | | | | | | | | | | | | | Fix pkgconfig testcase for --disable-shared buildsjan.nijtmans2021-02-121-4/+5
* | | | | | | | | | | | | | | Now that TIP #430 works for Tk, no longer install tk_library/tk.tcl and frien...jan.nijtmans2021-02-123-5/+5
* | | | | | | | | | | | | | | Better job of locating the tclsh binary (to be unzipped for --disable-shared)...jan.nijtmans2021-02-122-8/+5
* | | | | | | | | | | | | | | typo in github actions linux buildjan.nijtmans2021-02-111-2/+2
* | | | | | | | | | | | | | | Make TIP #430 (finally) work with Tk.jan.nijtmans2021-02-1012-36/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | In Github actions, build against the Tcl bug-87e840c26c branchjan.nijtmans2021-02-094-8/+8
| * | | | | | | | | | | | | | | Only set the dllfile,runtime key info when doing a shared buildjan.nijtmans2021-02-091-0/+2
| * | | | | | | | | | | | | | | Add --disable-zipfs to macosx/GNUmakefilejan.nijtmans2021-02-091-1/+1