| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish removing GCCache and remove some more platform specific code in xgc.c | marc_culler | 2020-11-09 | 1 | -15/+0 |
|
|
* | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter... | jan.nijtmans | 2020-09-02 | 1 | -1/+0 |
|
|
* | Remove obsolete code | jan.nijtmans | 2020-08-31 | 1 | -4/+0 |
|
|
* | Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code fr... | culler | 2020-08-19 | 1 | -2/+0 |
|
|
* | Provide better control over how and when [NSView drawRect:] is called. | marc_culler | 2020-07-18 | 1 | -1/+1 |
|\ |
|
| * | Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin. | culler | 2020-07-16 | 1 | -1/+1 |
|
|
* | | merge core-8-6-branch | fvogel | 2020-07-12 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -2/+0 |
|
|
* | | Apply another patch by Christopher Chavez that fixes the jerk of strings on a... | fvogel | 2020-04-19 | 1 | -1/+1 |
|/ |
|
* | On OSX 10.13 and earlier a different strategy is needed. | culler | 2019-05-21 | 1 | -1/+1 |
|
|
* | Rework how contrasting backgrounds are handled. | culler | 2019-04-04 | 1 | -1/+11 |
|
|
* | Cleaned up the code in tkMacOSXColors.c. Discovered along the way that we ca... | culler | 2019-02-27 | 1 | -0/+1 |
|
|
* | Fix bug [0d63621b6c]: Aqua ttk uses incorrect background colors. | culler | 2019-02-24 | 1 | -0/+1 |
|
|
* | Use a better method for making test images on the mac emulate test images on ... | culler | 2018-11-15 | 1 | -1/+1 |
|
|
* | Fixed transparency issues and crashes related to PhotoImages and greatly simp... | culler | 2018-11-08 | 1 | -1/+1 |
|
|
* | Came up with a scheme for making test images behave the way that the | culler | 2018-11-06 | 1 | -1/+2 |
|
|
* | Make XSync, and hence update, be synchronous so test results are consistent. ... | culler | 2018-11-05 | 1 | -1/+1 |
|
|
* | Cleaned up the Rube Goldberg logic of TkMacOSXSetupDrawingContext and TkMacOS... | culler | 2018-11-03 | 1 | -5/+4 |
|
|
* | Try adding an extra display of the Text widget when it syncs, without making ... | culler | 2018-10-24 | 1 | -1/+2 |
|
|
* | Added a boolean state variable so a displayProc can check if it is being run ... | culler | 2018-10-24 | 1 | -0/+2 |
|
|
* | Make it possible to generate an NSImage with correct transparency from a | culler | 2017-11-15 | 1 | -1/+1 |
|
|
* | Implemented a more robust and transparent scheme for making | culler | 2017-11-14 | 1 | -0/+1 |
|
|
* | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -1/+1 |
|
|
* | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -1/+1 |
|
|
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -1/+1 |
|
|
* | Fix for shimmering of buttons embedded when scrolled in text and canvas widge... | Kevin Walzer | 2014-08-16 | 1 | -1/+2 |
|
|
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -4/+9 |
|
|
| | * | move macros for Debugging.h to private header | das | 2007-08-23 | 1 | -3/+1 |
|
|
| | * | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -275/+3 |
|
|
| | * | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; | das | 2007-06-09 | 1 | -31/+62 |
|
|
| | * | * macosx/tkMacOSXInt.h: use native debug message API when available. | das | 2007-06-06 | 1 | -2/+18 |
|
|
| | * | * macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enable | das | 2007-06-06 | 1 | -2/+64 |
|
|
| | * | * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the front | das | 2007-05-09 | 1 | -1/+2 |
|
|
| | * | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -39/+191 |
|
|
| | * | * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-private | das | 2006-10-31 | 1 | -3/+3 |
|
|
| | * | * macosx/tkMacOSXWm.c (TkMacOSXMakeRealWindowExist): revert part of | das | 2006-09-11 | 1 | -2/+3 |
|
|
| | * | fix typo: visable -> visible | das | 2006-07-24 | 1 | -3/+3 |
|
|
| | * | * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensure | das | 2006-05-12 | 1 | -7/+2 |
|
|
| | * | * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use of | das | 2006-04-28 | 1 | -19/+25 |
|
|
| | * | * macosx/tkMacOSXInt.h: Implemented 'zoomed' window state | das | 2006-04-11 | 1 | -2/+3 |
|
|
| | * | * macosx/tkMacOSX.h: Cleaned up & rationalized order of | das | 2006-03-28 | 1 | -7/+5 |
|
|
| | * | * macosx/tkMacOSXInt.h: | das | 2005-12-08 | 1 | -19/+21 |
|
|
| | * | * macosx/tkMacOSXXStubs.c (TkpOpenDisplay, TkMacOSXDisplayChanged): | hobbs | 2005-11-30 | 1 | -10/+12 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -1/+9 |
|
|
| | * | * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code into | das | 2005-08-09 | 1 | -1/+3 |
|
|
| | * | * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd. | hobbs | 2005-07-28 | 1 | -1/+2 |
|
|
| | * | Fix for 1124237 and the mysterious "sometimes buttons don't draw" bug. | wolfsuit | 2005-03-12 | 1 | -1/+2 |
|
|