| .. |
|
algorithmAPI.h
|
42f865ea1f
Allowing Array and Field to be cloned implicitly.
|
2 лет назад |
|
bufferAPI.cpp
|
4d27bde0d4
Automatically aligning float images to the F vector size to allow processing float images using only AVX.
|
2 лет назад |
|
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 лет назад |
|
configAPI.cpp
|
70dc39885c
Using CR-LF line endings in UTF-8 for source files.
|
5 лет назад |
|
configAPI.h
|
4881831ff0
Basic loading of style settings from ini files, without any style variations.
|
3 лет назад |
|
drawAPI.cpp
|
70dc39885c
Using CR-LF line endings in UTF-8 for source files.
|
5 лет назад |
|
drawAPI.h
|
449bd86cfb
Forgot to remove the warning in the draw API.
|
4 лет назад |
|
fileAPI.cpp
|
ea91d69baf
Went through some Cppcheck warnings.
|
3 лет назад |
|
fileAPI.h
|
b0f4857eb9
Allowing more than two paths to file_combinePaths.
|
2 лет назад |
|
filterAPI.cpp
|
9111a57006
Made a basic image theme for the Wizard application.
|
3 лет назад |
|
filterAPI.h
|
9111a57006
Made a basic image theme for the Wizard application.
|
3 лет назад |
|
fontAPI.cpp
|
7375b51365
Created a textbox component.
|
3 лет назад |
|
fontAPI.h
|
7375b51365
Created a textbox component.
|
3 лет назад |
|
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 лет назад |
|
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 лет назад |
|
imageAPI.cpp
|
4d27bde0d4
Automatically aligning float images to the F vector size to allow processing float images using only AVX.
|
2 лет назад |
|
imageAPI.h
|
f0d4ef87d0
Removed plans for aligned sub-images, because SIMD vectors can now be larger than 16 bytes.
|
2 лет назад |
|
mediaMachineAPI.cpp
|
2f52043cbe
Sharing the scroll-bar implementation from ListBox with TextBox.
|
3 лет назад |
|
mediaMachineAPI.h
|
8c01831185
Passing inputs to MediaMachine by reference to skip some reference counting on image handles.
|
2 лет назад |
|
modelAPI.cpp
|
ea91d69baf
Went through some Cppcheck warnings.
|
3 лет назад |
|
modelAPI.h
|
710d676e97
Made a header for the dmf 1.0 model importer, to allow building 3D projects with the new build system.
|
3 лет назад |
|
stringAPI.cpp
|
c3801553c0
Named arguments in callback types for readability.
|
2 лет назад |
|
stringAPI.h
|
137047938c
Passing arguments by const reference to string_append and string_combine to avoid redundant memory duplication.
|
2 лет назад |
|
timeAPI.cpp
|
70dc39885c
Using CR-LF line endings in UTF-8 for source files.
|
5 лет назад |
|
timeAPI.h
|
70dc39885c
Using CR-LF line endings in UTF-8 for source files.
|
5 лет назад |
|
types.cpp
|
70dc39885c
Using CR-LF line endings in UTF-8 for source files.
|
5 лет назад |
|
types.h
|
3d866c8117
Completed the image saving stub with BMP, Jpeg, Targa and Unicode filenames.
|
3 лет назад |