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
c5fa717c7d
libui
/
unix
History
Pietro Gagliardi
61b791d9f1
Moved uipriv_unix.h back.
2015-06-14 00:58:10 -04:00
..
bin.c
Migrated the GTK+ backend to the new uiBin system.
2015-05-10 14:05:59 -04:00
button.c
Changed the various OS-side control creation functions to use Make like uiMakeContainer() does instead of New.
2015-05-02 20:51:00 -04:00
checkbox.c
Changed the various OS-side control creation functions to use Make like uiMakeContainer() does instead of New.
2015-05-02 20:51:00 -04:00
container.c
Same as previous commits, but for uiContainer. We don't need to do these because everything that calls uiControlSetParent() (which should only ever be a uiContainer) should also be updating themselves afterward (or are about to be destroyed).
2015-05-11 12:20:41 -04:00
entry.c
Inhibited uiEntryOnChanged() with uiEntrySetText() on GTK+.
2015-05-09 21:05:51 -04:00
label.c
Changed the various OS-side control creation functions to use Make like uiMakeContainer() does instead of New.
2015-05-02 20:51:00 -04:00
newcontrol.c
Started to optimize container updating. Removed container updates from each new control set parent.
2015-05-11 12:16:28 -04:00
tab.c
Added uiContainerUpdate() calls to each SetMargined().
2015-05-11 12:42:13 -04:00
window.c
Added uiContainerUpdate() calls to each SetMargined().
2015-05-11 12:42:13 -04:00