summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2022-01-22LibGUI: Use Font::glyph_or_emoji_width() in TextEditorMaciej
2022-01-21LibGUI: Allow Button::set_icon to accept a bitmap without a moveDylan Katz
2022-01-20TextEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-18LibGUI: Use autoscroll from AbstractView when rubberbanding in IconViewMarcus Nilsson
2022-01-18LibGUI: Add a GitCommit SyntaxHighlighter implementationBrian Gianforcaro
2022-01-18EmojiInputDialog: Increase size of buttons and dialogLady Gegga
2022-01-16LibGUI: Allow selecting glyphs by dragging in GlyphMapWidgetthankyouverycool
2022-01-16LibGUI+FontEditor: Move seek-prev/next-glyph logic into GlyphMapWidgetSam Atkins
2022-01-16LibGUI: Add on_glyph_double_clicked() callback to GlyphMapWidgetSam Atkins
2022-01-16LibGUI: Preserve glyph selection when changing fontSam Atkins
2022-01-16LibGUI: Remove unused method definitions from GlyphMapWidgetSam Atkins
2022-01-16LibGUI: Recalculate GlyphMapWidget content size when changing fontSam Atkins
2022-01-16LibGUI: Make GlyphMapWidget work with vector fontsSam Atkins
2022-01-16LibGUI+FontEditor: Move GlyphMapWidget to LibGUISam Atkins
2022-01-16LibGUI: Make button icons settable in GMLSam Atkins
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14LibGUI: Add `AbstractZoomPanWidget` widget :^)Mustafa Quraish
2022-01-12LibGUI: Print error when failing to load thumbnail in FileSystemModelMarcus Nilsson
2022-01-12LibGUI: Add existing children widgets when layout manager changedMatt Jacobson
2022-01-12Base+Browser: Add Browser iconselectrikmilk
2022-01-11LibGUI: Don't paint text cursor if TextEditor is disabledMarcus Nilsson
2022-01-11LibGUI: Change gradient colors when ValueSlider is disabledMarcus Nilsson
2022-01-11LibGUI: Make Tableview handle multi-selected indexes when deletingGlenford Williams
2022-01-10LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_ifMarcus Nilsson
2022-01-09LibGUI: Show hours and minutes in "unsaved changes" dialogsRafał Babiarz
2022-01-09LibGUI: Add Menu::set_children_actions_enabled() helperMarcus Nilsson
2022-01-09LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcutbugreport0
2022-01-08LibGUI: Add missing altgr() modifier keyJean-Paul Balabanian
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