| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Increase logger max injection size | Casey Dahlin | 2008-08-05 | 1 | -1/+1 |
| | | |||||
| * | Don't default to last known option when setting flags | Casey Dahlin | 2008-08-05 | 1 | -0/+3 |
| | | |||||
| * | Handle flags and booleans better in command parser | Ray Strode | 2008-08-05 | 1 | -4/+23 |
| | | | | | We were occasionally misattributing one command for another | ||||
| * | If stop_watching_signal is called on a signal that isn't being watched, ignore | Ray Strode | 2008-06-27 | 1 | -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 Jones | 2008-06-12 | 1 | -0/+3 |
| | | |||||
| * | Fix compiler warning. | Peter Jones | 2008-06-12 | 1 | -1/+1 |
| | | |||||
| * | Fix added whitespace error. | Peter Jones | 2008-06-12 | 1 | -1/+1 |
| | | |||||
| * | Add some tracing for the device query/mode verification code. | Peter Jones | 2008-06-12 | 3 | -4/+48 |
| | | |||||
| * | Log the dlerror, don't just call it for no reason. | Peter Jones | 2008-06-12 | 1 | -1/+1 |
| | | |||||
| * | Make a very slight attempt at getting a reasonable video mode, and fail if ↵ | Peter Jones | 2008-06-11 | 1 | -31/+42 |
| | | | | | we don't have one. | ||||
| * | Check for truecolor in a more direct way | Ray Strode | 2008-06-10 | 1 | -6/+14 |
| | | |||||
| * | Bail if framebuffer is in pseudocolor mode | Ray Strode | 2008-06-10 | 1 | -0/+13 |
| | | |||||
| * | Don't show [subcommands ...] in usage line if there are no subcommands | Ray Strode | 2008-06-09 | 1 | -1/+2 |
| | | |||||
| * | Create new libplybootsplash | Ray Strode | 2008-06-09 | 1 | -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 spacing | Ray Strode | 2008-06-08 | 1 | -13/+41 |
| | | |||||
| * | Add new FLAG type to command parser api | Ray Strode | 2008-06-08 | 2 | -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 output | Ray Strode | 2008-06-08 | 1 | -2/+3 |
| | | |||||
| * | Add some functions to command parser header | Ray Strode | 2008-06-08 | 1 | -0/+7 |
| | | | | | | ply_command_parser_get_help_string and ply_command_parser_get_options never got added | ||||
| * | Add the start of a command line parser | Ray Strode | 2008-06-08 | 5 | -0/+958 |
| | | | | | | | | | This will be useful for changing the client to use a plymouth subcommand --option1 --option2 format | ||||
| * | Remove ply-copy-dir-test. | Peter Jones | 2008-06-04 | 3 | -96/+0 |
| | | |||||
| * | Get rid of ply-copy-test. | Peter Jones | 2008-06-04 | 3 | -70/+0 |
| | | |||||
| * | Get rid of everything about directory switching and PLY_WORKING_DIRECTORY. | Peter Jones | 2008-06-04 | 4 | -230/+0 |
| | | |||||
| * | Make ply-copy-dir-test.c work without the "detachable" functions. | Peter Jones | 2008-06-04 | 1 | -3/+13 |
| | | |||||
| * | Remove ply_create_detachable_directory() and ply_detach_directory(), add | Peter Jones | 2008-06-04 | 2 | -51/+12 |
| | | | | | ply_mount_tmpfs() to do the part of that we still need. | ||||
| * | Add ply_move_mount(). | Peter Jones | 2008-06-04 | 2 | -0/+16 |
| | | |||||
| * | Make sure create_unix_address_from_path() doesn't get passed the abstract | Peter Jones | 2008-06-04 | 1 | -1/+1 |
| | | | | | socket name (i.e. it gets path+1 and is_abstract=1 instead) | ||||
| * | s/sun_family/sun_path/ in assertion | Ray Strode | 2008-06-03 | 1 | -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 server | Ray Strode | 2008-06-03 | 2 | -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 Jones | 2008-06-03 | 1 | -5/+9 |
| | | |||||
| * | Add ply_terminal_session_attach() | Peter Jones | 2008-06-03 | 2 | -6/+58 |
| | | | | | Make ply_terminal_session_new() not require argv. | ||||
| * | Make ply_terminal_set_fd() update terminal->name . | Peter Jones | 2008-06-03 | 1 | -0/+9 |
| | | |||||
| * | Merge branch 'master' of git+ssh://git.freedesktop.org/git/plymouth | Peter Jones | 2008-06-03 | 1 | -14/+66 |
| |\ | |||||
| | * | Reintroduce fix from eddf693c9ba1efd5fcc4af7ec03a2c3386d4b649 | Ray Strode | 2008-06-02 | 1 | -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 code | Ray Strode | 2008-06-02 | 1 | -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 code | Ray Strode | 2008-06-02 | 1 | -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 Jones | 2008-06-03 | 2 | -0/+9 |
| |/ | |||||
| * | Change color stops in fade-in gradient | Kristian Høgsberg | 2008-06-02 | 1 | -23/+24 |
| | | |||||
| * | Implement gradient support for ply-frame-buffer. | Kristian Høgsberg | 2008-06-02 | 2 | -0/+62 |
| | | |||||
| * | add new function ply_frame_buffer_fill_with_hex_color_at_opacity | Ray Strode | 2008-05-30 | 2 | -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_color | Ray Strode | 2008-05-30 | 2 | -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 option | Ray Strode | 2008-05-30 | 1 | -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 distcheck | Ray Strode | 2008-05-30 | 1 | -10/+10 |
| | | |||||
| * | Fix bug in union and intersection functions | Ray Strode | 2008-05-29 | 1 | -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 hardware | Ray Strode | 2008-05-29 | 1 | -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_device | Ray Strode | 2008-05-29 | 1 | -5/+0 |
| | | | | | We no longer have that function. | ||||
| * | Hook up xrgb32 flush function. | Kristian Høgsberg | 2008-05-29 | 1 | -1/+28 |
| | | |||||
| * | Do the shadow buffer to frame buffer copy through a function pointer. | Kristian Høgsberg | 2008-05-29 | 1 | -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 first | root | 2008-05-28 | 1 | -0/+3 |
| | | |||||
| * | Random spacing clean ups | Ray Strode | 2008-05-28 | 3 | -59/+62 |
| | | |||||
| * | Compute correct offset when copying from shadow buffer to frame buffer | Ray Strode | 2008-05-28 | 1 | -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. | ||||
