bsnes/hiro/core
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
..
action Update to v098r08 release. 2016-05-02 19:57:04 +10:00
widget Update to v106r41 release. 2018-06-24 14:53:44 +10:00
alignment.cpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
application.cpp Update to v106r26 release. 2018-05-24 12:14:17 +10:00
browser-window.cpp Update to v099r15 release. 2016-07-04 21:48:17 +10:00
color.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
core.cpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
core.hpp Update to v106r41 release. 2018-06-24 14:53:44 +10:00
cursor.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
desktop.cpp Update to v094r20 release. 2015-05-23 15:37:08 +10:00
font.cpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
geometry.cpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
gradient.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
group.cpp Update to v094r40 release. 2015-08-18 20:18:00 +10:00
hotkey.cpp Update to higan and icarus v095r15 release. 2015-12-19 20:02:06 +11:00
keyboard.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
layout.cpp Update to v098r08 release. 2016-05-02 19:57:04 +10:00
menu-bar.cpp Update to v098r08 release. 2016-05-02 19:57:04 +10:00
message-window.cpp Update to v094r20 release. 2015-05-23 15:37:08 +10:00
monitor.cpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
mouse.cpp Update to v094r20 release. 2015-05-23 15:37:08 +10:00
object.cpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
popup-menu.cpp Update to v098r08 release. 2016-05-02 19:57:04 +10:00
position.cpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
property.cpp Update to v095r06 release. 2015-11-14 11:52:51 +11:00
shared.hpp Update to v106r41 release. 2018-06-24 14:53:44 +10:00
sizable.cpp Update to v094r20 release. 2015-05-23 15:37:08 +10:00
size.cpp Update to v104r13 release. 2017-09-08 16:06:21 +10:00
status-bar.cpp Update to v094r20 release. 2015-05-23 15:37:08 +10:00
timer.cpp Update to v094r25 release. 2015-06-16 20:30:04 +10:00
window.cpp Update to v103r13 release. 2017-07-12 18:24:27 +10:00