1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Manual merge to remove unnecessary json_indent from json_generator.php since the functionality it provided is already part of PHP which closes #55. More... about 10 years ago
Use zend_register_internal_class_ex to implement inheritance without the need to explicitly register a PHP_ME, which closes #58. More... about 10 years ago
tools/interface_generator.php: - Proper adaptation of overloaded functions. - Proper constant values - Proper default values for methods More... about 10 years ago
tools/interface_generator.php: - Added __construct aliases for the constructors. - Added public prefix to class methods - Made sure the first params also properly get default values - Remove & (by reference) from Object parameters because objects are by definition passed by reference. More... about 10 years ago
Disabled deprecated functions and constants. Also disabled some wxWebkitCtrl stuff since it has been only ported to wxMac. More... about 10 years ago
Updated config.w32 to link agains 3.1.0 and some small correction to config.m4 More... about 10 years ago
Increased minimum version required of wxWidgets to 3.1.0 More... about 10 years ago
Sync json files with soon to come wxWidgets 3.1.0 docs and made the neccessary source changes in preparation of new wxWidgets. More... about 10 years ago
Manually marked wxDataViewCustomRenderer LeftClick and Activate as deprecated and adjusted the interface and reference generator to strip deprecated methods. More... about 10 years ago
Re-enabled wxMenu::Append which is marked as deprecated but still used by tools like wxFormBuilder. More... about 10 years ago
Fix for methods that where been marked as deprecated erroneously. More... about 10 years ago
Initial work to disable deprecated class methods. More... about 10 years ago
Merged changes from issue #54 on config.m4 to the respective template file. More... about 10 years ago
Merge pull request #54 from AndrewRose/patch-1 More... about 10 years ago
Update config.m4 More... about 10 years ago
Merged issue #53 common.h changes to the code generator template file. More... about 10 years ago
Merge pull request #53 from weltling/master More... about 10 years ago
remove template.rc More... about 10 years ago
added the way to work with conflicting mode_t declaration More... about 10 years ago
Renamed xml_parser.php to json_generator.php. More... about 10 years ago
Fixed mac osx segfault caused by incrementing the refcount on objects returned by static methods. More... about 10 years ago
Added tool to generate Mac OSX bundles of wxphp. More... about 10 years ago
Disabled stripping of -g flag. More... about 10 years ago
Modified config.m4 to remove enforced -g flag for debugging symbols when --enable-wxwidgets-debug is set to no. More... about 10 years ago
Added config.m4 improvement from issue #51 pull request into the config.m4 template file. More... about 10 years ago
Merge pull request #51 from remicollet/issue-3001 More... about 10 years ago
Type casted to void* on memcpy calls. More... about 10 years ago
alse search for wx-config-3.0 More... about 10 years ago
Added macosx bundle icon. More... about 10 years ago
Improved wxExecute function. More... about 10 years ago