serenity/Userland
Dan Klishch 0388c828be LibGUI: Remove GUI::Variant::Variant(JsonValue const&)
Let's force callers of Variant constructor to know the type of the
object they are constructing.
2024-01-21 15:47:53 -07:00
..
Applets Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
Applications PDFViewer: Remove an unneeded indirection 2024-01-21 09:32:22 -05:00
BuggieBox
Demos WidgetGallery: Remove quotes around GML boolean values 2024-01-21 08:38:18 -05:00
DevTools HackStudio: Remove unused spawn.h include 2024-01-19 12:16:21 -07:00
DynamicLoader Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Games MasterWord: Add fullscreen option 2024-01-14 15:18:43 -07:00
Libraries LibGUI: Remove GUI::Variant::Variant(JsonValue const&) 2024-01-21 15:47:53 -07:00
Services NotificationServer: Manually calculate the text label height 2024-01-21 09:32:10 -05:00
Shell LibFileSystem+Everywhere: Return ByteString from read_link() 2024-01-16 08:42:34 +00:00
Utilities ls: Show T in long mode if sticky bit is set for non-executable files 2024-01-21 08:49:33 -05:00
CMakeLists.txt