summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-12-18LibGUI: Don't assume main widget exists in Window::handle_resize_event()Linus Groh
2020-12-18LibGUI: Make autoformatting performed on InsertTextCommand visible to on_edit...Sahan Fernando
2020-12-17LibGUI: Table views with SelectRows should scroll entire rows into viewAndreas Kling
2020-12-17LibGUI: Move selection behavior from TableView up to AbstractViewAndreas Kling
2020-12-16LibGUI: Don't fill IconView item text background unless actually wantedAndreas Kling
2020-12-16LibGUI: Make the IconView cursor rect show up on the desktopAndreas Kling
2020-12-16LibGUI: Add ScrollableWidget helpers for rect conversionAndreas Kling
2020-12-16FileManager+LibGUI: Draw the item text for desktop icons with shadowAndreas Kling
2020-12-16LibGUI: Show app icons for executables with associated .af filesAndreas Kling
2020-12-16LibGUI: Generate nicer icons for symlinked filesAndreas Kling
2020-12-16LibGUI: Add GUI::Icon::sizes()Andreas Kling
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-14LibGUI: Don't focus BreadcrumbBar segments on clickAndreas Kling
2020-12-14LibGUI: Add a basic BreadcrumbBar widget! :^)Andreas Kling
2020-12-14LibGUI: Protect GUI::Button across firing the on_click hookAndreas Kling
2020-12-13LibGUI: Simplify ComboBox/TextEditor relationship a bitAndreas Kling
2020-12-11FileManager: focus_dependent_delete_action is correctly enabled/disabledZac
2020-12-09LibGUI: Show action shortcut in ToolBarButton tooltipSahan Fernando
2020-12-08Clipboard: Remove-unused bpp metadataBen Wiederhake
2020-12-07LibGUI: Expose widget focus policy as a Core::Object propertyAndreas Kling
2020-12-07LibGUI: Allow GUI::Action to swallow key events when disabledLinus Groh
2020-12-03LibGUI: Optimize GUI::Variant move constructorSahan Fernando
2020-12-02Taskbar: Wait on all waitable children in SIGCHLD handlerTom
2020-11-30LibGUI: Add a ModelSelection::add_all(Vector) APIAnotherTest
2020-11-30LibGUI: Throw less view state away in model_did_update()AnotherTest
2020-11-30LibGUI: Don't start editing with (just) modifier keys when AnyKeyPressedAnotherTest
2020-11-30LibGUI: Remove `AbstractView::did_update_model()'AnotherTest
2020-11-28LibGUI/FileIconProvider: Initialize s_filetype_image_iconLinus Groh
2020-11-28LibGUI: Make GUI::Dialogs non-minimizable by defaultAndreas Kling
2020-11-28LibGUI: Don't assert when right clicking on a vertical HeaderViewAndreas Kling
2020-11-27TextEditor: Add button to match regular expression during searchEmanuel Sprung
2020-11-24LibGUI: Remove redundant set_title() call in FilePicker (#4153)Zac
2020-11-23LibGUI: Widget::action_for_key_event() should fail for invalid shortcuts (#4137)Jakub Berkop
2020-11-23LibGUI: Set FilePicker window icon based on mode (#4148)Zac
2020-11-22LibGUI: Fix undo stackBenJilks
2020-11-19TextEditor: Change cursor behaviour when clicking empty spaceZac
2020-11-19LibGUI: Remove AbstractTableView::doubleclick_event()Andreas Kling
2020-11-15LibGUI/FileIconProvider: Add config file and use patternsLinus Groh
2020-11-14LibGUI: Make FileIconProvider aware of all supported image formatsLinus Groh
2020-11-14LibGUI: Add more extensions to FileIconProviderLinus Groh
2020-11-14LibGfx: Make Bitmap path handling case insensitiveLinus Groh
2020-11-11LibGUI: Set vertical distance between icons relative to scroll valueAmusedNetwork
2020-11-10LibGUI: Ignore application-global shortcuts in modal windowsAndreas Kling
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-10LibGUI: Limit the height of item text in IconViewAmusedNetwork
2020-11-10TextEditor: Go-to-line now shows line in middle of view (#4008)Jack Byrne
2020-11-08LibGUI: Prevent multiple drag initiations while drag messages are passedAnotherTest
2020-11-08LibGUI+WindowServer: Make DragOperation hold a MimeData instanceAnotherTest
2020-11-08LibGUI: Limit ScrollableWidget::available_size() width/height to 0Linus Groh
2020-11-06LibGUI: Clip rubber band to IconView widget content areaJoseph Bywater