Commit graph

10 commits

Author SHA1 Message Date
Ray Strode
a5c1ccd711 autogoo: Drop the goo
We have meson support now, get rid of the cruft.
2022-11-14 13:40:56 -05:00
Niels De Graef
95d3e3bbf9 Port build system to Meson 2022-11-14 12:21:55 -05:00
Ray Strode
25bac96695 [glow] Soften corners of entry box
They (somewhat) have the illusion of roundness now.
2009-08-25 13:15:17 -04:00
Ray Strode
3aca57aa35 [glow] Update bullet to be more like GTK+ default
It makes things look more consistent.
2009-08-25 13:15:08 -04:00
Frederic Crozat
aa1b9c6175 [splash] do not ship generated files in tarball 2009-08-05 10:59:15 -04:00
Ray Strode
6f08a84681 [splash] Add theme source files to EXTRA_DIST
They weren't making it into the dist'd tarball
2009-05-20 17:27:54 -04:00
Charlie Brej
c03d816ebe [two-step] Add merge-fade as a progress animation transition type
The merge fade merges the two frames before drawing them to the framebuffer.
This makes a smooth transition between areas with partly transparent pixels or
areas in later frames becoming trasparent. This is set as the default on the
"glow" theme.
2009-05-20 17:27:53 -04:00
Ray Strode
e4e91bad03 [glow] Add fade between frames in glow theme 2009-05-20 17:27:53 -04:00
Ray Strode
e2ed2b9812 [splash] Rename glow plugin to two-step
Now the "glow" theme is just one possible manifestation of the
"two-step" plugin.
2009-05-20 17:27:52 -04:00
Ray Strode
6acf834f1e [splash] Split splashes into plugins and themes
Some of the plugins (well, the glow plugin) would be a lot more
versatile if they could be reused for multiple splashes with different
images.

This commit splits boot splashes into two parts, the plugin engine which
does all the dirty work, and the theme which says which plugin to use
and optionally how the plugin should work (using plugin specific
key/value pairs)
2009-05-20 17:27:52 -04:00