ladybird/Userland/Applications
Andreas Kling df5f382b50 3DFileViewer: Remove unveil() calls and add "thread" pledge
An application that allows opening arbitrary files from the filesystem
needs to allow itself to access the filesystem, otherwise there's no
point in supporting the feature. :^)

And the "thread" pledge is needed for background thumbnail generation.
2021-05-20 17:52:38 +02:00
..
3DFileViewer 3DFileViewer: Remove unveil() calls and add "thread" pledge 2021-05-20 17:52:38 +02:00
About Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
AnalogClock AnalogClock: Use YYYY-MM-DD format for window title 2021-05-14 20:17:09 +01:00
Browser Browser: Do not use AK::Format for search engine formatting 2021-05-19 20:51:51 +01:00
Calculator Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Calendar Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
CrashReporter Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Debugger Everywhere: Add missing includes for <AK/OwnPtr.h> 2021-05-19 21:36:57 +02:00
DisplaySettings DisplaySettings: Fix broken path to MonitorSettingsWidget's GML 2021-05-20 00:25:15 +02:00
FileManager Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
FontEditor FontEditor: Add missing unix pledge 2021-05-15 16:07:05 +01:00
Help Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
HexEditor AK+Userland: Remove nullability feature for the ByteBuffer type 2021-05-16 17:49:42 +02:00
ImageViewer LibGfx: Rename RotationDirection members 2021-05-18 16:35:23 +02:00
IRCClient Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
KeyboardMapper Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
KeyboardSettings Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Magnifier Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
MouseSettings Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
PDFViewer PDFViewer: Ignore wheel events when there is no document loaded 2021-05-18 21:25:35 +02:00
Piano Piano: Use the return key emoji in the key labels 2021-05-17 00:16:49 +01:00
PixelPaint PixelPaint: Wrap the layer list in a GUI::GroupBox and tweak width 2021-05-16 01:11:56 +02:00
Run Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
SoundPlayer Userland: Don't explicitly call Vector<T>::is_null() 2021-05-16 17:49:42 +02:00
SpaceAnalyzer Everywhere: Add a blank line after copyright header where missing 2021-05-15 00:27:09 +01:00
Spreadsheet Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
SystemMonitor SystemMonitor: Don't try and show process window with nothing selected (#7221) 2021-05-18 08:10:27 +02:00
Terminal Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
TextEditor LibGUI: Reset TextEditor modified state on sucessful write_to_file 2021-05-17 21:04:54 +01:00
ThemeEditor Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Welcome Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
CMakeLists.txt 3DFileViewer: Move Demos/GLTeapot to Applications/3DFileViewer 2021-05-19 19:34:12 +01:00