| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Create new libplybootsplash | Ray Strode | 2008-06-09 | 4 | -11/+12 |
| | | | | | | | | | | | | 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 | 2 | -0/+4 |
| | | |||||
| * | Conditionalize tests with configure option | Ray Strode | 2008-05-30 | 1 | -3/+5 |
| | | | | | | We do this so we can disable them from distcheck, but still build them easily when not doing distcheck. | ||||
| * | Don't build tests since they break distcheck | Ray Strode | 2008-05-30 | 1 | -3/+3 |
| | | |||||
| * | add new ply_window_t type to manage text versus graphics mode, | Ray Strode | 2008-05-17 | 3 | -0/+11 |
| | | | | | and eventually key events | ||||
| * | dump everything i'm working on into the main refactor branch for now | Ray Strode | 2007-06-21 | 1 | -1/+1 |
| | | |||||
| * | fix up some of the makefiles to use libply | Ray Strode | 2007-06-06 | 3 | -18/+3 |
| | | |||||
| * | drop other autogenerated file from version control | Ray Strode | 2007-06-06 | 1 | -769/+0 |
| | | |||||
| * | drop autogenerated file from version control | Ray Strode | 2007-06-06 | 1 | -769/+0 |
| | | |||||
| * | split the common code off into libply and move things to separate directories | Ray Strode | 2007-06-06 | 12 | -114/+1539 |
| | | |||||
| * | add small wrapper functions around dlopen and friends. | Ray Strode | 2007-06-06 | 2 | -0/+18 |
| | | | | | | | 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 some forgotton files from last commit | Ray Strode | 2007-06-03 | 2 | -0/+32 |
| | | |||||
| * | add the start of some classes for tracking boot status | Ray Strode | 2007-06-03 | 1 | -0/+1 |
| | | |||||
| * | more off by one ickyness in the errno stack thing | Ray Strode | 2007-05-30 | 1 | -0/+1 |
| | | |||||
| * | add logger files to event-loop test program | Ray Strode | 2007-05-23 | 1 | -0/+2 |
| | | |||||
| * | split off image libs separate from project global libs | Ray Strode | 2007-05-23 | 2 | -3/+3 |
| | | |||||
| * | hook up the terminal session class to the event loop | Ray Strode | 2007-05-22 | 1 | -2/+6 |
| | | |||||
| * | first cut at an event loop | Ray Strode | 2007-05-22 | 2 | -0/+13 |
| | | |||||
| * | add new linked list implementation | Ray Strode | 2007-05-22 | 2 | -0/+9 |
| | | |||||
| * | begin to hook up new logging interfaces to ply-terminal-session | Ray Strode | 2007-05-21 | 1 | -0/+2 |
| | | |||||
| * | add start of new classes for handling logging | Ray Strode | 2007-05-21 | 2 | -0/+11 |
| | | |||||
| * | add ply-terminal-session-test to Makefile | Ray Strode | 2007-05-21 | 1 | -0/+1 |
| | | |||||
| * | add new ply-terminal-session class | Ray Strode | 2007-05-21 | 1 | -0/+12 |
| | | | | | | This commit features the first cut of a class that can run a program and direct its console to a pseudoterminal. | ||||
| * | Add a tests/ directory to keep tests in | Ray Strode | 2007-05-16 | 5 | -0/+51 |
| Note the tests that are there now aren't really suited for automated testing, so make check is hosed right now | |||||
