ladybird/Userland
Martin Blicha 8fb52c6962 LibGUI: Make FilteringProxyModel reference-count its parent model
Before this change, the destructor of FilteringProxyModel
would crash if the parent model had been destroyed earlier.

This unifies the behaviour of FilteringProxyModel with
SortingProxyModel in this respect.
2021-12-02 22:43:54 +01:00
..
Applets ClipboardHistory: Add debug dump action 2021-11-30 10:52:18 +01:00
Applications 3DFileViewer: Add checkbox to disable texture 2021-12-01 10:21:13 +01:00
Demos Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
DevTools CrashReporter+HackStudio: Let's call it "Debug in Hack Studio" 2021-11-30 23:34:40 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
Libraries LibGUI: Make FilteringProxyModel reference-count its parent model 2021-12-02 22:43:54 +01:00
Services LookupServer: Remove unused this capture in a lambda function 2021-11-30 16:15:52 -08:00
Shell AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Utilities top: Use Core::System::ioctl() 2021-11-30 23:34:40 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00