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-13
LibGUI: Make undo work for TextDocument ReplaceAllTextCommand
Sam Atkins
2023-01-12
LibGUI: Port AbstractThemePreview::set_theme_from_file to Core::Stream
Karol Kosek
2023-01-12
LibGUI: Remove unused AbstractThemePreview::on_theme_load_from_file
Karol Kosek
2023-01-12
Userland: Replace remaining Core::Timer::construct()s with try_create()
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-11
LibGUI: Update the AboutDialog copyright year
Tim Ledbetter
2023-01-11
LibGUI: Lex INI files as Utf8
Sam Atkins
2023-01-11
HackStudio: Hide autocomplete popup when switching tabs
Matthew Olsson
2023-01-09
LibGUI: Register "jump_to_cursor" as a GML property
implicitfield
2023-01-09
LibGUI: Make CommonLocationsProvider::load_from_json() failable
Karol Kosek
2023-01-08
LibGUI: Prevent "hide unnecessary scrollbars" from showing unwanted bars
Andreas Kling
2023-01-07
LibGUI: Add `TextEditor::write_to_file(Core::Stream::File&)`
Lucas CHOLLET
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
LibGUI: Delete old now-unused `Widget::load_from_gml()`
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-07
LibGUI: Create an alias for Widget UnregisteredChildHandler
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
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
[next]