1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:18:13 +00:00
serenity/Userland/Applications
Lucas CHOLLET b4cea1c72e 3DFileViewer: Port MeshLoader and its child to the new Core::File
As it was using the `lines()` method of `Core::DeprecatedFile`, this
patch also introduce the usage of `BufferedFile` to take advantage of
its API: `can_read_line()` and `read_line()`.
2023-02-16 10:56:01 +00:00
..
3DFileViewer 3DFileViewer: Port MeshLoader and its child to the new Core::File 2023-02-16 10:56:01 +00:00
About LibGUI+About: Make AboutDialog creation fallible 2023-02-07 10:43:15 +00:00
AnalogClock LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
Assistant LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
Browser LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
BrowserSettings LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Calculator Userland: Set Button text using the new String class 2023-02-13 00:45:09 +00:00
Calendar Userland: Set Button text using the new String class 2023-02-13 00:45:09 +00:00
CalendarSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
CharacterMap LibGUI+Userland: Switch order of parameters for InputBox::show 2023-02-04 18:46:39 -07:00
ClockSettings Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
CrashReporter LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
Debugger Debugger: Support attaching to a running process 2023-02-08 19:23:07 +01:00
DisplaySettings LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
Escalator LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
FileManager LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
FontEditor Everywhere: Remove needless copies of Error / ErrorOr instances 2023-02-10 09:08:52 +00:00
GamesSettings Chess+GamesSettings: Give chess pieces some breathing room 2023-02-04 12:29:03 +01:00
Help LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
HexEditor HexEditor: Add selection strings to the value inspector 2023-02-15 12:13:31 +00:00
ImageViewer LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
KeyboardMapper LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
KeyboardSettings LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
Magnifier LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Mail LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
MailSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
MouseSettings LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
NetworkSettings LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
PartitionEditor LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
PDFViewer LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
Piano Piano: Fix insertion and deletion of notes 2023-02-15 12:58:25 +01:00
PixelPaint PixelPaint: Add an option for making a Gradient with a secondary color 2023-02-16 10:50:58 +00:00
Presenter LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Run LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Settings Settings: Improve default window size 2023-02-08 11:28:20 +01:00
SoundPlayer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
SpaceAnalyzer LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
Spreadsheet Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
SystemMonitor LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Terminal LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
TerminalSettings LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
TextEditor LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
ThemeEditor LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
VideoPlayer LibVideo/VideoPlayer: Dispatch state change events and update play icon 2023-02-12 18:47:56 +01:00
Welcome LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
CMakeLists.txt Applications: Add Presenter 2022-11-25 14:28:33 -07:00