1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 16:17:41 +00:00
serenity/Userland/Demos/ModelGallery
Lucas CHOLLET 3f35ffb648 Userland: Prefer _string over _short_string
As `_string` can't fail anymore (since 3434412), there are no real
benefits to use the short variant in most cases.
2023-08-08 07:37:21 +02:00
..
BasicModel.cpp LibGUI: Allow FilteringProxyModel to optionally sort results by score 2023-05-29 10:47:48 -06:00
BasicModel.h Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
BasicModelTab.gml LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
GalleryWidget.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
GalleryWidget.h ModelGallery: Use TRY() a lot more :^) 2021-11-25 08:49:31 +01:00
main.cpp LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00