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
/
GVariant.h
Age
Commit message (
Expand
)
Author
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling
2019-06-29
LibGUI: Make it easy to construct a GVariant from a JsonValue.
Andreas Kling
2019-06-23
GVariant: Add to_string(GVariant::Type) helper.
Andreas Kling
2019-06-22
GVariant: Add a constructor that takes const char*.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-26
AK: Implement String::to_int (#99)
Faissal Bensefia
2019-04-19
VisualBuilder: Hook up everything needed for widget property editing.
Andreas Kling
2019-04-13
GVariant: Add to_bool(), to_int() and to_color().
Andreas Kling
2019-04-12
GVariant: Don't crash when extracting a null String.
Andreas Kling
2019-04-11
GVariant: Add Point, Size and Rect variant types.
Andreas Kling
2019-04-11
LibGUI: Add GVariant copy constructor.
Andreas Kling
2019-03-24
LibGUI+FileManager: Add a GIcon class to support multi-size icons.
Andreas Kling
2019-03-18
LibGUI: Add GTableModel::Role::ForegroundColor.
Andreas Kling
2019-03-09
Make it possible to sort a GTableModel by column+order.
Andreas Kling
2019-02-28
LibGUI: Support bitmaps in GTableView cells.
Andreas Kling
2019-02-28
LibGUI: Add GVariant class and use it for table model data.
Andreas Kling