You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added .onHover for AppKit Backend
Added:
- onHover(_ action: (Bool) -> Void) View Extension
- OnHoverModifier TypeSafeView
- createHoverTarget(wrapping: Widget) -> Widget to AppBackend Protocol
- updateHoverTarget(_: Widget, environment: EnvironmentValues, action: (Bool) -> Void) to AppBackend Protocol
- corresponding default implementations
- AppKitBackend hover implementation
- createHoverTarget implementation
- updateHoverTarget implementation
- NSCustomHoverTarget (NSView notifying about hovers)
- HoverExample
Fixed:
- AppKitBackend
- fixed reference removing for NSClickGestureRecognizer in NSCustomTapGestureTarget
* Fixed Default Hover implementation
* Added UIKit .onHover + minor consistency improvement | fixed minor Naming fixes in AppKitBackend
- tapGestureRecognizer and longPressGestureRecognizer now get removed if their corresponding handler is set to nil.
- Added Hoverable Widget
- Added hovertarget creation & update functions
- added macCalatalyst as compatible for UISlider since it supports it
* Added UIKit .onHover + minor consistency improvement | fixed minor Naming fixes in AppKitBackend
- tapGestureRecognizer and longPressGestureRecognizer now get removed if their corresponding handler is set to nil.
- Added Hoverable Widget
- Added hovertarget creation & update functions
- added macCalatalyst as compatible for UISlider since it supports it
* added gtk4 support
* added winUI backend support
* post format_and_lint
* slight quality improvement in HoverExample
* implemented requested changes
* implemented requested changes
# Conflicts:
# Sources/GtkCodeGen/GtkCodeGen.swift
* format_and_lint
* Comment Style, Pad Action exclusion Name changed
added both "GtkPadActionDial" and "PadActionDial" because I couldn't find a definitive answer what its called
* Comment Style, Pad Action exclusion Name changed
added both "GtkPadActionDial" and "PadActionDial" because I couldn't find a definitive answer what its called
# Conflicts:
# Sources/GtkCodeGen/GtkCodeGen.swift
* requested change on gtk codegen
* I'm so sorry
0 commit comments