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-11-02
LibGUI: Don't suggest widgets inside layouts
thislooksfun
2021-11-02
LibGUI: Abstract out some duplicated logic for suggesting properties
thislooksfun
2021-11-02
LibGUI: Make sure that children are actually widgets
thislooksfun
2021-11-02
LibGUI: Dynamically process layouts from GML files
thislooksfun
2021-11-02
LibGUI: Use fuzzy matching for GML suggestions
thislooksfun
2021-11-02
LibGUI: Add myself to the copyright header
thislooksfun
2021-11-02
LibGUI: Suggest 'layout' even before the user starts typing
thislooksfun
2021-11-02
LibGUI: Remove unused check
thislooksfun
2021-11-02
LibGUI: Automatically append ': ' after autocompleted GML properties
thislooksfun
2021-11-02
LibGUI: Remove GUI::AutocompleteProvider::Entry::kind
thislooksfun
2021-11-02
HackStudio+LibGUI: Handle #include quotes and brackets in the engine
thislooksfun
2021-11-02
LibGUI: Allow completion suggestions to fill and display different text
thislooksfun
2021-11-02
LibGUI: Replace the already typed text when autocompleting
thislooksfun
2021-11-02
LibGUI: Show autocomplete for Layout properties
thislooksfun
2021-11-02
LibGUI: Match layout classes even after you start typing
thislooksfun
2021-11-02
LibGUI: Correctly suggest layout classes
thislooksfun
2021-11-02
LibGUI: Remove unnecessary curly braces
thislooksfun
2021-11-02
LibGUI: Register layouts with inheritance
thislooksfun
2021-11-02
LibGUI: Register GUI::Layout
thislooksfun
2021-11-02
LibCore+LibGUI: Make ObjectClassRegistration::construct() nullable
thislooksfun
2021-11-02
LibThreading: Remove redundant method
Ben Wiederhake
2021-10-31
LibGUI: Support using a bitmap as override cursor
Marco Cutecchia
2021-10-30
LibGUI: Focus next tab after closing active tab
Noah Haasis
2021-10-28
LibGUI: Add MetricRole and PathRole to GUI::Variant
Sam Atkins
2021-10-27
Everywhere: Rename back-click to backward-click
Filiph Sandström
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-23
LibGUI: Don't force flush pending paints whenever mouse moves
Andreas Kling
2021-10-23
LibGUI: Repaint buttons immediately on mouse up/down events
Andreas Kling
2021-10-23
LibGUI: Add Widget::repaint() to force an immediate repaint
Andreas Kling
2021-10-23
LibGUI: Use move semantics in GUI::MultiPaintEvent
Andreas Kling
2021-10-23
LibGUI: Make exclusive button group act as a single focusable unit
Andreas Kling
2021-10-23
LibGUI: Add GUI::KeyEvent::is_arrow_key()
Andreas Kling
2021-10-23
LibGUI: Mark GUI::RadioButton as "checkable"
Andreas Kling
2021-10-21
LibGUI: Don't paint TextEditor selection in non-focused widgets
Andreas Kling
2021-10-21
LibGUI: Use the new GUI::Tray widget in GUI::FilePicker
Andreas Kling
2021-10-21
LibGUI: Add a GUI::Tray widget for the FilePicker common locations
Andreas Kling
2021-10-21
LibGUI: Make toolbar buttons non-focusable by default
Andreas Kling
2021-10-21
LibGUI: Make links only clickable where the text is
Ben Wiederhake
2021-10-21
LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment
Andreas Kling
2021-10-21
LibGUI+WindowServer: Add option to hide a widow's close button
Timothy Flynn
2021-10-21
LibGUI: Convert ItemListModel's Display Role to string during search
Karol Kosek
2021-10-17
LibGUI: Don't render placeholders as secret
Peter Elliott
2021-10-17
LibGUI: Remember the maximized value if a window hasn't been created yet
Karol Kosek
2021-10-15
LibGUI: Make Ctrl-Right at the end of a span work
Ben Wiederhake
2021-10-15
LibGUI: Don't update selection twice after Ctrl-Right
Ben Wiederhake
2021-10-15
LibGUI: Make Ctrl-Shift-Home/-End work again
Ben Wiederhake
2021-10-15
LibGUI: Convert always-valid pointer to reference
Ben Wiederhake
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-07
LibGUI: Support drag-to-reorder in TabWidget
Peter Elliott
2021-10-06
LibGUI: Add missing headers
Ben Wiederhake
[next]