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
48ebc5354999f1d142d3a7119edd397fec5b26c7
itgmania212121
/
stepmania
/
src
/
arch
/
LowLevelWindow
T
History
Chris Danford
48ebc53549
return NULL -> return CString() for clarity and efficiency
2005-09-04 16:55:21 +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
return NULL -> return CString() for clarity and efficiency
2005-09-04 16:55:21 +00:00
Selector_LowLevelWindow.h
Thorough(!) remodeling of the arch/ directory and the contents therein; fixed link-time warnings on GCC and should make things a lot easier to manage. A pile of other random things too, mostly cleanups and getting things to work with the remodeled arch/ directory.
2005-03-14 06:44:38 +00:00