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-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
2023-03-05
LibGUI: Fix typo in the name of the EmojiCategory struct
Timothy Flynn
2023-03-05
LibGUI: Allow overriding toolbar button tooltips
Timothy Flynn
2023-03-04
LibGUI: Make Button height adapt to the current font size
Andreas Kling
2023-03-04
Userland: Use Font::pixel_size_rounded_up() in more places
Andreas Kling
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-03-04
LibGUI: Paint the GroupBox title with left alignment
Andreas Kling
2023-03-03
LibGUI: Compute syntax-highlighted visual text spans using float rects
Timothy Flynn
2023-03-03
LibGUI: Add folding regions to INI syntax highlighter
Sam Atkins
2023-03-03
LibGUI: Make CheckBox height adapt to the current font size
Andreas Kling
2023-03-03
LibGUI: Make RadioButton height adapt to the current font size
Andreas Kling
2023-03-03
LibGUI: Round up font sizes in various widget size calculations
Andreas Kling
2023-03-03
LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog
Andreas Kling
2023-03-01
LibGUI: Give SeparatorWidget a minimum size
Sam Atkins
2023-02-28
LibGUI: Add a simple "recently open files" feature
Andreas Kling
2023-02-28
LibGUI: Assign folding regions for GML files
Sam Atkins
2023-02-28
LibSyntax+LibGUI: Let syntax highlighters assign folding regions
Sam Atkins
2023-02-28
LibGUI: Support folding regions in TextEditor
Sam Atkins
2023-02-28
LibGUI: Add folding regions to TextDocument
Sam Atkins
2023-02-28
LibGUI: Add TextRange::line_count()
Sam Atkins
[next]