summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
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
2020-11-06LibGUI: Fix AbstractView selection after initial focusin eventJoseph Bywater
2020-11-03LibGUI: Implement shift-selectAnotherTest
2020-11-02LibGUI: Return early if drag_data_type is null (#3919)Joseph
2020-11-01LibGUI: Allow dragging a previously unselected item with a single clickAndreas Kling
2020-11-01LibGUI: Views should ignore double clicks that don't hit any indexAndreas Kling
2020-11-01LibGUI: Invalidate view cursor on model updateAndreas Kling
2020-10-31LibGfx: Move FontDatabase from LibGUI to LibGfxAndreas Kling
2020-10-30LibGUI: Remove redundant scroll_into_view() calls in TableViewAndreas Kling
2020-10-30LibGUI: Add Widget::has_focus_within()Andreas Kling
2020-10-30LibGUI: Improve TabWidget+StackWidget focus behavior furtherAndreas Kling
2020-10-30LibGUI: Deduplicate widgets with proxied focus in focus chainAndreas Kling
2020-10-30LibGUI: Improve automatic focus guessing somewhatAndreas Kling
2020-10-30LibGUI: Use ToolBarButton helper class inside ToolBarAndreas Kling
2020-10-30LibGUI: Fix null parent deref in AbstractButton::set_checked()Andreas Kling
2020-10-30LibGUI: Make TabWidget unfocusable when tab-lessAndreas Kling
2020-10-30LibGUI: Make StackWidget/TabWidget preserve focus in inactive windowsAndreas Kling
2020-10-30LibGUI: Make StackWidget set the active widget as its focus proxyAndreas Kling
2020-10-30LibGUI: Make TabWidget focusable and allow left/right arrow tab switchAndreas Kling
2020-10-30LibGUI: TabWidget should not steal focus on programmatic tab switchAndreas Kling
2020-10-30LibGUI: Add Widget focus policiesAndreas Kling
2020-10-29LibGUI: Add TextDocument::span_at(TextPosition)Andreas Kling
2020-10-28LibGUI: IconView was hard-coding column 0 instead of model_column()Andreas Kling
2020-10-28LibGUI: Default-initialize cursor when focusing an AbstractViewAndreas Kling
2020-10-28LibGUI: Don't start AbstractView type-ahead search with tab keyAndreas Kling
2020-10-28LibGUI: Model-less views should not swallow key eventsAndreas Kling
2020-10-27LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^)Andreas Kling
2020-10-27LibGUI: Make TreeView use the view cursor properlyAndreas Kling
2020-10-27LibGUI: Shrink the default selection rect of TreeView itemsAndreas Kling
2020-10-27LibGUI: Run clang-format on TableView.cppAndreas Kling
2020-10-27LibGUI: Paint a focus rect around the cursor index in ColumnsViewAndreas Kling
2020-10-27LibGUI: Paint a focus rect around the cursor index in TableViewAndreas Kling
2020-10-27LibGUI: Paint a focus rect around the cursor index in IconViewAndreas Kling
2020-10-27LibGUI: Improve and simplify IconView item name wrappingAndreas Kling