summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Application.h
AgeCommit message (Expand)Author
2022-01-27LibGUI: Add a universally available "command palette" to GUI programsAndreas Kling
2021-11-22LibGUI: Let Application constructor accept in Main::ArgumentsMustafa Quraish
2021-11-03LibGUI: Add GUI::Application::in_teardown()Andreas Kling
2021-08-08LibGUI: Add show_tooltip_immediately()Tobias Christiansen
2021-07-28LibGUI: Add GUI_HOVER_DEBUG runtime debugging flag (environment)Andreas Kling
2021-07-26LibGUI: Let GUI applications create an inspectable EventLoopsin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibGUI: Add action enter/leave hooks on GUI::ApplicationAndreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-01-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling