warzone2100/lib/widget
Giel van Schijndel 3d23a48076 * expand the use of compiler-guards (C preprocessor macros) so that not only the forward declarations and referring macros are guarded, but the referred functions as well
* remove some unused things: variables, macros (MEMORYREPORT, MEMORYTREAP)
 * fix some signing errors:
  * change assignments of/comparisons with -1 to unsigned variables ((-1) directly, not through a preprocessor directive) to ~0 (left OpenAL-code alone)
  * remove some casts to (SDWORD) in comparisons which actually cause signed/unsigned errors rather than fix them
  * redefine some vars as unsigned

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@955 4a71c877-e1ca-e34f-864e-861f7616d084
2007-01-04 17:03:32 +00:00
..
Makefile.am Full pathname includes 2006-06-02 19:34:58 +00:00
Makefile.raw New Makefile.raw system, works with MinGW/Windows environment and Linux also. 2006-07-21 21:48:55 +00:00
bar.c Patch by Christian Ohm: "g++ fixes" 2006-09-17 20:39:25 +00:00
bar.h Patch by Gerard Krol: Replace STRING with char (STRING was confusingly defined to char) 2006-11-03 21:35:50 +00:00
button.c Patch by Christian Ohm: "g++ fixes" 2006-09-17 20:39:25 +00:00
button.h Patch by Gerard Krol: Replace STRING with char (STRING was confusingly defined to char) 2006-11-03 21:35:50 +00:00
editbox.c Patch by Thomas Rast: Include string.h against warnings 2006-11-06 14:40:07 +00:00
editbox.h Patch by Gerard Krol: Replace STRING with char (STRING was confusingly defined to char) 2006-11-03 21:35:50 +00:00
form.c * expand the use of compiler-guards (C preprocessor macros) so that not only the forward declarations and referring macros are guarded, but the referred functions as well 2007-01-04 17:03:32 +00:00
form.h Patch by Gerard Krol: Replace STRING with char (STRING was confusingly defined to char) 2006-11-03 21:35:50 +00:00
label.c Patch by Christian Ohm: "g++ fixes" 2006-09-17 20:39:25 +00:00
label.h Patch by Gerard Krol: Replace STRING with char (STRING was confusingly defined to char) 2006-11-03 21:35:50 +00:00
scrap.c -added increase/decrease operators (seems to have a minor flaw atm though) 2006-12-02 23:27:00 +00:00
scrap.h Now when typing the address for the host, you can hit TAB to paste 2005-12-05 20:59:14 +00:00
slider.c Replaced 'Humans vs AIs' with 'Locked Teams' alliance mode. 2006-09-26 18:14:05 +00:00
slider.h Patch by Gerard Krol: Replace STRING with char (STRING was confusingly defined to char) 2006-11-03 21:35:50 +00:00
tip.c Patch by Gerard Krol: Replace STRING with char (STRING was confusingly defined to char) 2006-11-03 21:35:50 +00:00
tip.h Patch by Gerard Krol: Replace STRING with char (STRING was confusingly defined to char) 2006-11-03 21:35:50 +00:00
widgbase.h Remove invalid and unnecessary forward declaration of an enum. 2006-12-04 15:47:08 +00:00
widget.c Patch by Thomas Rast: Include string.h against warnings 2006-11-06 14:40:07 +00:00
widget.h Fix last commits and remove another bunch of warnings. 2006-12-02 14:38:09 +00:00
widgint.h Fix last commits and remove another bunch of warnings. 2006-12-02 14:38:09 +00:00