Squashed 'deps/nostalgia/' changes from 8419b137..e1cfcc8b
e1cfcc8b [nostalgia] Update release notes 514cb978 [nostalgia/gfx/studio/tilesheet] Fix draw command to work on same pixel after switching subsheets 4b5218c4 [nostalgia/gfx] Cleanup 2ca77173 [keel] Add isUuidUrl function cce5f52f [nostalgia/gfx/studio/tilesheet] Fix manual redo of draw actions, fix drawing to pixel 0, 0 as first action b5599329 [studio/modlib] Fix headerizeConfigFile to handle slashes in file name d8f847d7 [studio/applib] Move popup types into their own directory git-subtree-dir: deps/nostalgia git-subtree-split: e1cfcc8b5fec39173fe9608099cae29a441ddb51
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
|
||||
namespace studio {
|
||||
|
||||
void registerModule(studio::Module const*) noexcept;
|
||||
void registerModule(Module const*) noexcept;
|
||||
|
||||
}
|
||||
|
@@ -1,17 +1,17 @@
|
||||
add_library(
|
||||
StudioAppLib
|
||||
aboutpopup.cpp
|
||||
app.cpp
|
||||
clawviewer.cpp
|
||||
deleteconfirmation.cpp
|
||||
filedialogmanager.cpp
|
||||
font.cpp
|
||||
makecopypopup.cpp
|
||||
newdir.cpp
|
||||
newmenu.cpp
|
||||
newproject.cpp
|
||||
popups/about.cpp
|
||||
popups/deleteconfirmation.cpp
|
||||
popups/makecopy.cpp
|
||||
popups/newdir.cpp
|
||||
popups/newmenu.cpp
|
||||
popups/newproject.cpp
|
||||
popups/renamefile.cpp
|
||||
projectexplorer.cpp
|
||||
renamefile.cpp
|
||||
studioui.cpp
|
||||
)
|
||||
target_compile_definitions(
|
||||
|
@@ -5,7 +5,7 @@
|
||||
#include <imgui.h>
|
||||
|
||||
#include <studio/imguiutil.hpp>
|
||||
#include "aboutpopup.hpp"
|
||||
#include "about.hpp"
|
||||
|
||||
namespace olympic {
|
||||
extern ox::String appVersion;
|
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <studio/imguiutil.hpp>
|
||||
|
||||
#include "makecopypopup.hpp"
|
||||
#include "makecopy.hpp"
|
||||
|
||||
namespace studio {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
#include <studio/imguiutil.hpp>
|
||||
#include <utility>
|
||||
|
||||
#include "filedialogmanager.hpp"
|
||||
#include "../filedialogmanager.hpp"
|
||||
#include "newproject.hpp"
|
||||
|
||||
namespace studio {
|
@@ -14,14 +14,14 @@
|
||||
#include <studio/project.hpp>
|
||||
#include <studio/task.hpp>
|
||||
|
||||
#include "aboutpopup.hpp"
|
||||
#include "deleteconfirmation.hpp"
|
||||
#include "makecopypopup.hpp"
|
||||
#include "newdir.hpp"
|
||||
#include "newmenu.hpp"
|
||||
#include "newproject.hpp"
|
||||
#include "popups/about.hpp"
|
||||
#include "popups/deleteconfirmation.hpp"
|
||||
#include "popups/makecopy.hpp"
|
||||
#include "popups/newdir.hpp"
|
||||
#include "popups/newmenu.hpp"
|
||||
#include "popups/newproject.hpp"
|
||||
#include "projectexplorer.hpp"
|
||||
#include "renamefile.hpp"
|
||||
#include "popups/renamefile.hpp"
|
||||
|
||||
namespace studio {
|
||||
|
||||
|
Reference in New Issue
Block a user