ladybird/Userland/Applications
Ben Wiederhake 1e7adf5cb6 LibGUI: Resolve cyclic inclusion
Application.h includes Widget.h which includes Application.h. I'm not entirely
sure what the semantics are in this case, but avoiding this seems to be the
safer approach. In this case, Widget does not actually use Application, so let's
just remove the unused include.
2021-01-22 21:49:54 +01:00
..
About Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Browser Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges 2021-01-17 09:07:32 +01:00
Calculator Calculator: Give the '9' button a blue foreground color as well 2021-01-22 18:40:55 +01:00
Calendar Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
CrashReporter CrashReporter: Show pledge violation in backtrace 2021-01-20 21:01:15 +01:00
Debugger Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DisplaySettings LibGfx: Implement blit_offset() in terms of blit() 2021-01-22 17:32:44 +01:00
FileManager Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
FontEditor Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Help Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges 2021-01-17 09:07:32 +01:00
HexEditor Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
IRCClient Kernel+Userland: Remove "dns" pledge promise alias 2021-01-22 19:39:44 +01:00
KeyboardMapper Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
KeyboardSettings Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
MouseSettings Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Piano Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
PixelPaint PixelPaint: adding an option to export as PNG 2021-01-22 20:39:25 +01:00
QuickShow Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Run LibGUI: Resolve cyclic inclusion 2021-01-22 21:49:54 +01:00
SoundPlayer AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer 2021-01-17 09:07:32 +01:00
SpaceAnalyzer SpaceAnalyzer: Change tabs to spaces in GML file 2021-01-17 08:43:46 +01:00
Spreadsheet Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
SystemMonitor Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Terminal Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
TextEditor Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges 2021-01-17 09:07:32 +01:00
ThemeEditor Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Welcome Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
CMakeLists.txt Run: initial implementation of Run app 2021-01-16 09:05:01 +01:00