summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2022-01-07EmojiInputDialog: Ensure that all buttons are equal widthFiliph Sandström
2022-01-06LibGUI: Avoid double hash lookup in ModelSelection::add()Andreas Kling
2022-01-06LibGUI: Update the AboutDialog copyright year :^)sin-ack
2022-01-06LibGUI: Move rotate cw/ccw to CommonActionsMarcus Nilsson
2022-01-06LibGUI: Calculate row position for scroll into viewmartinfalisse
2022-01-06LibGUI: Table View navigating with arrow keys continuity after updatemartinfalisse
2022-01-05LibGUI: Rename ModelSelection::remove_matching => remove_all_matchingAndreas Kling
2022-01-05LibGUI: Use HashTable::remove_all_matching() in GUI::ModelSelectionAndreas Kling
2022-01-05LibGUI: Consume initial spaces when going to next/prev word breakMathieu PATUREL
2022-01-05Base+LibGUI: Add unique "Save As" iconthankyouverycool
2022-01-04LibGUI: Don't show "last saved" information for never-saved documentsAndreas Kling
2022-01-04LibGUI: Add optional unmodified timestamp to "unsaved changes" dialogsAndreas Kling
2022-01-04LibGUI: Make GUI::UndoStack remember time it was last set to unmodifiedAndreas Kling
2022-01-04LibGUI: Add GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2022-01-04Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayerAndrew Kaster
2022-01-03LibGUI: Bring entire cell into view after auto scroll into viewmartinfalisse
2022-01-02LibGUI: Increase vertical padding on GUI::IconView item labels by 2pxAndreas Kling
2022-01-01Theming: Add alignment sectionFiliph Sandström
2022-01-01LibGUI: Avoid unnecessary copies in FileIconProviderBen Wiederhake
2022-01-01WindowsServer+LibGUI: Avoid getting color under cursor outside screennetworkException
2021-12-30LibGUI: Fix leading whitespaces when text is wrappedYoung-Jin Park
2021-12-30LibGUI+SoundPlayer: Use 'decrease_slider_by_page_steps()' methodElyse
2021-12-30LibGUI+SoundPlayer: Use 'increase_slider_by_page_steps()'Elyse
2021-12-30LibGUI+LibWeb: Use 'decrease_slider_by_steps()' methodElyse
2021-12-30LibGUI+LibWeb: Use 'increase_slider_by_steps()' methodElyse
2021-12-30Everywhere: Use 'decrease_slider_by()' method from AbstractSliderElyse
2021-12-30Everywhere: Use 'increase_slider_by()' method from AbstractSliderElyse
2021-12-30LibGUI: Add movement methods to AbstractSliderElyse
2021-12-30LibGUI: Convert INISyntaxHighlighter to east-constMaciej
2021-12-30LibGUI: Use consistent naming scheme in INILexerMaciej
2021-12-30LibGUI: Handle '#' comments in INILexerMaciej
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-12-23LibGUI: Add visual clue to Scrollbar gutterFrHun
2021-12-20LibGUI: Make GUI::try_create_default_icon() tolerate single-size iconsAndreas Kling
2021-12-19LibGUI: Adjust focus rect for Buttons with iconsPerikiyoXD
2021-12-17LibGUI: Add ErrorOr wrapper for default icon creationAstraeus-
2021-12-09LibGUI: Add EngineType to EditingEngine classesscwfri
2021-12-05LibGUI: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-12-02LibGUI: Make FilteringProxyModel reference-count its parent modelMartin Blicha
2021-12-01LibGUI: Allow double clicking on tabwidgetsErik Biederstadt
2021-11-30LibGUI: Implement vim motions for LeftBrace and RightBracescwfri
2021-11-30LibGUI+FontEditor: Allow ComboBox on_change callback to be toggledthankyouverycool
2021-11-28LibGUI: Move GUI::SettingsWindow setup out of the constructorAndreas Kling
2021-11-28LibGUI: Add fallible variants of the GUI::Layout add/insert APIsAndreas Kling
2021-11-28LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOrAndreas Kling
2021-11-28LibGUI: Make GUI::TabWidget tab creation APIs take StringAndreas Kling
2021-11-27LibGUI: Add a cancel button callback to settings window tabskleines Filmröllchen
2021-11-24LibGUI: Add GUI::Toolbar::try_add_separator()Andreas Kling
2021-11-24LibGUI: Add GUI::Menu::try_add_submenu()Andreas Kling