59 Commits

Author SHA1 Message Date
580fcfbdd2 improve ImGui style theme 2022-08-28 02:01:18 +09:00
b8ddb82e78 add System/Event 2022-08-27 19:01:42 +09:00
a93787b43b add System/Call 2022-08-27 12:53:02 +09:00
651bad7625 add MutableMemento and improve FileHolder 2022-08-26 23:13:17 +09:00
231f67d5dd improve resilience to breaking changes of serialization format 2022-08-26 13:39:07 +09:00
1713b11ac8 implement Node interface to System/NativeFile
and remove some useless headers
2022-08-25 12:31:13 +09:00
cec3f79321 implement lua object as Value
remove LuaJIT/Obj
remove nf7::luajit::Obj
add nf7::NodeRootLambda
2022-08-24 19:18:02 +09:00
3a0c6f7316 add LuaJIT/InlineNode 2022-08-24 10:27:40 +09:00
5f21f0c926 add UpdateConfig() to nf7::DirItem 2022-08-23 15:09:06 +09:00
0222a41433 remove unused headers 2022-08-22 15:37:39 +09:00
121209161a replace FileRef to FileHolder 2022-08-22 14:52:15 +09:00
c8efb73853 add Value/Curve 2022-08-21 16:15:44 +09:00
cfc5596885 improve nf7::gui::Value 2022-08-19 23:12:15 +09:00
dbbaac5c8e rename System/ImGuiConfig -> System/ImGui
and Add root window to use docking feature easily
2022-08-19 22:40:14 +09:00
e46101e2ea allow ExecAsync to take a timeout
and Add time.now() and nf7:sleep() to LuaJIT environment
2022-08-18 09:34:36 +09:00
3c40cb9eef implement windows version of nf7::NativeFile 2022-08-17 13:10:51 +09:00
61bccc3acb add Sequencer/Adaptor 2022-08-16 12:03:04 +09:00
b1fc1a2a7d improve nf7::gui::FileFactory 2022-08-14 22:50:03 +09:00
540ce3bb0c add Sequencer/Call 2022-08-14 19:00:20 +09:00
972f5ce0a1 implement saving children's memento in Sequencer/Timeline 2022-08-12 13:56:41 +09:00
c6308fa2a2 implement Lambda of Sequencer/Timeline 2022-08-12 11:54:18 +09:00
40112d224d move nf7::Lambda to Node::Lambda
and move depth() field to nf7::Context
2022-08-10 23:35:42 +09:00
96e73d3564 add Sequencer/Timeline 2022-08-10 22:38:10 +09:00
e0c79edc55 add nf7::gui::Popup 2022-08-08 10:45:09 +09:00
cfa5a1dd27 add SquashedHistory 2022-08-08 00:17:00 +09:00
5f16a66e98 rename Audio/IO -> Audio/Device 2022-08-04 21:12:25 +09:00
af487d52eb implement querying Node interface to create Lambda from Lua script 2022-07-31 00:02:46 +09:00
f3d9973a66 remove unused features to simplify the codes 2022-07-29 16:11:56 +09:00
f7eeae3d83 add Audio/IO 2022-07-10 12:59:42 +09:00
fbca935907 add Audio/Context 2022-07-08 18:15:12 +09:00
1e4b3e233c add nf7::Thread 2022-07-08 18:14:25 +09:00
8e8393c22f allow nf7::luajit::Thread to have a file 2022-06-19 00:43:42 +09:00
64834f2b4c implement pushing weak_ptr into Lua stack 2022-06-18 22:19:00 +09:00
6eaab065aa allow Node/Ref to accept drag&drop 2022-06-16 11:35:10 +09:00
9ff6339fe4 add Node/Ref 2022-06-15 12:01:16 +09:00
248405e722 add Node/Imm 2022-06-14 10:45:42 +09:00
173682cbf9 add LuaJIT/Node 2022-06-11 11:25:07 +09:00
d192d6cf91 add nf7::GenericWatcher 2022-06-11 11:21:29 +09:00
9b16a36135 add nf7::Task and improve Future interface 2022-06-11 11:21:29 +09:00
58ba3071c2 replace std::future with nf7::Future 2022-06-09 00:06:34 +09:00
1e92ac27f8 make lua script calls sandboxed 2022-06-07 00:25:08 +09:00
8945eb8943 add LuaJIT/Obj 2022-06-06 17:59:04 +09:00
6d2e6a71a1 add Logger::shared() 2022-06-06 16:08:25 +09:00
51189fe272 rename some common headers 2022-06-05 20:22:47 +09:00
5e3c053fdd add System/NativeFile 2022-06-05 20:22:47 +09:00
b7240037d1 add LuaJIT/Context 2022-06-04 10:34:15 +09:00
763d884a2d divide WaitQueue from queue.hh 2022-06-04 10:34:15 +09:00
3275e6280d add Node/Network 2022-06-04 01:45:34 +09:00
3dfad9768b move an implementation of System/Dir's NewFilePopup to common utility 2022-05-30 14:01:55 +09:00
ec74a35dfc separate an implementation from interface declaration 2022-05-28 12:19:04 +09:00