1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed unneccesary files and updated TODO. More... almost 12 years ago
Moved php_wxwidgets.h and wxwidgets.cpp back to main directory to fix msw compilation issues. Some minor fixes to code generator. More... almost 12 years ago
Added wxStyledTextCtrl missing constants and modified styledtextctrl.php example to include PHP code coloring. More... almost 12 years ago
Fixed 3 memory leaks at wxEvtHandler::onEvent. Modified code generator to not replace source files if generated ones are identical in order for make to not recompile unneccesarily. Removed unused eventArray class property and onEvent from all classes except for wxEvtHandler. More... almost 12 years ago
Substitue call_user_function on virtual methods by custom zend_call_method to enable function pointer caching More... almost 12 years ago
Re-enable use of global object pointers instead of doing a full copy of them. More... almost 12 years ago
Changed wxWebView methods from pure virtual to virtual to be able to use them. More... almost 12 years ago
Debianization of wxPHP More... about 12 years ago
Minor grammatic corrections More... about 12 years ago
Added Inno Setup script to generate windows installer More... about 12 years ago
Fixed and improved the reference_generator.php script More... about 12 years ago
Updated README with a note about the need for libwebkitgtk before compiling wxWidgets on linux. More... about 12 years ago
Enabled wxTextCompleterSimple, black listed WX_GL_ constants since they need opengl support. More... about 12 years ago
Fixed xml parser to handle unnamed global enums and store them on consts.json. More... about 12 years ago
Moved wxUninitialize() from RINIT to MSHUTDOWN since wxWidgets resources where destroyed hastily More... about 12 years ago
Fixed reintroduction of segfault when loading the extension from php.ini, caused by global objects being copied instead of referenced, it needed references.UnInitialize() More... about 12 years ago
Small fix function_entry to zend_function_entry on app.h to compile on PHP 5.4 More... about 12 years ago
Added mac building instructions More... about 12 years ago
Fixed mac issue about applications not receiving keyboard input. More... about 12 years ago
Fixed memory leak on virtual methods More... about 12 years ago
Updated TODO. More... about 12 years ago
Added generation of php proto/documentation comments. More... about 12 years ago
Added function wxC2D to convert constants to dynamic objects, since it wasn't possible to do wxNORMAL_FONT->GetPointSize(), now is possible with wxC2D(wxNORMAL_FONT)->GetPointSize(). Also Fixed initialization of object constants. More... about 12 years ago
Fixed resource type name returning garbage when using var_dump. More... about 12 years ago
New flag --enable-wxwidgets-monolithic to link against wxWidgets monolithic version. More... about 12 years ago
Added wxTP_DEFAULT constant. New flag --enable-wxwidgets-monolithic to build with that library type. More... about 12 years ago
Added webview example, webview.h and webview.cpp More... about 12 years ago
Code generator now renames methods with name New to NewObject since it seems the keyword is reserved on PHP even when using it for methods. Added wxWebView support. More... about 12 years ago
Fixed config.w32 since it wasnt working with new tree structure. More... about 12 years ago
Restructured source tree More... about 12 years ago