serenity/Userland/Applications
Sam Atkins 7e4186de63 Chess+GamesSettings: Use the correct term for chess squares
"Square" is the technical term, so let's use it. :^)

Also, stop using size_t for pixel sizes, that's not what that means.
2023-02-04 12:29:03 +01:00
..
3DFileViewer AK: Remove try_ prefix from FixedArray creation functions 2023-01-28 22:41:36 +01:00
About Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +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 LibSQL+Userland: Pass SQL IPC results to clients in a structure 2023-02-03 20:34:45 +01:00
BrowserSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
Calculator LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +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 AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
ClockSettings LibJS+LibLocale: Port Intl.DateTimeFormat to String 2023-01-27 18:00:17 +00:00
CrashReporter AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Debugger Everywhere: Remove "LibC/" includes, add lint-rule against it 2023-01-07 10:01:37 -07:00
DisplaySettings DisplaySettings: Made select wallpaper use allowed file types 2023-02-02 04:05:42 -07:00
Escalator LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
FileManager AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
FontEditor LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
GamesSettings Chess+GamesSettings: Use the correct term for chess squares 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 AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
ImageViewer LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
KeyboardMapper LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07: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 LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Piano Piano: Propagate errors in PlayerWidget 2023-02-02 14:47:24 +01:00
PixelPaint PixelPaint: Update text tool font color on primary color change 2023-02-02 14:41:59 +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: Change initial window size to fit the current content 2023-02-03 12:44:04 +00:00
SoundPlayer AK: Remove try_ prefix from FixedArray creation functions 2023-01-28 22:41:36 +01:00
SpaceAnalyzer SpaceAnalyzer: Rename widget variables to match code style 2023-02-04 12:27:10 +01:00
Spreadsheet AK: Move memory streams from LibCore 2023-01-29 19:16:44 -07:00
SystemMonitor SystemMonitor: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-27 08:07:24 -05:00
Terminal AK: Remove try_ prefix from FixedArray creation functions 2023-01-28 22:41:36 +01:00
TerminalSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
TextEditor TextEditor: Propagate errors from read_file() 2023-02-03 19:58:41 +01:00
ThemeEditor Userland: Remove a bunch of unveil calls on /sys/kernel/processes 2023-01-13 13:41:30 +01:00
VideoPlayer VideoPlayer: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00: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