Andreas Kling
|
f249c40aaa
Rename Painter::set_clip_rect() to add_clip_rect().
|
6 years ago |
Andreas Kling
|
d02238af48
LibGUI: Expand GModelIndex a bit, adding internal data and model pointers.
|
6 years ago |
Andreas Kling
|
5d72cf5a3f
LibGUI: Improve GFrame's look for Container shapes.
|
6 years ago |
Andreas Kling
|
9fa21fa585
LibGUI: Add a GPainter class that inherits from Painter.
|
6 years ago |
Andreas Kling
|
3dc4255eb4
LibGUI: Use GFrame to draw the frames around GItemView and GTableView.
|
6 years ago |
Andreas Kling
|
670e376e27
Tweak the look of various UI surfaces and buttons.
|
6 years ago |
Andreas Kling
|
20f7d7ec67
LibGUI: Add GWidget::doubleclick_event().
|
6 years ago |
Andreas Kling
|
86413a6f5a
LibGUI+FileManager: Add a GIcon class to support multi-size icons.
|
6 years ago |
Andreas Kling
|
19fa70c821
LibGUI: Add a GItemView class.
|
6 years ago |
Andreas Kling
|
5707d7f547
LibGUI: Add GAbstractView base class for GTableView.
|
6 years ago |
Andreas Kling
|
994cf10b3e
LibGUI: Rename GTableModel => GModel.
|
6 years ago |
Andreas Kling
|
951377e93e
GTableView: Add ability to hide individual columns at view-level.
|
6 years ago |
Andreas Kling
|
f47945759b
LibGUI: Make GTableModel a retainable object.
|
6 years ago |
Andreas Kling
|
d466f2634d
LibGUI: Add GTableModel::Role::ForegroundColor.
|
6 years ago |
Andreas Kling
|
6fbabac460
LibGUI: Factor out scrolling logic from GTableView into a GScrollableWidget.
|
6 years ago |
Andreas Kling
|
b54ab06595
GTableView: Add a way to turn off alternating row colors.
|
6 years ago |
Andreas Kling
|
1fc283ed7d
IRCClient+LibGUI: Add an input box so we can send messages to channels.
|
6 years ago |
Andreas Kling
|
a5d538b389
GTableView: Add a way to hide the column headers.
|
6 years ago |
Andreas Kling
|
5d69bf06d2
LibGUI: Don't fill widgets with background color by defualt.
|
6 years ago |
Andreas Kling
|
963e95cb1a
GTableView: Minor painting cleanup.
|
6 years ago |
Andreas Kling
|
7d2c962836
LibGUI: Minor tidying.
|
6 years ago |
Andreas Kling
|
46caa2663b
LibGUI: Use a separate data role for the table model sorting order.
|
6 years ago |
Andreas Kling
|
3681a402ba
GTableView: Allow changing sort options by clicking column headers.
|
6 years ago |
Andreas Kling
|
7df1121e1c
LibGUI: GTableModel::data() should take a GModelIndex instead of int,int.
|
6 years ago |
Andreas Kling
|
09ecef6299
GTableView: Ignore right clicks for now.
|
6 years ago |
Andreas Kling
|
d932c03843
GTableView: Tweak focus appearance for selected items.
|
6 years ago |
Andreas Kling
|
06bd2fb2d5
GTableView: Allow initiating keyboard navigation with no current selection.
|
6 years ago |
Andreas Kling
|
7e955f7b60
GTableView: Tweak the look of column headers.
|
6 years ago |
Andreas Kling
|
ac2a3f7fdf
GTableView: Make the last column header separator look right.
|
6 years ago |
Andreas Kling
|
f91a20f9d0
LibGUI: Unbreak clearing GTableView selection by clicking outside items.
|
6 years ago |