summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2023-04-15LibGUI: Resize Label on font changesthankyouverycool
2023-04-15LibGUI: Implement calculated_min_size() for Labelthankyouverycool
2023-04-15LibGUI: Implement calculated_min_size() for DialogButtonthankyouverycool
2023-04-15LibGUI: Improve calculated_min_size() for Buttonthankyouverycool
2023-04-15LibGfx+Userland: Add width_rounded_up() helperthankyouverycool
2023-04-15LibGUI+Userland: Convert MessageBox to fallible constructionthankyouverycool
2023-04-15LibGUI: Allow Windows to auto shrinkthankyouverycool
2023-04-14LibGUI: Only redraw sliders after the `on_change` callback has finishedZaggy1024
2023-04-14Spreadsheet+LibSyntax: Never insert spans directlyMatteo Benetti
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
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