.. |
Makefile.am
|
Move all stuff that actually belongs in CPPFLAGS (but is called CFLAGS) to AM_CPPFLAGS
|
2008-03-10 10:50:58 +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
|
Revert r4932 and try a different fix instead, checking the number of tabs
|
2008-05-09 20:32:31 +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
|
Rename "raw" Makefiles to "win32" Makefiles
|
2008-07-06 14:29:04 +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
|
Revert r4932 and try a different fix instead, checking the number of tabs
|
2008-05-09 20:32:31 +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 |