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-04-04
LibGUI: Open and increment ComboBox ListViews by exact steps
thankyouverycool
2023-04-04
LibGUI: Don't hover AbstractView indicies outside visible content
thankyouverycool
2023-04-04
LibGUI: Paint Scrollbar buttons with appropriate thread highlighting
thankyouverycool
2023-04-04
LibGUI: Allow ComboBox windows to intersect Desktop's entire height
thankyouverycool
2023-04-04
LibGUI: Remove calculated_min_size() for ListViews
thankyouverycool
2023-04-03
LibGUI+CertificateSettings: Use custom SortingProxy
Fabian Dellwing
2023-03-31
LibGUI: Add gutter indicators to TextEditor :^)
Sam Atkins
2023-03-31
LibGUI: Rename TextEditor::LineVisualData -> LineData
Sam Atkins
2023-03-31
LibGUI: Extract repeated code for populating TextEditor per-line data
Sam Atkins
2023-03-26
LibGUI: Allow updating the names of menus and submenus
MacDue
2023-03-25
LibGUI: Allow blocking modals and popups to handle their own shortcuts
Lucas CHOLLET
2023-03-25
LibGUI: Make `propagate_shortcuts` handle different level of propagation
Lucas CHOLLET
2023-03-24
LibGUI: Allow passing working directory to spawn_or_show_error()
MacDue
2023-03-24
Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`
Cameron Youell
2023-03-24
LibGUI: Paint slider track shorter to ensure the knob covers it
Andreas Oppebøen
2023-03-24
LibGUI: Fix slightly wrong value slider knob position
Andreas Oppebøen
2023-03-24
LibGUI: Fix value slider so dragging left and right feels similar
Andreas Oppebøen
2023-03-24
LibGUI: Fix slider so dragging handle left and right feels similar
Andreas Oppebøen
2023-03-22
LibGUI: Add IPC encode and decode for FileTypeFilter
huttongrabiel
2023-03-22
LibGUI: Resolve use-after-free error
Lucas CHOLLET
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-21
LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView>
implicitfield
2023-03-19
LibGUI: Update progress of thumbnail generations on failure
Lucas CHOLLET
2023-03-19
LibThreading: Execute `on_error` on the original `EventLoop`
Lucas CHOLLET
2023-03-16
LibGUI+Userland: Port TabWidget set_tab_title to new string
Karol Kosek
2023-03-16
LibGUI: Store Tab titles using the new string class
Karol Kosek
2023-03-16
LibGUI+Applications: Port SettingsWindow::add_tab() to the new string
Karol Kosek
2023-03-16
LibGUI+Userland: Make TabWidget::*add_tab() take title using new string
Karol Kosek
2023-03-16
LibGUI+HackStudio+PixelPaint: Port Widget title to the new String
Karol Kosek
2023-03-16
LibCore: Add new REGISTER_STRING_PROPERTY macro
Karol Kosek
2023-03-16
LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro
Karol Kosek
2023-03-16
LibGUI: Store correct address in TreeViewModel's ModelIndices
Tim Ledbetter
2023-03-16
LibGUI: Don't invoke non-visible shortcuts
Tim Ledbetter
2023-03-15
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
Sam Atkins
2023-03-15
LibGfx+Userland: Make TextAttributes::underline_style optional
Sam Atkins
2023-03-15
LibGUI: Do not attempt to close non-existent notifications
implicitfield
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
LibGUI: Make thumbnail generation resilient between FileSystemModels
kleines Filmröllchen
2023-03-09
AK: Remove infallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
WebServer+LibGUI: Use fallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
LibGUI: Use the global setting to show dotfiles in `FilePicker`
Lucas CHOLLET
2023-03-09
LibGUI: Add "New Directory" to the contextual menu in `FilePicker`
Lucas CHOLLET
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-05
LibGUI: Paint emoji using text in the EmojiInputDialog
Timothy Flynn
[next]