index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-06-01
LibGUI: Fix typo in ConnectionToWindowManagerServer
Olivier De Cannière
2022-05-25
LibGUI: Add GUI::Process::spawn_or_show_error()
MacDue
2022-05-13
LibGUI: Add TreeViewModel as a simpler interface for building TreeViews
Linus Groh
2022-04-02
LibGUI+Applications: Move abstract ThemeEditor preview to LibGUI
Ben Maxwell
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-25
Userland: Rename WindowManagerServerConnection
Itamar
2022-02-07
LibGUI: Move GML parsing and formatting to new AST
kleines Filmröllchen
2022-02-07
LibGUI: Remove GML prefix in favor of proper namespace
kleines Filmröllchen
2022-01-27
LibGUI: Add a universally available "command palette" to GUI programs
Andreas Kling
2022-01-18
LibGUI: Add a GitCommit SyntaxHighlighter implementation
Brian Gianforcaro
2022-01-16
LibGUI+FontEditor: Move GlyphMapWidget to LibGUI
Sam Atkins
2022-01-14
LibGUI: Add `AbstractZoomPanWidget` widget :^)
Mustafa Quraish
2021-11-24
LibGUI: Add GUI::Menubar::try_add_menu()
Andreas Kling
2021-11-20
LibGUI: Add SettingsWindow class
Sam Atkins
2021-10-21
LibGUI: Add a GUI::Tray widget for the FilePicker common locations
Andreas Kling
2021-09-08
LibGUI+WindowServer: Introduce new mouse tracking mechanism
Ben Wiederhake
2021-08-31
LibGUI/Desktop: Use LibConfig instead of Core::ConfigFile
Mustafa Quraish
2021-08-19
LibGUI: Move common action definitions to CommonActions.cpp
sin-ack
2021-08-08
LibGUI: Implement persistent indices for models
sin-ack
2021-08-06
LibGUI: Add ValueSlider widget
Marcus Nilsson
2021-08-02
LibGUI: Add a simple GUI::PasswordInputDialog
Andreas Kling
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-07-29
LibGUI+Playground: Move GMLAutocompleteProvider to LibGUI
Conor Byrne
2021-06-20
WindowServer: Add API to set/get screen layouts
Tom
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-05
LibGUI: Add ScrollableContainerWidget :^)
Andreas Kling
2021-05-04
LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cpp
Andreas Kling
2021-04-26
LibGUI: Make common locations configurable
DexesTTP
2021-04-17
LibGUI: Make sure we depend on the WindowManager IPC endpoints
Andreas Kling
2021-04-17
LibGUI+WindowServer: Separate window manager IPC from regular IPC
sin-ack
2021-04-16
LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entries
Linus Groh
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-02-27
LibGUI: Remove ControlBoxButton widget
thankyouverycool
2021-02-27
LibGUI: add a rudimentary framework for Wizards.
Nick Vella
2021-02-19
LibGUI: Port GUI::FilePicker to GML and improve the layout
Andreas Kling
2021-02-07
Shell: Move Shell syntax highlighter LibShell
Andreas Kling
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-02-07
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax
Andreas Kling
2021-02-07
LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling