]> git.mxchange.org Git - flightgear.git/commit
Restructure GUI code, isolate PLIB in source files, to ease future refactoring and...
authorJames Turner <zakalawe@mac.com>
Sat, 19 Nov 2011 20:25:51 +0000 (20:25 +0000)
committerJames Turner <zakalawe@mac.com>
Sat, 19 Nov 2011 20:25:51 +0000 (20:25 +0000)
commita05ea36acb143e1d50c70f5af444e3ffe50b5222
tree1052cbe9a692290c328e5a30beeacabec3a1b1e3
parent4b2506d709fb03d7021ac9be1e259e0fa46625d9
Restructure GUI code, isolate PLIB in source files, to ease future refactoring and alternative GUI layers.
18 files changed:
src/ATC/atcdialog.cxx
src/ATCDCL/ATCDialogOld.cxx
src/Cockpit/panel.cxx
src/GUI/CMakeLists.txt
src/GUI/FGColor.cxx [new file with mode: 0644]
src/GUI/FGColor.hxx [new file with mode: 0644]
src/GUI/FGFontCache.cxx [new file with mode: 0644]
src/GUI/FGFontCache.hxx [new file with mode: 0644]
src/GUI/dialog.cxx
src/GUI/gui.cxx
src/GUI/new_gui.cxx
src/GUI/new_gui.hxx
src/Instrumentation/HUD/HUD.cxx
src/Main/globals.cxx
src/Main/main.cxx
src/Main/splash.cxx
utils/fgpanel/FGFontCache.cxx
utils/fgpanel/FGFontCache.hxx