1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 08, 2025 — Feb 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
wxPen: add autoconvert from color, fix alloc More... over 11 years ago
wxBrush: add checks for is brush ok, add auto convert from color or bitmap More... over 11 years ago
wxApp: wrote that APP_PROTECT_NULL is allowed to set NULL ptr More... over 11 years ago
wrapTypedPtr does not throw for NULL ptr if flag is set More... over 11 years ago
fixed include with wxPreferences More... over 11 years ago
fix include for wxPreferences More... over 11 years ago
fix STC when symbols missing More... over 11 years ago
fixed wxPreferencesPage for the icons More... over 11 years ago
wxSTC add protection that some lex might be missing More... over 11 years ago
wxFontPicker: add protection for selection color More... over 11 years ago
wxBitmapComboBox: hm fixing macros More... over 11 years ago
newest wx has wxOwnerDrawnComboBox#IsListEmpty, keep it working for both More... over 11 years ago
wxBitmapComboBox: fix if its ownerdrawn ... that should be fixed in wxWidgets itself More... over 11 years ago
wxColor: fix set/get methods and inspect, NUM2CHR does not work in inspect as i wanted More... over 11 years ago
wxColor: revert inspect, looks different with float More... over 11 years ago
wxColor: make getter functions more safe, and use float for the inspect More... over 11 years ago
fix gemspec, add dependency version and add extensions More... over 11 years ago
wxColor: tweak alpha= method so that true and false are special for it. update unwrap<wxColor> from object that does respond to the color methods, add that to the ColorTestCase More... over 11 years ago
adding first TestCase for WX::Color, adding Rake::TestTask More... over 11 years ago
wxColor: add name method that returns the name from the ColorDataBase, improve the internal unwrap<wxColor> function for string, suspend the debuglog and throw own TypeError exception More... over 11 years ago
wxError: use SetActiveTarget again, might not work without correctly More... over 11 years ago
add protection for already defined constants More... over 11 years ago
chane the inherit for the const data_type in registerDataType, otherwise the const types cant call the base type functions More... over 11 years ago
use wxLogInterposer instead of wxLogChain for exceptionhanding, otherwise it might crash More... over 11 years ago
move old testfiles to make place for new ones, remove them maybe later More... over 11 years ago
update Rakefile, add check for RDoc::VERSION More... over 11 years ago
updated rwx.gemspec for possible gem release More... over 11 years ago
add compiler checks into extconf.rb, rwx does need to be compiled with the same compiler as ruby and wxWidgets, and so ruby and wxWidgets does need to be build with the same compiler More... over 11 years ago
wxImage add Exceptions More... over 11 years ago
use wxLogChain for RubyExceptionLog More... over 11 years ago