ladybird/Applications
Andreas Kling 22d0a6d92f AK: Remove unnecessary casts to size_t, after Vector changes
Now that Vector uses size_t, we can remove a whole bunch of redundant
casts to size_t.
2020-03-01 12:58:22 +01:00
..
About About: Add mascot tooltip 2020-02-29 21:35:44 +01:00
Browser AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
Calculator Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
ChanViewer Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
DisplayProperties DisplayProperties: Warn user about failed resolution setting 2020-02-28 12:16:05 +01:00
FileManager AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
FontEditor LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
Help AK: Remove unnecessary casts to size_t, after Vector changes 2020-03-01 12:58:22 +01:00
HexEditor LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
IRCClient AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
PaintBrush PaintBrush: Pledge "thread" so that GUI::FilePicker works 2020-02-28 19:48:29 +01:00
Piano Piano: New timing system and zoomable piano roll 2020-02-27 10:21:13 +01:00
QuickShow LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
SoundPlayer Kernel+LibC: Rename shared buffer syscalls to use a prefix 2020-02-28 12:55:58 +01:00
SystemMenu AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
SystemMonitor SystemMonitor: Show VMObject types in process memory maps 2020-02-28 23:25:40 +01:00
Taskbar Kernel+LibC: Rename shared buffer syscalls to use a prefix 2020-02-28 12:55:58 +01:00
Terminal Terminal: Put PAGER=more in the default environment 2020-02-29 18:48:39 +01:00
TextEditor TextEditor: Pledge "thread" since it's needed by GUI::FilePicker 2020-02-24 19:51:22 +01:00
Welcome Welcome: Remove the default GUI::Frame look from TextWidget 2020-02-29 17:04:46 +01:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00