wxLua 3.1.0.0 released
wxLua 3.1.0.0 released
wxLua apps issue against wxw
The current version (https://github.com/pkulchenko/wxlua/) builds with wxwidgets 3.0, 3.1, and the latest 3.1.5. Also, I don't see any issue with wxSTC_LEX_CPP. I don't plan to provide binary releases (given the large number of wxwidgets and Lua versions, compilers and platforms), but you should be able to compile your own binaries using the provided cmake scripts (as you seemed to have done already).
segfault when exiting lua interpreter
Fails to build with Lua 5.3
wxLuaListCtrl with virtual functions
Possibility to build library against wxWidgets 3.0 with WXWIN_COMPATIBILITY_2_8 == 0
Missing binding for wxTimePickerCtrl
These changes have been merged to the master branch in https://github.com/pkulchenko/wxlua/
Add wxTreeListCtrl and wxDataViewCtrl bindings
Support for wxDataViewCtrl has been recently added: https://github.com/pkulchenko/wxlua/
I added bindingfor wxTreeListCtrl and an example for it in my repository: https://github.com/pkulchenko/wxlua/tree/wxwidgets313. wxDataViewCtrl is indeed a very complicated control and I don't plan to work on it.
Hi Laurent, I added this binding and an example for it in my repository: https://github.com/pkulchenko/wxlua/tree/wxwidgets313; I'll be merging the changes into the master branch soon and would be interested in feedback.
I've applied this patch a several others to improve stability on exit. All these changes have been included in the latest release in https://github.com/pkulchenko/wxlua/.
Yes, these changes have been merged into master branch of https://github.com/pkulchenko/wxlua/, so the ticket can be closed.
This has been implemented in my fork of wxlua: https://github.com/pkulchenko/wxlua/. Both compat28 and compat30 should be supported with on/off switches.
Oh! This is successfully been solved by Paul Kulchenko in https://github.com/pkulchenko/wxlua/tree/wxwidgets311 . His fork seem to be viable BTW.
Fails to build with Lua 5.3
Please not that using LUA_OK breaks Lua 5.1 compatibility. I changed it to 0 when...
Missing binding for wxTimePickerCtrl
I do not get this error on Fedora 20 using the built-in lua 5.2. The first line of...
Add modules/wxlua/wxllua.h to list of installed...
segfault when exiting lua interpreter
Update for newer cmake and slience warnings.
Use 'unsigned long long' to hold pointers for c...
Update bindings for wxWidgets 3.1
Init return var
Add wxWindow::RegisterHoKey() and wxMenu::Appen...
Please reopen
the error is fixed indeed. Now I can build with GTK+3 But unfortunately wxLuaEdit...
the error is fixed indeed. No I can build with GTK+3 But unfortunately wxLuaEdit...
Remove wxColour::GetPixel() as it is no longer ...
build with wxGTK-2.9.5 fails in wxstc_bind.cpp
Please use SVN head for support of newer versions of wxWidgets.
Build with GTK+ 3
I haven't tried building with GTK+3, but I have fixed this error in SVN.
Please use the mailing list for build problems like this. https://sourceforge.net/p/wxlua/mailman/...
build with wxGTK-3.1.0-alt1.svn20140708 fails
Build with GTK+ 3
I managed to have a small progress:defining WXWIN_COMPATIBILITY_2_8=1 allows wxcore_mdi.cpp...
Unambiguate decref call.
May this be relevant? -- * WARNING : Unable to find '/include/wx/version.h' -- *...
build with wxGTK-3.1.0-alt1.svn20140708 fails
build with wxGTK-2.9.5 fails in wxstc_bind.cpp
Install bit32 lib even into luajit for compatib...
Explicitly cast to int to avoid compiler narrow...
wxLua apps issue against wxw
Fix shebang on wxluafreeze.lua
Fix all warnings for wx3 and gcc
Fix build for wxUSE_STD_CONTAINERS
Fix wx3.1 build for wxSTC not having COFFEESCRI...
Use base-class wxPrintout instead of wxLuaPrintout
Fixed in SVN trunk. I had used wxLuaPrintout as a hint to people that in wxLua you...
Use base class wxPrintout* instead of derived w...
wxBITMAP_TYPE_ICON_RESOURCE
I think you're looking for wxBITMAP_TYPE_ICO_RESOURCE. wxLua checks that enum parameters...
wxBITMAP_TYPE_ICON_RESOURCE
Add wxSTC::GetTextRaw and friends.
Add wxCommandEvent::SetClientObject(), wxLuaSta...
Update cmake for wx3.1
Add wxWebView control for wx2.9+
Use base-class wxPrintout instead of wxLuaPrintout
Update for Lua 5.2.3
Update to Lua 5.2.3
Add wxString::To/From8BitData(), wxLuaListCtrl ...
wxLuaListCtrl with virtual functions
Thanks, patch applied with a few modifications. I decided against returning the wxLuaListCtrl...
Add wxLuaListCtrl and fix genidocs <a name...>
wxMessageDialog methods
Thanks applied to SVN head.
Add wx29+ functions to wxMessageDialog.
Add wxLuaURLDropTarget.
Add a few methods to wxDropTarget.
Print 0xffffff for -1 in bindings.wx.lua
Add wxInfoBar
Thanks for the patch, applied to SVN head.
Add wxInfoBar and partially update for wx30 w/o...
Use CMake's list(FIND...) since string(FIND...)...
wxLuaListCtrl with virtual functions
Add wxInfoBar
wxMessageDialog methods
