This website requires JavaScript.
Explore
Help
Sign In
interesting
/
libui
Watch
1
Star
0
Fork
You've already forked libui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
502
Commits
7
Branches
8
Tags
10
MiB
C
42.7%
C++
32.6%
Objective-C
23.3%
Meson
0.8%
Go
0.2%
Other
0.2%
9a7ddf0e38
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Pietro Gagliardi
9a7ddf0e38
Fixed most of the control sizing issues on Windows. The only other problem is initial size of the uiWindow bin child...
2015-04-29 02:22:15 -04:00
darwin
Started the stub menu code.
2015-04-28 14:17:28 -04:00
new
Fixed most of the control sizing issues on Windows. The only other problem is initial size of the uiWindow bin child...
2015-04-29 02:22:15 -04:00
unix
Added the GTK+ implementation of uiTab, for the most part I think.
2015-04-29 00:57:51 -04:00
windows
Moved windows/newcontrol.c and windows/tab.c back. Totally not migrated yet.
2015-04-29 01:34:03 -04:00
LICENSE
Split into a new repository and added a LICENSE.
2015-04-16 20:31:11 -04:00
TODO.md
More dilemma planning and TODOs....
2015-04-26 19:48:12 -04:00
leaks.awk
Added an awk script to check for leaks in the memory logging output we just added.
2015-04-07 23:53:10 -04:00
test.c
Slightly different accelerator test.
2015-04-21 18:59:39 -04:00
ui_darwin.h
Removed the now-obsolete old method of freeing OS X controls.
2015-04-17 18:56:17 -04:00
ui_unix.h
Made destroy functions on the Unix backend take a void * instead of storing the uiControl *.
2015-04-18 17:14:19 -04:00
ui_windows.h
Changed Windows onWM_DESTROY to a generic onDestroy handler with a data parameter. This will make decoupling widget destruction from WM_DESTROY (like we did on GTK+ by decoupling from ::destroy) easier.
2015-04-18 18:02:16 -04:00
uipriv.h
Started the work to settle lifetime issues on the Windows backend.
2015-04-18 14:06:12 -04:00