serenity/Userland/DevTools
Lucas CHOLLET 107e15c5bc LibGUI: Base write_to_file(StringView path) on the stream overload
`write_to_file(StringView path)` was based on the `Core::File` overload.
The return type also changed from `bool` to `ErrorOr<void>` to ease
error propagation.
2023-02-11 14:20:26 +00:00
..
GMLPlayground LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
HackStudio LibGUI: Base write_to_file(StringView path) on the stream overload 2023-02-11 14:20:26 +00:00
Inspector Inspector: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
Profiler Profiler: Standardize percentage formatting 2023-02-02 14:37:01 +01:00
SQLStudio SQLStudio: Display real column names in the results tab 2023-02-03 20:34:45 +01:00
UserspaceEmulator AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
CMakeLists.txt DevTools: Remove i686 support 2022-12-28 11:53:41 +01:00