1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Userland/Applications/Help
kleines Filmröllchen 1ec0548158 Help: Only toggle open/close for SectionNodes
The responsible code was actually casting everything to a SectionNode
pointer, violating type safety all over the place and leading to
frequent crashes. I'm surprised this was not exhibited before; I guess
my recent changes made this bug surface.
2023-01-02 06:15:13 -07:00
..
CMakeLists.txt Help: Link to LibLocale 2022-12-11 13:59:41 -07:00
HelpWindow.gml LibGUI+Applications: Govern Splitter resizing by opportunistic growth 2022-08-05 13:54:18 +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 Help+man+LibManual: Move argument handling to LibManual 2022-12-11 16:05:23 +00:00
MainWidget.cpp Help: Move-capture help page path 2022-12-14 15:06:38 +00:00
MainWidget.h Help+man+LibManual: Move argument handling to LibManual 2022-12-11 16:05:23 +00:00
ManualModel.cpp Help: Only toggle open/close for SectionNodes 2023-01-02 06:15:13 -07:00
ManualModel.h Help+LibManual: Move non-UI-specific manual handling to LibManual 2022-12-11 16:05:23 +00:00