index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
Application.cpp
Age
Commit message (
Expand
)
Author
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-07-01
LibGUI: Make Application::exec() return instead of calling exit()
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-14
Clipboard: Move the system clipboard to a dedicated service process :^)
Andreas Kling
2020-05-12
LibGUI: Add a way to highlight the focused widget for debugging
Andreas Kling
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-03-19
LibGUI: Remove remaining G prefixes
Tibor Nagy
2020-03-07
LibCore: Remove all remaining C prefix references
Shannon Booth
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibGUI: Don't leak every tooltip window ever :^)
Andreas Kling
2020-02-15
LibGUI: Remove some header dependencies from Application.h
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling