summaryrefslogtreecommitdiffstats
path: root/src/libply
Commit message (Collapse)AuthorAgeFilesLines
* Increase logger max injection sizeCasey Dahlin2008-08-051-1/+1
|
* Don't default to last known option when setting flagsCasey Dahlin2008-08-051-0/+3
|
* Handle flags and booleans better in command parserRay Strode2008-08-051-4/+23
| | | | We were occasionally misattributing one command for another
* If stop_watching_signal is called on a signal that isn't being watched, ignoreRay Strode2008-06-271-1/+2
| | | | | Previously it would assert. Really we should switch the api to have a signal_watch object much like the fd_watch object we have for watch_fd.
* 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
|
* 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.
* 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
|
* Don't show [subcommands ...] in usage line if there are no subcommandsRay Strode2008-06-091-1/+2
|
* Create new libplybootsplashRay Strode2008-06-091-12/+16
| | | | | | | | | | | 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-082-3/+7
| | | | | | 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}
* 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
* 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
* Remove ply-copy-dir-test.Peter Jones2008-06-043-96/+0
|
* Get rid of ply-copy-test.Peter Jones2008-06-043-70/+0
|
* Get rid of everything about directory switching and PLY_WORKING_DIRECTORY.Peter Jones2008-06-044-230/+0
|
* Make ply-copy-dir-test.c work without the "detachable" functions.Peter Jones2008-06-041-3/+13
|
* Remove ply_create_detachable_directory() and ply_detach_directory(), addPeter Jones2008-06-042-51/+12
| | | | ply_mount_tmpfs() to do the part of that we still need.
* Add ply_move_mount().Peter Jones2008-06-042-0/+16
|
* Make sure create_unix_address_from_path() doesn't get passed the abstractPeter Jones2008-06-041-1/+1
| | | | socket name (i.e. it gets path+1 and is_abstract=1 instead)
* s/sun_family/sun_path/ in assertionRay Strode2008-06-031-1/+1
| | | | | | When Peter fixed the bug that was making the socket patch always be 0, it exposed this other bug where the assertion was making the wrong check.
* Daemonize after starting boot serverRay Strode2008-06-032-0/+67
| | | | | | | Previously we would daemonize when spawning the terminal session. We don't do that now, since we attach to an existing already running terminal session.
* Fix socket address creation off-by-one bug for abstract socket paths.Peter Jones2008-06-031-5/+9
|
* Add ply_terminal_session_attach()Peter Jones2008-06-032-6/+58
| | | | Make ply_terminal_session_new() not require argv.
* Make ply_terminal_set_fd() update terminal->name .Peter Jones2008-06-031-0/+9
|
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/plymouthPeter Jones2008-06-031-14/+66
|\
| * Reintroduce fix from eddf693c9ba1efd5fcc4af7ec03a2c3386d4b649Ray Strode2008-06-021-2/+2
| | | | | | | | | | | | It got dropped accidentally in commit 6e5fe71076fe38e5236f68d4c05dcc5bcbc4dbd7 since the function the fix happened in was renamed.
| * Add back a FIXME back to the gradient codeRay Strode2008-06-021-0/+8
| | | | | | | | | | I accidentally dropped the FIXME when I wrote my comments in the last commit.
| * Add some comments and macros to krh's nifty new gradient codeRay Strode2008-06-021-12/+56
| | | | | | | | | | | | | | It took me a while to understand how the gradient code was preventing banding, so this commit just adds some comments explaing how it works, and moves some constants to preprocessor defines for clarity
* | Add ply_terminal_set_fd()Peter Jones2008-06-032-0/+9
|/
* Change color stops in fade-in gradientKristian Høgsberg2008-06-021-23/+24
|
* Implement gradient support for ply-frame-buffer.Kristian Høgsberg2008-06-022-0/+62
|
* add new function ply_frame_buffer_fill_with_hex_color_at_opacityRay Strode2008-05-302-3/+19
| | | | | It's sometimes useful to specify an opacity to fill with for the passed in color, too, independent of its alpha.
* Add new function ply_frame_buffer_fill_with_hex_colorRay Strode2008-05-302-0/+46
| | | | | | The current function for filling the frame buffer with a block color takes 4 doubles. In some cases, it's easier to give the hex value directly.
* Conditionalize tests with configure optionRay Strode2008-05-301-10/+12
| | | | | 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 distcheckRay Strode2008-05-301-10/+10
|
* Fix bug in union and intersection functionsRay Strode2008-05-291-0/+24
| | | | | | | The x and y values of the flush area are bogus just after a flush when the flush area has a width of 0. We need to special case that situation to perform the union/intersection operations without looking at x and y.
* Add an optimization for full width fills on some hardwareRay Strode2008-05-291-0/+6
| | | | | If we know the rowstride is the same width as the frame buffer then we can memcpy multiple rows at one time.
* Drop defunct prototype for ply_frame_buffer_copy_to_deviceRay Strode2008-05-291-5/+0
| | | | We no longer have that function.
* Hook up xrgb32 flush function.Kristian Høgsberg2008-05-291-1/+28
|
* Do the shadow buffer to frame buffer copy through a function pointer.Kristian Høgsberg2008-05-291-49/+46
| | | | | This allows us to hook in pixel format specific functions for this, but for now the patch just sets up the old code as the generic fallback.
* When copying a directory, be sure the destination directory is in place firstroot2008-05-281-0/+3
|
* Random spacing clean upsRay Strode2008-05-283-59/+62
|
* Compute correct offset when copying from shadow buffer to frame bufferRay Strode2008-05-281-2/+2
| | | | | | | | | When I added commit c12164c1622a2209fe07555e682cc479c6854e7e to copy an entire row at a time to the framebuffer, I miscalculated the offset to copy from/to. Their may be uninitialized data at the beginning and end of the temporary row buffer, if only part of the row is getting copied. We need to make sure we jump passed that junk in memory and copy just the part that got filled in.