Andreas Kling
|
670e376e27
Tweak the look of various UI surfaces and buttons.
|
6 年之前 |
Andreas Kling
|
20f7d7ec67
LibGUI: Add GWidget::doubleclick_event().
|
6 年之前 |
Andreas Kling
|
86413a6f5a
LibGUI+FileManager: Add a GIcon class to support multi-size icons.
|
6 年之前 |
Andreas Kling
|
19fa70c821
LibGUI: Add a GItemView class.
|
6 年之前 |
Andreas Kling
|
5707d7f547
LibGUI: Add GAbstractView base class for GTableView.
|
6 年之前 |
Andreas Kling
|
994cf10b3e
LibGUI: Rename GTableModel => GModel.
|
6 年之前 |
Andreas Kling
|
951377e93e
GTableView: Add ability to hide individual columns at view-level.
|
6 年之前 |
Andreas Kling
|
f47945759b
LibGUI: Make GTableModel a retainable object.
|
6 年之前 |
Andreas Kling
|
d466f2634d
LibGUI: Add GTableModel::Role::ForegroundColor.
|
6 年之前 |
Andreas Kling
|
6fbabac460
LibGUI: Factor out scrolling logic from GTableView into a GScrollableWidget.
|
6 年之前 |
Andreas Kling
|
b54ab06595
GTableView: Add a way to turn off alternating row colors.
|
6 年之前 |
Andreas Kling
|
1fc283ed7d
IRCClient+LibGUI: Add an input box so we can send messages to channels.
|
6 年之前 |
Andreas Kling
|
a5d538b389
GTableView: Add a way to hide the column headers.
|
6 年之前 |
Andreas Kling
|
5d69bf06d2
LibGUI: Don't fill widgets with background color by defualt.
|
6 年之前 |
Andreas Kling
|
963e95cb1a
GTableView: Minor painting cleanup.
|
6 年之前 |
Andreas Kling
|
7d2c962836
LibGUI: Minor tidying.
|
6 年之前 |
Andreas Kling
|
46caa2663b
LibGUI: Use a separate data role for the table model sorting order.
|
6 年之前 |
Andreas Kling
|
3681a402ba
GTableView: Allow changing sort options by clicking column headers.
|
6 年之前 |
Andreas Kling
|
7df1121e1c
LibGUI: GTableModel::data() should take a GModelIndex instead of int,int.
|
6 年之前 |
Andreas Kling
|
09ecef6299
GTableView: Ignore right clicks for now.
|
6 年之前 |
Andreas Kling
|
d932c03843
GTableView: Tweak focus appearance for selected items.
|
6 年之前 |
Andreas Kling
|
06bd2fb2d5
GTableView: Allow initiating keyboard navigation with no current selection.
|
6 年之前 |
Andreas Kling
|
7e955f7b60
GTableView: Tweak the look of column headers.
|
6 年之前 |
Andreas Kling
|
ac2a3f7fdf
GTableView: Make the last column header separator look right.
|
6 年之前 |
Andreas Kling
|
f91a20f9d0
LibGUI: Unbreak clearing GTableView selection by clicking outside items.
|
6 年之前 |
Andreas Kling
|
ef4d517429
LibGUI: Tweak focus appearance and add it to GTableView.
|
6 年之前 |
Andreas Kling
|
63cdc3d2d5
LibGUI: Support GTableView navigation with Page Up and Page Down.
|
6 年之前 |
Andreas Kling
|
574a399347
LibGUI: GTableView should scroll items into view when keyboard navigating.
|
6 年之前 |
Andreas Kling
|
b5dcad932e
LibGUI: Allow basic keyboard navigation in GTableView.
|
6 年之前 |
Andreas Kling
|
9c21874d33
LibGUI: GTableView scrolling ranges should be based on the available area.
|
6 年之前 |