| .. |
|
bufferAPI.cpp
|
4d27bde0d4
Automatically aligning float images to the F vector size to allow processing float images using only AVX.
|
2 years ago |
|
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 years ago |
|
configAPI.cpp
|
70dc39885c
Using CR-LF line endings in UTF-8 for source files.
|
5 years ago |
|
configAPI.h
|
4881831ff0
Basic loading of style settings from ini files, without any style variations.
|
3 years ago |
|
drawAPI.cpp
|
70dc39885c
Using CR-LF line endings in UTF-8 for source files.
|
5 years ago |
|
drawAPI.h
|
449bd86cfb
Forgot to remove the warning in the draw API.
|
4 years ago |
|
fileAPI.cpp
|
ea91d69baf
Went through some Cppcheck warnings.
|
3 years ago |
|
fileAPI.h
|
b0f4857eb9
Allowing more than two paths to file_combinePaths.
|
2 years ago |
|
filterAPI.cpp
|
9111a57006
Made a basic image theme for the Wizard application.
|
3 years ago |
|
filterAPI.h
|
9111a57006
Made a basic image theme for the Wizard application.
|
3 years ago |
|
fontAPI.cpp
|
7375b51365
Created a textbox component.
|
3 years ago |
|
fontAPI.h
|
7375b51365
Created a textbox component.
|
3 years ago |
|
guiAPI.cpp
|
359b87d35a
Handling empty clipboard without waiting for nothing.
|
2 years ago |
|
guiAPI.h
|
359b87d35a
Handling empty clipboard without waiting for nothing.
|
2 years ago |
|
imageAPI.cpp
|
4d27bde0d4
Automatically aligning float images to the F vector size to allow processing float images using only AVX.
|
2 years ago |
|
imageAPI.h
|
4b28d8f085
Minimum texture resolution is now 32x32 pixels for future 1024-bit SIMD support, but textures are automatically rescaled when before generating texture pyramids.
|
2 years ago |
|
mediaMachineAPI.cpp
|
2f52043cbe
Sharing the scroll-bar implementation from ListBox with TextBox.
|
3 years ago |
|
mediaMachineAPI.h
|
89f4ae0cca
Implemented style classes in the theme, so that settings can be reused across different components without forced overlap by name.
|
3 years ago |
|
modelAPI.cpp
|
ea91d69baf
Went through some Cppcheck warnings.
|
3 years ago |
|
modelAPI.h
|
710d676e97
Made a header for the dmf 1.0 model importer, to allow building 3D projects with the new build system.
|
3 years ago |
|
stringAPI.cpp
|
fdbd1cdefb
Introduced warnings and made it possible to override message handling.
|
2 years ago |
|
stringAPI.h
|
fdbd1cdefb
Introduced warnings and made it possible to override message handling.
|
2 years ago |
|
timeAPI.cpp
|
70dc39885c
Using CR-LF line endings in UTF-8 for source files.
|
5 years ago |
|
timeAPI.h
|
70dc39885c
Using CR-LF line endings in UTF-8 for source files.
|
5 years ago |
|
types.cpp
|
70dc39885c
Using CR-LF line endings in UTF-8 for source files.
|
5 years ago |
|
types.h
|
3d866c8117
Completed the image saving stub with BMP, Jpeg, Targa and Unicode filenames.
|
3 years ago |