1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added initialization of a class without constructor on the zend object creation function. More... over 11 years ago
Added template.rc that includes wxWidgets resources for windows build. More... over 11 years ago
Fixed inno setup script. More... over 11 years ago
Updated plain readme file with static linking details. More... over 11 years ago
Updated readme with instructions on how to statically link with wxWidgets on Linux/MacOSX. More... over 11 years ago
Fixed readme instructions to indicate that only 2.9.4 is tested and supported. More... over 11 years ago
Regenerated source code to apply the fix for arguments type checking. More... over 11 years ago
Fixed function/methods generation code to also check if the argument type is the same as original and not only a class that inherits from the original type. More... over 11 years ago
Disabled wxNativeFontInfo methods: GetPixelSize and SetPixelSize, since they are undefined symbols when compiling the extension. More... over 11 years ago
Some fixes to README.md More... over 11 years ago
Re-generated the code with warning message disabled for top level windows and more constants available like wxRAISED_BORDER. More... over 11 years ago
Added gitignore file. More... over 11 years ago
Now the code generator does not skip #defines that mirror an enum, like wxRAISED_BORDER mirrors wxBORDER_RAISED. More... over 11 years ago
Commented out 'Remember to always call Destroy()' warning message. More... over 11 years ago
Updated version information on template file. More... over 11 years ago
Fixes to markdown readme file table of content. More... over 11 years ago
Fixes to markdown readme file. More... over 11 years ago
Fixes to markdown readme file. More... over 11 years ago
Added readme in mardown syntax for guthub. More... over 11 years ago
Updated version number More... over 11 years ago
Fix to webview example. More... almost 12 years ago
Fixed comctl32.dll 6.0 controls and theming issues (Thanks to Robin Dunn - wxPython) More... almost 12 years ago
Added path of extension as include path on config.w32 since php_wxwidgets.h wasnt been found by src files. Also added instructions of how to include wx.rc on php executable. More... almost 12 years ago
Fix inheritance of wxGridCellFloatEditor More... almost 12 years ago
Fix Xor methods not renamed to XorMethod More... almost 12 years ago
Append word 'Method' to wxWidgets original method names like Clone, Exit, Print, Break, Xor and New so they dont conflict with PHP reserved keywords. More... almost 12 years ago
Interface generator now adds static keyword for static class methods. More... almost 12 years ago
Fix to interface generator to prevent re-declaration errors on interface file when wxwidgets extension is loaded from php.ini More... almost 12 years ago
New interface generator script to create a wxwidgets.php file that serves as a library to enable code completion on IDE's like Eclipse, NetBeans, etc... More... almost 12 years ago
Replaced usage of php resources with custom zend_object to store the native class, as other improvements. More... almost 12 years ago