summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Release the CGImageBitmapContext when the ContentView is destroyed.culler2024-07-082-3/+5
* Fix the black window when setting the docmodal bit in the stylemask, and some...culler2024-07-071-2/+6
* Fix 2 (minor) compiler warningsjan.nijtmans2024-07-042-7/+1
* Merge 9.0. Streamline some indentingjan.nijtmans2024-06-3029-510/+510
|\
| * Change the -elementborderwidth default (for scrollbar) from -1 to {}. Move sa...jan.nijtmans2024-06-172-3/+3
| * Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-162-2/+2
| |\
| | * Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-162-2/+2
* | | replace accidentally deleted line; move the root window our of the way of rai...culler2024-06-261-0/+2
* | | Still fighting with unixWm.culler2024-06-261-4/+5
* | | Fix VisibilityNotify in XMapWindow.culler2024-06-251-7/+18
* | | Work on unixWm-50.9 and -51.7.culler2024-06-251-1/+16
* | | 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
* | | Try to ensure that clipping regions are ready before filling a frame; clean u...culler2024-06-221-7/+5
* | | Try adding an event loop to run idle tasks in updateLayer.culler2024-06-221-3/+8
* | | 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-152-176/+190
|\ \ \ | |/ /
| * | Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w...jan.nijtmans2024-06-141-25/+37
| |\ \ | | |/
| | * Fix indentingjan.nijtmans2024-06-101-1/+1
| | * Better solution for [4d0a6f32b7], which doesn't cache padX/padY/borderWidth/h...jan.nijtmans2024-06-101-171/+183
| * | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-141-146/+146
| |\ \
| | * | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-141-146/+146
| | |/
* | | 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-131-11/+20
* | | Deal with some testing issues.culler2024-06-113-37/+63
* | | New branch: merges the crossing events fix (sans processevents) with cgimage ...culler2024-06-106-45/+86
|\ \ \
| * | | Comments style.fvogel2024-06-091-1/+2
| * | | Remove commented out codeculler2024-05-311-1/+0
| * | | Use Tk_ManageGeometry here too.culler2024-05-291-1/+1
| * | | fix wm-manage-1.8 (without fixing wm manage)culler2024-05-281-0/+1
| * | | Avoid calling TkUpdatePointer for a window which is being destroyed by a chil...culler2024-05-281-2/+5
| * | | Don't call tkUpdatePointer from TkWmDeadWindow unless it is necessary.culler2024-05-271-1/+3
| * | | Fix bug introduced in FrontWindowAtPoint which causes unixWm-50.1 to fail by ...culler2024-05-241-2/+11
| * | | White space.culler2024-05-231-4/+4
| * | | Clean up.culler2024-05-231-10/+12
| * | | xmfbox now passes - the crash occurs at the end of the tk tests, before the t...culler2024-05-221-11/+4
| * | | Make destruction of windows on macOS work again. But more issues remain.culler2024-05-221-2/+1
| * | | Restore the call to TkPointerDeadWindow - Windows needs it; probably macOS do...culler2024-05-201-0/+1
| * | | Remove call to TkPointerDeadWindow in macOS and simplify 9.13 so it tests the...culler2024-05-191-1/+0
| * | | All event-9.xy tests now pass, but 9.13 fails one time out of five.culler2024-05-192-16/+14
| * | | Remove debugging print statements.culler2024-05-193-21/+0
| * | | Attempt to fix [22349fc78a] for macOS. Currently only event-9.16 fails unles...culler2024-05-195-26/+80