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
Accelerator
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 }}
NicholasComa
/
nodegui
Public
forked from
nodegui/nodegui
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
nodegui
src
cpp
include
nodegui
core
on
master
User selector
All users
All time
Commit history
Commits on Jun 6, 2022
Add `QAbstractItemDelegate` to support plugins
sedwards2009
committed
9fcc5e9
View commit details
Copy full SHA for 9fcc5e9
View code at this point
Browse repository at this point
Commits on May 26, 2022
Expand event support to grab QEvents after default processing
sedwards2009
committed
43deec1
View commit details
Copy full SHA for 43deec1
View code at this point
Browse repository at this point
Commits on May 9, 2022
Massive C++ wrapper update
sedwards2009
committed
6aa3f00
View commit details
Copy full SHA for 6aa3f00
View code at this point
Browse repository at this point
Commits on May 5, 2022
Add `QObject.parent()` and infra for correct subclass wrappers
sedwards2009
committed
880ea7c
View commit details
Copy full SHA for 880ea7c
View code at this point
Browse repository at this point
Commits on May 1, 2022
Add `QObject.delete()` and `QObject.deleteLater()`, and test `QObject` deletion
sedwards2009
committed
02f901d
View commit details
Copy full SHA for 02f901d
View code at this point
Browse repository at this point
Add `QObject.parent()` and a heap of wrapper management
sedwards2009
committed
cbb3f99
View commit details
Copy full SHA for cbb3f99
View code at this point
Browse repository at this point
Commits on Apr 30, 2022
Eliminate one template param on `WrapperCache::get()`
sedwards2009
committed
7bf97ef
View commit details
Copy full SHA for 7bf97ef
View code at this point
Browse repository at this point
Use uint keys inside the C++ wrapper cache
sedwards2009
committed
1d92cc8
View commit details
Copy full SHA for 1d92cc8
View code at this point
Browse repository at this point
Commits on Dec 11, 2021
Apply code formatting
sedwards2009
committed
94ce790
View commit details
Copy full SHA for 94ce790
View code at this point
Browse repository at this point
Commits on Dec 3, 2021
Remove most unneeded or buggy `Napi:HandleScope` uses (#895)
sedwards2009
authored
0e33e39
View commit details
Copy full SHA for 0e33e39
View code at this point
Browse repository at this point
Commits on Nov 6, 2021
Wrap some native objects during event dispatch
sedwards2009
committed
7ae4a5c
View commit details
Copy full SHA for 7ae4a5c
View code at this point
Browse repository at this point
Commits on Oct 31, 2021
Pass env to `WrapperCache::get()`
sedwards2009
committed
f7f86d5
View commit details
Copy full SHA for f7f86d5
View code at this point
Browse repository at this point
Make the wrapper cache generic. Apply it to `QWindow` and `QScreen`
sedwards2009
committed
2b2d2a6
View commit details
Copy full SHA for 2b2d2a6
View code at this point
Browse repository at this point
Commits on Oct 27, 2021
Add wrapper caching. Try it on `QScreen`.
sedwards2009
committed
710cfa3
View commit details
Copy full SHA for 710cfa3
View code at this point
Browse repository at this point
Commits on Oct 23, 2021
Support `addEventListener()` when the wrapper handles signals
sedwards2009
committed
fa52c67
View commit details
Copy full SHA for fa52c67
View code at this point
Browse repository at this point
Commits on Aug 22, 2021
Keep backwards compatability with non-virtual `connectSignalsToEventEmitter()`
sedwards2009
committed
4f0f648
View commit details
Copy full SHA for 4f0f648
View code at this point
Browse repository at this point
Make `connectSignalsToEventEmitter()` virtual to support wrappers on plain Qt widget instances
sedwards2009
committed
1f11f1c
View commit details
Copy full SHA for 1f11f1c
View code at this point
Browse repository at this point
Warn when using `addEventListener()` on an instance not from NodeGui
sedwards2009
committed
d81b781
View commit details
Copy full SHA for d81b781
View code at this point
Browse repository at this point
Add (basic) `QHeaderView`; Support wrappers on plain Qt widgets
sedwards2009
committed
053fc9d
View commit details
Copy full SHA for 053fc9d
View code at this point
Browse repository at this point
Commits on Aug 9, 2021
Upgrade deps and qode (#865)
Show description for c26a194
a7ul
authored
c26a194
View commit details
Copy full SHA for c26a194
View code at this point
Browse repository at this point
Commits on Aug 2, 2021
Re-use existing JS event emitters when creating JS side wrappers
Show description for 87e6531
sedwards2009
committed
87e6531
View commit details
Copy full SHA for 87e6531
View code at this point
Browse repository at this point
Commits on Jul 10, 2021
Add way for JS to stop event processing in `QObject::event()` (#850)
Show description for 4eebad6
sedwards2009
authored
4eebad6
View commit details
Copy full SHA for 4eebad6
View code at this point
Browse repository at this point
Commits on Mar 7, 2020
Integration with Qode 2.0 (#400)
Show description for 86c3ef0
a7ul
authored
86c3ef0
View commit details
Copy full SHA for 86c3ef0
View code at this point
Browse repository at this point
Commits on Jan 25, 2020
Fix/windows addon lib (#369)
Show description for 6260455
a7ul
authored
6260455
View commit details
Copy full SHA for 6260455
View code at this point
Browse repository at this point
Commits on Jan 22, 2020
Adds plugin support for windows platform (#364)
Show description for 7dcc329
a7ul
authored
7dcc329
View commit details
Copy full SHA for 7dcc329
View code at this point
Browse repository at this point
Commits on Jan 5, 2020
Added QMessageBox (#326)
Show description for fd270c1
mspencer92
and
a7ul
committed
fd270c1
View commit details
Copy full SHA for fd270c1
View code at this point
Browse repository at this point
Commits on Dec 22, 2019
Inherit implemented Qt signals from base classes (#290)
Show description for d1e5d49
a7ul
authored
d1e5d49
View commit details
Copy full SHA for d1e5d49
View code at this point
Browse repository at this point
Commits on Dec 20, 2019
Adds Signals inheritance (#288)
Show description for 42e92ec
a7ul
authored
42e92ec
View commit details
Copy full SHA for 42e92ec
View code at this point
Browse repository at this point
Separate events and signals (#287)
Show description for 01a6476
a7ul
authored
01a6476
View commit details
Copy full SHA for 01a6476
View code at this point
Browse repository at this point
Commits on Dec 15, 2019
Throttle flex layout calculation calls to improve performance (#268)
Show description for a593c53
a7ul
authored
a593c53
View commit details
Copy full SHA for a593c53
View code at this point
Browse repository at this point
Commits on Dec 3, 2019
Fixes dynamic layout sizes after widget show (#241)
Show description for bae4776
a7ul
authored
bae4776
View commit details
Copy full SHA for bae4776
View code at this point
Browse repository at this point
Commits on Nov 22, 2019
Adds automatic test and linting on pull requests for nodegui (#215)
Show description for 6ac7303
a7ul
authored
6ac7303
View commit details
Copy full SHA for 6ac7303
View code at this point
Browse repository at this point
Commits on Nov 21, 2019
Bug fixes: Flexlayout. Fixes layout issues (#211)
Show description for cce9176
a7ul
authored
cce9176
View commit details
Copy full SHA for cce9176
View code at this point
Browse repository at this point
Commits on Nov 18, 2019
Fixes sizepolicies for FlexLayout. (#205)
Show description for 11ff1be
a7ul
authored
11ff1be
View commit details
Copy full SHA for 11ff1be
View code at this point
Browse repository at this point
Commits on Nov 17, 2019
Adds dynamic content support for flex layout. (#199)
Show description for edcdbb5
a7ul
authored
edcdbb5
View commit details
Copy full SHA for edcdbb5
View code at this point
Browse repository at this point
Previous
Next
You canβt perform that action at this time.