1
I Use This!
Inactive

Commits : Listings

Analyzed 28 minutes ago. based on code collected 29 minutes ago.
Feb 08, 2025 — Feb 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
wxFontPicker: define style flags, and document attributes and constants More... almost 12 years ago
wxComboBox: uses Choice & TextCtrl style flags, define the style constants from this classes in this class too, register combobox events More... almost 12 years ago
wxItemContainer: add empty? method and document it with clear and item_count More... almost 12 years ago
wxChoice: use set_style_flags method, document constants, register eventtype More... almost 12 years ago
wxCheckListBox: uses Listbox style flags, document each_checked, and add and document (get|set)_item_checked More... almost 12 years ago
wxSpinButton: add option and constant for Vertical More... almost 12 years ago
wxStaticLine: add flag and constant for vertical More... almost 12 years ago
wxListBox: uses style flag method, add method for (get|set)_item_selection, document constants and attributes. More... almost 12 years ago
wxRadioBox: add each_item and document attributes More... almost 12 years ago
wxItemContainer: document attributes More... almost 12 years ago
wxCheckBox: document constants, methods and attributes. More... almost 12 years ago
wxPickerBase: document attributes and constants, fixed InternalMargin with HasTextCtrl More... almost 12 years ago
wxSearchCtrl: add TextCtrl style flags and add some other TextCtrl methods. More... almost 12 years ago
wxPasswordEntryDialog: add toplevel style flags, fix params with password method More... almost 12 years ago
wxTextEntryDialog: fixed params at text method More... almost 12 years ago
wxWizard: add toplevel style flags, add protection for page_size attribute, prevent crash when show page is used on current page More... almost 12 years ago
TextCtrl: document constants, define events, use ectra fuction for style flags More... almost 12 years ago
wxGauge: add protection for WX::Gauge#value= , add flags for vertical & smooth, add constants for them and document them. Document pulse method. More... almost 12 years ago
wxProgressDialog: range check for _update, and document constants More... almost 12 years ago
Merge branch 'master' of github.com:Hanmac/rwx More... almost 12 years ago
add RUBY_METHOD_FUNC() into RETURN_SIZED_ENUMERATOR older compiler seems to need that. More... almost 12 years ago
Update main.hpp More... almost 12 years ago
fix wxColor: move constants into extra function, they cant be used before App is started. More... almost 12 years ago
wxBrush, wxFont, wxPen: predefined constants are only valid after wxApp initialize, need to document this better, maybe in a ReadMe More... almost 12 years ago
FIX: const wxColor* should not be freed, template need to be improved More... almost 12 years ago
wxGauge & wxSpinButton & wxStaticLine & wxToolBarBase: add vertical? method and document it. style flag will added later. More... almost 12 years ago
wxRadioBox: add methods and documention for item_tooltip & item_helptext More... almost 12 years ago
wxWindow: fix possible Nullpointer from wxToolTip More... almost 12 years ago
wxBrush: fix variable name More... almost 12 years ago
wxPen: use wxTheBrushList to add singleton function, add and document predefined pen constants More... almost 12 years ago