.. |
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 |
Makefile.raw
|
New Makefile.raw system, works with MinGW/Windows environment and Linux also.
|
2006-07-21 21:48:55 +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
|
Fix crash when trying to delete text coming from a clipboard paste.
|
2008-04-21 17:11:48 +00:00 |
editbox.h
|
#include fixes
|
2008-03-23 19:08:49 +00:00 |
form.c
|
TRUE->true, FALSE->false (except in scripts)
|
2008-03-24 16:51:17 +00:00 |
form.h
|
TRUE->true, FALSE->false (except in scripts)
|
2008-03-24 16:51:17 +00:00 |
label.c
|
Purely cosmetic cleanup
|
2008-04-21 17:02:46 +00:00 |
label.h
|
#include fixes
|
2008-03-23 19:08:49 +00:00 |
scrap.c
|
A little bit of indentation cleanup so that the code can be read.
|
2008-04-21 17:12:56 +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
|
Add -Wcast-align and -Wmissing-declarations to autoconf debug builds, and fix warnings.
|
2008-03-28 23:28:44 +00:00 |
widget.h
|
Add doxygen markup to projectile code
|
2008-04-24 17:23:11 +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 |