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-23
LibGUI: Simplify AbstractZoomPanWidget code
Jelle Raaijmakers
2022-03-22
LibGUI: Add CTRL+Enter callback to TextEditor
Rok Povsic
2022-03-20
LibGUI+FontEditor: Add context menu for editor actions
thankyouverycool
2022-03-20
LibGUI: Add set_selection() convenience helper to GlyphMapWidget
thankyouverycool
2022-03-20
LibGUI: Add automatic scrolling to GlyphMapWidget
thankyouverycool
2022-03-20
LibGUI: Use system theme when painting GlyphMapWidget focus outline
thankyouverycool
2022-03-20
LibGUI: Reset GlyphMapWidget only if clicking a new active glyph
thankyouverycool
2022-03-20
LibGUI: Use nicer API for contrained positions in GlyphMapWidget
thankyouverycool
2022-03-20
LibGUI: Remove unnecessary MouseEvent calls in GlyphMapWidget
thankyouverycool
2022-03-19
Spreadsheet+LibGUI: Calculate cell position given scroll position
martinfalisse
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
[next]