ladybird/Base
Andreas Kling be604652ae LibGUI: Add GIcon::default_icon(name).
This is a convenience helper to instantiate a GIcon like so:

    auto icon = GIcon::default_icon("filetype-image");

This will give you the "filetype-image" icon in both 16x16 and 32x32 sizes.
2019-03-25 14:46:37 +01:00
..
etc Kernel+Userland: Implement setuid() and setgid() and add /bin/su 2019-02-21 23:38:10 +01:00
home/anon Base: Rename /users to /home. 2019-02-10 11:18:12 +01:00
res LibGUI: Add GIcon::default_icon(name). 2019-03-25 14:46:37 +01:00