summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2023-02-19LibGUI: Allow clipboard items to have no associated dataTim Ledbetter
2023-02-19LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit pathSam Atkins
2023-02-19LibGUI: Add Button double-click callbackSam Atkins
2023-02-19LibGUI: Add PathBreadcrumbbarSam Atkins
2023-02-19LibGUI+FileManager: Move `has_{parent,child}_segment` logic into BCBSam Atkins
2023-02-18LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`Sam Atkins
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-18Userland: Use Widget::add_spacer() everywhereSam Atkins
2023-02-18LibGUI: Allow specifying Layout margins and spacing in the constructorSam Atkins
2023-02-18LibGUI: Add Widget::add_spacer() wrapperSam Atkins
2023-02-18LibGUI: Skip over grapheme clusters on left/right arrow key pressesTimothy Flynn
2023-02-17LibGUI: Force re-layout on Frame thickness changesFrHun
2023-02-17LibGUI: Adjust OpacitySlider min size for consistencyFrHun
2023-02-17LibGUI: Use calculated_preferred_size for Progressbar default sizeFrHun
2023-02-17LibGUI: Implement calculated sizes for SliderFrHun
2023-02-17LibGUI: Implement calculated sizes for ValueSliderFrHun
2023-02-17LibGUI: Use calculated_preferred_size in SeparatorWidgetFrHun
2023-02-17LibGUI: Update TextEditor to delete emoji based on gbp clusterFausto Tommasi
2023-02-16LibGUI: Add highlighting to `UrlBox`Cameron Youell
2023-02-16LibGUI: Account for `glyph_spacing()` in spansCameron Youell
2023-02-15LibGUI: Use Unicode's text segmentation for traversing word breaksTimothy Flynn
2023-02-13LibGUI: Take gutter into account when measuring TextEditor content areaSam Atkins
2023-02-13LibGUI: Don't show caret cursor when hovering TextEditor's gutterSam Atkins
2023-02-13LibGUI: Combine wrapping/non-wrapping TextEditor code pathsSam Atkins
2023-02-13LibGUI: Fix typo in `span_consumed` variableSam Atkins
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