Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
andlabs
/
libui
Public
Notifications
You must be signed in to change notification settings
Fork
622
Star
10.8k
Code
Issues
172
Pull requests
77
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 2, 2021
Merge pull request #521 from kojix2/patch-1
Show description for fea45b2
andlabs
authored
fea45b2
Copy full SHA for fea45b2
Commits on Dec 29, 2020
Update Ruby bindings
Show description for ab9fcbf
kojix2
authored
ab9fcbf
Copy full SHA for ab9fcbf
Commits on Oct 2, 2020
Merge pull request #517 from timgates42/bugfix_typo_platform
Show description for f398261
andlabs
authored
f398261
Copy full SHA for f398261
Commits on Sep 29, 2020
docs: Fix simple typo, plaform -> platform
Show description for ce8c2dc
timgates42
committed
ce8c2dc
Copy full SHA for ce8c2dc
Commits on Jun 8, 2020
Merge pull request #500 from L4r0x/table-mem-leak
Show description for 34d1d0a
andlabs
authored
34d1d0a
Copy full SHA for 34d1d0a
Looks like meson now requires a newer ninja than what ships with whatever version of whatever Debian-derived distribution Azure Pipelines uses. Use ninja from pip instead (it's a special distributi…
Show description for 4ee9c47
andlabs
committed
4ee9c47
Copy full SHA for 4ee9c47
Commits on Jun 7, 2020
Fix memory leak in uiTable setEditable on unix.
Show description for 6b124b6
wrenger
committed
6b124b6
Copy full SHA for 6b124b6
Fix memory leak uiTable setEditable on unix.
Show description for 54567bd
wrenger
committed
54567bd
Copy full SHA for 54567bd
Commits on Jan 1, 2020
Merge pull request #480 from rjopek/patch-1
Show description for a0a9807
andlabs
authored
a0a9807
Copy full SHA for a0a9807
Commits on Dec 29, 2019
Update README.md
Show description for 9e8bda2
Rafał Jopek
authored
9e8bda2
Copy full SHA for 9e8bda2
Merge pull request #479 from jaens/patch-1
Show description for e8a4562
andlabs
authored
e8a4562
Copy full SHA for e8a4562
Commits on Dec 27, 2019
Remove pylibui-cffi from README
Show description for bd420fe
jaens
authored
bd420fe
Copy full SHA for bd420fe
Commits on Sep 16, 2019
Fixed a use-before-initialize bug in unix/area.c. This was present from the start, and was an error in my Go code conversion; oops. Fixes #472.
andlabs
committed
1b05846
Copy full SHA for 1b05846
Commits on May 6, 2019
More notes.
andlabs
committed
17486fd
Copy full SHA for 17486fd
Commits on Apr 23, 2019
Merge pull request #463 from lailton/master
Show description for ee3dbef
andlabs
authored
ee3dbef
Copy full SHA for ee3dbef
Harbour version
Harbour Developer
authored
73742a0
Copy full SHA for 73742a0
Commits on Apr 18, 2019
Make the AppVeyor badge always reflect master.
Show description for 28755bd
andlabs
committed
28755bd
Copy full SHA for 28755bd
Commits on Apr 8, 2019
Fixed the only-on-tags check. This documentation is unclear.
andlabs
committed
6247f94
Copy full SHA for 6247f94
Oh, I had to make the connectiona vailable to use on all pipelines.
andlabs
committed
ab58d00
Copy full SHA for ab58d00
Merge branch 'meson'
Show description for 88a3267
andlabs
committed
88a3267
Copy full SHA for 88a3267
And updated the README with both the Azure Pipelines badge and Meson merge date. We're good to go!
andlabs
committed
425c920
Copy full SHA for 425c920
I'm a dumb
andlabs
committed
c9ae167
Copy full SHA for c9ae167
Triple oops, maybe??
andlabs
committed
1761f99
Copy full SHA for 1761f99
Double oops
andlabs
committed
7fb9cfa
Copy full SHA for 7fb9cfa
Oops
andlabs
committed
50f019a
Copy full SHA for 50f019a
That didn't work; try it with template syntax instead.
andlabs
committed
d62e767
Copy full SHA for d62e767
Try to fix Azure Pipelines. I won't be able to make a tag to test the binaries until I merge back in, but I can't figure out how to set the default branch with YAML configurations (unless I have to…
Show description for 6d1e1d7
andlabs
committed
6d1e1d7
Copy full SHA for 6d1e1d7
windows/direct2d: fix ID2D1RenderTarget::GetPixelFormat() and ID2D1RenderTarget::GetSize() typedefs in MinGW-w64 ABI workaround
Show description for e8daaf6
andlabs
committed
e8daaf6
Copy full SHA for e8daaf6
Okay, at this point I'm betting pushd/popd just don't work on AppVeyor's cmd.exe. I'm betting it has to do with popd /? showing me the output of call /? instead. Just use cd.
andlabs
committed
9c164a2
Copy full SHA for 9c164a2
Okay, let's see if it's because of the multiline scripts.
andlabs
committed
73e4e58
Copy full SHA for 73e4e58
Other way
andlabs
committed
0b31903
Copy full SHA for 0b31903
Not sure why popd is exiting with status 1...
andlabs
committed
fbdd84a
Copy full SHA for fbdd84a
Double oops. But this should work now!
andlabs
committed
d08ab7d
Copy full SHA for d08ab7d
Oops
andlabs
committed
6e91532
Copy full SHA for 6e91532
No reason pip shouldn't work...
andlabs
committed
52f07b0
Copy full SHA for 52f07b0
Pagination
Previous
Next
You can’t perform that action at this time.