<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plymouth.git/src/splash-plugins/details, branch master</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>Go to text mode before showing details</title>
<updated>2008-06-19T18:41:53+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-19T18:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=16c196da06802ec496ab6f9abf4ba1c2c5d78039'/>
<id>16c196da06802ec496ab6f9abf4ba1c2c5d78039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create new libplybootsplash</title>
<updated>2008-06-09T15:38:56+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-09T14:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=5d1e93403afe32e6879515b1c74b3e5b6366ad54'/>
<id>5d1e93403afe32e6879515b1c74b3e5b6366ad54</id>
<content type='text'>
The old approach of including the same source files into
multiple places is less than pretty.  But moving the code
to libply didn't seem right either, since libply is fairly
generic and could in theory get swapped out with a standard
runtime at some point.

Also, exposing libplybootsplash as an external library will
facilitate creating out of tree splash plugins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old approach of including the same source files into
multiple places is less than pretty.  But moving the code
to libply didn't seem right either, since libply is fairly
generic and could in theory get swapped out with a standard
runtime at some point.

Also, exposing libplybootsplash as an external library will
facilitate creating out of tree splash plugins.
</pre>
</div>
</content>
</entry>
<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>Add window source files to plugins that were lacking it</title>
<updated>2008-05-29T05:39:10+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-05-29T05:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=458b2c81e3bef517cdc60ecfd6e9a78e9b3ee399'/>
<id>458b2c81e3bef517cdc60ecfd6e9a78e9b3ee399</id>
<content type='text'>
We may want to do another convenience lib for plugin
specific apis, or fold window into libply
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We may want to do another convenience lib for plugin
specific apis, or fold window into libply
</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>
<entry>
<title>Move keyboard handling to window so we can do line editing</title>
<updated>2008-05-23T05:00:28+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-05-23T05:00:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=7e14cb94526e222061774e5ed3adfc9751a53928'/>
<id>7e14cb94526e222061774e5ed3adfc9751a53928</id>
<content type='text'>
The logic for line editing is a little complicated, so it's
best not to duplicate it across all the plugins.  Now we
manage it all from the window.  The plugins now access the
various editing events via there vtable, but that's an
extra layer of indirection that doesn't matter given that
we pass the window to the plugins anyway.  We should drop
that and just have the plugins register for edit events
directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The logic for line editing is a little complicated, so it's
best not to duplicate it across all the plugins.  Now we
manage it all from the window.  The plugins now access the
various editing events via there vtable, but that's an
extra layer of indirection that doesn't matter given that
we pass the window to the plugins anyway.  We should drop
that and just have the plugins register for edit events
directly.
</pre>
</div>
</content>
</entry>
<entry>
<title>On keyboard input pass size of character to handlers</title>
<updated>2008-05-22T20:25:57+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-05-22T20:25:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=21081183a2495c37a85e7b78e7cb73023b20f04f'/>
<id>21081183a2495c37a85e7b78e7cb73023b20f04f</id>
<content type='text'>
This prevents each handler from having to run mbrlen on
its own.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents each handler from having to run mbrlen on
its own.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do the trivial cut-n-paste to bring password support to details plugin</title>
<updated>2008-05-22T03:21:19+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-05-22T03:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=c8a5e1d318b3eb86dd75574ddb585efe6d836b91'/>
<id>c8a5e1d318b3eb86dd75574ddb585efe6d836b91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify plugin interface by dropping attach_to_event_loop</title>
<updated>2008-05-21T12:57:59+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-05-21T12:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=4cf3e3ae2d9062f727dca72c9dd510fca742c36a'/>
<id>4cf3e3ae2d9062f727dca72c9dd510fca742c36a</id>
<content type='text'>
Now we just pass the loop in directly to show and hide,
which makes its lifecycle more clear.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now we just pass the loop in directly to show and hide,
which makes its lifecycle more clear.
</pre>
</div>
</content>
</entry>
</feed>
