summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Drop fade out in spinfinity pluginRay Strode2008-06-161-0/+2
|
* Use proper gradient color stops for spinfinityRay Strode2008-06-164-6/+12
|
* drop tabsRay Strode2008-06-161-3/+3
|
* Name the default plugin "default.so", not "graphical.so", so that it's ↵Peter Jones2008-06-132-2/+2
| | | | obvious what's going on there.
* Move throbber to libplybootsplashRay Strode2008-06-125-49/+49
|
* place throbber relative to logo in spinfinity pluginRay Strode2008-06-121-1/+1
|
* track logo area in spinfinity plugin stateRay Strode2008-06-121-10/+9
|
* Add new throbber_load function to preload framesRay Strode2008-06-123-10/+21
| | | | | This will be important for determining the propery location of the throbber on screen
* Fix trivial problems discovered with "-Wall -Werror"Peter Jones2008-06-121-1/+1
|
* Fix obviously broken code I committed yesterday.Peter Jones2008-06-121-3/+3
|
* Fix possible unasigned value.Peter Jones2008-06-121-0/+3
|
* Fix compiler warning.Peter Jones2008-06-121-1/+1
|
* Fix added whitespace error.Peter Jones2008-06-121-1/+1
|
* Add some tracing for the device query/mode verification code.Peter Jones2008-06-123-4/+48
|
* Log the dlerror, don't just call it for no reason.Peter Jones2008-06-121-1/+1
|
* Don't treat "vga=791" the same thing as " 1 ". Also, change the chroot logging.Peter Jones2008-06-121-5/+13
|
* Try to open the frame buffer every time we set graphics modeRay Strode2008-06-111-1/+2
| | | | It may fail initially and work later
* Write to stdout instead of tty1 for text pluginRay Strode2008-06-111-21/+1
|
* Make a very slight attempt at getting a reasonable video mode, and fail if ↵Peter Jones2008-06-111-31/+42
| | | | we don't have one.
* Install symlink pointing graphical.so to the default pluginRay Strode2008-06-111-0/+5
|
* Change default splash plugin to generic "graphical"Ray Strode2008-06-111-1/+1
|
* Check for truecolor in a more direct wayRay Strode2008-06-101-6/+14
|
* Bail if framebuffer is in pseudocolor modeRay Strode2008-06-101-0/+13
|
* s/BOOLEAN/FLAG/ for client option typesRay Strode2008-06-101-5/+5
|
* Add back client --ping optionRay Strode2008-06-101-0/+2
| | | | | It got accidentally dropped in the transition to the command parser api
* Change to vt window is running on after creating windowRay Strode2008-06-091-0/+2
|
* Don't try to close session on_quit if it wasn't ever openedRay Strode2008-06-091-1/+2
|
* redirect console io to tty7Ray Strode2008-06-091-3/+3
|
* force text mode if debuggingRay Strode2008-06-091-0/+3
|
* Fix checking for newroot in the protocol handler for the daemon.Peter Jones2008-06-091-1/+1
|
* Fix whitespace error I introduced.Peter Jones2008-06-091-1/+1
|
* Add "plymouth --newroot=/sysroot" support, and make --sysinit open the log.Peter Jones2008-06-097-9/+69
|
* Expose preferred gradient color stops in configure0.2.0Ray Strode2008-06-091-1/+3
|
* Don't show [subcommands ...] in usage line if there are no subcommandsRay Strode2008-06-091-1/+2
|
* Create new libplybootsplashRay Strode2008-06-0917-60/+88
| | | | | | | | | | | 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.
* Improve --help output spacingRay Strode2008-06-081-13/+41
|
* Add new FLAG type to command parser apiRay Strode2008-06-083-4/+8
| | | | | | It's just like boolean but doesn't advertise that it can take the form --flag=false. This makes the --help output for --help say --help instead of --help={true|false}
* Port client over to using new command line parsing codeRay Strode2008-06-081-38/+45
| | | | | For now, we still use the "--command" format. Soon we'll switch to the "command --option" format
* Improve command parser help outputRay Strode2008-06-081-2/+3
|
* Add some functions to command parser headerRay Strode2008-06-081-0/+7
| | | | | ply_command_parser_get_help_string and ply_command_parser_get_options never got added
* s/rhgb-client.c/plymouth.c/ in commentRay Strode2008-06-081-1/+1
|
* Add the start of a command line parserRay Strode2008-06-085-0/+958
| | | | | | | | This will be useful for changing the client to use a plymouth subcommand --option1 --option2 format
* Adapt boot splash test program to take a vt to switch toRay Strode2008-06-041-1/+7
|
* Fix boot splash test programRay Strode2008-06-041-1/+1
| | | | It hadn't been converted over to the new window api
* Support passing in a 0 to ply_window_new to mean "current vt"Ray Strode2008-06-041-2/+7
|
* move the "get active vt" guts out of switch_to_vtRay Strode2008-06-041-23/+23
| | | | | We'll be needing to get the active vt when not switching.
* Use vt7 by defaultRay Strode2008-06-041-1/+1
|
* Add new window apis to change which vt is activeRay Strode2008-06-042-0/+83
| | | | | This allows us to make sure the window is currently on/off screen.
* Change window to take a vt number instead of a tty device fileRay Strode2008-06-043-13/+17
| | | | | | | We are going to want to change to the vt of the tty that we're using for the window. This means we need to know the vt number instead of the device file. From the number we can derive the device filename.
* Remove ply-copy-dir-test.Peter Jones2008-06-043-96/+0
|