0ad/source/gui
janwas 5a427440d0 #SwEng
fpclassify fix
EntityManager: rename getExtant -> GetExtantAsHandles, fix its
implementation+call site to avoid dynamic alloc/auto ptr, rename extant
-> IsExtant
vsnprintf2 -> sys_vsnprintf. remove printf.h (function is declared in
sysdep header)
use SUS/posix-ish strcasecmp instead of defining that to the
windows-only stricmp
add cppdoc for ia32/cpu

This was SVN commit r5011.
2007-04-30 19:58:04 +00:00
..
scripting # Actor Viewer tool: added controls to toggle shadows, ground and polygon counts. 2006-09-28 20:41:12 +00:00
CButton.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
CButton.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
CCheckBox.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
CCheckBox.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
CDropDown.cpp # sweng 2006-08-26 21:52:18 +00:00
CDropDown.h # sweng 2006-08-26 21:52:18 +00:00
CGUI.cpp #SwEng 2007-04-30 19:58:04 +00:00
CGUI.h # sweng 2006-08-26 21:52:18 +00:00
CGUIList.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
CGUIList.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
CGUIScrollBarStyle.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
CGUIScrollBarStyle.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
CGUIScrollBarVertical.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
CGUIScrollBarVertical.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
CGUISprite.cpp # housekeeping 2006-07-20 14:37:58 +00:00
CGUISprite.h # housekeeping 2006-07-20 14:37:58 +00:00
CImage.cpp Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
CImage.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
CInput.cpp # SwEng / MacOSX compat 2007-04-30 14:35:19 +00:00
CInput.h # sweng 2006-08-26 21:52:18 +00:00
CList.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
CList.h # sweng 2006-08-26 21:52:18 +00:00
CProgressBar.cpp Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
CProgressBar.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
CRadioButton.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
CRadioButton.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
CText.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
CText.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
CTooltip.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
CTooltip.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
GUI.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
GUIbase.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
GUIbase.h Fixed compilation errors. 2006-09-24 15:59:33 +00:00
GUIRenderer.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
GUIRenderer.h # GCC 4.1.1 compatibility 2006-09-30 15:46:40 +00:00
GUItext.cpp GCC compatibility 2007-02-07 14:02:09 +00:00
GUItext.h # housekeeping 2006-07-20 14:37:58 +00:00
GUITooltip.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
GUITooltip.h Fixed compilation errors. 2006-09-24 15:59:33 +00:00
GUItypes.h Updated CList to fit JS interface, also added CDropDown in GUI.h 2005-04-23 23:20:50 +00:00
GUIutil.cpp # housekeeping 2006-07-20 14:37:58 +00:00
GUIutil.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
IGUIButtonBehavior.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
IGUIButtonBehavior.h # GCC 4.1.1 compatibility 2006-09-30 15:46:40 +00:00
IGUIObject.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
IGUIObject.h # sweng 2006-08-26 21:52:18 +00:00
IGUIScrollBar.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
IGUIScrollBar.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
IGUIScrollBarOwner.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
IGUIScrollBarOwner.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
IGUITextOwner.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
IGUITextOwner.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
MiniMap.cpp # big refactoring in CPU-specific code, fix for dual core vs. HT detection 2007-04-25 18:19:35 +00:00
MiniMap.h # Fixed skeletal animation algorithm. 2006-12-15 16:09:30 +00:00