summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* only detach fedora-fade-in plugin from event loop when there is an event loop...Ray Strode2008-05-191-5/+7
* disable fedora-fade-in plugin animaton timeout when animation is stoppedRay Strode2008-05-191-0/+7
* add new function to cancel pending timeoutsRay Strode2008-05-192-0/+30
* When removing exit handlers, remove all matches, not just the firstRay Strode2008-05-191-1/+0
* Intercept escape key before passing keyboard input to splash pluginRay Strode2008-05-193-6/+48
* pass keyboard input on to pluginsRay Strode2008-05-184-2/+27
* buffer key presses until full characters are read, and then dispatch characte...Ray Strode2008-05-183-7/+68
* export ply_buffer_decapitate function as ply_buffer_remove_bytesRay Strode2008-05-182-9/+11
* Add new ply_buffer_append_from_fd functionRay Strode2008-05-182-0/+23
* add new ply-buffer classRay Strode2008-05-183-0/+283
* Set active terminal into non-canonical modeRay Strode2008-05-181-3/+49
* change function signature to silence warningRay Strode2008-05-181-1/+2
* add function cast to silence warningRay Strode2008-05-181-1/+1
* drop unused variableRay Strode2008-05-181-2/+1
* add new ply_window_t type to manage text versus graphics mode,Ray Strode2008-05-1712-75/+352
* add preliminary support for asking for password during boot sequenceRay Strode2008-05-1512-13/+190
* add cast to prevent compiler warningRay Strode2008-05-141-0/+1
* fix some confusion with star placement in fedora-fade-in pluginRay Strode2008-05-141-4/+3
* fall back to text plugin if fedora-fade-in failsRay Strode2008-05-141-0/+6
* add initial cut of a barebones text splashRay Strode2008-05-143-1/+192
* create /dev/tty1 in init phaseRay Strode2008-05-141-0/+3
* add some more debug statements and free boot server and splash on exit pathRay Strode2008-05-141-1/+21
* disconnect event loop exit watch when hiding splash screenRay Strode2008-05-141-0/+5
* move detach_from_event_loop function up higher in fileRay Strode2008-05-141-8/+8
* Add new function to be able to cancel event loop exit watchesRay Strode2008-05-142-0/+30
* put fedora-fade-in plugin back in graphics modeRay Strode2008-05-131-1/+0
* Fix infinite loop in add_star logic of fedora-fade-in pluginRay Strode2008-05-131-2/+2
* Fix bug where logo area was getting computed negativeRay Strode2007-12-141-12/+25
* Copy a row at a time to the card instead of a pixel at a timeRay Strode2007-12-131-9/+17
* Apply patch from Peter Jones to fix video on systems with row stride differen...Ray Strode2007-12-112-54/+24
* Merge branch 'main-refactor'Ray Strode2007-11-0317-52/+570
|\
| * add ply-copy-dir-test.c and ply-copy-test.c to fix buildRay Strode2007-11-012-0/+132
| * add ply-copy-dir-test.am to fix build for fresh clonesRay Strode2007-11-011-0/+11
| * add ply-copy-test.am to fix build for fresh clonesRay Strode2007-10-311-0/+11
| * Don't add new stars on top of old stars, or under the logoRay Strode2007-10-211-12/+43
| * move data to a ramfs and clean up mounts on exitRay Strode2007-10-211-2/+13
| * add ply_unmount_filesystem function to handle lazy umountRay Strode2007-10-212-2/+11
| * reenable graphics mode in the fade in pluginRay Strode2007-10-211-1/+0
| * call chroot right before exec instead of right after forkRay Strode2007-10-213-9/+14
| * chroot back to original / before spawning nash.Ray Strode2007-10-211-45/+13
| * don't error out if the directory already exists in the mkdir functionRay Strode2007-10-211-1/+1
| * add ply_list_directory functionRay Strode2007-10-212-0/+39
| * Use posix_openpt instead of open ("/dev/ptmx", ...)Ray Strode2007-10-211-7/+4
| * Make ply_trace restore errno appropriatelyRay Strode2007-10-211-0/+1
| * Change plugin path in Makefile to contain less magicRay Strode2007-10-211-1/+1
| * fix typo in function nameRay Strode2007-10-201-4/+4
| * Make ply_create_directory more robust about trailing slashesRay Strode2007-10-191-1/+9
| * fix up rhgb-client makefile moreRay Strode2007-10-181-2/+3
| * add missing makefileRay Strode2007-10-171-0/+14
| * dump everything i'm working on into the main refactor branch for nowRay Strode2007-06-219-18/+315