ladybird/Applications
joshua stein 0d2bfe5c65 Build: Only look at SUBDIRS with Makefiles
If a directory is renamed or deleted before 'make clean', git will
delete the Makefile but leave all of the object and dependency files
around.  When make would try to recurse into that directory from the
wildcard, it would error out since there is no Makefile.
2020-02-25 19:56:48 +01:00
..
About Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +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 AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +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: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +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 LibGUI: Make GUI::Frame have the 2px sunken container look by default 2020-02-23 11:10:52 +01:00
Piano AK: Make Queue use size_t for its size 2020-02-25 14:55:04 +01:00
QuickShow LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
SoundPlayer SoundPlayer: Cast Audio::Sample to float for fabsf() 2020-02-25 15:32:58 +01:00
SystemMenu AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
SystemMonitor LibGUI: Add helper for constructing new TabWidget tabs 2020-02-23 12:27:53 +01:00
Taskbar Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
Terminal Terminal: Don't set an initial command_to_execute 2020-02-25 16:17:43 +01:00
TextEditor TextEditor: Pledge "thread" since it's needed by GUI::FilePicker 2020-02-24 19:51:22 +01:00
Welcome AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00