summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Application.cpp
AgeCommit message (Expand)Author
2022-08-31WindowServer+LibGUI: Change cursor icon if DragEnter event was acceptedKarol Kosek
2022-08-16LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffectsthankyouverycool
2022-08-14LibGUI: Avoid too large tooltip when switching to shorter textDavid Smith
2022-07-26LibGUI: Move tooltip position up 4 pixels to prevent cursor pop-undergbowser3@gmail.com
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-28LibGUI: Remove usages of deprecated implicit conversionsFrHun
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-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2021-11-03LibGUI: Add GUI::Application::in_teardown()Andreas Kling
2021-08-08LibGUI: Add show_tooltip_immediately()Tobias Christiansen
2021-07-28LibGUI: Update windows when they become active/inactiveAndreas Kling
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-07-22LibGUI: Fix multi-line tooltip heightFrHun
2021-07-04LibGUI: Make tooltip height line count awareLuK1337
2021-06-25LibGUI: Actually use the Action alternate shortcutAatos Majava
2021-06-02LibGUI: Tooltip no longer exceeds screen width, now truncatesMatthew Jones
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
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-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-11LibGUI+LibGfx: Collapse the '&' from Alt shortcuts in tooltip textsAndreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling