summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Application.h
AgeCommit message (Expand)Author
2023-02-28LibGUI: Add a simple "recently open files" featureAndreas Kling
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-06-17LibGUI: Add on_theme_change callback to ApplicationnetworkException
2022-05-30LibGUI: Search for actions with a Shortcut instead of for KeyEventGeordie Hall
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
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