serenity/Userland/Applications/Help
kleines Filmröllchen 062e0db46c LibCore: Make MappedFile OwnPtr-based
Since it will become a stream in a little bit, it should behave like all
non-trivial stream classes, who are not primarily intended to have
shared ownership to make closing behavior more predictable. Across all
uses of MappedFile, there is only one use case of shared mapped files in
LibVideo, which now uses the thin SharedMappedFile wrapper.
2023-09-27 03:22:56 +02:00
..
CMakeLists.txt Help: Use new GML code generator 2023-08-11 21:33:48 +02:00
HelpWindow.gml Help: Use new GML code generator 2023-08-11 21:33:48 +02:00
History.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
History.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
main.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
MainWidget.cpp Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
MainWidget.h Help: Use new GML code generator 2023-08-11 21:33:48 +02:00
ManualModel.cpp LibGUI: Allow FilteringProxyModel to optionally sort results by score 2023-05-29 10:47:48 -06:00
ManualModel.h LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00