| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hide /var/log behind a define | Ray Strode | 2008-06-22 | 1 | -0/+1 |
| | | |||||
| * | Create new libplybootsplash | Ray Strode | 2008-06-09 | 1 | -7/+7 |
| | | | | | | | | | | | | 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. | ||||
| * | Port password handling over to using new answer object | Ray Strode | 2008-06-02 | 1 | -0/+2 |
| | | |||||
| * | create /var/run/plymouth during install | Ray Strode | 2008-05-30 | 1 | -0/+5 |
| | | |||||
| * | Allow distro/system builder to specify path to logo | Ray Strode | 2008-05-29 | 1 | -1/+3 |
| | | | | | | | | Previously we've just hard coded the location to the fedora logo. Now it's a configure time flag. We also have a configure time flag for a background color that goes with the logo, but none of the splash plugins make use of it yet. | ||||
| * | rename rhgb-client to plymouth | Ray Strode | 2008-05-20 | 1 | -1/+1 |
| | | | | | We'll keep a compat symlink in place until init scripts are moved over | ||||
| * | rename the daemon from plymouth to plymouthd | Ray Strode | 2008-05-20 | 1 | -6/+6 |
| | | |||||
| * | add new ply_window_t type to manage text versus graphics mode, | Ray Strode | 2008-05-17 | 1 | -1/+1 |
| | | | | | and eventually key events | ||||
| * | add preliminary support for asking for password during boot sequence | Ray Strode | 2008-05-15 | 1 | -0/+2 |
| | | | | | (Only in text plugin so far) | ||||
| * | 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) | ||||
| * | add undisted header to Makefile | Ray Strode | 2007-06-10 | 1 | -1/+2 |
| | | |||||
| * | add another level (and style) of escaping to PLYMOUTH_PLUGIN_PATH | Ray Strode | 2007-06-08 | 1 | -1/+1 |
| | | |||||
| * | look for plugin in /usr/lib/plymouth | Ray Strode | 2007-06-08 | 1 | -1/+1 |
| | | |||||
| * | install plymouth into libexecdir/plymouth | Ray Strode | 2007-06-08 | 1 | -2/+2 |
| | | |||||
| * | split the common code off into libply and move things to separate directories | Ray Strode | 2007-06-06 | 1 | -48/+5 |
| | | |||||
| * | add start of fedora-fade-in plugin | Ray Strode | 2007-06-06 | 1 | -1/+22 |
| | | |||||
| * | add small wrapper functions around dlopen and friends. | Ray Strode | 2007-06-06 | 1 | -4/+7 |
| | | | | | | | create the start of a boot-splash api for managing the splash screen. Setup main.c to use the api (no plugin exists yet, though, so things are pretty hosed atm) | ||||
| * | add the start of boot status tracking to plymouth | Ray Strode | 2007-06-05 | 1 | -0/+2 |
| | | |||||
| * | add the beginning of an rhgb-client clone | Ray Strode | 2007-06-04 | 1 | -1/+14 |
| | | |||||
| * | add start of a program to eat a sessions output | Ray Strode | 2007-05-23 | 1 | -2/+9 |
| | | |||||
| * | split off image libs separate from project global libs | Ray Strode | 2007-05-23 | 1 | -3/+9 |
| | | |||||
| * | Add a tests/ directory to keep tests in | Ray Strode | 2007-05-16 | 1 | -0/+1 |
| | | | | | | Note the tests that are there now aren't really suited for automated testing, so make check is hosed right now | ||||
| * | initial import | Ray Strode | 2007-05-08 | 1 | -0/+8 |
