summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/CMakeLists.txt
AgeCommit message (Expand)Author
2021-05-05LibGUI: Add ScrollableContainerWidget :^)Andreas Kling
2021-05-04LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cppAndreas Kling
2021-04-26LibGUI: Make common locations configurableDexesTTP
2021-04-17LibGUI: Make sure we depend on the WindowManager IPC endpointsAndreas Kling
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-04-16LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entriesLinus Groh
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-02-27LibGUI: Remove ControlBoxButton widgetthankyouverycool
2021-02-27LibGUI: add a rudimentary framework for Wizards.Nick Vella
2021-02-19LibGUI: Port GUI::FilePicker to GML and improve the layoutAndreas Kling
2021-02-07Shell: Move Shell syntax highlighter LibShellAndreas 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-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling