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
2022-03-18
Everywhere: Deduplicate day/month name constants
Lenny Maiorani
2022-03-18
Userland: Change static const variables to static constexpr
Lenny Maiorani
2022-03-17
LibGUI: Clamp selection when drag-selecting over out of range area
Maciej
2022-03-17
LibGUI: Update active glyph when drag-selecting in GlyphMapWidget
Maciej
2022-03-17
LibGUI: Use different color for GlyphMapWidget background
Maciej
2022-03-16
LibGUI: Make only the targeted tab of TabWidget respond to double click
Olivier De Cannière
2022-03-15
LibGUI: Set cursor when using highlighted_search in abstractview
Vrins
2022-03-14
LibGUI: Use preferred font line height for item heights in ListView
Karol Kosek
2022-03-13
LibGUI: Allow setting smooth/coarse scrolling animation on ScrollBar
MacDue
2022-03-13
LibGUI: Add m_ prefix to gutter_click_state in ScrollBar
MacDue
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-03-08
LibGUI: Fix crash in GML Playground auto-completing SpinBox props
Andrew Smith
2022-03-07
LibGUI: Animated smooth scroll interpolation
ForLoveOfCats
2022-03-05
Base+LibGUI+LibGfx: Improve disabled text readability
Jaime Valenzuela Durán
2022-03-04
LibGfx: Rename Color::from_rgba() => Color::from_argb()
Andreas Kling
2022-03-04
LibGfx: Rename RGBA32 => ARGB32
Andreas Kling
2022-03-04
Libraries: Make CharacterBitmap instances at compile-time
Lenny Maiorani
2022-03-03
LibGUI: Add `mimic_pressed` to Button to signify being virtually clicked
ForLoveOfCats
2022-03-03
LibGUI: Use logical `and` instead of bitwise in `Button` paint call
ForLoveOfCats
2022-03-02
LibGUI: Support hierarchical matches in FilterProxyModel
thankyouverycool
2022-02-28
TextEditor: Support multiline highlighting for trailing space
Lucas CHOLLET
2022-02-28
TextEditor: Fix highlighting bug in wrapping mode
Lucas CHOLLET
2022-02-26
LibGUI: Set Editors to wrap at words when MultiLine
thankyouverycool
2022-02-25
LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServer
Itamar
2022-02-25
LibGUI: Rename NotificationServerConnection
Itamar
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-25
Userland: Rename WindowManagerServerConnection
Itamar
2022-02-25
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
Itamar
2022-02-25
Assistant+CommandPalette: Use FrameShape::Window for main widgets
thankyouverycool
2022-02-25
LibGfx+LibGUI: Add FrameShape::Window
thankyouverycool
2022-02-25
LibGfx+LibGUI: Remove {Horizontal,Vertical}Line FrameShapes
thankyouverycool
2022-02-24
LibGUI+WindowServer: Add new `WMEvent` Super+Digit
Jan Grau
2022-02-24
LibGUI: Put TextEditor widgets in "Wrap at Words" mode by default
Andreas Kling
2022-02-24
LibGUI: Prefer to pop-up Tray Button menus from the top right
thankyouverycool
2022-02-24
LibGUI+LibSyntax: Stringify Highlighter::Language
thankyouverycool
2022-02-24
LibGUI+Apps: Convert Statusbar Labels to Segments
thankyouverycool
2022-02-24
LibGUI+LibGfx: Defer to fonts when setting Editor line height
thankyouverycool
2022-02-24
LibGUI: Ensure ruler grows properly when using proportional fonts
thankyouverycool
2022-02-23
LibGUI/EmojiInputDialog: Skip multi code point emojis for now
Linus Groh
2022-02-23
LibGUI/EmojiInputDialog: Automatically calculate the dialog size
Linus Groh
2022-02-23
LibGfx+LibGUI: Support multi code point emojis in text painting :^)
Linus Groh
2022-02-23
LibGUI+Apps: Adjust Splitter spacings
thankyouverycool
2022-02-23
LibGUI+Apps: Prevent Splitter children from being unresizable
thankyouverycool
2022-02-23
LibGUI+Apps: Let Splitters select which resizee to set fixed
thankyouverycool
2022-02-23
LibGUI: Adjust grabbable rect between Splitter widgets
thankyouverycool
2022-02-21
LibGUI: Add 'remove_all_actions' method to 'Menu'
Marco Cutecchia
2022-02-19
LibGUI: Guard against use-after-free in Clipboard::the()
Itamar
2022-02-18
LibGUI: Let AbstractViews be activated programmatically
thankyouverycool
2022-02-18
LibGUI: Make ItemListModels filterable
thankyouverycool
2022-02-18
LibGUI: Account for hidden headers in content size calculation
thankyouverycool
[next]