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-01-06
LibGUI: Simplify GUI::Label preferred height calculation
Andreas Kling
2023-01-06
LibGfx: Make text painting better at aligning vector fonts vertically
Andreas Kling
2023-01-06
LibGUI: Tweak GUI::Label auto-sizing logic for floating point font sizes
Andreas Kling
2023-01-06
LibGfx: Slim down Gfx::TextLayout API by removing unused accessors
Andreas Kling
2023-01-06
LibGfx: Make Font::preferred_line_height() more correct
Andreas Kling
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2023-01-03
LibGUI: Stop duplicating mouse events of cursor tracking widget
MacDue
2023-01-03
LibGUI: Don't highlight extension text when saving files with FilePicker
Timothy Flynn
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2023-01-03
LibGUI: Fix highlighting of elements in TreeView
martinfalisse
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/IterationDecision.h
Ben Wiederhake
2023-01-01
LibGUI: Fix wrong copyright header email for recent OpacitySlider change
networkException
2023-01-01
LibGUI+Userland: Make GML unregistered_child_handler fallible
Sam Atkins
2023-01-01
LibCore+LibGUI: Add fallible versions of Widget::load_from_gml()
Sam Atkins
2023-01-01
LibGUI: Make color picker opacity sliders react to the chosen color
networkException
2023-01-01
LibGUI: Add base color to OpacitySlider
networkException
2022-12-31
LibGUI: Fix invalid ModelIndices during shift-click multiselection
Aayush
2022-12-30
LibGUI: Automatically scroll to a new column on adding it in ColumnsView
Karol Kosek
2022-12-30
LibGUI: Teach ColumnsView where indexes are placed (and scroll to them)
Karol Kosek
2022-12-30
LibGUI: Don't destroy columns after selecting already opened one
Karol Kosek
2022-12-30
LibGUI: Determine model index from a content position in ColumnsView
Karol Kosek
2022-12-30
LibGUI: Don't show last separator in column
Karol Kosek
2022-12-30
LibGUI: Replace a magic number with ColumnsView::column_separator_width
Karol Kosek
2022-12-28
LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`
Jelle Raaijmakers
2022-12-26
LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget
thankyouverycool
2022-12-26
LibGUI+Applications: Rename automatic scrolling timer functions
thankyouverycool
2022-12-26
LibGUI: Handle Enter+Leave events for automatic cursor trackers
thankyouverycool
2022-12-20
LibGUI: Fix bug in the ColorPicker's spinbox not changing colors
Baitinq
2022-12-20
LibGUI+FontEditor: Restore normalized selections on Undo/Redo
thankyouverycool
2022-12-20
LibGUI: Reset GlyphMapWidget scroll value when changing active range
thankyouverycool
2022-12-20
LibGUI: Focus the actively resizing end of GlyphMapWidget selections
thankyouverycool
2022-12-20
LibGUI: Only reset GlyphMapWidget selection on Escape
thankyouverycool
2022-12-20
LibGUI: Add Page{Up,Down} support for GlyphMapWidget
thankyouverycool
2022-12-20
LibGUI: Improve visible glyph estimate in GlyphMapWidget
thankyouverycool
2022-12-20
LibGUI: Adjust GlyphMapWidget content sizing and glyph padding
thankyouverycool
2022-12-20
LibGUI: Implement calculated_min_size() for GlyphMapWidget
thankyouverycool
2022-12-20
LibGUI: Check bounds when moving GlyphMapWidget selections
thankyouverycool
2022-12-20
LibGUI: Ensure GlyphMapWidget selection resets when requested
thankyouverycool
2022-12-20
LibGUI: Disallow GlyphMapWidget selection sizes equal to zero
thankyouverycool
2022-12-20
LibGUI: Forward GlyphMapWidget Key_Tab events
thankyouverycool
2022-12-16
LibGUI: Prevent key_down event from bubbling for Key_Up and Key_Down
Timothy Slater
2022-12-16
LibGUI: Add GUI::TabWidget::add_tab() that takes a constructed tab
Baitinq
2022-12-15
LibGUI: Add GUI::SettingsWindow::add_tab() that takes a constructed tab
Baitinq
2022-12-15
LibThreading+Everywhere: Support returning error from `BackgroundAction`
Lucas CHOLLET
2022-12-15
LibGUI: Actually try something in `TabWidget::try_add_widget(Widget&)`
Lucas CHOLLET
2022-12-15
LibGUI: Add dots below TabWidget close button when modified
meiskam
2022-12-15
LibGUI: Add `modified` bool to TabWidget
meiskam
2022-12-14
LibGfx+Userland: Make Gfx::SystemTheme propagate errors
Cygnix Proto
[next]