mirror of https://github.com/bsnes-emu/bsnes.git
f70a20bc42
byuu says: Changelog: - hiro: added Label::set(Background,Foreground)Color (not implemented on Cocoa backend) - hiro: added (Horizontal,Vertical)Layout::setPadding() - setMargin(m) is now an alias to setPadding({m, m, m, m}) - hiro/Windows: update Label rendering to draw to an offscreen canvas to prevent flickering - sfc: reverted back to 224/240-line height (from 223/239-line height in earlier v106 WIPs) - bsnes: new multi-segment status bar added - bsnes: exiting fullscreen mode will resize and recenter window - this is required; the window geometry gets all scrambled when toggling fullscreen mode - bsnes: updated to a new logo [Ange Albertini] Errata: - hiro/Windows: try to paint Label backgroundColor quicker to avoid startup flicker - `WM_ERASEBKGND` fallthrough to `WM_PAINT` seems to work - hiro/Qt: use Window backgroundColor for Label when no Label backgroundColor set - bsnes: update size multipliers in presentation.cpp to 224/240 (main window size is off in this WIP) |
||
---|---|---|
.. | ||
button.cpp | ||
canvas.cpp | ||
check-button.cpp | ||
check-label.cpp | ||
combo-button-item.cpp | ||
combo-button.cpp | ||
combo-edit-item.cpp | ||
combo-edit.cpp | ||
console.cpp | ||
frame.cpp | ||
hex-edit.cpp | ||
horizontal-scroll-bar.cpp | ||
horizontal-slider.cpp | ||
icon-view-item.cpp | ||
icon-view.cpp | ||
label.cpp | ||
line-edit.cpp | ||
progress-bar.cpp | ||
radio-button.cpp | ||
radio-label.cpp | ||
source-edit.cpp | ||
tab-frame-item.cpp | ||
tab-frame.cpp | ||
table-view-cell.cpp | ||
table-view-column.cpp | ||
table-view-header.cpp | ||
table-view-item.cpp | ||
table-view.cpp | ||
text-edit.cpp | ||
tree-view-item.cpp | ||
tree-view.cpp | ||
vertical-scroll-bar.cpp | ||
vertical-slider.cpp | ||
viewport.cpp | ||
widget.cpp |