summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-09-12LibGUI: Use new Bitmap::minimum_pitch methodBen Wiederhake
2020-09-12LibGfx: Saner memory usage of indexed bitmapsBen Wiederhake
2020-09-12LibGfx: Remove redundant bits() methodBen Wiederhake
2020-09-11LibGUI+LibGfx: Move check box painting to Gfx::StylePainterAndreas Kling
2020-09-11LibGUI: Use widget override cursors in ColorInputAndreas Kling
2020-09-11LibGUI: Use widget override cursors in HeaderViewAndreas Kling
2020-09-11LibGUI: Use widget override cursors in GUI::ResizeCornerAndreas Kling
2020-09-11LibGUI: Use widget override cursors in GUI::TextEditorAndreas Kling
2020-09-11LibGUI: Use widget override cursors in GUI::SplitterAndreas Kling
2020-09-11LibGUI: Add Widget override cursor conceptAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-09-10LibGUI: Unregister AbstractView from model on destructionAndreas Kling
2020-09-09LibGUI: Do not paint scrollbar button highlight for scrollbars without scrubberNico Weber
2020-09-08AK: Remove FixedArray class.asynts
2020-09-06LibGUI: Fix OOB read in Clipboard::set_data()AnotherTest
2020-09-05LibGUI: Add a Clipboard API for retrieving a copied Gfx::BitmapAndreas Kling
2020-09-05Clipboard: Add a key-value map alongside the clipboard storageAndreas Kling
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-09-02LibGUI: Handle cursor keydown events in AbstractViewAndreas Kling
2020-09-02LibGUI: Simplify ListView hover highlightingAndreas Kling
2020-09-02LibGUI: Move ListView to using AbstractView::move_cursor()Andreas Kling
2020-09-01LibGUI: Disable whitespace visualization in single-line text editorsAndreas Kling
2020-09-01LibGUI: Implement trailing whitespace visualization in TextEditorAndreas Kling
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