index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
Age
Commit message (
Expand
)
Author
2021-01-04
LibGUI: Don't include invisible widgets in BoxLayout preferred size
Andreas Kling
2021-01-04
LibGUI: Simplify ToolBarContainer by using shrink-to-fit
Andreas Kling
2021-01-04
LibGUI: Add Widget shrink-to-fit layout flag
Andreas Kling
2021-01-03
LibCore: Report error condition when reading process statistics failed
Tom
2021-01-03
LibGUI: Add GMLFormatter
Linus Groh
2021-01-03
LibGUI: Allow comment(s) before first class marker in GML parser
Linus Groh
2021-01-03
LibGUI: Hide the tooltip if widget with open tooltip unsets it
Andreas Kling
2021-01-03
LibGUI: Use String::formatted() and String::number() more
Andreas Kling
2021-01-03
LibGUI: Also specialize PgUp/PgDn/Home/End in line-wrapped TextEditors
Andreas Kling
2021-01-03
LibGUI: Improve up/down arrow behavior in TextEditor with wrapping
Andreas Kling
2021-01-03
LibGUI: Make the autocomplete box window a child of its editor's window
AnotherTest
2021-01-03
LibGUI: Stop the automatic autocomplete timer when typing whitespace
AnotherTest
2021-01-03
LibGUI: Register the various BoxLayouts
AnotherTest
2021-01-03
LibGUI: Add missing properties to Widget gml
Glenford Williams
2021-01-03
LibGUI: Move widget registrations to the corresponding cpp file
Andrew Kaster
2021-01-02
LibGUI: Remove Widget's unused m_{foreground,background}_color
Linus Groh
2021-01-02
LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)
Andreas Kling
2021-01-02
LibGUI: CommonActions: Add make_help_action common action
Brendan Coles
2021-01-02
LibGUI: Add an optional "automatic" autocomplete feature to TextEditor
AnotherTest
2021-01-02
LibGUI: Allow widget sibling navigation with arrow keys
Andreas Kling
2021-01-02
LibGUI: Tweak MessageBox layout slightly
Andreas Kling
2021-01-02
LibGUI: Correct selection width when using fonts with glyph spacing
Andreas Kling
2021-01-02
LibGUI: Fix cursor height in single-line text boxes
Andreas Kling
2021-01-02
LibGUI: Add Window::on_close hook
Andreas Kling
2021-01-01
LibCore: Remove Core::Object::is_widget() in favor of RTTI
Andreas Kling
2021-01-01
LibCore: Remove some hand-rolled type information from Core::Object
Andreas Kling
2021-01-01
LibGUI: Remove some hand-rolled type information from Widget
Andreas Kling
2021-01-01
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
Andreas Kling
2021-01-01
Applications+LibGUI: Convert all GML consumers to use the LibCore finder
Andrew Kaster
2021-01-01
LibGUI: Hide unnecessary scrollbars in MultiView
Andreas Kling
2021-01-01
LibGUI: Simplify setup code in GUI::MultiView
Andreas Kling
2021-01-01
Meta: Update project copyright dates (2018-2021) :^)
Andreas Kling
2021-01-01
LibGUI: Transfer focus when checking exclusive button programmatically
Andreas Kling
2021-01-01
LibGUI: Simplify RadioButton by using AbstractButton exclusive mode
Andreas Kling
2020-12-31
LibGUI: Add a bunch of missing widget registrations
Andreas Kling
2020-12-31
LibGUI: Add 1px of margin to EmojiPickerDialog
Andreas Kling
2020-12-31
LibGUI: Make the emojis in the emoji input dialog fit in the window
Andreas Kling
2020-12-31
LibGUI: Add a new GUI::OpacitySlider widget :^)
Andreas Kling
2020-12-31
LibGUI: Constrain relative cursor delta to valid range
Tom
2020-12-31
LibGUI: Don't change the actual combobox value while hovering it
Tom
2020-12-31
LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookup
Andreas Kling
2020-12-31
LibGUI: Show font weight names instead of numeric weights in FontPicker
Andreas Kling
2020-12-31
LibGUI: Don't keep creating new models in FontPicker
Andreas Kling
2020-12-31
LibGUI: Simplify FontPicker::set_font()
Andreas Kling
2020-12-31
AK: Fix a race condition with WeakPtr<T>::strong_ref and destruction
Tom
2020-12-31
LibGUI: Sort all the lists in the FontPicker
Andreas Kling
2020-12-30
LibGUI: Tweak FontPicker layout
Andreas Kling
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibGUI: Make FontPicker correctly select the current font when opened
Andreas Kling
2020-12-30
LibGUI: Allow GUI::FilePicker to show only fixed-width fonts
Andreas Kling
[next]