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-09-06
LibGUI: Add Gfx::ColorRole to Variant
Karol Kosek
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-04
LibGUI: Fixes modified indicator behavior after saving
luiz
2021-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-09-03
LibGUI: Set correct value on click with set jump_to_cursor() in Slider
Karol Kosek
2021-09-03
LibGUI: Add track_margin() to Sliders
Karol Kosek
2021-09-02
AboutDialog: Accept a version string
Mahmoud Mandour
2021-09-02
LibCore+LibGUI: Define a Serenity version in LibCore
Mahmoud Mandour
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-09-01
LibGUI: Don't draw Scrollbar scrubber when scrubber rect is null
thankyouverycool
2021-09-01
LibGUI:: Style Combo and SpinBox buttons as ThickCaps
thankyouverycool
2021-09-01
LibGUI: Show an error message box in the FilePicker on no permissions
Karol Kosek
2021-09-01
LibGUI: Adjust BreadcrumbButtons width on resize
Marcus Nilsson
2021-08-31
LibGUI/Desktop: Use LibConfig instead of Core::ConfigFile
Mustafa Quraish
2021-08-31
WindowServer: Add message to notify clients of applet area resize
Joe Bentley
2021-08-31
LibGUI: Reuse draw_item_text function in ListView
Karol Kosek
2021-08-31
LibGUI: Enable searching through ListView items by keyboard
Karol Kosek
2021-08-31
LibGUI: Make ItemListModel searchable
Karol Kosek
2021-08-31
LibGUI: Bias text towards bottom when tabs at top have uneven spacing
sin-ack
2021-08-31
LibGUI: Adjust content area and focus rect of tab buttons
sin-ack
2021-08-31
LibGUI: Rename FileSystemModel's "Owner" column to "User"
Andreas Kling
2021-08-31
LibGUI: Tweak scrollbar arrows
Andreas Kling
2021-08-31
LibGUI+LibGfx: Make scrollbar buttons a little bit thicker
Andreas Kling
2021-08-31
Userland: Use Rect::centered_within() where useful
Andreas Kling
2021-08-28
LibGUI: Select common location on Filepicker startup
Simon Danner
2021-08-27
Everywhere: Use the Optional<T>::operator==(T) operator
Mustafa Quraish
2021-08-22
LibGUI: Make Ctrl+Shift+Right select text
Andrew January
2021-08-22
LibGUI: Always resize the mapping rows when sorting
Karol Kosek
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-20
LibGUI: Reduce amount we init for FileIconProvider::filetype_image_icon
Andrew January
2021-08-20
LibGUI: Pass context menu events through normal event dispatch
Andreas Kling
2021-08-19
LibGUI: Move common action definitions to CommonActions.cpp
sin-ack
2021-08-18
LibGUI+Browser: Add UrlBox class
Rob Ryan
2021-08-18
LibGUI: Allow widgets to make themselves non-auto-focusable
Rob Ryan
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-15
LibGUI: Simplify AboutDialog::version_string()
Nico Weber
2021-08-10
LibGUI: Draw a focus rect over the row when sel. behavior is SelectRows
sin-ack
2021-08-10
LibGUI: Partially restore original TreeView column painting behavior
sin-ack
2021-08-10
LibGUI: Default TreeView to SelectionBehavior::SelectItems
sin-ack
2021-08-08
LibGUI: Implement granular updates for FileSystemModel
sin-ack
2021-08-08
LibGUI: Prefix some private FileSystemModel::Node members with m_
sin-ack
2021-08-08
LibGUI: Resize the mapping rows during sort
sin-ack
2021-08-08
LibGUI: Implement granular operations for Model subclasses
sin-ack
2021-08-08
LibGUI: Implement persistent indices for models
sin-ack
2021-08-08
LibGUI: Do not allow tree column to shrink beyond indent and icon
sin-ack
2021-08-08
LibGUI: Let the table view tell HeaderView about the min. section size
sin-ack
2021-08-08
LibGUI: Correctly call update() in ProcessChooser
sin-ack
2021-08-08
LibGUI: Add `break` even before empty default label
Daniel Bertalan
[next]