aboutsummaryrefslogtreecommitdiff
path: root/common/debugger.cpp
AgeCommit message (Collapse)Author
2005-01-10system.h was being included in tons of places, without any good reason; ↵Max Horn
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-09-04Some type correctionsMax Horn
svn-id: r14896
2004-09-04fixed warning, updated msvc projectsPaweł Kołodziejski
svn-id: r14894
2004-08-23remove cast that produces a warningJonathan Gray
svn-id: r14696
2004-08-23Fix warning.Eugene Sandulenko
svn-id: r14692
2004-08-14fixed warningsPaweł Kołodziejski
svn-id: r14603
2004-08-08Fixed variable access in the debuggerMax Horn
svn-id: r14523
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing ↵Max Horn
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036
2004-01-17Implements TOGGLE_VIRTUAL_KEYBOARDNicolas Bacca
svn-id: r12459
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-11-10added namespace GUIMax Horn
svn-id: r11255
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵Max Horn
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045
2003-10-26factor out common debugger codeMax Horn
svn-id: r10984