patches for osx from #24520, for making CEF work, see https://github.com/chromiumembedded/cef
https://github.com/wxWidgets/wxWidgets/pull/26028
(4 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@csomor pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Closed #26028.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
I don't think it's a good idea to mention commits not existing in this repository in the commit messages so I've cherry picked these commits directly instead as f354cb5, 0cc636a and f03d49c7ba85139fb17fd6a1798727e4ae25b8cb (where I've also simplified the code).
Do you think the remaining wxOSX commits (Coremail@dca4ca3 and Coremail@71bf9d8) from there shouldn't be applied or did you just not have time to look at them yet?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@vadz I wanted to do a separate PR with the DnD patches, to make sure we could better trace things in case problems would come up
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@vadz and it would be Coremail@e998db7
as well, that belongs to the DnD changes
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
If you think the commits are fine as they are, let me know and I can just cherry pick myself. Or, if you prefer, please do something like this:
$ git fetch https://github.com/Coremail/wxWidgets/ mac-fix-dnd4cef $ git cherry-pick FETCH_HEAD ... make changes, if necessary ... $ git commit --amend
and then create the PR. TIA!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@vadz thanks, I want to check the image providing code for memory leaks and whether it's a good approach when many items are selected
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
If you think the commits are fine as they are, let me know and I can just cherry pick myself. Or, if you prefer, please do something like this:
$ git fetch https://github.com/Coremail/wxWidgets/ mac-fix-dnd4cef $ git cherry-pick FETCH_HEAD ... make changes, if necessary ... $ git commit --amendand then create the PR. TIA!
thanks for the instructions :-)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()