This website requires JavaScript.
Explore
Help
Sign In
actions
/
itgmania212121
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c6c04d8c6b9d34d2628cab42e4ae48d8a17da23a
itgmania212121
/
stepmania
/
src
/
arch
/
LowLevelWindow
T
History
Steve Checkoway
c6c04d8c6b
Remove out of date comment, cleanup.
2005-10-25 02:53:35 +00:00
..
LowLevelWindow_SDL.cpp
remove unused fDeltaTime
2005-07-12 23:14:21 +00:00
LowLevelWindow_SDL.h
remove unused fDeltaTime
2005-07-12 23:14:21 +00:00
LowLevelWindow_Win32.cpp
return NULL -> return CString() for clarity and efficiency
2005-09-04 16:55:21 +00:00
LowLevelWindow_Win32.h
remove unused fDeltaTime
2005-07-12 23:14:21 +00:00
LowLevelWindow_X11.cpp
pull the data from the right place. arch code is low-level, ThemeManager is high-level. arch should not use ThemeManager; that creates a conceptual dependency loop, which makes code reuse much harder. (should do this in Dialog, too ...)
2005-06-03 23:27:58 +00:00
LowLevelWindow_X11.h
cleanup
2005-05-28 03:39:24 +00:00
LowLevelWindow.h
Remove out of date comment, cleanup.
2005-10-25 02:53:35 +00:00
Selector_LowLevelWindow.h
HAVE_WIN32 -> WINDOWS. HAVE_LINUXKERNEL -> LINUX. If some features originating in Linux work on other systems, then define them specifically (eg. HAVE_LINUX_JOYSTICKS).
2005-10-24 07:22:28 +00:00