summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* replace accidentally deleted line; move the root window our of the way of rai...culler2024-06-262-0/+3
* Still fighting with unixWm.culler2024-06-262-5/+9
* Fix VisibilityNotify in XMapWindow.culler2024-06-252-10/+19
* Work on unixWm-50.9 and -51.7.culler2024-06-252-2/+18
* Avoid redrawing the entire view each time a widget is mapped by the grid mana...culler2024-06-243-27/+32
* Don't redraw the container when a content widget is mapped.culler2024-06-231-3/+0
* Revert tkMacOSXColor.c. We'll live with the warnings for now.culler2024-06-231-10/+6
* Clean up: compiler warnings; stop setting tkDirtyRect, since we aren't using it.culler2024-06-236-30/+35
* Fix the simple black window bug.culler2024-06-221-0/+5
* Add a change in unixWm.test that was accidentally omitted.culler2024-06-221-4/+0
* Try to ensure that clipping regions are ready before filling a frame; clean u...culler2024-06-223-44/+24
* Try adding an event loop to run idle tasks in updateLayer.culler2024-06-221-3/+8
* Even small speedups cause test failures.culler2024-06-222-1/+3
* Make setFrameSize a tiny bit more efficient.culler2024-06-221-10/+15
* Remove duplicate calls to reset the cgimage backing layer.culler2024-06-191-11/+11
* A little more clean-up.culler2024-06-191-6/+15
* Clean up setFrameSize.culler2024-06-191-12/+6
* Remove inner loop in setFrameSize, tame the chaos with UpdateClipRgn, deal wi...culler2024-06-184-24/+14
* Merge mainculler2024-06-1531-589/+717
|\
| * Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w...jan.nijtmans2024-06-147-111/+248
| |\
| | * Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w...jan.nijtmans2024-06-147-111/+254
| | |\
| | | * Merge 8.7. Add testcasesjan.nijtmans2024-06-1411-258/+290
| | | |\
| | | * | No caching in TK_OPTION_PIXELS 'message' variables padX/padY/borderWidth/high...jan.nijtmans2024-06-131-88/+104
| | | * | Fix indentingjan.nijtmans2024-06-103-19/+19
| | | * | Also handle the situation that -padx/-pady is initialized as the empty stringcore-bug-4d0a6f32b7jan.nijtmans2024-06-101-0/+8
| | | * | Better solution for [4d0a6f32b7], which doesn't cache padX/padY/borderWidth/h...jan.nijtmans2024-06-105-192/+270
| * | | | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-1422-247/+245
| |\ \ \ \ | | |/ / /
| | * | | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-1410-227/+226
| | | |/ | | |/|
| * | | Fix [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bounds access i...jan.nijtmans2024-06-141-3/+6
| |\ \ \ | | |/ /
| | * | Fix [1576528fff]: image read file with -from optionjan.nijtmans2024-06-144-176/+193
| | * | Merge 8.6jan.nijtmans2024-06-143-53/+27
| | |\ \ | | | |/ | | |/|
| | | * Fix [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bounds access i...jan.nijtmans2024-06-141-3/+6
| | | |\
| | | | * Possible fix for [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bo...jan.nijtmans2024-06-131-3/+5
| | | |/
| * | | Fix [1576528fff]: image read file with -from option. (and resolve merge confl...fvogel2024-06-116-226/+214
| |\ \ \ | | | |/ | | |/|
| | * | Fix [1576528fff]: image read file with -from option.fvogel2024-06-115-182/+201
| | |\ \
| | | * | Add more tests for GIF and PNG images: read large region from small file.fvogel2024-06-091-0/+15
| | | * | Add more tests for GIF and PNG images read with -from, -to and -shrink options.fvogel2024-06-091-0/+15
| | | * | Remove constraint hasTeapotPhoto, the image file used in the tests is distrib...fvogel2024-06-091-88/+32
| | | * | Add more tests for GIF and PNG images read with -from and/or -to options.fvogel2024-06-091-8/+36
| | | * | Fix width and height of the image read (PNG case only, GIF was already OK).fvogel2024-06-092-10/+10
| | | * | Remove constraints hasEarthPhoto and hasOusterPhoto, the image files used in ...fvogel2024-06-093-57/+33
| | | * | Fix [1576528fff]: image read file with -from option - PNG casefvogel2024-06-091-36/+40
| | | * | Less ugly fix for the GIF case.fvogel2024-06-091-8/+8
| | | * | Add test imgPhoto-19.3 demonstrating bug [1576528] for the PNG case, and imgP...fvogel2024-06-083-1/+18
| | | * | Fix [1576528fff]: image read file with -from option - GIF casefvogel2024-06-081-0/+3
| | | * | Add test imgPhoto-19.1 demonstrating bug [1576528] for the GIF case, and imgP...fvogel2024-06-083-3/+20
* | | | | Edit comments. Possible fix for crashes with TkTables.culler2024-06-152-1/+21
* | | | | Try to guard against crashes in TkpChangeFocusculler2024-06-132-2/+4
* | | | | Make place-14.1 and textDisp-10.6 pass.culler2024-06-132-14/+28
* | | | | Workflows for linux and Windows too.culler2024-06-112-10/+2