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-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
2021-08-08
LibGUI: TreeView tree column text painting adjustments
sin-ack
2021-08-08
LibGUI: Add show_tooltip_immediately()
Tobias Christiansen
2021-08-07
LibGUI: Don't assume GUI::Icon has 16x16 bitmap in AbstractTableView
Andreas Kling
2021-08-06
LibGUI: Add ValueSlider widget
Marcus Nilsson
2021-08-06
LibGUI+Applications: Rename Model::is_valid to is_within_range
sin-ack
2021-08-06
LibGUI: Allow TabWidget to remove all tabs except one
TheFightingCatfish
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-05
LibGUI: Add on_active_window_change function object to the Window class
Karol Kosek
2021-08-03
LibGUI: Redraw button on Key_{Return,Space} up event
LuK1337
2021-08-02
LibGUI: Ensure that edit actions are disabled for password boxes
Gunnar Beutner
2021-08-02
LibGUI: Remove redundant code
Gunnar Beutner
2021-08-02
LibGUI: Add a simple GUI::PasswordInputDialog
Andreas Kling
2021-08-02
LibGUI: Register GUI::PasswordBox to make it availble in GML
Andreas Kling
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-08-01
LibGUI: Remove unused header includes
Brian Gianforcaro
2021-07-30
LibGui: Add bounding of rubber band to IconView
FrHun
2021-07-29
LibGUI: Do not wrap text in statusbar segments
sin-ack
2021-07-29
LibGUI+Playground: Move GMLAutocompleteProvider to LibGUI
Conor Byrne
2021-07-29
LibGUI: Allow to specify FilePicker window position
LuK1337
2021-07-29
LibGUI: Allow to specify position on screen for Dialog window
LuK1337
2021-07-28
Revert "LibGUI: Only dispatch Leave if the now-hovered widget isn't a child"
Andreas Kling
2021-07-28
Revert "LibGUI: Ignore the Enter event by default"
Andreas Kling
2021-07-28
LibGUI+LibGfx: Highlight currently active tab button with accent color
Andreas Kling
2021-07-28
LibGUI: Update windows when they become active/inactive
Andreas Kling
2021-07-28
LibGUI: Align FilePickerDialog's common locations with file list view
LuK1337
2021-07-28
LibGUI: Convert indexes to size_t and use Optional in TabWidget
Luke
2021-07-28
LibGUI: Always reset pressed close button index on mouse up in TabWidget
Luke
2021-07-28
LibGUI: Add GUI_HOVER_DEBUG runtime debugging flag (environment)
Andreas Kling
2021-07-28
LibGUI: Make Label padding work with left/right aligned text
Andreas Kling
2021-07-27
LibGUI: Add a ClipboardClient for GUI::Clipboard
TheFightingCatfish
2021-07-27
AboutDialog: Fix inconsistent margins
FrHun
2021-07-27
FilePicker: Fix button margins and size
FrHun
2021-07-27
ProcessChooser: Fix button margins and size
FrHun
2021-07-27
Userland: Make TextWrapping::Wrap opt-in
sin-ack
2021-07-27
LibGUI: Disable changing the view on error in the FilePicker
Karol Kosek
2021-07-27
LibGUI: Show an error message on open error in the FilePicker
Karol Kosek
2021-07-27
LibGUI: Add some "fudge factor" around IconView item rects
Andreas Kling
[next]