summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Forward.h
AgeCommit message (Expand)Author
2021-06-20WindowServer: Add API to set/get screen layoutsTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-04LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgetsLinus Groh
2021-03-22LibGUI: Add a few missing classes to the forwarding headerAnotherTest
2021-02-16LibGUI: Add ScrollableWidget to forwarding headerAndreas Kling
2021-02-07LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJSAndreas Kling
2021-02-07LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntaxAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling