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
Age
Commit message (
Expand
)
Author
2021-07-04
WindowServer+LibGUI: Add a way to force a window to have a drop shadow
Andreas Kling
2021-07-04
WindowServer: Make most remaining WindowServer IPC calls async
Andreas Kling
2021-07-04
LibGUI: Make tooltip height line count aware
LuK1337
2021-07-03
LibGUI/TextEditor: Set cut and copy actions to disabled on init
Marcus Nilsson
2021-07-03
WindowServer: Add API to change virtual desktop settings
Tom
2021-07-03
Everywhere: Use IPC include syntax
Timothy
2021-07-02
LibThreading: Add ability to cancel ongoing BackgroundActions
Spencer Dixon
2021-07-01
FileManager: Remove clicked breadcrumbs for non-existing directories
Sam Atkins
2021-07-01
LibGUI: Add search/removal methods to Breadcrumbbar
Sam Atkins
2021-07-01
LibGUI: Navigate to parent when FileSystemModel directory is deleted
Sam Atkins
2021-07-01
LibGUI: Add foreground_role and background_role property to GUI::Widget
DoubleNegation
2021-06-30
HeaderView: Fix horizonal section size miscalculation
Olivier De Canniere
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-30
LibGUI: Add PasswordBox
Max Wipfli
2021-06-30
LibGUI: Add glyph substitution to TextEditor
Max Wipfli
2021-06-30
LibGUI: Fix double-clicking words in syntax-highlighted text
Max Wipfli
2021-06-29
LibGUI: Don't allocate a scope-local MouseEvent on the heap
Ali Mohammad Pur
2021-06-29
AK+Everywhere: Change int to size_t in JsonObject and JsonArray
Max Wipfli
2021-06-29
LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()
Andreas Kling
2021-06-28
LibGUI+WindowServer: Add new WMEvent Super+Space
Spencer Dixon
2021-06-27
WindowServer+LibGUI: Allow specifying a "launch origin" for new windows
Andreas Kling
2021-06-25
LibGUI: Add TextEditor::has_document()
Itamar
2021-06-25
LibGUI: Add alternate shortcut F5 to the "reload" common action
Aatos Majava
2021-06-25
LibGUI: Make Action::shortcut() return const&
Aatos Majava
2021-06-25
LibGUI: Add a new constructor to Action
Aatos Majava
2021-06-25
LibGUI: Actually use the Action alternate shortcut
Aatos Majava
2021-06-25
LibGUI: Add support for an alternate keyboard shortcut in Action
Aatos Majava
2021-06-24
LibGUI: Add update() when changing widget color or palette
Spencer Dixon
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-24
Userland: Remove dummy IPC methods
Gunnar Beutner
2021-06-20
LibGUI/TabWidget: Make sure we don't act on two mouseup events
Marcus Nilsson
2021-06-20
LibGUI/TabWidget: Add close button to tabs
Marcus Nilsson
2021-06-20
WindowServer: Add API to set/get screen layouts
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-18
LibGUI: Don't restart AbstractView drag on mousemove after escape key
Andreas Kling
2021-06-15
LibGUI: Allow tweaking each edge of TabWidget's content margins
Andreas Kling
2021-06-15
LibGUI: Make a macro for registering a GUI::Margins object property
Andreas Kling
2021-06-13
LibGUI: Make "Return" after tab return to original column in TableView
Max Trussell
2021-06-13
LibGUI+HackStudio: Make gutter a first class element
Dmitrii Ubskii
2021-06-12
TextEditor: Don't close autocomplete box or stop timer on leave_event
Sreelakshmi
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-12
WindowServer+LibGUI: Make window creation asynchronous :^)
Andreas Kling
2021-06-09
LibGUI/WindowServer: Add set_maximized IPC call
Marcus Nilsson
2021-06-09
Meta: Disable -Wmaybe-uninitialized
Ali Mohammad Pur
2021-06-09
LibGUI: Set TextEditor to unmodified after saving size=0 files
Sam Atkins
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-08
LibGUI+SoundPlayer: Add Slider option to jump to cursor
Nick Miller
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
[next]