summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-09-01LibGUI: Implement the virtual ListView::scroll_into_view()Andreas Kling
2020-09-01LibGUI: Remove ListView::doubleclick_event()Andreas Kling
2020-09-01LibGUI: Don't return early from AbstractView::set_cursor()Andreas Kling
2020-09-01LibGUI: Implement move_cursor() in ColumnsViewAndreas Kling
2020-09-01LibGUI: Implement the virtual IconView::scroll_into_view()Andreas Kling
2020-09-01LibGUI: Teach IconView to use AbstractView::move_cursor()Andreas Kling
2020-08-31LibGUI: Hide ResizeCorner in StatusBar when window is maximizedthankyouverycool
2020-08-29DisplaySettings+LibGUI: Move ItemListModel into LibGUIAnotherTest
2020-08-29Base+LibGUI: Refresh filetype icons for consistencythankyouverycool
2020-08-29LibGUI: Make Del/Backspace clear cell w/ "any key pressed" edit triggerAndreas Kling
2020-08-29LibGUI: Make SortingProxyModel update all view cursors on resortAndreas Kling
2020-08-29LibGUI: Make AbstractView::set_cursor() scrolling into view optionalAndreas Kling
2020-08-29LibGUI: Allow AbstractView::set_cursor(ModelIndex(), ...)Andreas Kling
2020-08-28LibGUI: Add optional "tab key navigation" to AbstractViewAndreas Kling
2020-08-28LibGUI: Make TableView::move_cursor() publicAndreas Kling
2020-08-28LibGUI: Let's make F2 the standard "edit key"Andreas Kling
2020-08-28LibGUI: Allow rollback of model editing delegate inputAndreas Kling
2020-08-28LibGUI: Implement a basic "any key pressed" edit trigger for TableViewAndreas Kling
2020-08-28LibGUI: Add AbstractView "edit triggers" to improve editing controlAndreas Kling
2020-08-28LibGUI: Add optional grid and cursor styles to TableViewAndreas Kling
2020-08-28LibGUI: Remove unused String memberBen Wiederhake
2020-08-27LibGUI: Unbreak PageUp/PageDown in AbstractTableViewAndreas Kling
2020-08-27LibGUI: Ctrl+clicking on an AbstractView should move cursorAndreas Kling
2020-08-27LibGUI: Add a cursor to AbstractView, separate from the selectionAndreas Kling
2020-08-27LibGUI: Remove unused variables in AbstractTableView::mousedown_event()Andreas Kling
2020-08-27LibGUI: Add AbstractView::move_cursor() and share some movement logicAndreas Kling
2020-08-27Base: Move 16x16 common icons to /res/icons/16x16/thankyouverycool
2020-08-27Base: Create /res/icons/serenity for misc. sized system iconsthankyouverycool
2020-08-27Base: Create /res/graphics/ and relocate system art assetsthankyouverycool
2020-08-27LibGUI: Splitter should only override cursor if within grabbable areaTom
2020-08-27LibGUI: Don't make views sort by column 0 by defaultAndreas Kling
2020-08-27Base+LibGUI+Spreadsheet: Add icons for SpreadsheetAnotherTest
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-08-26LibGUI: Update AbstractTableView row header sizes on set_row_height()Andreas Kling
2020-08-26LibGUI: Make AbstractTableView row height configurableAndreas Kling
2020-08-26LibGUI: Add a top-left-corner button to table viewsAndreas Kling
2020-08-26LibGUI: Add (optional) row headers to GUI::TableViewAndreas Kling
2020-08-26LibGUI: Avoid implementing vertical HeaderView section resize for nowAndreas Kling
2020-08-26LibGUI: Don't update key column when clicking vertical headersAndreas Kling
2020-08-26LibGUI: Fix HeaderView::section_rect() for vertical headersAndreas Kling
2020-08-26LibGUI: Simplify HeaderView::mouseup_event() slightlyAndreas Kling
2020-08-26LibGUI: Reset hovered section when mouse cursor leaves a HeaderViewAndreas Kling
2020-08-26LibGUI+HackStudio: Associate new icons with their extensionsthankyouverycool
2020-08-26LibGUI: HeaderView should always notify parent when sections resizeAndreas Kling
2020-08-26LibGUI: Rename table view's "cell painting delegate" to "column *"Andreas Kling
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-26LibGUI: Make Splitter inherit from Widget instead of FrameAndreas Kling
2020-08-26LibGUI: Clip GUI::Frame children to the frame_inner_rect()Andreas Kling
2020-08-26LibGUI: Allow widgets to clip their child widgetsAndreas Kling
2020-08-26LibGUI: Add Widget focus proxiesAndreas Kling