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 }}
wangruofeng
/
egui
Public
forked from
emilk/egui
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 22, 2025
Don't expand widgets on hover (#7808)
Show description for 9e95b9c
emilk
authored
9e95b9c
View commit details
Copy full SHA for 9e95b9c
Browse repository at this point
Small refactor of debug assert
emilk
committed
f53a9c9
View commit details
Copy full SHA for f53a9c9
Browse repository at this point
Refactor: don't call `ctx.global_style` more than once
emilk
committed
ec4313d
View commit details
Copy full SHA for ec4313d
Browse repository at this point
Move window resize interaction to be over contents (#7807)
Show description for 2984ff0
emilk
authored
2984ff0
View commit details
Copy full SHA for 2984ff0
Browse repository at this point
Slightly change interact behavior around thin splitters (#7806)
Show description for e0e372a
emilk
authored
e0e372a
View commit details
Copy full SHA for e0e372a
Browse repository at this point
Allow moving existing widgets to the top of interaction stack (#7805)
Show description for 1fdc741
emilk
authored
1fdc741
View commit details
Copy full SHA for 1fdc741
Browse repository at this point
Make scroll bars and resize splitters visible to accesskit (#7804)
emilk
authored
24ac9e1
View commit details
Copy full SHA for 24ac9e1
Browse repository at this point
Fix jitter when hovering edge of scroll area close to resize splitter (#7803)
Show description for 4f6eabf
emilk
authored
4f6eabf
View commit details
Copy full SHA for 4f6eabf
Browse repository at this point
Commits on Dec 21, 2025
Enable more clippy lints (#7801)
emilk
authored
4169d2c
View commit details
Copy full SHA for 4169d2c
Browse repository at this point
Commits on Dec 20, 2025
Update MSRV from 1.88 to 1.92 (#7793)
JasperBRiedel
authored
661d5f9
View commit details
Copy full SHA for 661d5f9
Browse repository at this point
Commits on Dec 19, 2025
Replace `#[allow` attributes with `expect` (#7796)
Show description for 8d98763
emilk
authored
8d98763
View commit details
Copy full SHA for 8d98763
Browse repository at this point
Forbid uses of `unwrap()` in the code (#7795)
emilk
authored
7fe58bb
View commit details
Copy full SHA for 7fe58bb
Browse repository at this point
Apply preferred font weight when loading variable fonts (#7790)
Show description for 646fea2
pmnxis
authored
646fea2
View commit details
Copy full SHA for 646fea2
Browse repository at this point
Apply nightly clippy suggestions/fixes (#7794)
Show description for 011c59c
emilk
authored
011c59c
View commit details
Copy full SHA for 011c59c
Browse repository at this point
Commits on Dec 17, 2025
Deprecate `Context::used_size` and `Context::available_rect` (#7788)
emilk
authored
f1e0b2e
View commit details
Copy full SHA for f1e0b2e
Browse repository at this point
Constrain demo windows to the space left after the panels (#7785)
emilk
authored
ca1e76f
View commit details
Copy full SHA for ca1e76f
Browse repository at this point
Better framing of demo snapshots (#7787)
emilk
authored
51493be
View commit details
Copy full SHA for 51493be
Browse repository at this point
Heed constrain rect when auto-positioning windows (#7786)
Show description for 4d63502
emilk
authored
4d63502
View commit details
Copy full SHA for 4d63502
Browse repository at this point
Use explicit `Arc::clone` to clarify when clones are cheap (#7784)
emilk
authored
986c2c0
View commit details
Copy full SHA for 986c2c0
Browse repository at this point
Deprecate `CentralPanel::show` (#7783)
Show description for 6157a35
emilk
authored
6157a35
View commit details
Copy full SHA for 6157a35
Browse repository at this point
Fix media type with optional parameters (#7739)
Show description for 53ec733
leungkkf
and
leungkkf
authored
53ec733
View commit details
Copy full SHA for 53ec733
Browse repository at this point
Commits on Dec 16, 2025
CI: disable link checker (#7782)
emilk
authored
14bf7b7
View commit details
Copy full SHA for 14bf7b7
Browse repository at this point
Per-widget style (#7667)
Show description for 9c3a0bb
4 people
authored
9c3a0bb
View commit details
Copy full SHA for 9c3a0bb
Browse repository at this point
Deprecate using `Panel` directly on a `Context` (#7781)
Show description for 14643b5
emilk
authored
14643b5
View commit details
Copy full SHA for 14643b5
Browse repository at this point
eframe: Replace `Frame::update` with `fn logic` and `fn ui` (#7775)
Show description for 2f6fe9c
emilk
authored
2f6fe9c
View commit details
Copy full SHA for 2f6fe9c
Browse repository at this point
Commits on Dec 15, 2025
Viewports: give the caller a `Ui` instead of `Context` (#7779)
Show description for 9487dc3
emilk
authored
9487dc3
View commit details
Copy full SHA for 9487dc3
Browse repository at this point
Fix: ensure `CentralPanel::show_inside` allocates space in parent (#7778)
Show description for 4a81ca8
emilk
authored
4a81ca8
View commit details
Copy full SHA for 4a81ca8
Browse repository at this point
Commits on Dec 14, 2025
Replace `ui.ctx().foo` with `ui.foo` in a few places (#7774)
Show description for bfaf1b4
emilk
authored
bfaf1b4
View commit details
Copy full SHA for bfaf1b4
Browse repository at this point
Rename functions in `Context` to avoid confusion (#7773)
Show description for 453e34b
emilk
authored
453e34b
View commit details
Copy full SHA for 453e34b
Browse repository at this point
Rename `Context::style` to `global_style`; avoid confusion w/ `Ui::style` (#7772)
Show description for bc48599
emilk
authored
bc48599
View commit details
Copy full SHA for bc48599
Browse repository at this point
Add `Deref<Target = Context>` for `Ui` (#7770)
Show description for 5ea94dd
emilk
and
obellish
authored
5ea94dd
View commit details
Copy full SHA for 5ea94dd
Browse repository at this point
Fix warnings when compiling kittest without all features (#7771)
emilk
authored
ce17f6c
View commit details
Copy full SHA for ce17f6c
Browse repository at this point
Fixes for doc comments (#7668)
Show description for 8ef7f10
justincredible
and
lucasmerlin
authored
8ef7f10
View commit details
Copy full SHA for 8ef7f10
Browse repository at this point
Enable feature for example custom_3d_glow (#7730)
Show description for 06e6325
Johnchoi913
authored
06e6325
View commit details
Copy full SHA for 06e6325
Browse repository at this point
Commits on Dec 11, 2025
Release 0.33.3: update cargo version and changelog
emilk
committed
a0bb4cf
View commit details
Copy full SHA for a0bb4cf
Browse repository at this point
Previous
Next
You can’t perform that action at this time.