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-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
2021-12-30
LibGUI+SoundPlayer: Use 'decrease_slider_by_page_steps()' method
Elyse
2021-12-30
LibGUI+SoundPlayer: Use 'increase_slider_by_page_steps()'
Elyse
2021-12-30
LibGUI+LibWeb: Use 'decrease_slider_by_steps()' method
Elyse
2021-12-30
LibGUI+LibWeb: Use 'increase_slider_by_steps()' method
Elyse
2021-12-30
Everywhere: Use 'decrease_slider_by()' method from AbstractSlider
Elyse
2021-12-30
Everywhere: Use 'increase_slider_by()' method from AbstractSlider
Elyse
2021-12-30
LibGUI: Add movement methods to AbstractSlider
Elyse
2021-12-30
LibGUI: Convert INISyntaxHighlighter to east-const
Maciej
2021-12-30
LibGUI: Use consistent naming scheme in INILexer
Maciej
2021-12-30
LibGUI: Handle '#' comments in INILexer
Maciej
2021-12-24
LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr
Sam Atkins
2021-12-23
LibGUI: Add visual clue to Scrollbar gutter
FrHun
2021-12-20
LibGUI: Make GUI::try_create_default_icon() tolerate single-size icons
Andreas Kling
2021-12-19
LibGUI: Adjust focus rect for Buttons with icons
PerikiyoXD
2021-12-17
LibGUI: Add ErrorOr wrapper for default icon creation
Astraeus-
2021-12-09
LibGUI: Add EngineType to EditingEngine classes
scwfri
2021-12-05
LibGUI: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-05
Userland: Cast unused BackgroundAction::construct() results to void
Sam Atkins
2021-12-02
LibGUI: Make FilteringProxyModel reference-count its parent model
Martin Blicha
2021-12-01
LibGUI: Allow double clicking on tabwidgets
Erik Biederstadt
2021-11-30
LibGUI: Implement vim motions for LeftBrace and RightBrace
scwfri
2021-11-30
LibGUI+FontEditor: Allow ComboBox on_change callback to be toggled
thankyouverycool
2021-11-28
LibGUI: Move GUI::SettingsWindow setup out of the constructor
Andreas Kling
2021-11-28
LibGUI: Add fallible variants of the GUI::Layout add/insert APIs
Andreas Kling
2021-11-28
LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOr
Andreas Kling
2021-11-28
LibGUI: Make GUI::TabWidget tab creation APIs take String
Andreas Kling
2021-11-27
LibGUI: Add a cancel button callback to settings window tabs
kleines Filmröllchen
2021-11-24
LibGUI: Add GUI::Toolbar::try_add_separator()
Andreas Kling
2021-11-24
LibGUI: Add GUI::Menu::try_add_submenu()
Andreas Kling
[next]