summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* hide /var/log behind a defineRay Strode2008-06-221-0/+1
|
* Create new libplybootsplashRay Strode2008-06-091-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 objectRay Strode2008-06-021-0/+2
|
* create /var/run/plymouth during installRay Strode2008-05-301-0/+5
|
* Allow distro/system builder to specify path to logoRay Strode2008-05-291-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 plymouthRay Strode2008-05-201-1/+1
| | | | We'll keep a compat symlink in place until init scripts are moved over
* rename the daemon from plymouth to plymouthdRay Strode2008-05-201-6/+6
|
* add new ply_window_t type to manage text versus graphics mode,Ray Strode2008-05-171-1/+1
| | | | and eventually key events
* add preliminary support for asking for password during boot sequenceRay Strode2008-05-151-0/+2
| | | | (Only in text plugin so far)
* Change plugin path in Makefile to contain less magicRay Strode2007-10-211-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 MakefileRay Strode2007-06-101-1/+2
|
* add another level (and style) of escaping to PLYMOUTH_PLUGIN_PATHRay Strode2007-06-081-1/+1
|
* look for plugin in /usr/lib/plymouthRay Strode2007-06-081-1/+1
|
* install plymouth into libexecdir/plymouthRay Strode2007-06-081-2/+2
|
* split the common code off into libply and move things to separate directoriesRay Strode2007-06-061-48/+5
|
* add start of fedora-fade-in pluginRay Strode2007-06-061-1/+22
|
* add small wrapper functions around dlopen and friends.Ray Strode2007-06-061-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 plymouthRay Strode2007-06-051-0/+2
|
* add the beginning of an rhgb-client cloneRay Strode2007-06-041-1/+14
|
* add start of a program to eat a sessions outputRay Strode2007-05-231-2/+9
|
* split off image libs separate from project global libsRay Strode2007-05-231-3/+9
|
* Add a tests/ directory to keep tests inRay Strode2007-05-161-0/+1
| | | | | Note the tests that are there now aren't really suited for automated testing, so make check is hosed right now
* initial importRay Strode2007-05-081-0/+8