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-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
2022-01-14
LibGUI: Add `AbstractZoomPanWidget` widget :^)
Mustafa Quraish
2022-01-12
LibGUI: Print error when failing to load thumbnail in FileSystemModel
Marcus Nilsson
2022-01-12
LibGUI: Add existing children widgets when layout manager changed
Matt Jacobson
2022-01-12
Base+Browser: Add Browser icons
electrikmilk
2022-01-11
LibGUI: Don't paint text cursor if TextEditor is disabled
Marcus Nilsson
2022-01-11
LibGUI: Change gradient colors when ValueSlider is disabled
Marcus Nilsson
2022-01-11
LibGUI: Make Tableview handle multi-selected indexes when deleting
Glenford Williams
2022-01-10
LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_if
Marcus Nilsson
2022-01-09
LibGUI: Show hours and minutes in "unsaved changes" dialogs
Rafał Babiarz
2022-01-09
LibGUI: Add Menu::set_children_actions_enabled() helper
Marcus Nilsson
2022-01-09
LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcut
bugreport0
2022-01-08
LibGUI: Add missing altgr() modifier key
Jean-Paul Balabanian
2022-01-07
EmojiInputDialog: Ensure that all buttons are equal width
Filiph Sandström
2022-01-06
LibGUI: Avoid double hash lookup in ModelSelection::add()
Andreas Kling
2022-01-06
LibGUI: Update the AboutDialog copyright year :^)
sin-ack
2022-01-06
LibGUI: Move rotate cw/ccw to CommonActions
Marcus Nilsson
2022-01-06
LibGUI: Calculate row position for scroll into view
martinfalisse
2022-01-06
LibGUI: Table View navigating with arrow keys continuity after update
martinfalisse
2022-01-05
LibGUI: Rename ModelSelection::remove_matching => remove_all_matching
Andreas Kling
2022-01-05
LibGUI: Use HashTable::remove_all_matching() in GUI::ModelSelection
Andreas Kling
2022-01-05
LibGUI: Consume initial spaces when going to next/prev word break
Mathieu PATUREL
2022-01-05
Base+LibGUI: Add unique "Save As" icon
thankyouverycool
2022-01-04
LibGUI: Don't show "last saved" information for never-saved documents
Andreas Kling
2022-01-04
LibGUI: Add optional unmodified timestamp to "unsaved changes" dialogs
Andreas Kling
2022-01-04
LibGUI: Make GUI::UndoStack remember time it was last set to unmodified
Andreas Kling
2022-01-04
LibGUI: Add GUI::MessageBox::ask_about_unsaved_changes()
Andreas Kling
2022-01-04
Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayer
Andrew Kaster
2022-01-03
LibGUI: Bring entire cell into view after auto scroll into view
martinfalisse
2022-01-02
LibGUI: Increase vertical padding on GUI::IconView item labels by 2px
Andreas Kling
2022-01-01
Theming: Add alignment section
Filiph Sandström
2022-01-01
LibGUI: Avoid unnecessary copies in FileIconProvider
Ben Wiederhake
2022-01-01
WindowsServer+LibGUI: Avoid getting color under cursor outside screen
networkException
2021-12-30
LibGUI: Fix leading whitespaces when text is wrapped
Young-Jin Park
[next]