index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Application.cpp
Age
Commit message (
Expand
)
Author
2022-08-31
WindowServer+LibGUI: Change cursor icon if DragEnter event was accepted
Karol Kosek
2022-08-16
LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffects
thankyouverycool
2022-08-14
LibGUI: Avoid too large tooltip when switching to shorter text
David Smith
2022-07-26
LibGUI: Move tooltip position up 4 pixels to prevent cursor pop-under
gbowser3@gmail.com
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-28
LibGUI: Remove usages of deprecated implicit conversions
FrHun
2022-06-17
LibGUI: Add on_theme_change callback to Application
networkException
2022-05-30
LibGUI: Search for actions with a Shortcut instead of for KeyEvent
Geordie Hall
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2021-11-03
LibGUI: Add GUI::Application::in_teardown()
Andreas Kling
2021-08-08
LibGUI: Add show_tooltip_immediately()
Tobias Christiansen
2021-07-28
LibGUI: Update windows when they become active/inactive
Andreas Kling
2021-07-28
LibGUI: Add GUI_HOVER_DEBUG runtime debugging flag (environment)
Andreas Kling
2021-07-26
LibGUI: Let GUI applications create an inspectable EventLoop
sin-ack
2021-07-22
LibGUI: Fix multi-line tooltip height
FrHun
2021-07-04
LibGUI: Make tooltip height line count aware
LuK1337
2021-06-25
LibGUI: Actually use the Action alternate shortcut
Aatos Majava
2021-06-02
LibGUI: Tooltip no longer exceeds screen width, now truncates
Matthew Jones
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibGUI: Add action enter/leave hooks on GUI::Application
Andreas Kling
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-11
LibGUI+LibGfx: Collapse the '&' from Alt shortcuts in tooltip texts
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-16
WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling