summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2023-04-04LibGUI: Open and increment ComboBox ListViews by exact stepsthankyouverycool
2023-04-04LibGUI: Don't hover AbstractView indicies outside visible contentthankyouverycool
2023-04-04LibGUI: Paint Scrollbar buttons with appropriate thread highlightingthankyouverycool
2023-04-04LibGUI: Allow ComboBox windows to intersect Desktop's entire heightthankyouverycool
2023-04-04LibGUI: Remove calculated_min_size() for ListViewsthankyouverycool
2023-04-03LibGUI+CertificateSettings: Use custom SortingProxyFabian Dellwing
2023-03-31LibGUI: Add gutter indicators to TextEditor :^)Sam Atkins
2023-03-31LibGUI: Rename TextEditor::LineVisualData -> LineDataSam Atkins
2023-03-31LibGUI: Extract repeated code for populating TextEditor per-line dataSam Atkins
2023-03-26LibGUI: Allow updating the names of menus and submenusMacDue
2023-03-25LibGUI: Allow blocking modals and popups to handle their own shortcutsLucas CHOLLET
2023-03-25LibGUI: Make `propagate_shortcuts` handle different level of propagationLucas CHOLLET
2023-03-24LibGUI: Allow passing working directory to spawn_or_show_error()MacDue
2023-03-24Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`Cameron Youell
2023-03-24LibGUI: Paint slider track shorter to ensure the knob covers itAndreas Oppebøen
2023-03-24LibGUI: Fix slightly wrong value slider knob positionAndreas Oppebøen
2023-03-24LibGUI: Fix value slider so dragging left and right feels similarAndreas Oppebøen
2023-03-24LibGUI: Fix slider so dragging handle left and right feels similarAndreas Oppebøen
2023-03-22LibGUI: Add IPC encode and decode for FileTypeFilterhuttongrabiel
2023-03-22LibGUI: Resolve use-after-free errorLucas CHOLLET
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-21LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView>implicitfield
2023-03-19LibGUI: Update progress of thumbnail generations on failureLucas CHOLLET
2023-03-19LibThreading: Execute `on_error` on the original `EventLoop`Lucas CHOLLET
2023-03-16LibGUI+Userland: Port TabWidget set_tab_title to new stringKarol Kosek
2023-03-16LibGUI: Store Tab titles using the new string classKarol Kosek
2023-03-16LibGUI+Applications: Port SettingsWindow::add_tab() to the new stringKarol Kosek
2023-03-16LibGUI+Userland: Make TabWidget::*add_tab() take title using new stringKarol Kosek
2023-03-16LibGUI+HackStudio+PixelPaint: Port Widget title to the new StringKarol Kosek
2023-03-16LibCore: Add new REGISTER_STRING_PROPERTY macroKarol Kosek
2023-03-16LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macroKarol Kosek
2023-03-16LibGUI: Store correct address in TreeViewModel's ModelIndicesTim Ledbetter
2023-03-16LibGUI: Don't invoke non-visible shortcutsTim Ledbetter
2023-03-15LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributesSam Atkins
2023-03-15LibGfx+Userland: Make TextAttributes::underline_style optionalSam Atkins
2023-03-15LibGUI: Do not attempt to close non-existent notificationsimplicitfield
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-13LibGUI: Make thumbnail generation resilient between FileSystemModelskleines Filmröllchen
2023-03-09AK: Remove infallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09WebServer+LibGUI: Use fallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09LibGUI: Use the global setting to show dotfiles in `FilePicker`Lucas CHOLLET
2023-03-09LibGUI: Add "New Directory" to the contextual menu in `FilePicker`Lucas CHOLLET
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-03-05LibGUI: Paint emoji using text in the EmojiInputDialogTimothy Flynn