This website requires JavaScript.
Explore
Help
Sign In
actions
/
itgmania212121
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
cf77a123e7b0d6f5acacd493b9a60d856bc464f6
itgmania212121
/
stepmania
/
src
/
arch
/
LowLevelWindow
T
History
Glenn Maynard
78ed7dd2c7
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_SDL.cpp
cleanup
2005-01-20 02:07:02 +00:00
LowLevelWindow_SDL.h
cleanup
2005-05-28 03:39:24 +00:00
LowLevelWindow_Win32.cpp
cleanup
2005-05-28 03:12:58 +00:00
LowLevelWindow_Win32.h
cleanup
2005-05-28 03:39:24 +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
Put all the Make* functions into a single .h/.cpp file (yes, kinda like the way it was), and add Make* functions for DialogDrivers. This means there's only one object that's affected by drivers being added/removed. (Driver default changes are a little different -- 2 or 3 objects.) Also one or two minor cleanups. (note: I apparently don't know much about CVS, it appears that some files might not make it into the repository; hang tight, I'm trying to find a solution.)
2005-03-15 00:30:26 +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