| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Make throbber continue to work after stop and start | Ray Strode | 2008-05-28 | 1 | -3/+7 | |
| | | ||||||
| * | If no frames could be loaded for the throbber, noop instead of crash | Ray Strode | 2008-05-28 | 1 | -0/+4 | |
| | | ||||||
| * | Move images in splash-plugins to subdirectories, so they don't clash | Ray Strode | 2008-05-28 | 6 | -19/+25 | |
| | | ||||||
| * | Add a throbber to the splash screen and build spinfinity | Ray Strode | 2008-05-28 | 8 | -86/+423 | |
| | | ||||||
| * | Drop some unused declarations that are fall out from cut-n-paste | Ray Strode | 2008-05-28 | 1 | -3/+2 | |
| | | ||||||
| * | Add frames for spinfinity throbber | Ray Strode | 2008-05-28 | 38 | -0/+24 | |
| | | ||||||
| * | Copy and modify fedora-fade-in to new spinfinity plugin | Ray Strode | 2008-05-24 | 7 | -1/+525 | |
| | | | | | | | | The idea is to make a plugin that matches mockups done by Mike Langlie. The mockups feature a throbber that spins in the shape of an infinity sign. This is just a placeholder. Most of the mockup isn't implemented yet. | |||||
| * | Clear old contents before recompositing to prevent ad-hoc fade effect | Ray Strode | 2008-05-23 | 1 | -0/+5 | |
| | | ||||||
| * | Don't leak entry | Ray Strode | 2008-05-23 | 1 | -0/+2 | |
| | | ||||||
| * | Move keyboard handling to window so we can do line editing | Ray Strode | 2008-05-23 | 3 | -67/+71 | |
| | | | | | | | | | | | | 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. | |||||
| * | On keyboard input pass size of character to handlers | Ray Strode | 2008-05-22 | 3 | -25/+6 | |
| | | | | | | This prevents each handler from having to run mbrlen on its own. | |||||
| * | Add preliminary password support to fedora-fade-in | Ray Strode | 2008-05-22 | 5 | -5/+179 | |
| | | | | | | | We should really move a lot of the duplicate code between the various splash plugins to the window code. We also need line editing support. | |||||
| * | Do the trivial cut-n-paste to bring password support to details plugin | Ray Strode | 2008-05-21 | 1 | -24/+49 | |
| | | ||||||
| * | Add second cut at password support | Ray Strode | 2008-05-21 | 1 | -24/+48 | |
| | | | | | | | | | | This version works even in raw mode, by buffering key presses passed from the window object, and replying to the client after the user presses enter. There are a lot of layers of function pointers getting passed around, so it may make sense to introduce an opaque type for holding the password and triggering the reply. | |||||
| * | Simplify plugin interface by dropping attach_to_event_loop | Ray Strode | 2008-05-21 | 3 | -63/+46 | |
| | | | | | | Now we just pass the loop in directly to show and hide, which makes its lifecycle more clear. | |||||
| * | detach text plugin from event loop when hiding it | Ray Strode | 2008-05-20 | 1 | -5/+8 | |
| | | ||||||
| * | disconnect from event loop in fedora-fade-in if show fails | Ray Strode | 2008-05-20 | 1 | -1/+8 | |
| | | | | | | We really need to drop attach_to_event_loop and pass the loop into show. | |||||
| * | Add hook to ply-terminal-session to notify on boot output. | Ray Strode | 2008-05-19 | 1 | -0/+10 | |
| | | | | | Drop set_output_buffer api and propagate boot output to splash plugins | |||||
| * | dump output of boot buffer when showing details plugin | Ray Strode | 2008-05-19 | 1 | -1/+8 | |
| | | ||||||
| * | use "details" stub plugin when user presses escape | Ray Strode | 2008-05-19 | 2 | -6/+6 | |
| | | ||||||
| * | Create a buffer to hold boot messages and pass that buffer to plugin show ↵ | Ray Strode | 2008-05-19 | 3 | -3/+6 | |
| | | | | | functions | |||||
| * | add stub plugin that will show details when the user presses escape | Ray Strode | 2008-05-19 | 2 | -0/+205 | |
| | | ||||||
| * | only detach fedora-fade-in plugin from event loop when there is an event ↵ | Ray Strode | 2008-05-19 | 1 | -5/+7 | |
| | | | | | loop to detach from | |||||
| * | disable fedora-fade-in plugin animaton timeout when animation is stopped | Ray Strode | 2008-05-19 | 1 | -0/+7 | |
| | | ||||||
| * | pass keyboard input on to plugins | Ray Strode | 2008-05-18 | 2 | -1/+15 | |
| | | ||||||
| * | change function signature to silence warning | Ray Strode | 2008-05-18 | 1 | -1/+2 | |
| | | ||||||
| * | add function cast to silence warning | Ray Strode | 2008-05-18 | 1 | -1/+1 | |
| | | ||||||
| * | add new ply_window_t type to manage text versus graphics mode, | Ray Strode | 2008-05-17 | 3 | -68/+17 | |
| | | | | | and eventually key events | |||||
| * | add preliminary support for asking for password during boot sequence | Ray Strode | 2008-05-15 | 1 | -2/+32 | |
| | | | | | (Only in text plugin so far) | |||||
| * | add cast to prevent compiler warning | Ray Strode | 2008-05-14 | 1 | -0/+1 | |
| | | ||||||
| * | fix some confusion with star placement in fedora-fade-in plugin | Ray Strode | 2008-05-14 | 1 | -4/+3 | |
| | | | | | | We did logo_width - frame_buffer_width instead of the other way around, so we ended up with a negative width | |||||
| * | add initial cut of a barebones text splash | Ray Strode | 2008-05-14 | 3 | -1/+192 | |
| | | ||||||
| * | disconnect event loop exit watch when hiding splash screen | Ray Strode | 2008-05-14 | 1 | -0/+5 | |
| | | ||||||
| * | move detach_from_event_loop function up higher in file | Ray Strode | 2008-05-14 | 1 | -8/+8 | |
| | | ||||||
| * | put fedora-fade-in plugin back in graphics mode | Ray Strode | 2008-05-13 | 1 | -1/+0 | |
| | | ||||||
| * | Fix infinite loop in add_star logic of fedora-fade-in plugin | Ray Strode | 2008-05-13 | 1 | -2/+2 | |
| | | ||||||
| * | Fix bug where logo area was getting computed negative | Ray Strode | 2007-12-14 | 1 | -12/+25 | |
| | | | | | Spotted by Dave Malcolm | |||||
| * | Don't add new stars on top of old stars, or under the logo | Ray Strode | 2007-10-21 | 1 | -12/+43 | |
| | | ||||||
| * | reenable graphics mode in the fade in plugin | Ray Strode | 2007-10-21 | 1 | -1/+0 | |
| | | ||||||
| * | dump everything i'm working on into the main refactor branch for now | Ray Strode | 2007-06-21 | 1 | -0/+9 | |
| | | ||||||
| * | add a fade out to the splash on exit | Ray Strode | 2007-06-12 | 1 | -4/+57 | |
| | | ||||||
| * | add tests directory to makefile | Ray Strode | 2007-06-10 | 1 | -1/+1 | |
| | | ||||||
| * | drop .deps dir that got added on accident. Add DESTDIR to makefile | Ray Strode | 2007-06-10 | 1 | -258/+0 | |
| | | ||||||
| * | look for header file in the right place | Ray Strode | 2007-06-10 | 1 | -1/+1 | |
| | | ||||||
| * | look for images in /usr/share/plymouth | Ray Strode | 2007-06-08 | 2 | -3/+3 | |
| | | ||||||
| * | install splash plugin in libdir/plymouth | Ray Strode | 2007-06-08 | 1 | -1/+2 | |
| | | ||||||
| * | move fedora-fade-in plugin to its own directory | Ray Strode | 2007-06-08 | 5 | -0/+279 | |
| | | ||||||
| * | adapt plugin to use modified framebuffer api | Ray Strode | 2007-06-08 | 1 | -6/+4 | |
| | | ||||||
| * | reenable graphics mode in the plugin | Ray Strode | 2007-06-08 | 1 | -1/+0 | |
| | | ||||||
| * | make the new frame buffer area cropping function actually work | Ray Strode | 2007-06-08 | 1 | -1/+1 | |
| | | ||||||
