summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/CMakeLists.txt
AgeCommit message (Expand)Author
2022-06-01LibGUI: Fix typo in ConnectionToWindowManagerServerOlivier De Cannière
2022-05-25LibGUI: Add GUI::Process::spawn_or_show_error()MacDue
2022-05-13LibGUI: Add TreeViewModel as a simpler interface for building TreeViewsLinus Groh
2022-04-02LibGUI+Applications: Move abstract ThemeEditor preview to LibGUIBen Maxwell
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-25Userland: Rename WindowManagerServerConnectionItamar
2022-02-07LibGUI: Move GML parsing and formatting to new ASTkleines Filmröllchen
2022-02-07LibGUI: Remove GML prefix in favor of proper namespacekleines Filmröllchen
2022-01-27LibGUI: Add a universally available "command palette" to GUI programsAndreas Kling
2022-01-18LibGUI: Add a GitCommit SyntaxHighlighter implementationBrian Gianforcaro
2022-01-16LibGUI+FontEditor: Move GlyphMapWidget to LibGUISam Atkins
2022-01-14LibGUI: Add `AbstractZoomPanWidget` widget :^)Mustafa Quraish
2021-11-24LibGUI: Add GUI::Menubar::try_add_menu()Andreas Kling
2021-11-20LibGUI: Add SettingsWindow classSam Atkins
2021-10-21LibGUI: Add a GUI::Tray widget for the FilePicker common locationsAndreas Kling
2021-09-08LibGUI+WindowServer: Introduce new mouse tracking mechanismBen Wiederhake
2021-08-31LibGUI/Desktop: Use LibConfig instead of Core::ConfigFileMustafa Quraish
2021-08-19LibGUI: Move common action definitions to CommonActions.cppsin-ack
2021-08-08LibGUI: Implement persistent indices for modelssin-ack
2021-08-06LibGUI: Add ValueSlider widgetMarcus Nilsson
2021-08-02LibGUI: Add a simple GUI::PasswordInputDialogAndreas Kling
2021-08-02LibGUI, WindowServer: Greatly simplify menubar logicsin-ack
2021-07-29LibGUI+Playground: Move GMLAutocompleteProvider to LibGUIConor Byrne
2021-06-20WindowServer: Add API to set/get screen layoutsTom
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
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