index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
/
GTableView.cpp
Age
Commit message (
Expand
)
Author
2019-03-29
Rename Painter::set_clip_rect() to add_clip_rect().
Andreas Kling
2019-03-29
LibGUI: Expand GModelIndex a bit, adding internal data and model pointers.
Andreas Kling
2019-03-28
LibGUI: Improve GFrame's look for Container shapes.
Andreas Kling
2019-03-28
LibGUI: Add a GPainter class that inherits from Painter.
Andreas Kling
2019-03-28
LibGUI: Use GFrame to draw the frames around GItemView and GTableView.
Andreas Kling
2019-03-27
Tweak the look of various UI surfaces and buttons.
Andreas Kling
2019-03-25
LibGUI: Add GWidget::doubleclick_event().
Andreas Kling
2019-03-24
LibGUI+FileManager: Add a GIcon class to support multi-size icons.
Andreas Kling
2019-03-23
LibGUI: Add a GItemView class.
Andreas Kling
2019-03-23
LibGUI: Add GAbstractView base class for GTableView.
Andreas Kling
2019-03-23
LibGUI: Rename GTableModel => GModel.
Andreas Kling
2019-03-20
GTableView: Add ability to hide individual columns at view-level.
Andreas Kling
2019-03-20
LibGUI: Make GTableModel a retainable object.
Andreas Kling
2019-03-18
LibGUI: Add GTableModel::Role::ForegroundColor.
Andreas Kling
2019-03-16
LibGUI: Factor out scrolling logic from GTableView into a GScrollableWidget.
Andreas Kling
2019-03-15
GTableView: Add a way to turn off alternating row colors.
Andreas Kling
2019-03-15
IRCClient+LibGUI: Add an input box so we can send messages to channels.
Andreas Kling
2019-03-15
GTableView: Add a way to hide the column headers.
Andreas Kling
2019-03-10
LibGUI: Don't fill widgets with background color by defualt.
Andreas Kling
2019-03-09
GTableView: Minor painting cleanup.
Andreas Kling
2019-03-09
LibGUI: Minor tidying.
Andreas Kling
2019-03-09
LibGUI: Use a separate data role for the table model sorting order.
Andreas Kling
2019-03-09
GTableView: Allow changing sort options by clicking column headers.
Andreas Kling
2019-03-06
LibGUI: GTableModel::data() should take a GModelIndex instead of int,int.
Andreas Kling
2019-03-06
GTableView: Ignore right clicks for now.
Andreas Kling
2019-03-04
GTableView: Tweak focus appearance for selected items.
Andreas Kling
2019-03-04
GTableView: Allow initiating keyboard navigation with no current selection.
Andreas Kling
2019-03-04
GTableView: Tweak the look of column headers.
Andreas Kling
2019-03-04
GTableView: Make the last column header separator look right.
Andreas Kling
2019-03-04
LibGUI: Unbreak clearing GTableView selection by clicking outside items.
Andreas Kling
2019-03-04
LibGUI: Tweak focus appearance and add it to GTableView.
Andreas Kling
2019-03-02
LibGUI: Support GTableView navigation with Page Up and Page Down.
Andreas Kling
2019-03-01
LibGUI: GTableView should scroll items into view when keyboard navigating.
Andreas Kling
2019-03-01
LibGUI: Allow basic keyboard navigation in GTableView.
Andreas Kling
2019-03-01
LibGUI: GTableView scrolling ranges should be based on the available area.
Andreas Kling
2019-03-01
Base: Add Csilla Bold 7x10 variant.
Andreas Kling
2019-02-28
LibGUI: Add a GModelNotification class that views will receive.
Andreas Kling
2019-02-28
LibGUI: Support bitmaps in GTableView cells.
Andreas Kling
2019-02-28
SharedGraphics: Make Painter clipping work with translated clip origin.
Andreas Kling
2019-02-28
LibGUI: Add horizontal scrollbar to GTableView.
Andreas Kling
2019-02-28
LibGUI: GTableView was accidentally obscuring the last row.
Andreas Kling
2019-02-28
LibGUI: Add GVariant class and use it for table model data.
Andreas Kling
2019-02-28
LibGUI: GTableView should clear the selection if clicking outside items.
Andreas Kling
2019-02-28
LibGUI: GTableView paints itself completely, no need for auto filling.
Andreas Kling
2019-02-28
LibGUI: Update GTableView's scrollbar range in response to resize.
Andreas Kling
2019-02-28
LibGUI: Pad GTableView cells on the right side as well.
Andreas Kling
2019-02-28
LibGUI: Allow specifying per-column text alignment.
Andreas Kling
2019-02-28
LibGUI: Draw separators between GTableView column headers.
Andreas Kling
2019-02-28
LibGUI: Take ProcessManager's process view and turn it into GTableView.
Andreas Kling