summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-13LibGUI: Remove deprecated text and set_text functions in AbstractButtonKarol Kosek
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-13LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>Karol Kosek
2023-02-13Userland: Replace usages of AbstractButton::text_deprecated with text()Karol Kosek
2023-02-13LibGUI: Store text using the new String class in the AbstractButtonKarol Kosek
2023-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-02-13LibGUI: Make Clipboard::set_plain_text take text as a StringViewKarol Kosek
2023-02-13LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new StringKarol Kosek
2023-02-12LibGUI: Callback with the clamped value of Sliders on a jump to cursorZaggy1024
2023-02-11LibGUI: Remove the `Core::File` overload of `write_to_file()`Lucas CHOLLET
2023-02-11LibGUI: Base `write_to_file(StringView path)` on the stream overloadLucas CHOLLET
2023-02-10LibGUI: Add a DontResizeColumns option to Model::UpdateFlagTim Ledbetter
2023-02-10LibGUI: Speed up Variant string conversion for string dataTim Ledbetter
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-02-08LibGfx: Propagate errors from serializing bitmapsTim Schumacher
2023-02-07LibGUI: Add 9 and 11 to the list of suggested sizes in FontPickerAndreas Kling
2023-02-07LibGUI: Add callbacks for Slider drags starting and endingZaggy1024
2023-02-07LibGUI: Make sliders start a drag when jumping to the cursorZaggy1024
2023-02-07LibGUI+About: Make AboutDialog creation fallibleSam Atkins
2023-02-07LibGUI: Convert AboutDialog layout to GMLSam Atkins
2023-02-05LibGUI: Handle utf-8 search strings in findArda Cinar
2023-02-05LibGfx: Pass font width to `FontDatabase::get()`Aliaksandr Kalenik
2023-02-04LibGUI: Verify NonemptyText InputBox doesn't result in an empty stringKarol Baraniecki
2023-02-04LibGUI+Userland: Switch order of parameters for InputBox::showKarol Baraniecki
2023-02-04Userland: Replace manual checking by using GUI::InputType::NonemptyTextKarol Baraniecki
2023-02-04LibGUI: Allow the InputBox to be of NonemptyText typeKarol Baraniecki
2023-02-02LibGUI: Use the correct font when relayouting BreadcrumbbarAndreas Kling
2023-02-02LibGUI: Merge two loops over the segments in Breadcrummbar::relayout()Andreas Kling
2023-02-02LibGUI: Center TreeView item icons verticallyAndreas Kling
2023-02-02LibGUI: Make Tray item height honor the current font sizeAndreas Kling
2023-02-02LibGUI: Relayout Breadcrumbbar on font changeAndreas Kling
2023-02-02LibGUI: Invalidate IconView cache on font changeAndreas Kling
2023-02-02LibGUI: Don't hard-code TreeView row heightAndreas Kling
2023-02-02LibGUI: Add allowed file types to FilePickerMarcus Nilsson
2023-02-02LibGUI: Add allowed file extensions to FileSystemModelMarcus Nilsson
2023-01-29LibGUI+LibGfx: Add Tray ColorRole helpers to Palettethankyouverycool
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27LibGUI: Remove declarations for non-existent methodsSam Atkins
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-26LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-21LibGUI: Mimic a user click when calling `Button::click()`Lucas CHOLLET
2023-01-21LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`Lucas CHOLLET
2023-01-21LibGUI: Remove public getter `Button::is_mimic_pressed()`Lucas CHOLLET
2023-01-20LibGfx: Re-structure the whole initialization pattern for image decodersLiav A
2023-01-20LibGfx: Re-work the abstractions of sending image for decoding over IPCLiav A
2023-01-18LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytesLiav A