Andreas Kling
|
52152e171b
|
GVariant: Zero out invalid GVariants to unconfuse debugging.
|
2019-04-11 17:28:59 +02:00 |
|
Andreas Kling
|
86413a6f5a
|
LibGUI+FileManager: Add a GIcon class to support multi-size icons.
A GIcon can contain any number of bitmaps internally, and will give you
the best fitting icon when you call bitmap_for_size().
|
2019-03-24 04:28:36 +01:00 |
|
Andreas Kling
|
d466f2634d
|
LibGUI: Add GTableModel::Role::ForegroundColor.
This makes it possible to specify the text color for each table cell.
Use this to make the IRCClient show unread window list items in red.
|
2019-03-18 04:54:07 +01:00 |
|
Andreas Kling
|
7d1142c7d9
|
Make it possible to sort a GTableModel by column+order.
This is accomplished by putting a GSortingProxyTableModel between the model
and the view. It's pretty simplistic but it works for this use case. :^)
|
2019-03-09 13:33:52 +01:00 |
|
Andreas Kling
|
dc4e6dd7bc
|
LibGUI: Fix LibGUI::to_string() for GVariant::Type::Float.
|
2019-03-06 19:49:59 +01:00 |
|
Andreas Kling
|
75fabef57b
|
LibGUI: Add GVariant class and use it for table model data.
|
2019-02-28 16:20:29 +01:00 |
|