summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2023-01-06LibGUI: Simplify GUI::Label preferred height calculationAndreas Kling
2023-01-06LibGfx: Make text painting better at aligning vector fonts verticallyAndreas Kling
2023-01-06LibGUI: Tweak GUI::Label auto-sizing logic for floating point font sizesAndreas Kling
2023-01-06LibGfx: Slim down Gfx::TextLayout API by removing unused accessorsAndreas Kling
2023-01-06LibGfx: Make Font::preferred_line_height() more correctAndreas Kling
2023-01-05LibGfx: Avoid rounding/truncating glyph positions till blittingMacDue
2023-01-03LibGUI: Stop duplicating mouse events of cursor tracking widgetMacDue
2023-01-03LibGUI: Don't highlight extension text when saving files with FilePickerTimothy Flynn
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-03LibGUI: Fix highlighting of elements in TreeViewmartinfalisse
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/IterationDecision.hBen Wiederhake
2023-01-01LibGUI: Fix wrong copyright header email for recent OpacitySlider changenetworkException
2023-01-01LibGUI+Userland: Make GML unregistered_child_handler fallibleSam Atkins
2023-01-01LibCore+LibGUI: Add fallible versions of Widget::load_from_gml()Sam Atkins
2023-01-01LibGUI: Make color picker opacity sliders react to the chosen colornetworkException
2023-01-01LibGUI: Add base color to OpacitySlidernetworkException
2022-12-31LibGUI: Fix invalid ModelIndices during shift-click multiselectionAayush
2022-12-30LibGUI: Automatically scroll to a new column on adding it in ColumnsViewKarol Kosek
2022-12-30LibGUI: Teach ColumnsView where indexes are placed (and scroll to them)Karol Kosek
2022-12-30LibGUI: Don't destroy columns after selecting already opened oneKarol Kosek
2022-12-30LibGUI: Determine model index from a content position in ColumnsViewKarol Kosek
2022-12-30LibGUI: Don't show last separator in columnKarol Kosek
2022-12-30LibGUI: Replace a magic number with ColumnsView::column_separator_widthKarol Kosek
2022-12-28LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`Jelle Raaijmakers
2022-12-26LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidgetthankyouverycool
2022-12-26LibGUI+Applications: Rename automatic scrolling timer functionsthankyouverycool
2022-12-26LibGUI: Handle Enter+Leave events for automatic cursor trackersthankyouverycool
2022-12-20LibGUI: Fix bug in the ColorPicker's spinbox not changing colorsBaitinq
2022-12-20LibGUI+FontEditor: Restore normalized selections on Undo/Redothankyouverycool
2022-12-20LibGUI: Reset GlyphMapWidget scroll value when changing active rangethankyouverycool
2022-12-20LibGUI: Focus the actively resizing end of GlyphMapWidget selectionsthankyouverycool
2022-12-20LibGUI: Only reset GlyphMapWidget selection on Escapethankyouverycool
2022-12-20LibGUI: Add Page{Up,Down} support for GlyphMapWidgetthankyouverycool
2022-12-20LibGUI: Improve visible glyph estimate in GlyphMapWidgetthankyouverycool
2022-12-20LibGUI: Adjust GlyphMapWidget content sizing and glyph paddingthankyouverycool
2022-12-20LibGUI: Implement calculated_min_size() for GlyphMapWidgetthankyouverycool
2022-12-20LibGUI: Check bounds when moving GlyphMapWidget selectionsthankyouverycool
2022-12-20LibGUI: Ensure GlyphMapWidget selection resets when requestedthankyouverycool
2022-12-20LibGUI: Disallow GlyphMapWidget selection sizes equal to zerothankyouverycool
2022-12-20LibGUI: Forward GlyphMapWidget Key_Tab eventsthankyouverycool
2022-12-16LibGUI: Prevent key_down event from bubbling for Key_Up and Key_DownTimothy Slater
2022-12-16LibGUI: Add GUI::TabWidget::add_tab() that takes a constructed tabBaitinq
2022-12-15LibGUI: Add GUI::SettingsWindow::add_tab() that takes a constructed tabBaitinq
2022-12-15LibThreading+Everywhere: Support returning error from `BackgroundAction`Lucas CHOLLET
2022-12-15LibGUI: Actually try something in `TabWidget::try_add_widget(Widget&)`Lucas CHOLLET
2022-12-15LibGUI: Add dots below TabWidget close button when modifiedmeiskam
2022-12-15LibGUI: Add `modified` bool to TabWidgetmeiskam
2022-12-14LibGfx+Userland: Make Gfx::SystemTheme propagate errorsCygnix Proto