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-11-23
LibGUI: Set FilePicker window icon based on mode (#4148)
Zac
2020-11-22
LibGUI: Fix undo stack
BenJilks
2020-11-19
TextEditor: Change cursor behaviour when clicking empty space
Zac
2020-11-19
LibGUI: Remove AbstractTableView::doubleclick_event()
Andreas Kling
2020-11-15
LibGUI/FileIconProvider: Add config file and use patterns
Linus Groh
2020-11-14
LibGUI: Make FileIconProvider aware of all supported image formats
Linus Groh
2020-11-14
LibGUI: Add more extensions to FileIconProvider
Linus Groh
2020-11-14
LibGfx: Make Bitmap path handling case insensitive
Linus Groh
2020-11-11
LibGUI: Set vertical distance between icons relative to scroll value
AmusedNetwork
2020-11-10
LibGUI: Ignore application-global shortcuts in modal windows
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-10
LibGUI: Limit the height of item text in IconView
AmusedNetwork
2020-11-10
TextEditor: Go-to-line now shows line in middle of view (#4008)
Jack Byrne
2020-11-08
LibGUI: Prevent multiple drag initiations while drag messages are passed
AnotherTest
2020-11-08
LibGUI+WindowServer: Make DragOperation hold a MimeData instance
AnotherTest
2020-11-08
LibGUI: Limit ScrollableWidget::available_size() width/height to 0
Linus Groh
2020-11-06
LibGUI: Clip rubber band to IconView widget content area
Joseph Bywater
2020-11-06
LibGUI: Fix AbstractView selection after initial focusin event
Joseph Bywater
2020-11-03
LibGUI: Implement shift-select
AnotherTest
2020-11-02
LibGUI: Return early if drag_data_type is null (#3919)
Joseph
2020-11-01
LibGUI: Allow dragging a previously unselected item with a single click
Andreas Kling
2020-11-01
LibGUI: Views should ignore double clicks that don't hit any index
Andreas Kling
2020-11-01
LibGUI: Invalidate view cursor on model update
Andreas Kling
2020-10-31
LibGfx: Move FontDatabase from LibGUI to LibGfx
Andreas Kling
2020-10-30
LibGUI: Remove redundant scroll_into_view() calls in TableView
Andreas Kling
2020-10-30
LibGUI: Add Widget::has_focus_within()
Andreas Kling
2020-10-30
LibGUI: Improve TabWidget+StackWidget focus behavior further
Andreas Kling
2020-10-30
LibGUI: Deduplicate widgets with proxied focus in focus chain
Andreas Kling
2020-10-30
LibGUI: Improve automatic focus guessing somewhat
Andreas Kling
2020-10-30
LibGUI: Use ToolBarButton helper class inside ToolBar
Andreas Kling
2020-10-30
LibGUI: Fix null parent deref in AbstractButton::set_checked()
Andreas Kling
2020-10-30
LibGUI: Make TabWidget unfocusable when tab-less
Andreas Kling
2020-10-30
LibGUI: Make StackWidget/TabWidget preserve focus in inactive windows
Andreas Kling
2020-10-30
LibGUI: Make StackWidget set the active widget as its focus proxy
Andreas Kling
2020-10-30
LibGUI: Make TabWidget focusable and allow left/right arrow tab switch
Andreas Kling
2020-10-30
LibGUI: TabWidget should not steal focus on programmatic tab switch
Andreas Kling
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-29
LibGUI: Add TextDocument::span_at(TextPosition)
Andreas Kling
2020-10-28
LibGUI: IconView was hard-coding column 0 instead of model_column()
Andreas Kling
2020-10-28
LibGUI: Default-initialize cursor when focusing an AbstractView
Andreas Kling
2020-10-28
LibGUI: Don't start AbstractView type-ahead search with tab key
Andreas Kling
2020-10-28
LibGUI: Model-less views should not swallow key events
Andreas Kling
2020-10-27
LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^)
Andreas Kling
2020-10-27
LibGUI: Make TreeView use the view cursor properly
Andreas Kling
2020-10-27
LibGUI: Shrink the default selection rect of TreeView items
Andreas Kling
2020-10-27
LibGUI: Run clang-format on TableView.cpp
Andreas Kling
2020-10-27
LibGUI: Paint a focus rect around the cursor index in ColumnsView
Andreas Kling
2020-10-27
LibGUI: Paint a focus rect around the cursor index in TableView
Andreas Kling
2020-10-27
LibGUI: Paint a focus rect around the cursor index in IconView
Andreas Kling
2020-10-27
LibGUI: Improve and simplify IconView item name wrapping
Andreas Kling
[next]