Expanded on same-loop-handler-signature code, added staticgen.pl.
commit05c1d5a0ed07b2f1e5069c8a4a03e674d151129c
authordwk <dwks@theprogrammingsite.com>
Thu, 22 May 2008 08:40:59 +0000 (22 02:40 -0600)
committerdwk <dwks@theprogrammingsite.com>
Thu, 22 May 2008 08:40:59 +0000 (22 02:40 -0600)
tree29f6c4eb2a554f068d206f686e6c9176be3b07c7
parent120d3051580ccebb017a5231b92e1dc18ceeb159
Expanded on same-loop-handler-signature code, added staticgen.pl.

Eliminated set_panel_callbacks(), the function which took as parameters many,
many function pointers. Now, set_panel_data() is called followed by several
calls to set_panel_callback().

Added staticgen.pl to automatically generate xuni_loadso_load_function()
functions to allow LOADSO_STATIC_VERSION.

Make the xuni test programs not display anything upon successful execution.

Added Doxygen documentation to functions in resource.c, dump.c, and widget.c.
13 files changed:
TODO
src/editor/editor.c
src/loop.c
src/loop.h
src/memory.c
src/resource/libexpat.c
src/resource/resource.c
src/staticgen.pl [new file with mode: 0755]
src/test/main.c
src/widget/checkbox.c
src/widget/dump.c
src/widget/panel.c
src/widget/panel.h