warzone2100/lib/widget
Giel van Schijndel 810fac209b * Wrap all file lists in the automake and win32 makefiles across lines such that there's only one file on each line
* Alphabetically sort the file lists

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6144 4a71c877-e1ca-e34f-864e-861f7616d084
2008-10-13 13:04:37 +00:00
..
Makefile.am * Wrap all file lists in the automake and win32 makefiles across lines such that there's only one file on each line 2008-10-13 13:04:37 +00:00
bar.c Purely cosmetic cleanup 2008-04-21 17:02:46 +00:00
bar.h #include fixes 2008-03-23 19:08:49 +00:00
button.c Purely cosmetic cleanup 2008-04-21 17:02:46 +00:00
button.h #include fixes 2008-03-23 19:08:49 +00:00
editbox.c Use sstrcpy|sstrcat instead of strlcpy|strlcat for manipulation of statically sized strings 2008-05-25 13:46:49 +00:00
editbox.h #include fixes 2008-03-23 19:08:49 +00:00
form.c Invert logically wrong assertion (i.e. assert a pointer to be non-null rather than null) 2008-07-19 14:28:36 +00:00
form.h TRUE->true, FALSE->false (except in scripts) 2008-03-24 16:51:17 +00:00
label.c Use sstrcpy|sstrcat instead of strlcpy|strlcat for manipulation of statically sized strings 2008-05-25 13:46:49 +00:00
label.h #include fixes 2008-03-23 19:08:49 +00:00
makefile.win32 * Wrap all file lists in the automake and win32 makefiles across lines such that there's only one file on each line 2008-10-13 13:04:37 +00:00
scrap.c * Don't "Guarantee nul-termination" after snprintf as snprintf does that itself already (per the C99 spec) 2008-04-26 14:21:41 +00:00
scrap.h Add some header guards to scrap.h 2008-03-24 00:59:05 +00:00
slider.c Purely cosmetic cleanup 2008-04-21 17:02:46 +00:00
slider.h #include fixes 2008-03-23 19:08:49 +00:00
tip.c * Delete unused and empty function StartTacticalScroll() 2008-04-20 17:17:50 +00:00
tip.h Use enum `iV_fonts` instead of `int` to represent fonts in the widget code 2008-03-23 18:12:23 +00:00
widgbase.h widgbase.h depends on textdraw.h so #include it... 2008-03-23 18:33:59 +00:00
widget.c Less ASSERT(false, ... crap, use ASSERT(!"description", ... instead 2008-06-22 18:22:49 +00:00
widget.h Fix various doxygen errors and warnings 2008-09-11 18:25:34 +00:00
widget.vcproj Reduce amount of junk in the MSVC compilation output by about 70%. 2008-03-23 22:15:28 +00:00
widgint.h Turn some file-level comments in lib/widgets into Doxygen comments 2008-03-21 15:40:23 +00:00