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-01-28
LibGUI: Only consider starting a drag from an already selected item
Sergey Bugaev
2020-01-28
LibGUI+FileManager: Try better to detect executables
Sergey Bugaev
2020-01-28
GFileSystemModel: Don't copy the null-terminator after readlink()
Andreas Kling
2020-01-27
LibGUI: Fix crash when trying to scroll above the head of the document
Andreas Kling
2020-01-27
LibGUI: Add symlink targets as a column in GFileSystemModel
Andreas Kling
2020-01-27
LibGUI: Have GFileSystemModel use stat instead of lstat for the root
Andreas Kling
2020-01-27
LibGUI: Add 64-bit signed integer support to GVariant
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-23
GTextEditor: Create the "go to line" action eagerly
Andreas Kling
2020-01-23
GTextEditor: Move "Go to line" feature from HackStudio into GTextEditor
Andreas Kling
2020-01-23
GTextEditor: Make color of non-highlighted line numbers darker
Andreas Kling
2020-01-23
GTextEditor: Disable auto-indentation while pasting
Andreas Kling
2020-01-23
LibGUI: Give GTextDocument access to the GTextEditor during commands
Andreas Kling
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-22
LibGUI: Rename GAbstractColumnView to GAbstractTableView
Sergey Bugaev
2020-01-22
LibGUI: Let GModel specify the drag data type
Sergey Bugaev
2020-01-22
LibGUI: Move most of mouse event handling to GAbstractView
Sergey Bugaev
2020-01-22
LibGUI: Misc tweaks
Sergey Bugaev
2020-01-22
LibGUI: Move index_at_event_position() up to GAbstractView
Sergey Bugaev
2020-01-22
LibGUI: Add GItemView::index_at_event_position()
Sergey Bugaev
2020-01-22
LibGUI: Add GListView::index_at_event_position()
Sergey Bugaev
2020-01-21
LibGUI: Make GDialog accept escape key press events
Andreas Kling
2020-01-21
LibGUI: GFileSystemModel::index() now survives negative inputs
Andreas Kling
2020-01-21
LibGUI: Fix missing initializer for GColumnsView::m_model_column
Andreas Kling
2020-01-21
LibGUI: Import GColorPicker from the PaintBrush application
Andreas Kling
2020-01-20
LibGUI: Use clamp() is various places
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-18
LibGUI: Handle "Return" key events
Shannon Booth
2020-01-12
TextEditor: Implement replacement functionality
0xtechnobabble
2020-01-11
LibGUI: Fix assertion failure in GItemView::mouse_up()
Andreas Kling
2020-01-10
LibGUI: Fix rendering GColumnsView separator
Andreas Kling
2020-01-10
LibGUI: Add GColumnsView
Sergey Bugaev
2020-01-10
LibGUI+FileManager: Misc tweaks courtesy of clang-format
Sergey Bugaev
2020-01-10
LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel
Sergey Bugaev
2020-01-10
LibGUI: Add GAbstractView::activate_selected()
Sergey Bugaev
2020-01-10
LibGUI: Fix GModel::is_valid() behavior for tree-like models
Sergey Bugaev
2020-01-10
LibGUI: Fix tree view column positioning when some columns are hidden
Sergey Bugaev
2020-01-08
WindowServer+LibGUI: Paint exclusive actions as radio buttons in menus
Andreas Kling
2020-01-08
LibDraw+LibGUI: Move radio button painting into StylePainter
Andreas Kling
2020-01-08
LibGUI: clicking and dragging one item will drag other items in selection
Dov Alperin
2020-01-08
LibGUI: separate file names with commas in the drag operation text
Dov Alperin
2020-01-07
LibGUI: Preserve existing GItemView selection on rubber band (#1031)
DAlperin
2020-01-07
LibGUI: Run clang-format on GModel.h to neaten up some formatting
Conrad Pankoff
2020-01-07
GAbstractView: Add function for adding all to selection
Shannon Booth
2020-01-07
Themes: Support rubberband selection theming
0xtechnobabble
2020-01-06
AK+Demos+Libraries: Remove executable permissions from {.cpp,.h} files
Shannon Booth
2020-01-04
LibGUI: Refine the per-item rects in GItemView
Andreas Kling
2020-01-04
LibGUI: Add basic rubber band selection in GItemView
Andreas Kling
2020-01-04
WindowServer+LibGUI: Implement minimizable property to windows
Jami Kettunen
2020-01-04
WindowServer+LibGUI: Simplify handling of paint event rects
Andreas Kling
[next]