warzone2100/lib/widget
Giel van Schijndel 8144a45d6f The assertion alone should suffice
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1813 4a71c877-e1ca-e34f-864e-861f7616d084
2007-06-04 19:42:18 +00:00
..
Makefile.am - Remove unneeded gettext files and instead create them via autopoint 2007-04-02 17:21:05 +00:00
Makefile.raw
bar.c * Widget functions now copy the different strings they're passed into their widget's object-struct (This takes the memory management burden of these strings from the client code into the widget-library code) 2007-06-04 18:06:07 +00:00
bar.h * Widget functions now copy the different strings they're passed into their widget's object-struct (This takes the memory management burden of these strings from the client code into the widget-library code) 2007-06-04 18:06:07 +00:00
button.c The assertion alone should suffice 2007-06-04 19:42:18 +00:00
button.h * Widget functions now copy the different strings they're passed into their widget's object-struct (This takes the memory management burden of these strings from the client code into the widget-library code) 2007-06-04 18:06:07 +00:00
editbox.c Leave the memory management up to the memory management functions! 2007-06-04 16:34:17 +00:00
editbox.h Leave the memory management up to the memory management functions! 2007-06-04 12:30:06 +00:00
form.c * Widget functions now copy the different strings they're passed into their widget's object-struct (This takes the memory management burden of these strings from the client code into the widget-library code) 2007-06-04 18:06:07 +00:00
form.h * Widget functions now copy the different strings they're passed into their widget's object-struct (This takes the memory management burden of these strings from the client code into the widget-library code) 2007-06-04 18:06:07 +00:00
label.c * Widget functions now copy the different strings they're passed into their widget's object-struct (This takes the memory management burden of these strings from the client code into the widget-library code) 2007-06-04 18:06:07 +00:00
label.h * Widget functions now copy the different strings they're passed into their widget's object-struct (This takes the memory management burden of these strings from the client code into the widget-library code) 2007-06-04 18:06:07 +00:00
scrap.c
scrap.h
slider.c * Widget functions now copy the different strings they're passed into their widget's object-struct (This takes the memory management burden of these strings from the client code into the widget-library code) 2007-06-04 18:06:07 +00:00
slider.h * Widget functions now copy the different strings they're passed into their widget's object-struct (This takes the memory management burden of these strings from the client code into the widget-library code) 2007-06-04 18:06:07 +00:00
tip.c - Add -Wextra to debug=yes, as it doesn't generate so many new warnings 2007-04-09 14:41:22 +00:00
tip.h - Add -Wextra to debug=yes, as it doesn't generate so many new warnings 2007-04-09 14:41:22 +00:00
widgbase.h Remove the font.h header file (which had no implementation) 2007-04-03 18:14:24 +00:00
widget.c * added an additional function to lib/widget's interface: `widgSetTipText(WIDGET* psWidget, const char* pTip)` 2007-06-04 18:33:36 +00:00
widget.h * added an additional function to lib/widget's interface: `widgSetTipText(WIDGET* psWidget, const char* pTip)` 2007-06-04 18:33:36 +00:00
widgint.h Leave the memory management up to the memory management functions! 2007-06-04 16:34:17 +00:00