160
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Apr 21, 2024 — Apr 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update TextCtrlTestCase::MaxLength() to test SetMaxLength() for multiline control More... 3 months ago
Add TextCtrlTestCase::MakeLinePattern() helper function More... 3 months ago
Enable TextCtrlTestCase::LongText() test to run under all platforms More... 3 months ago
wxMSW: Fix wxTextCtrl::AppendText() which fails if max length is set More... 3 months ago
Create helper wxAuiDimColour() function More... 3 months ago
Avoid some -Wfloat-conversion warnings More... 3 months ago
Avoid -Wdouble-promotion warnings More... 3 months ago
Avoid -Wunreachable-code-return warning More... 3 months ago
Avoid -Wimplicit-float-conversion warnings More... 3 months ago
Avoid converting enum value to bool More... 3 months ago
Avoid -Wsign-compare warnings More... 3 months ago
Avoid -Wzero-as-null-pointer-constant warning More... 3 months ago
Avoid -Wcast-qual warnings More... 3 months ago
Remove extraneous semicolons More... 3 months ago
Avoid possibly-uninitialized variable warning More... 3 months ago
Remove m_ prefix from local variable More... 3 months ago
Use static linkage for local variables More... 3 months ago
Remove unused variables and macros More... 3 months ago
Avoid shadowed-variable warnings More... 3 months ago
Add missing override specifiers More... 3 months ago
Improve documentation of wxStatusBar field styles More... 3 months ago
Add wxAuiFlatTabArt art provider More... 3 months ago
Move indent size into IndentPressedBitmap() itself More... 3 months ago
Share DrawButton() implementation between tab art classes too More... 3 months ago
Avoid repeated conversion from wxBitmap to wxBitmapBundle More... 3 months ago
Remove unused variable from wxAuiGenericTabArt More... 3 months ago
Also move border-related functions to wxAuiTabArtBase More... 3 months ago
Prettify ShowDropDown() code a little More... 3 months ago
Simplify ShowDropDown() code and remove wxAuiCommandCapture More... 3 months ago
Move ShowDropDown() implementation to wxAuiTabArtBase too More... 3 months ago