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-12
LibGUI: Use new Bitmap::minimum_pitch method
Ben Wiederhake
2020-09-12
LibGfx: Saner memory usage of indexed bitmaps
Ben Wiederhake
2020-09-12
LibGfx: Remove redundant bits() method
Ben Wiederhake
2020-09-11
LibGUI+LibGfx: Move check box painting to Gfx::StylePainter
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in ColorInput
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in HeaderView
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in GUI::ResizeCorner
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in GUI::TextEditor
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in GUI::Splitter
Andreas Kling
2020-09-11
LibGUI: Add Widget override cursor concept
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-09-10
LibGUI: Unregister AbstractView from model on destruction
Andreas Kling
2020-09-09
LibGUI: Do not paint scrollbar button highlight for scrollbars without scrubber
Nico Weber
2020-09-08
AK: Remove FixedArray class.
asynts
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
[next]