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
2023-02-19
LibGUI: Allow clipboard items to have no associated data
Tim Ledbetter
2023-02-19
LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path
Sam Atkins
2023-02-19
LibGUI: Add Button double-click callback
Sam Atkins
2023-02-19
LibGUI: Add PathBreadcrumbbar
Sam Atkins
2023-02-19
LibGUI+FileManager: Move `has_{parent,child}_segment` logic into BCB
Sam Atkins
2023-02-18
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-18
Userland: Use Widget::add_spacer() everywhere
Sam Atkins
2023-02-18
LibGUI: Allow specifying Layout margins and spacing in the constructor
Sam Atkins
2023-02-18
LibGUI: Add Widget::add_spacer() wrapper
Sam Atkins
2023-02-18
LibGUI: Skip over grapheme clusters on left/right arrow key presses
Timothy Flynn
2023-02-17
LibGUI: Force re-layout on Frame thickness changes
FrHun
2023-02-17
LibGUI: Adjust OpacitySlider min size for consistency
FrHun
2023-02-17
LibGUI: Use calculated_preferred_size for Progressbar default size
FrHun
2023-02-17
LibGUI: Implement calculated sizes for Slider
FrHun
2023-02-17
LibGUI: Implement calculated sizes for ValueSlider
FrHun
2023-02-17
LibGUI: Use calculated_preferred_size in SeparatorWidget
FrHun
2023-02-17
LibGUI: Update TextEditor to delete emoji based on gbp cluster
Fausto Tommasi
2023-02-16
LibGUI: Add highlighting to `UrlBox`
Cameron Youell
2023-02-16
LibGUI: Account for `glyph_spacing()` in spans
Cameron Youell
2023-02-15
LibGUI: Use Unicode's text segmentation for traversing word breaks
Timothy Flynn
2023-02-13
LibGUI: Take gutter into account when measuring TextEditor content area
Sam Atkins
2023-02-13
LibGUI: Don't show caret cursor when hovering TextEditor's gutter
Sam Atkins
2023-02-13
LibGUI: Combine wrapping/non-wrapping TextEditor code paths
Sam Atkins
2023-02-13
LibGUI: Fix typo in `span_consumed` variable
Sam Atkins
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-13
LibGUI: Remove deprecated text and set_text functions in AbstractButton
Karol Kosek
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>
Karol Kosek
2023-02-13
Userland: Replace usages of AbstractButton::text_deprecated with text()
Karol Kosek
2023-02-13
LibGUI: Store text using the new String class in the AbstractButton
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-02-13
LibGUI: Make Clipboard::set_plain_text take text as a StringView
Karol Kosek
2023-02-13
LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String
Karol Kosek
2023-02-12
LibGUI: Callback with the clamped value of Sliders on a jump to cursor
Zaggy1024
2023-02-11
LibGUI: Remove the `Core::File` overload of `write_to_file()`
Lucas CHOLLET
2023-02-11
LibGUI: Base `write_to_file(StringView path)` on the stream overload
Lucas CHOLLET
2023-02-10
LibGUI: Add a DontResizeColumns option to Model::UpdateFlag
Tim Ledbetter
2023-02-10
LibGUI: Speed up Variant string conversion for string data
Tim Ledbetter
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-08
LibGfx: Propagate errors from serializing bitmaps
Tim Schumacher
2023-02-07
LibGUI: Add 9 and 11 to the list of suggested sizes in FontPicker
Andreas Kling
2023-02-07
LibGUI: Add callbacks for Slider drags starting and ending
Zaggy1024
2023-02-07
LibGUI: Make sliders start a drag when jumping to the cursor
Zaggy1024
2023-02-07
LibGUI+About: Make AboutDialog creation fallible
Sam Atkins
2023-02-07
LibGUI: Convert AboutDialog layout to GML
Sam Atkins
2023-02-05
LibGUI: Handle utf-8 search strings in find
Arda Cinar
[next]