Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
codelynx
/
SwiftOpenUI
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
40
Code
Issues
5
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Patches for Observable Drag Detection / Updates
- #12
#12
Open
joshpar
wants to merge 21 commits into
codelynx:develop
codelynx/SwiftOpenUI:develop
from
joshpar:develop
joshpar/SwiftOpenUI:develop
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
Patches for Observable Drag Detection / Updates
#12
joshpar
wants to merge 21 commits into
codelynx:develop
codelynx/SwiftOpenUI:develop
from
joshpar:develop
joshpar/SwiftOpenUI:develop
Copy head branch name to clipboard
Commits
Commits on Sep 7, 2026
GTK4: continuous drag for Canvas value controls
Show description for f4bc8fb
joshpar
committed
f4bc8fb
View commit details
Copy full SHA for f4bc8fb
Browse repository at this point
Commits on Sep 8, 2026
GTK4: narrow in-place widget updates during a drag
Show description for f21316a
joshpar
committed
f21316a
View commit details
Copy full SHA for f21316a
Browse repository at this point
GTK4: TextField as a first-class descriptor node (live in-place text updates)
Show description for 6c3e8e5
joshpar
committed
6c3e8e5
View commit details
Copy full SHA for 6c3e8e5
Browse repository at this point
GTK4: transparent-describe for single-content wrapper modifiers (narrow path)
Show description for e0c93b7
joshpar
committed
e0c93b7
View commit details
Copy full SHA for e0c93b7
Browse repository at this point
GTK4: opaque-leaf descriptors so native widgets stop poisoning the narrow path
Show description for eb6a081
joshpar
committed
eb6a081
View commit details
Copy full SHA for eb6a081
Browse repository at this point
GTK4: transparent-describe for _ConditionalView and Optional views
Show description for 617afa6
joshpar
committed
617afa6
View commit details
Copy full SHA for 617afa6
Browse repository at this point
GTK4: narrow-reject diagnostics (SWIFTOPENUI_NARROW_DEBUG)
Show description for 47eeb23
joshpar
committed
47eeb23
View commit details
Copy full SHA for 47eeb23
Browse repository at this point
GTK4: broaden narrow-path diagnostics (pass count + full outcome)
Show description for daf145e
joshpar
committed
daf145e
View commit details
Copy full SHA for daf145e
Browse repository at this point
GTK4: log supported-slot count mismatch (narrow slot-capture bail)
Show description for a9d8b70
joshpar
committed
a9d8b70
View commit details
Copy full SHA for a9d8b70
Browse repository at this point
GTK4: Button describes its custom label's children (slot-count balance)
Show description for f60b6c5
joshpar
committed
f60b6c5
View commit details
Copy full SHA for f60b6c5
Browse repository at this point
GTK4: remove narrow-path diagnostics (Patch F validated)
Show description for 9631e87
joshpar
committed
9631e87
View commit details
Copy full SHA for 9631e87
Browse repository at this point
Commits on Sep 9, 2026
GTK4: broaden narrow-path coverage (batch 2 of Patch F)
Show description for 810fdb4
joshpar
committed
810fdb4
View commit details
Copy full SHA for 810fdb4
Browse repository at this point
GTK4: imperative standalone-window API (GTK4Backend.openStandaloneWindow)
Show description for ecbd1da
joshpar
and
claude
committed
ecbd1da
View commit details
Copy full SHA for ecbd1da
Browse repository at this point
GTK4: fix Linux build breaks in the batch-2 narrow-path coverage
Show description for bc246c9
joshpar
and
claude
committed
bc246c9
View commit details
Copy full SHA for bc246c9
Browse repository at this point
GTK4: process-wide pointer tracking (GTK4PointerTracking)
Show description for 004bfc7
joshpar
and
claude
committed
004bfc7
View commit details
Copy full SHA for 004bfc7
Browse repository at this point
Commits on Sep 10, 2026
GTK4: CodeEditor view backed by GtkSourceView 5 (syntax highlighting + gutter)
Show description for 29fd1f1
joshpar
and
claude
committed
29fd1f1
View commit details
Copy full SHA for 29fd1f1
Browse repository at this point
GTK4: CodeEditor exposes its selection (for line-level evaluation)
Show description for 78d6ff3
joshpar
and
claude
committed
78d6ff3
View commit details
Copy full SHA for 78d6ff3
Browse repository at this point
GTK4: CodeEditor reuses its widget across rebuilds (GTKOpaqueLeaf)
Show description for 62a74bd
joshpar
and
claude
committed
62a74bd
View commit details
Copy full SHA for 62a74bd
Browse repository at this point
GTK4: CodeEditor Ctrl+Space completion popover
Show description for a392026
joshpar
and
claude
committed
a392026
View commit details
Copy full SHA for a392026
Browse repository at this point
GTK4: filter completions by typed prefix; replace prefix on insert
Show description for 6d3475a
joshpar
and
claude
committed
6d3475a
View commit details
Copy full SHA for 6d3475a
Browse repository at this point
Commits on Sep 11, 2026
GTK4: native Open/Save file dialogs + CodeEditor imperative setText
Show description for 9cf9423
joshpar
and
claude
committed
9cf9423
View commit details
Copy full SHA for 9cf9423
Browse repository at this point
You can’t perform that action at this time.