index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
Age
Commit message (
Expand
)
Author
2020-09-06
LibGUI: Fix OOB read in Clipboard::set_data()
AnotherTest
2020-09-05
LibGUI: Add a Clipboard API for retrieving a copied Gfx::Bitmap
Andreas Kling
2020-09-05
Clipboard: Add a key-value map alongside the clipboard storage
Andreas Kling
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-09-02
LibGUI: Handle cursor keydown events in AbstractView
Andreas Kling
2020-09-02
LibGUI: Simplify ListView hover highlighting
Andreas Kling
2020-09-02
LibGUI: Move ListView to using AbstractView::move_cursor()
Andreas Kling
2020-09-01
LibGUI: Disable whitespace visualization in single-line text editors
Andreas Kling
2020-09-01
LibGUI: Implement trailing whitespace visualization in TextEditor
Andreas Kling
2020-09-01
LibGUI: Implement the virtual ListView::scroll_into_view()
Andreas Kling
2020-09-01
LibGUI: Remove ListView::doubleclick_event()
Andreas Kling
2020-09-01
LibGUI: Don't return early from AbstractView::set_cursor()
Andreas Kling
2020-09-01
LibGUI: Implement move_cursor() in ColumnsView
Andreas Kling
2020-09-01
LibGUI: Implement the virtual IconView::scroll_into_view()
Andreas Kling
2020-09-01
LibGUI: Teach IconView to use AbstractView::move_cursor()
Andreas Kling
2020-08-31
LibGUI: Hide ResizeCorner in StatusBar when window is maximized
thankyouverycool
2020-08-29
DisplaySettings+LibGUI: Move ItemListModel into LibGUI
AnotherTest
2020-08-29
Base+LibGUI: Refresh filetype icons for consistency
thankyouverycool
2020-08-29
LibGUI: Make Del/Backspace clear cell w/ "any key pressed" edit trigger
Andreas Kling
2020-08-29
LibGUI: Make SortingProxyModel update all view cursors on resort
Andreas Kling
2020-08-29
LibGUI: Make AbstractView::set_cursor() scrolling into view optional
Andreas Kling
2020-08-29
LibGUI: Allow AbstractView::set_cursor(ModelIndex(), ...)
Andreas Kling
2020-08-28
LibGUI: Add optional "tab key navigation" to AbstractView
Andreas Kling
2020-08-28
LibGUI: Make TableView::move_cursor() public
Andreas Kling
2020-08-28
LibGUI: Let's make F2 the standard "edit key"
Andreas Kling
2020-08-28
LibGUI: Allow rollback of model editing delegate input
Andreas Kling
2020-08-28
LibGUI: Implement a basic "any key pressed" edit trigger for TableView
Andreas Kling
2020-08-28
LibGUI: Add AbstractView "edit triggers" to improve editing control
Andreas Kling
2020-08-28
LibGUI: Add optional grid and cursor styles to TableView
Andreas Kling
2020-08-28
LibGUI: Remove unused String member
Ben Wiederhake
2020-08-27
LibGUI: Unbreak PageUp/PageDown in AbstractTableView
Andreas Kling
2020-08-27
LibGUI: Ctrl+clicking on an AbstractView should move cursor
Andreas Kling
2020-08-27
LibGUI: Add a cursor to AbstractView, separate from the selection
Andreas Kling
2020-08-27
LibGUI: Remove unused variables in AbstractTableView::mousedown_event()
Andreas Kling
2020-08-27
LibGUI: Add AbstractView::move_cursor() and share some movement logic
Andreas Kling
2020-08-27
Base: Move 16x16 common icons to /res/icons/16x16/
thankyouverycool
2020-08-27
Base: Create /res/icons/serenity for misc. sized system icons
thankyouverycool
2020-08-27
Base: Create /res/graphics/ and relocate system art assets
thankyouverycool
2020-08-27
LibGUI: Splitter should only override cursor if within grabbable area
Tom
2020-08-27
LibGUI: Don't make views sort by column 0 by default
Andreas Kling
2020-08-27
Base+LibGUI+Spreadsheet: Add icons for Spreadsheet
AnotherTest
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-26
LibGUI: Update AbstractTableView row header sizes on set_row_height()
Andreas Kling
2020-08-26
LibGUI: Make AbstractTableView row height configurable
Andreas Kling
2020-08-26
LibGUI: Add a top-left-corner button to table views
Andreas Kling
2020-08-26
LibGUI: Add (optional) row headers to GUI::TableView
Andreas Kling
2020-08-26
LibGUI: Avoid implementing vertical HeaderView section resize for now
Andreas Kling
2020-08-26
LibGUI: Don't update key column when clicking vertical headers
Andreas Kling
2020-08-26
LibGUI: Fix HeaderView::section_rect() for vertical headers
Andreas Kling
2020-08-26
LibGUI: Simplify HeaderView::mouseup_event() slightly
Andreas Kling
[next]