| Commit message (Expand) | Author | Age | Files | Lines |
* | (c) -> © | jan.nijtmans | 2024-05-09 | 1 | -3/+3 |
|\ |
|
| * | Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr... | jan.nijtmans | 2024-05-09 | 1 | -3/+3 |
|
|
* | | Fix second part of [0e658c9479]: Remove unused function declarations from tkM... | fvogel | 2023-05-29 | 1 | -2/+0 |
|
|
* | | Fix first part of [0e658c9479]: Remove unused function declarations from tkMa... | fvogel | 2023-05-29 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Fix first part of [0e658c9479]: Remove unused function declarations from tkMa... | fvogel | 2023-05-29 | 1 | -1/+0 |
|
|
* | | TIP #606 implementation. TODO: documentation | jan.nijtmans | 2021-12-21 | 1 | -2/+0 |
|
|
* | | Merge trunk. Clean-up win32 systray code (not completed yet, still some ANSI ... | jan.nijtmans | 2020-11-12 | 1 | -15/+0 |
|\ \ |
|
| * \ | Merge 8.6 | culler | 2020-11-10 | 1 | -15/+0 |
| |\ \
| | |/ |
|
| | * | Finish removing GCCache and remove some more platform specific code in xgc.c | marc_culler | 2020-11-09 | 1 | -15/+0 |
|
|
* | | | More compiler warnings on various macOS versions | culler | 2020-11-04 | 1 | -0/+2 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -1/+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 |
|
|
* | | Fix [08eb057dea]: Aqua: cleanup Carbon-era cursor variables. | jan.nijtmans | 2020-08-26 | 1 | -18/+0 |
|\ \
| |/ |
|
| * | Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code fr... | culler | 2020-08-19 | 1 | -2/+0 |
|
|
* | | Merge 8.6 | marc_culler | 2020-07-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ... | fvogel | 2020-07-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | merge core-8-6-branch | fvogel | 2020-07-12 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| * | | Apply another patch by Christopher Chavez that fixes the jerk of strings on a... | fvogel | 2020-04-19 | 1 | -1/+1 |
|
|
* | | | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -2/+0 |
|\ \ \
| | |/
| |/| |
|
| * | | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -2/+0 |
| |/ |
|
* | | Eliminate some dead code | jan.nijtmans | 2019-10-01 | 1 | -4/+0 |
|
|
* | | Simplify many MacOS-specific types which are not necessary | jan.nijtmans | 2019-09-30 | 1 | -2/+2 |
|/ |
|
* | 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 |
|
|