summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Forward.h
AgeCommit message (Expand)Author
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-03LibGUI: Forward declare ImageWidgetTimothy Flynn
2022-01-27LibGUI: Add a universally available "command palette" to GUI programsAndreas Kling
2021-10-06LibGUI: Add missing headersBen Wiederhake
2021-08-31WindowServer: Add message to notify clients of applet area resizeJoe Bentley
2021-08-18LibGUI+Browser: Add UrlBox classRob Ryan
2021-08-08LibGUI: Implement persistent indices for modelssin-ack
2021-08-06LibGUI: Add ValueSlider widgetMarcus Nilsson
2021-07-12LibGUI: Add FontsChanged event and deliver it to windows and widgetsLuK1337
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