Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The icon currently looks better than a real GGroupBox. I have to fix that.
|
|
|
|
|
|
|
|
|
|
|
|
Also import a bunch of cursors I drew. Only the default ("arrow") cursor is
ever used so far.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
A GIcon can contain any number of bitmaps internally, and will give you
the best fitting icon when you call bitmap_for_size().
|
|
|
|
This is a GAbstractView subclass that implements a icon-based view onto
a GModel. It still need a bunch of work, but it's in basic usable shape.
|
|
|
|
|
|
Fix up /bin/pape so it tells the WindowServer which wallpaper file to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They aren't hooked up to anything, I just felt like making some icons. ;^)
|
|
The icons show up both in the title bars and in the window switcher.
Eventually I'd like to be able to minimize to icon, and maybe even have
myself a taskbar.
|
|
|
|
|
|
|
|
..and do some minor tweaks to the font rendering code.
|