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-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
2023-02-05
LibGfx: Pass font width to `FontDatabase::get()`
Aliaksandr Kalenik
2023-02-04
LibGUI: Verify NonemptyText InputBox doesn't result in an empty string
Karol Baraniecki
2023-02-04
LibGUI+Userland: Switch order of parameters for InputBox::show
Karol Baraniecki
2023-02-04
Userland: Replace manual checking by using GUI::InputType::NonemptyText
Karol Baraniecki
2023-02-04
LibGUI: Allow the InputBox to be of NonemptyText type
Karol Baraniecki
2023-02-02
LibGUI: Use the correct font when relayouting Breadcrumbbar
Andreas Kling
2023-02-02
LibGUI: Merge two loops over the segments in Breadcrummbar::relayout()
Andreas Kling
2023-02-02
LibGUI: Center TreeView item icons vertically
Andreas Kling
2023-02-02
LibGUI: Make Tray item height honor the current font size
Andreas Kling
2023-02-02
LibGUI: Relayout Breadcrumbbar on font change
Andreas Kling
2023-02-02
LibGUI: Invalidate IconView cache on font change
Andreas Kling
2023-02-02
LibGUI: Don't hard-code TreeView row height
Andreas Kling
2023-02-02
LibGUI: Add allowed file types to FilePicker
Marcus Nilsson
2023-02-02
LibGUI: Add allowed file extensions to FileSystemModel
Marcus Nilsson
2023-01-29
LibGUI+LibGfx: Add Tray ColorRole helpers to Palette
thankyouverycool
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
LibGUI: Remove declarations for non-existent methods
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-26
LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-21
LibGUI: Mimic a user click when calling `Button::click()`
Lucas CHOLLET
2023-01-21
LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`
Lucas CHOLLET
2023-01-21
LibGUI: Remove public getter `Button::is_mimic_pressed()`
Lucas CHOLLET
2023-01-20
LibGfx: Re-structure the whole initialization pattern for image decoders
Liav A
2023-01-20
LibGfx: Re-work the abstractions of sending image for decoding over IPC
Liav A
2023-01-18
LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytes
Liav A
[next]