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-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
2023-02-28
LibGUI: Store Utf32Views in TextEditor::LineVisualData
Sam Atkins
2023-02-28
LibGUI: Create TextAttributes for unspanned text once, not repeatedly
Sam Atkins
2023-02-28
LibGUI: Skip painting TextEditor spans that end on previous lines
Sam Atkins
2023-02-27
LibGUI: Ensure the "End" key sets the cursor to the visual line end
Timothy Flynn
2023-02-27
LibGUI: Don't show non-visible actions in CommandPalette
Tim Ledbetter
2023-02-26
LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()
MacDue
2023-02-25
LibGUI: Use full text width for Label's preferred width
kleines Filmröllchen
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-24
LibGUI: Make Gfx- to text-positioning handle multi-code point glyphs
Timothy Flynn
2023-02-23
LibGUI: Fix Action destructor to unregister itself correctly
Humberto Alves
2023-02-23
LibGUI: Fix missing parent in LinkLabel open action
Humberto Alves
2023-02-22
LibGUI: Wrap words at word break boundaries and don't break up emoji
Timothy Flynn
2023-02-22
LibGUI: Convert mouse events from a visual to a physical position
Timothy Flynn
2023-02-21
LibGUI: Fix const-correctness issues
Andreas Kling
2023-02-21
LibGfx: Replace Bitmap::invert() with Bitmap::inverted()
Andreas Kling
2023-02-20
LibGUI: Use Gfx::Font::bold_variant() instead of a manual lookup
Sam Atkins
2023-02-20
LibGUI: Use a while loop for iterating text spans
Sam Atkins
2023-02-20
LibGUI: Validate TextDocument spans when merging them, not when painting
Sam Atkins
2023-02-20
LibGUI: Add and use TextEditor::fixed_elements_width()
Sam Atkins
2023-02-20
LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculations
Sam Atkins
2023-02-19
LibGUI: Allow clipboard items to have no associated data
Tim Ledbetter
2023-02-19
LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path
Sam Atkins
2023-02-19
LibGUI: Add Button double-click callback
Sam Atkins
2023-02-19
LibGUI: Add PathBreadcrumbbar
Sam Atkins
2023-02-19
LibGUI+FileManager: Move `has_{parent,child}_segment` logic into BCB
Sam Atkins
2023-02-18
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-18
Userland: Use Widget::add_spacer() everywhere
Sam Atkins
2023-02-18
LibGUI: Allow specifying Layout margins and spacing in the constructor
Sam Atkins
2023-02-18
LibGUI: Add Widget::add_spacer() wrapper
Sam Atkins
2023-02-18
LibGUI: Skip over grapheme clusters on left/right arrow key presses
Timothy Flynn
[prev]
[next]