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.h
Age
Commit message (
Expand
)
Author
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-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-01-27
LibGUI: Add a universally available "command palette" to GUI programs
Andreas Kling
2021-11-22
LibGUI: Let Application constructor accept in Main::Arguments
Mustafa Quraish
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: Add GUI_HOVER_DEBUG runtime debugging flag (environment)
Andreas Kling
2021-07-26
LibGUI: Let GUI applications create an inspectable EventLoop
sin-ack
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-03-25
Userland: Turn all application menus into window menus :^)
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