libui/unix
Pietro Gagliardi ed9539de94 Fixed an error in the previous few commits. 2015-05-04 20:02:00 -04:00
..
GNUmakeinc.mk Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
alloc.c Fixed an error in the previous few commits. 2015-05-04 20:02:00 -04:00
bin.c Made private functions in the various bin source files static. 2015-05-04 17:42:20 -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 Added some comments to the previous commit. 2015-05-03 18:15:12 -04:00
entry.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
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
main.c Fixed up realloc() to zero extra memory on GTK+. Thanks to Rena (irc.badnik.net) and hyphenated (irc.freenode.net/#go-nuts) for confirming my memset() and spotting errors. 2015-05-04 19:26:05 -04:00
menu.c Some TODO consolidation. 2015-05-01 10:11:22 -04:00
newcontrol.c Got rid of typedefs in the various newcontrol files for consistency. 2015-05-04 15:51:23 -04:00
tab.c More long-term TODO moving. 2015-05-04 17:39:50 -04:00
text.c Removed previous commit's TODO; more TODOs. 2015-04-30 22:56:09 -04:00
uipriv_unix.h Fixed up realloc() to zero extra memory on GTK+. Thanks to Rena (irc.badnik.net) and hyphenated (irc.freenode.net/#go-nuts) for confirming my memset() and spotting errors. 2015-05-04 19:26:05 -04:00
util.c Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
window.c Made an executive decision about the behavior of uiControlShow() on uiWindows. 2015-05-04 17:23:01 -04:00