Tokamak/Sources/TokamakGTK
Carson Katri 6e2ccf71ea
Add configuration options to `App` to choose reconciler (#495)
* Add support for App/Scene

* Refine reconciler configuration options

* Fix tests

* Fix benchmark

* Address review comments

* Rename shouldLayout to useDynamicLayout in remaining file

* Add note to README about switching reconcilers

* Fix typo

* Add App as a type of Fiber content

* Refactor to avoid temporary variable

* Address review comments

* Add [weak self] to createAndBindAlternate closures

* Remove commented lines
2022-06-05 19:24:05 -04:00
..
App Add configuration options to `App` to choose reconciler (#495) 2022-06-05 19:24:05 -04:00
Modifiers Replace `ViewDeferredToRenderer`, fix renderer tests (#408) 2021-06-07 17:24:02 +01:00
Scenes Add basic GTK renderer code (#333) 2020-12-26 16:11:06 +00:00
Shapes Use `CGFloat`, `CGPoint`, `CGRect` from Foundation (#411) 2021-06-19 19:29:44 +01:00
Tokens Add '_spi(TokamakCore)' to ideally internal public members. (#386) 2021-03-08 18:49:05 +00:00
Views Custom Layout Engine for Fiber Reconciler (#472) 2022-05-30 15:49:26 -04:00
Core.swift Use `CGFloat`, `CGPoint`, `CGRect` from Foundation (#411) 2021-06-19 19:29:44 +01:00
GSignal.swift Update for JSKit 0.11.1, add async `task` modifier (#457) 2021-11-23 15:31:28 +01:00
GTKRenderer.swift Fix `rootEnvironment` not merged with `.defaultEnvironment` (#461) 2022-01-03 08:13:14 -05:00
GtkContainer+forEach.swift Tweak formatting rules for attributes (#492) 2022-05-31 08:18:53 +01:00
Widget.swift Build and test with SwiftWasm 5.6 on CI (#475) 2022-04-08 21:36:52 +01:00