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