warzone2100/lib/widget
Giel van Schijndel 6c8702a915 * Replace a lot of array indexing code of this form *(array + index) with this form array[index]
* This should be a syntactical change only!
  * I.e. even the generated assembly should be the same, but behaviour should __definitly__ be the same!


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2892 4a71c877-e1ca-e34f-864e-861f7616d084
2007-11-26 21:04:42 +00:00
..
Makefile.am - Remove unneeded gettext files and instead create them via autopoint 2007-04-02 17:21:05 +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 * Replace a lot of array indexing code of this form *(array + index) with this form array[index] 2007-11-26 21:04:42 +00:00
bar.h Revert r1810 since it somehow results in undefined behaviour (can't find the cause right now, so this revert is to leave the trunk in a stable state while I work on finding the cause) 2007-06-04 19:52:07 +00:00
button.c * Replace a lot of array indexing code of this form *(array + index) with this form array[index] 2007-11-26 21:04:42 +00:00
button.h Revert r1810 since it somehow results in undefined behaviour (can't find the cause right now, so this revert is to leave the trunk in a stable state while I work on finding the cause) 2007-06-04 19:52:07 +00:00
editbox.c * Replace a lot of array indexing code of this form *(array + index) with this form array[index] 2007-11-26 21:04:42 +00:00
editbox.h Leave the memory management up to the memory management functions! 2007-06-04 12:30:06 +00:00
form.c * Replace a lot of array indexing code of this form *(array + index) with this form array[index] 2007-11-26 21:04:42 +00:00
form.h Revert r1810 since it somehow results in undefined behaviour (can't find the cause right now, so this revert is to leave the trunk in a stable state while I work on finding the cause) 2007-06-04 19:52:07 +00:00
label.c * Replace a lot of array indexing code of this form *(array + index) with this form array[index] 2007-11-26 21:04:42 +00:00
label.h Revert r1810 since it somehow results in undefined behaviour (can't find the cause right now, so this revert is to leave the trunk in a stable state while I work on finding the cause) 2007-06-04 19:52:07 +00:00
scrap.c Do parts of the proposed changes in "[Warzone-dev] build issues in FreeBSD system" by Yaroslav Kolomiyets from 24.10.2006: 2007-11-24 11:49:51 +00:00
scrap.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
slider.c * Replace a lot of array indexing code of this form *(array + index) with this form array[index] 2007-11-26 21:04:42 +00:00
slider.h Revert r1810 since it somehow results in undefined behaviour (can't find the cause right now, so this revert is to leave the trunk in a stable state while I work on finding the cause) 2007-06-04 19:52:07 +00:00
tip.c * Replace a lot of array indexing code of this form *(array + index) with this form array[index] 2007-11-26 21:04:42 +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 * Replace a large amount of strncpy() calls with the safer strlcpy() 2007-10-27 16:18:52 +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