serenity/Userland/Applications/3DFileViewer
Karol Kosek e75d694974 Userland: Compare event MIME type list with a StringView
The following commit will port MIME types to String. Traits<String>
- used in Vector::contains_slow - can't compare String type with char*,
so we need to use StringView instead.
2023-09-29 14:40:21 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Common.h 3DFileViewer: Add vertex normal parsing to WavefrontOBJLoader 2021-11-13 12:52:22 +01:00
main.cpp Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
Mesh.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Mesh.h 3DFileViewer: Calculate face-normal from vertex-normals of the triangle 2021-11-13 12:52:22 +01:00
MeshLoader.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
WavefrontOBJLoader.cpp 3DFileViewer: Remove DeprecatedString usage in object loader 2023-09-16 11:07:44 +02:00
WavefrontOBJLoader.h 3DFileViewer: Port MeshLoader and its child to the new Core::File 2023-02-16 10:56:01 +00:00