Skip to content

2018.113.0

Compare
Choose a tag to compare
@peppy peppy released this 12 Jan 18:26
· 19513 commits to master since this release
49b563e
  • Don't layout cells in GridContainer's BDL #1323 (smoogipoo)
  • Allow global mouse bindings to work with OverlayContainers #1322 (smoogipoo)
  • Fix GridContainer not performing layout/loading children before Update #1321 (smoogipoo)
  • Fix precision not working for BindableInt/BindableLong #1320 (smoogipoo)
  • Update licence headers #1315 (peppy)
  • Expose a new method that is invoked after UpdateChildrenLife #1312 (smoogipoo)
  • Fix RepeatStepButton and RunAllSteps #1310 (LittleEndu)
  • Make precision transfer between bound bindables #1309 (smoogipoo)
  • Fix possible race condition where global Track/SampleManagers are unexpectedly null #1308 (peppy)
  • Populate filenames in dynamic compilation so errors make sense #1306 (peppy)
  • Fix cross-thread transform during dynamic compilation #1305 (peppy)
  • Revert "Merge pull request #1261 from default0/explicit-flow-order" #1303 (smoogipoo)
  • Fix incorrect null tooltip check #1302 (smoogipoo)
  • Don't fail on UnbindBindings when there are no bindings #1301 (DrabWeb)
  • Use a non-broken opentk library #1300 (peppy)
  • More specific unbinding #1299 (DrabWeb)
  • Fix thread race condition in logger #1298 (peppy)
  • Explicit flow order #1261 (default0)
  • Add the ability to ignore a tooltip and get the below tooltip #1238 (ninjaprawn)