orca/src
Martin Fouilleul 0f3f7b5052 oc_runtime_clipboard_get_string() pushes to an arena, so to maintain oc_str8 conventions, we push an implicit null terminator after it 2023-09-13 17:05:15 +02:00
..
app Clipboard handling 2023-09-13 16:59:26 +02:00
graphics oc_matrix_push() -> oc_matrix_multiply_push(), and add oc_matrix_push() to push a matrix on the stack as is 2023-09-11 20:02:46 +02:00
libc-shim Licensing and copyright information 2023-09-11 11:09:47 +02:00
platform Licensing and copyright information 2023-09-11 11:09:47 +02:00
ui Clipboard handling 2023-09-13 16:59:26 +02:00
util Fix quit by sending an event to wakeup the main loop when calling oc_request_quit() 2023-09-11 18:36:40 +02:00
wasmbind Clipboard handling 2023-09-13 16:59:26 +02:00
orca.c Licensing and copyright information 2023-09-11 11:09:47 +02:00
orca.h Licensing and copyright information 2023-09-11 11:09:47 +02:00
orca.m Licensing and copyright information 2023-09-11 11:09:47 +02:00
runtime.c Clipboard handling 2023-09-13 16:59:26 +02:00
runtime.h Clipboard handling 2023-09-13 16:59:26 +02:00
runtime_clipboard.c oc_runtime_clipboard_get_string() pushes to an arena, so to maintain oc_str8 conventions, we push an implicit null terminator after it 2023-09-13 17:05:15 +02:00
runtime_clipboard.h Clipboard handling 2023-09-13 16:59:26 +02:00
runtime_io.c Clipboard handling 2023-09-13 16:59:26 +02:00
runtime_memory.c Clipboard handling 2023-09-13 16:59:26 +02:00
runtime_memory.h Clipboard handling 2023-09-13 16:59:26 +02:00