David Piuva 1ef0dd8ef9 Allowing macros in the file API to be used without an implicitly used dsr namespace. 1 rok temu
..
algorithmAPI.h 42f865ea1f Allowing Array and Field to be cloned implicitly. 2 lat temu
bufferAPI.cpp 4d27bde0d4 Automatically aligning float images to the F vector size to allow processing float images using only AVX. 2 lat temu
bufferAPI.h 50ce57b3c0 Added an alignment argument to the allocating buffer constructor, so that one can manually use larger SIMD than the default alignment would allow. 2 lat temu
configAPI.cpp 70dc39885c Using CR-LF line endings in UTF-8 for source files. 5 lat temu
configAPI.h 4881831ff0 Basic loading of style settings from ini files, without any style variations. 3 lat temu
drawAPI.cpp 70dc39885c Using CR-LF line endings in UTF-8 for source files. 5 lat temu
drawAPI.h 449bd86cfb Forgot to remove the warning in the draw API. 4 lat temu
fileAPI.cpp 9a2fc46009 Fixed bug where returning non-zero was not detected as a crash when getting the status of a child process on Posix systems. 2 lat temu
fileAPI.h 1ef0dd8ef9 Allowing macros in the file API to be used without an implicitly used dsr namespace. 1 rok temu
filterAPI.cpp 9111a57006 Made a basic image theme for the Wizard application. 3 lat temu
filterAPI.h 9111a57006 Made a basic image theme for the Wizard application. 3 lat temu
fontAPI.cpp 7375b51365 Created a textbox component. 3 lat temu
fontAPI.h 7375b51365 Created a textbox component. 3 lat temu
guiAPI.cpp 874954731c Implemented copying and pasting for MS-Windows, which should work for UTF-16 and Latin-1. Most native formats should work with the 7-bit subset of Latin-1 until they are handled. 2 lat temu
guiAPI.h 874954731c Implemented copying and pasting for MS-Windows, which should work for UTF-16 and Latin-1. Most native formats should work with the 7-bit subset of Latin-1 until they are handled. 2 lat temu
imageAPI.cpp 4d27bde0d4 Automatically aligning float images to the F vector size to allow processing float images using only AVX. 2 lat temu
imageAPI.h f0d4ef87d0 Removed plans for aligned sub-images, because SIMD vectors can now be larger than 16 bytes. 2 lat temu
mediaMachineAPI.cpp 259b9be1fb Taking MediaMachine references with write protection when possible. 2 lat temu
mediaMachineAPI.h 259b9be1fb Taking MediaMachine references with write protection when possible. 2 lat temu
modelAPI.cpp ea91d69baf Went through some Cppcheck warnings. 3 lat temu
modelAPI.h 710d676e97 Made a header for the dmf 1.0 model importer, to allow building 3D projects with the new build system. 3 lat temu
stringAPI.cpp c3801553c0 Named arguments in callback types for readability. 2 lat temu
stringAPI.h 137047938c Passing arguments by const reference to string_append and string_combine to avoid redundant memory duplication. 2 lat temu
timeAPI.cpp 70dc39885c Using CR-LF line endings in UTF-8 for source files. 5 lat temu
timeAPI.h 70dc39885c Using CR-LF line endings in UTF-8 for source files. 5 lat temu
types.cpp 70dc39885c Using CR-LF line endings in UTF-8 for source files. 5 lat temu
types.h 3d866c8117 Completed the image saving stub with BMP, Jpeg, Targa and Unicode filenames. 3 lat temu