summaryrefslogtreecommitdiff
path: root/LibGUI/GVariant.h
AgeCommit message (Expand)Author
2019-05-28Add clang-format fileRobin Burchell
2019-05-26AK: Implement String::to_int (#99)Faissal Bensefia
2019-04-19VisualBuilder: Hook up everything needed for widget property editing.Andreas Kling
2019-04-13GVariant: Add to_bool(), to_int() and to_color().Andreas Kling
2019-04-12GVariant: Don't crash when extracting a null String.Andreas Kling
2019-04-11GVariant: Add Point, Size and Rect variant types.Andreas Kling
2019-04-11LibGUI: Add GVariant copy constructor.Andreas Kling
2019-03-24LibGUI+FileManager: Add a GIcon class to support multi-size icons.Andreas Kling
2019-03-18LibGUI: Add GTableModel::Role::ForegroundColor.Andreas Kling
2019-03-09Make it possible to sort a GTableModel by column+order.Andreas Kling
2019-02-28LibGUI: Support bitmaps in GTableView cells.Andreas Kling
2019-02-28LibGUI: Add GVariant class and use it for table model data.Andreas Kling