| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | add new function to cancel pending timeouts | Ray Strode | 2008-05-19 | 2 | -0/+30 | |
| | | ||||||
| * | When removing exit handlers, remove all matches, not just the first | Ray Strode | 2008-05-19 | 1 | -1/+0 | |
| | | ||||||
| * | Intercept escape key before passing keyboard input to splash plugin | Ray Strode | 2008-05-19 | 3 | -6/+48 | |
| | | | | | | | We want to pass escape to the layer that created the boot splash, so that it can tear down the curren splash plugin and put up the details view | |||||
| * | pass keyboard input on to plugins | Ray Strode | 2008-05-18 | 4 | -2/+27 | |
| | | ||||||
| * | buffer key presses until full characters are read, and then dispatch ↵ | Ray Strode | 2008-05-18 | 3 | -7/+68 | |
| | | | | | characters to keyboard input handler | |||||
| * | export ply_buffer_decapitate function as ply_buffer_remove_bytes | Ray Strode | 2008-05-18 | 2 | -9/+11 | |
| | | ||||||
| * | Add new ply_buffer_append_from_fd function | Ray Strode | 2008-05-18 | 2 | -0/+23 | |
| | | | | | This function just reads a chunk of bytes from and fd and adds the bytes to the buffer. | |||||
| * | add new ply-buffer class | Ray Strode | 2008-05-18 | 3 | -0/+283 | |
| | | | | | | Copy and paste ply-logger into a more general ply-buffer class, so we have a facility to buffer key strokes and process them as necessary | |||||
| * | Set active terminal into non-canonical mode | Ray Strode | 2008-05-18 | 1 | -3/+49 | |
| | | | | | | | | We want to be able to gain access to key presses immediately, so we can pass them on to the splash plugin to display to the user in some form. The "pass to the splash plugin" part isn't implemented yet. | |||||
| * | 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 | |
| | | ||||||
| * | drop unused variable | Ray Strode | 2008-05-18 | 1 | -2/+1 | |
| | | ||||||
| * | add new ply_window_t type to manage text versus graphics mode, | Ray Strode | 2008-05-17 | 12 | -75/+352 | |
| | | | | | and eventually key events | |||||
| * | add preliminary support for asking for password during boot sequence | Ray Strode | 2008-05-15 | 12 | -13/+190 | |
| | | | | | (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 | |||||
| * | fall back to text plugin if fedora-fade-in fails | Ray Strode | 2008-05-14 | 1 | -0/+6 | |
| | | ||||||
| * | add initial cut of a barebones text splash | Ray Strode | 2008-05-14 | 3 | -1/+192 | |
| | | ||||||
| * | create /dev/tty1 in init phase | Ray Strode | 2008-05-14 | 1 | -0/+3 | |
| | | ||||||
| * | add some more debug statements and free boot server and splash on exit path | Ray Strode | 2008-05-14 | 1 | -1/+21 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Add new function to be able to cancel event loop exit watches | Ray Strode | 2008-05-14 | 2 | -0/+30 | |
| | | ||||||
| * | 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 | |||||
| * | Copy a row at a time to the card instead of a pixel at a time | Ray Strode | 2007-12-13 | 1 | -9/+17 | |
| | | ||||||
| * | Apply patch from Peter Jones to fix video on systems with row stride ↵ | Ray Strode | 2007-12-11 | 2 | -54/+24 | |
| | | | | | different than resolution | |||||
| * | Merge branch 'main-refactor' | Ray Strode | 2007-11-03 | 17 | -52/+570 | |
| |\ | ||||||
| | * | add ply-copy-dir-test.c and ply-copy-test.c to fix build | Ray Strode | 2007-11-01 | 2 | -0/+132 | |
| | | | ||||||
| | * | add ply-copy-dir-test.am to fix build for fresh clones | Ray Strode | 2007-11-01 | 1 | -0/+11 | |
| | | | ||||||
| | * | add ply-copy-test.am to fix build for fresh clones | Ray Strode | 2007-10-31 | 1 | -0/+11 | |
| | | | ||||||
| | * | Don't add new stars on top of old stars, or under the logo | Ray Strode | 2007-10-21 | 1 | -12/+43 | |
| | | | ||||||
| | * | move data to a ramfs and clean up mounts on exit | Ray Strode | 2007-10-21 | 1 | -2/+13 | |
| | | | | | | | | | | | | | | | Shutdown was being noisy because we didn't unmount /var/run/plymouth/{proc,dev/pts} etc. Also we want /var/run/plymouth to be a ramfs so that nash doesn't go deleting it while its still running | |||||
| | * | add ply_unmount_filesystem function to handle lazy umount | Ray Strode | 2007-10-21 | 2 | -2/+11 | |
| | | | | | | | | | | | The lazy unmount flag isn't documented anywhere, so its probably better to hide the nastiness behind a function | |||||
| | * | reenable graphics mode in the fade in plugin | Ray Strode | 2007-10-21 | 1 | -1/+0 | |
| | | | ||||||
| | * | call chroot right before exec instead of right after fork | Ray Strode | 2007-10-21 | 3 | -9/+14 | |
| | | | | | | | | | | | This is because we still need access to /dev/pts/1 until right before exec | |||||
| | * | chroot back to original / before spawning nash. | Ray Strode | 2007-10-21 | 1 | -45/+13 | |
| | | | | | | | | | Also use ply-utils ls functiona and add random multilib fixes | |||||
| | * | don't error out if the directory already exists in the mkdir function | Ray Strode | 2007-10-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | add ply_list_directory function | Ray Strode | 2007-10-21 | 2 | -0/+39 | |
| | | | | | | | | | It just does ls -R basically, but it's useful for debugging. | |||||
| | * | Use posix_openpt instead of open ("/dev/ptmx", ...) | Ray Strode | 2007-10-21 | 1 | -7/+4 | |
| | | | | | | | | | | | | | I don't remember why I had posix_openpt disabled, but undisabling it seems to work fine, so better to use it unless I find some reason (again?) to disable it. | |||||
| | * | Make ply_trace restore errno appropriately | Ray Strode | 2007-10-21 | 1 | -0/+1 | |
| | | | ||||||
| | * | Change plugin path in Makefile to contain less magic | Ray Strode | 2007-10-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | Previously, the plugin path contained the magic value ${LIB} which dlopen knows to translate to lib or lib64 appropriately. Now I use the path in contexts other than dlopen, though, so I need to remove the magic (I'm not sure why it was there in the first place) | |||||
| | * | fix typo in function name | Ray Strode | 2007-10-20 | 1 | -4/+4 | |
| | | | ||||||
| | * | Make ply_create_directory more robust about trailing slashes | Ray Strode | 2007-10-19 | 1 | -1/+9 | |
| | | | ||||||
| | * | fix up rhgb-client makefile more | Ray Strode | 2007-10-18 | 1 | -2/+3 | |
| | | | ||||||
| | * | add missing makefile | Ray Strode | 2007-10-17 | 1 | -0/+14 | |
| | | | ||||||
| | * | dump everything i'm working on into the main refactor branch for now | Ray Strode | 2007-06-21 | 9 | -18/+315 | |
| | | | ||||||
