<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plymouth.git/src/splash-plugins/details/plugin.c, branch 0.3.2</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/'/>
<entry>
<title>Port password handling over to using new answer object</title>
<updated>2008-06-02T15:49:00+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-02T15:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=f5a15611fb5fe1d36f8922e1c2a6f751ab0b8df7'/>
<id>f5a15611fb5fe1d36f8922e1c2a6f751ab0b8df7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop line editing plugin vtable functions. Use window directly.</title>
<updated>2008-05-29T04:02:22+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-05-29T04:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=dd3e2229d73f1f264cb07aab4765196307ac9e97'/>
<id>dd3e2229d73f1f264cb07aab4765196307ac9e97</id>
<content type='text'>
There was a sort useless layer of indirection between the
window object and splash plugins.  It ended up with
functions like:

void
on_backspace (ply_splash_plugin_t *plugin)
{
  plugin-&gt;interface-&gt;on_backspace (plugin);
}

Since the individual plugins are aware of the window object
anyway, they can register their own on_backspace et al handlers
without going through the ply_splash_plugin_t layer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was a sort useless layer of indirection between the
window object and splash plugins.  It ended up with
functions like:

void
on_backspace (ply_splash_plugin_t *plugin)
{
  plugin-&gt;interface-&gt;on_backspace (plugin);
}

Since the individual plugins are aware of the window object
anyway, they can register their own on_backspace et al handlers
without going through the ply_splash_plugin_t layer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename all the plugins from &lt;plugin-name&gt;.c -&gt; main.c</title>
<updated>2008-05-29T02:11:22+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-05-29T02:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=0b0afb569b254e757ec00540fdd2e6bdb8180896'/>
<id>0b0afb569b254e757ec00540fdd2e6bdb8180896</id>
<content type='text'>
Just makes things more consistent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just makes things more consistent.
</pre>
</div>
</content>
</entry>
</feed>
