summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXEmbed.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0. Streamline some indentingjan.nijtmans2024-06-301-5/+5
* Even more TCL_UNUSED usagejan.nijtmans2023-12-181-29/+14
* TkpMakeWindow -> Tk_MakeWindow (2x)jan.nijtmans2023-11-171-1/+1
* Fix [4666f21a95]: Avoid a non-evident crash (and resolve conflict in tkMacOSX...fvogel2023-05-311-4/+5
|\
| * Third patch from Christopher Chavez.fvogel2023-05-281-4/+5
* | Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-10/+10
* | More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-3/+3
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+1
|\ \ | |/
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+1
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-2/+2
* | Fix Tk_Get3BorderColors() signature. Add documentation, created by René Zaum...jan.nijtmans2022-02-011-5/+5
* | Add Tk_MakeWindow toojan.nijtmans2022-01-251-2/+3
* | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-16/+16
* | Merge 8.6culler2021-06-041-0/+3
|\ \ | |/
| * Fix [099109cf1f]: crash when destroying an embedded window if the container h...culler2021-06-031-0/+3
* | Merge 8.6jan.nijtmans2021-02-021-6/+6
|\ \ | |/
| * More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-6/+6
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | Merge 8.6jan.nijtmans2020-09-021-1/+1
|\ \ | |/
| * Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-1/+1
* | Merge 8.6jan.nijtmans2020-09-021-4/+4
|\ \ | |/
| * Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-4/+4
* | Fix [08eb057dea]: Aqua: cleanup Carbon-era cursor variables. jan.nijtmans2020-08-261-41/+0
|\ \ | |/
* | Merge 8.6marc_culler2020-07-181-3/+1
|\ \ | |/
| * Process timer events as well as idle events in some of the inner event loops ...marc_culler2020-07-121-3/+1
* | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-171-4/+4
* | Eliminate many -Wextra warningsjan.nijtmans2020-03-051-1/+16
* | Partial fix of bug [67384bce7d]: change expected result of winfo-13.2. Also ...culler2019-05-251-1/+3
|\ \ | |/
| * Fix bug [67384bce7d]: make winfo-13.2 expect the container to be destroyed in...culler2019-05-241-1/+3
| * Mitigate future merge conflict headaches.culler2019-04-171-20/+35
* | Source readability run: macosx/*dkf2019-04-161-21/+37
* | Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-071-5/+10
|\ \ | |/
| * Change tkMacOSXEmbed.c to match the change in tkUnixEmbed.c even thoughculler2019-02-041-0/+8
| * Changes which make unixEmbed-8.1a pass on macOS.culler2019-01-311-5/+2
* | Fix unixEmbed test failures on macOS.culler2019-01-231-82/+49
|\ \ | |/
| * Remove debug print statement.culler2019-01-231-1/+0
| * Fix bug [58665b91dd]: unixEmbed tests fail on macOS due to use of dobg.culler2019-01-231-83/+51
* | Merge 8.6jan.nijtmans2019-01-101-3/+3
|\ \ | |/
| * As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-3/+3
| |\
| | * As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-3/+3
| * | Fix a few MacOSX compiler warningsjan.nijtmans2018-08-141-1/+1
* | | Fix PTR2INT/PTR2UINT, so they no longer are restricted to the "int" range.jan.nijtmans2018-10-221-2/+2
* | | Remove end-of-line spacingjan.nijtmans2018-08-101-1/+1
|/ /
* | Remove two debug messages which print to stderr during macOS tests but areculler2017-12-031-1/+4
* | Fix behavior of raise on macOS.culler2017-11-291-1/+1
* | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell...jan.nijtmans2017-11-271-1/+1
* | Don't process window events if the dead window is the root. Thisculler2017-11-241-0/+4
* | Silence some compiler warnings.dgp2015-02-121-1/+1
|\ \ | |/
| * Silence some compiler warningsdgp2015-02-121-1/+1
* | Merge 8.5. Fix [winfo id] for Cocoa.dgp2015-01-021-2/+46
|\ \ | |/