ladybird/Userland/Applications
Julian Offenhäuser ab5b61c3fe DisplaySettings: Capitalize fallback display mode when loading settings
This setting was capitalized a while ago, except for this place where
we fall back to "[C]center". This caused a crash in MonitorWidget.
2023-02-10 15:41:56 +01:00
..
3DFileViewer AK: Remove try_ prefix from FixedArray creation functions 2023-01-28 22:41:36 +01: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 LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Browser Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
BrowserSettings LibGUI+Userland: Switch order of parameters for InputBox::show 2023-02-04 18:46:39 -07:00
Calculator Calculator: Treat constants and pasted numbers as input 2023-02-05 08:07:45 +00:00
Calendar LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +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 AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Debugger Debugger: Support attaching to a running process 2023-02-08 19:23:07 +01:00
DisplaySettings DisplaySettings: Capitalize fallback display mode when loading settings 2023-02-10 15:41:56 +01:00
Escalator LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
FileManager LibGUI+Userland: Switch order of parameters for InputBox::show 2023-02-04 18:46:39 -07: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 LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
HexEditor Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
ImageViewer LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
KeyboardMapper Everywhere: Remove needless copies of Error / ErrorOr instances 2023-02-10 09:08:52 +00:00
KeyboardSettings KeyboardSettings: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-27 08:07:24 -05: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 NetworkSettings: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-27 08:07:24 -05:00
PartitionEditor LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
PDFViewer LibGUI+Userland: Switch order of parameters for InputBox::show 2023-02-04 18:46:39 -07:00
Piano Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05:00
PixelPaint PixelPaint: Correct move tool alignment with the layer boundary 2023-02-08 20:29:48 +01:00
Presenter Base+Presenter: Add icons for Presenter 2023-02-01 19:17:48 +01:00
Run LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
Settings Settings: Improve default window size 2023-02-08 11:28:20 +01:00
SoundPlayer SoundPlayer: Fix logic bug in bars visualization 2023-02-09 19:41:54 +01:00
SpaceAnalyzer SpaceAnalyzer: "Open Containing Folder" => "Reveal in File Manager" 2023-02-07 17:01:55 +01:00
Spreadsheet Spreadsheet: Don't recalculate column sizes when no data has changed 2023-02-10 05:12:06 +03:30
SystemMonitor SystemMonitor: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-27 08:07:24 -05:00
Terminal LibGfx: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00
TerminalSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
TextEditor TextEditor: "Open Containing Folder" => "Reveal in File Manager" 2023-02-07 17:01:55 +01:00
ThemeEditor Userland: Remove a bunch of unveil calls on /sys/kernel/processes 2023-01-13 13:41:30 +01:00
VideoPlayer VideoPlayer/LibVideo: Seek accurately when scrolling in the seek bar 2023-02-08 21:52:42 +01:00
Welcome Welcome: Rename m_initial_tip_index=>m_tip_index 2023-01-29 18:27:34 +00:00
CMakeLists.txt Applications: Add Presenter 2022-11-25 14:28:33 -07:00