dgud has been making frequent commits to the wx-hacks branch and merging branches into master. What's the meaning of these changes? Is Wings finally getting an OS-native look and clipboard support?
There are some problems to be solved before we are there, but hopefully in the end..
Debugging wxWidgets on various platforms takes time, since I know nothing of that code base.
But I'm working on it, and we take it in small steps.
Will the port to wxWidgets affect the way dialog box layout is specified in plugins? Will more controls be supported (multi-line text boxes, combo boxes, etc.)?
I currently have ported the (less than) the old format.
All hooks need to be rewritten, some of the old stuff will not be supported and need
to be rewritten.
My repository is the one that matters, Bjorn have push rights to my repo if he needs it,
or in this case I will probably merge his stuff when he is done since we are working on dev branch
currently.
Still many bugfixes to do, but the idea is to not to convert everything from the beginning but
rather get something to work, release it as dev releases.
And continue to convert it piece by piece, at least that is Björn idea, I want to do everything at once :-)
But since I'm doing it mostly alone it goes slowly. Hopefully something works decent enough to be released before the summer.
The idea is get rid of display lists as well and use VOB only,
which means a new requirement for OpenGL 1.5 or something like that.
Thanks for the update. The "before the summer" bit sounds great!
(04-23-2014, 06:51 PM)dgud Wrote: The idea is get rid of display lists as well and use VOB only,
which means a new requirement for OpenGL 1.5 or something like that.