summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2023-04-19WindowServer+LibGUI: Port WindowServer's Menu name to new StringKarol Kosek
2023-04-19LibGUI+Userland: Make Menu::*add_submmenu take name using new stringKarol Kosek
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-19LibGUI: Port Menubar to new stringKarol Kosek
2023-04-19LibGUI+Browser: Set menu names using the new String classKarol Kosek
2023-04-19Userland: Construct Menus with name using the non-deprecated StringKarol Kosek
2023-04-19LibGUI: Store Menu names as new StringKarol Kosek
2023-04-18LibGUI: Add a numeric input type to InputBoxthankyouverycool
2023-04-18LibGUI: Implement calculated_min_size() for SpinBoxthankyouverycool
2023-04-18LibGUI: Allow SpinBox to set its value with return keythankyouverycool
2023-04-18LibGUI: Let InputBox display an ImageWidgetthankyouverycool
2023-04-18LibGUI+Userland: Improve error and font handling for InputBoxthankyouverycool
2023-04-18LibGUI: Improve calculated_min_size() for single-line TextEditorthankyouverycool
2023-04-18LibGUI: Add Window::on_font_change() hookthankyouverycool
2023-04-17LibGUI: Always paint Statusbar's vertical lines when not maximizedthankyouverycool
2023-04-17FileManager+LibGUI: Cache the FileSystem::can_delete_or_move valueTom
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