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-02-03
LibGUI: Allow widgets to opt-out from showing the command palette
Sam Atkins
2022-02-03
LibGUI: Add a const accessor to ImageWidget's bitmap
Timothy Flynn
2022-02-03
LibGUI: Forward declare ImageWidget
Timothy Flynn
2022-02-03
LibGUI: Set a fixed width for the SettingsWindow reset-to-default button
Timothy Flynn
2022-02-03
WindowServer+Keymap+LibGUI: Add widget to display current keymap
Timur Sultanov
2022-02-01
LibGUI: Rename Close to Discard in MessageBox::ask_about_unsaved_changes
Thitat Auareesuksakul
2022-02-01
LibGUI: Allow only one CommandPalette at once to be opened
Maciej
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-01-31
LibGUI: Remove `Window` background color
Jelle Raaijmakers
2022-01-30
LibGUI: Collect menu and submenu actions for CommandPalette
networkException
2022-01-30
LibGUI: Increase the width of a CommandPalette dialog
networkException
2022-01-30
LibGUI: Add Menu column to CommandPalette :^)
networkException
2022-01-30
LibGUI: Flash menubar when using command palette
bugreport0
2022-01-30
LibGUI: Allow CommandPalette to distinguish radio buttons and checkboxes
networkException
2022-01-29
LibGUI: Allow Label icons to be set from GML
Dylan Katz
2022-01-29
LibGUI: Show radio buttons for checkable actions in CommandPalette
networkException
2022-01-29
LibGUI: Allow falling back to default paint behavior in delegate
networkException
2022-01-28
Userland: Remove a bunch of unnecessary Vector imports
kleines Filmröllchen
2022-01-28
Userland: Fix unnecessary heap allocation of singleton objects
Daniel Bertalan
2022-01-27
LibGUI: Alphabetize the available entries in CommandPalette
Andreas Kling
2022-01-27
LibGUI: Show action icons in CommandPalette when available :^)
Andreas Kling
2022-01-27
LibGUI: Add a universally available "command palette" to GUI programs
Andreas Kling
2022-01-27
LibGUI: Make FilteringProxyModel::data() support multi-column data
Andreas Kling
2022-01-27
LibGUI: Fix bogus return value on error in FilteringProxyModel::data()
Andreas Kling
2022-01-27
LibGUI: Fix bogus root index column_count() in FilteringProxyModel
Andreas Kling
2022-01-27
LibGUI: Don't skip non-skipable spans on ctrl+right
Mathieu PATUREL
2022-01-26
LibGUI+LoginServer: Use default buttons in InputBox and LoginWindow
thankyouverycool
2022-01-26
LibGUI: Allow Buttons to set themselves as default
thankyouverycool
2022-01-26
LibGUI: Allow Windows to set a default return key widget
thankyouverycool
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-23
LibGUI: Fix typo in TextEditor
Tobias Christiansen
2022-01-23
LibGUI: Fix broken text rendering in TextEditor
Tobias Christiansen
2022-01-23
LibGUI: Expand underline support for Spans in TextEditor
Tobias Christiansen
2022-01-22
LibGUI: Use Font::glyph_or_emoji_width() in TextEditor
Maciej
2022-01-21
LibGUI: Allow Button::set_icon to accept a bitmap without a move
Dylan Katz
2022-01-20
TextEditor: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-18
LibGUI: Use autoscroll from AbstractView when rubberbanding in IconView
Marcus Nilsson
2022-01-18
LibGUI: Add a GitCommit SyntaxHighlighter implementation
Brian Gianforcaro
2022-01-18
EmojiInputDialog: Increase size of buttons and dialog
Lady Gegga
2022-01-16
LibGUI: Allow selecting glyphs by dragging in GlyphMapWidget
thankyouverycool
2022-01-16
LibGUI+FontEditor: Move seek-prev/next-glyph logic into GlyphMapWidget
Sam Atkins
2022-01-16
LibGUI: Add on_glyph_double_clicked() callback to GlyphMapWidget
Sam Atkins
2022-01-16
LibGUI: Preserve glyph selection when changing font
Sam Atkins
2022-01-16
LibGUI: Remove unused method definitions from GlyphMapWidget
Sam Atkins
2022-01-16
LibGUI: Recalculate GlyphMapWidget content size when changing font
Sam Atkins
2022-01-16
LibGUI: Make GlyphMapWidget work with vector fonts
Sam Atkins
2022-01-16
LibGUI+FontEditor: Move GlyphMapWidget to LibGUI
Sam Atkins
2022-01-16
LibGUI: Make button icons settable in GML
Sam Atkins
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
[next]