<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plymouth.git/src/splash-plugins/text, branch 0.4.0</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>change over text plugin to use pulsing progress bar</title>
<updated>2008-06-22T03:49:03+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-21T17:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=1fd28b7e97fe048ad1757e1c4f0f082e775fc73e'/>
<id>1fd28b7e97fe048ad1757e1c4f0f082e775fc73e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use window hide/show cursor functions in text plugin</title>
<updated>2008-06-20T17:50:41+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-20T17:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=f4b938320890f770a78b6f998a0f2ce60f5033ec'/>
<id>f4b938320890f770a78b6f998a0f2ce60f5033ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use libplybootsplash clear screen function</title>
<updated>2008-06-20T17:48:45+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-20T17:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=9e553a1fb2c5f299f389d05b6181f870b544dd0c'/>
<id>9e553a1fb2c5f299f389d05b6181f870b544dd0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Center dots in text plugin</title>
<updated>2008-06-19T20:51:15+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-19T20:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=695c017a2cc82d0d797a4f788045e945324878e3'/>
<id>695c017a2cc82d0d797a4f788045e945324878e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide cursor and clear screen in text plugin</title>
<updated>2008-06-19T02:45:49+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-19T02:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=6bda9aa4d1bb949cc9aa448b2b43fbb46e667691'/>
<id>6bda9aa4d1bb949cc9aa448b2b43fbb46e667691</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Write to stdout instead of tty1 for text plugin</title>
<updated>2008-06-11T21:19:55+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-11T20:13:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=7826d560be7f9703bd743aadb9676f7576092685'/>
<id>7826d560be7f9703bd743aadb9676f7576092685</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>
</feed>
