summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Application.cpp
AgeCommit message (Expand)Author
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-10-23LibGUI+LibGfx+Base: Make tooltips color theme aware :^)Andreas Kling
2020-08-22LibGUI: Fix crash during HackStudio application teardownAndreas Kling
2020-08-15LibGUI: Update active tooltip when source widget changes the labelLinus Groh
2020-08-15LibGUI: Export GUI_FOCUS_DEBUG to visualize the focused widgetAndreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-07-01LibGUI: Make Application::exec() return instead of calling exit()Andreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-14Clipboard: Move the system clipboard to a dedicated service process :^)Andreas Kling
2020-05-12LibGUI: Add a way to highlight the focused widget for debuggingAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-03-19LibGUI: Remove remaining G prefixesTibor Nagy
2020-03-07LibCore: Remove all remaining C prefix referencesShannon Booth
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGUI: Don't leak every tooltip window ever :^)Andreas Kling
2020-02-15LibGUI: Remove some header dependencies from Application.hAndreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling