serenity/Applications
Andreas Kling 1e4c010643 LibELF: Remove ELF::Loader and move everyone to ELF::Image
This commit gets rid of ELF::Loader entirely since its very ambiguous
purpose was actually to load executables for the kernel, and that is
now handled by the kernel itself.

This patch includes some drive-by cleanup in LibDebug and CrashDaemon
enabled by the fact that we no longer need to keep the ref-counted
ELF::Loader around.
2020-12-25 02:14:56 +01:00
..
About
Browser Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Calculator Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Calendar Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
CrashDaemon LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
Debugger Loader: Stabilize loader & Use shared libraries everywhere :^) 2020-12-14 23:05:53 +01:00
DisplaySettings Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
FileManager FileManager: Add a button to open links in their real directory 2020-12-24 21:52:02 +01:00
FontEditor Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Help Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
HexEditor Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
IRCClient Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
KeyboardMapper
KeyboardSettings Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Piano Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
PixelPaint Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
QuickShow Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
SoundPlayer Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Spreadsheet Spreadsheet: Prompt user before closing with unsaved changes 2020-12-23 15:41:49 +01:00
SystemMonitor Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
Terminal Terminal+LibVT: Use GUI::FileIconProvider for app icons 2020-12-24 20:50:30 +01:00
TextEditor TextEditor: Rename {Main => TextEditor}Window.gml 2020-12-23 01:33:43 +01:00
ThemeEditor Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
Welcome
CMakeLists.txt CrashDaemon: Add service that acts on new coredumps 2020-12-14 23:05:53 +01:00