bsnes/hiro/extension
Tim Allen f70a20bc42 Update to v106r41 release.
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)
2018-06-24 14:53:44 +10:00
..
browser-dialog.cpp Update to v106r40 release. 2018-06-11 14:50:18 +10:00
browser-dialog.hpp Update to v106r40 release. 2018-06-11 14:50:18 +10:00
extension.cpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
extension.hpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
fixed-layout.cpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
fixed-layout.hpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
horizontal-layout.cpp Update to v106r41 release. 2018-06-24 14:53:44 +10:00
horizontal-layout.hpp Update to v106r41 release. 2018-06-24 14:53:44 +10:00
list-view-item.cpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
list-view-item.hpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
list-view.cpp Update to v106r36 release. 2018-06-04 12:44:57 +10:00
list-view.hpp Update to v106r36 release. 2018-06-04 12:44:57 +10:00
message-dialog.cpp Update to v103r13 release. 2017-07-12 18:24:27 +10:00
message-dialog.hpp Update to v099r15 release. 2016-07-04 21:48:17 +10:00
shared.hpp Update to v106r41 release. 2018-06-24 14:53:44 +10:00
vertical-layout.cpp Update to v106r41 release. 2018-06-24 14:53:44 +10:00
vertical-layout.hpp Update to v106r41 release. 2018-06-24 14:53:44 +10:00