1
0
forked from 0ad/0ad
0ad/source/gui
janwas 9269be9ee3 remove mmgr and macros that redefine malloc/new/free
(see http://www.wildfiregames.com/forum/index.php?showtopic=11450&hl= )

clean up debug module
. no longer include platform-dependent header (-> less rebuilds)
. DISPLAY_ERROR -> DEBUG_DISPLAY_ERROR
. parts of config.h that don't affect all files moved to config.2 (->
fewer full rebuilds)
. remove creaky symbol cache (no longer needed for mmgr)
. remove TLS thread naming stuff (can use debugger's thread window
instead; no need for platform independence there)

wdbg: remove thread suspension and breakpoint APIs (not needed)

acpi: fix: u64 -> uintptr_t

wutil: fix WinScopedLock, use that instead of direct lock() functions

misc:
. get rid of SAFE_STRCPY, replace with strcpy_s
. remove _getcwd (shouldn't be used)

This was SVN commit r5563.
2008-01-19 11:33:11 +00:00
..
scripting Replaced Windows SpiderMonkey library with a threadsafe build of version 1.6. 2007-06-09 02:40:48 +00:00
CButton.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CButton.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CCheckBox.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CCheckBox.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CDropDown.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CDropDown.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CGUI.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
CGUI.h remove all author/modified by tags. 2007-05-07 16:33:24 +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 remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CGUIScrollBarStyle.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CGUIScrollBarVertical.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CGUIScrollBarVertical.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CGUISprite.cpp # housekeeping 2006-07-20 14:37:58 +00:00
CGUISprite.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CImage.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CImage.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CInput.cpp Changed console character to a _ since the vertical line glyph didn't seem to be available on OS X. 2007-10-13 18:22:20 +00:00
CInput.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CList.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
CList.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CProgressBar.cpp # Fixed some warnings and potentially misleading code 2007-05-29 19:01:21 +00:00
CProgressBar.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CRadioButton.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CRadioButton.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CText.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CText.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CTooltip.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
CTooltip.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
GUI.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
GUIbase.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
GUIbase.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
GUIRenderer.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
GUIRenderer.h # GCC 4.1.1 compatibility 2006-09-30 15:46:40 +00:00
GUItext.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
GUItext.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
GUITooltip.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
GUITooltip.h remove all author/modified by tags. 2007-05-07 16:33:24 +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 remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
GUIutil.h Console: changed things so declaring variables while an entity is selected will no longer define a new property in that entity. Kind of broke the ability to access properties of the selected object without typing selection[0], due to other bugs. 2007-06-16 22:07:40 +00:00
IGUIButtonBehavior.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
IGUIButtonBehavior.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
IGUIObject.cpp Atlas: Updated wxJS to latest SVN version. Made the JS runtime have a greater lifetime than all the wx windows, to avoid garbage collection problems. 2007-06-08 22:56:01 +00:00
IGUIObject.h Atlas: Updated wxJS to latest SVN version. Made the JS runtime have a greater lifetime than all the wx windows, to avoid garbage collection problems. 2007-06-08 22:56:01 +00:00
IGUIScrollBar.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
IGUIScrollBar.h . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
IGUIScrollBarOwner.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
IGUIScrollBarOwner.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
IGUITextOwner.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
IGUITextOwner.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
MiniMap.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
MiniMap.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00