Commit Graph

325 Commits (c65d9337c5032f8a7ede8cdc1c5d0b6869c02ba1)

Author SHA1 Message Date
Peter Jones c65d9337c5 Add ply_terminal_session_attach()
17 years ago
Peter Jones 4c1b2fc6b7 Make ply_terminal_set_fd() update terminal->name .
17 years ago
Peter Jones 38170ab182 Merge branch 'master' of git+ssh://git.freedesktop.org/git/plymouth
17 years ago
Peter Jones 20f8093b72 Add ply_terminal_set_fd()
17 years ago
Ray Strode 4f003fd471 Don't assert if daemon returns empty string answer to client
17 years ago
Ray Strode e79b8a7ec9 Reintroduce fix from eddf693c9b
17 years ago
Ray Strode 1e03a9e52d Add back a FIXME back to the gradient code
17 years ago
Ray Strode f594e167b9 Add some comments and macros to krh's nifty new gradient code
17 years ago
Kristian Høgsberg 1d740d3c22 Change color stops in fade-in gradient
17 years ago
Kristian Høgsberg 890d5fe357 Implement gradient support for ply-frame-buffer.
17 years ago
Kristian Høgsberg f11cd0f666 Factor out background drawing in plugins.
17 years ago
Ray Strode f5a15611fb Port password handling over to using new answer object
17 years ago
Ray Strode ccd9567258 add new answer object for giving a deferred response
17 years ago
Ray Strode 0af64a60e2 Respond with password of "" if splash-plugin can't ask for password
17 years ago
Ray Strode 9cb9af7c20 Remove superfluous asterisk in function prototype
17 years ago
Ray Strode b4842e3c74 Respond with password of "" if boot splash plugin isn't loaded
17 years ago
Ray Strode 1c3a90801e Fix one more place in spinifinity that wasn't honoring configured color
17 years ago
Ray Strode b4e1c21886 create /var/run/plymouth during install
17 years ago
Ray Strode 4aacfff360 Restore terminal to canonical mode when closing window
17 years ago
Ray Strode cfc075c300 Mark ply_window_set_unbuffered_input static
17 years ago
Ray Strode 8aeea7fb15 fill lock screen with configured color in spinfinity plugin
17 years ago
Ray Strode 2efc4cd81a Fix up throbber to use correct color, too
17 years ago
Ray Strode d3c7fbe880 Change splash plugins to honor configured background color
17 years ago
Ray Strode 4ea6b9c8b7 add new function ply_frame_buffer_fill_with_hex_color_at_opacity
17 years ago
Ray Strode d685333c90 Add new function ply_frame_buffer_fill_with_hex_color
17 years ago
Ray Strode 3bb498ca0a Free window in splash test program on exit
17 years ago
Ray Strode 10df5c98bf Remove krh's evil emacs tabs from test program
17 years ago
Ray Strode 545b50c350 Update ply-boot-splash test code to point to fade-in
17 years ago
Ray Strode 4f635e04a6 Conditionalize tests with configure option
17 years ago
Ray Strode 2a72db3a22 Don't build tests since they break distcheck
17 years ago
Ray Strode 9cfcfdf231 remove dropped tests directory from makefile
17 years ago
Ray Strode c6e47eaf1a Drop unused tests directory
17 years ago
Ray Strode 3f91989cf3 Allow distro/system builder to specify path to logo
17 years ago
Ray Strode 6226cd1119 Fix bug in union and intersection functions
17 years ago
Ray Strode 895c827a9f More s/fedora// work
17 years ago
Ray Strode 3493c2919f Add an optimization for full width fills on some hardware
17 years ago
Ray Strode 697dc98ebb Drop defunct prototype for ply_frame_buffer_copy_to_device
17 years ago
Kristian Høgsberg fa9c59f86c Hook up xrgb32 flush function.
17 years ago
Kristian Høgsberg 6e5fe71076 Do the shadow buffer to frame buffer copy through a function pointer.
17 years ago
Ray Strode ddabea638d Only close frame buffer when closing window if it was open
17 years ago
Ray Strode fee3d6d876 Reset graphics mode before drawing throbber
17 years ago
Ray Strode 458b2c81e3 Add window source files to plugins that were lacking it
17 years ago
Ray Strode 788359b9ec Change throbber to take window instead of framebuffer
17 years ago
Ray Strode cae6ca26f3 Have window manage frame buffer instead of plugins
17 years ago
Ray Strode 93ac9f7b1c Set up event loop exit handler in plugins on show success
17 years ago
Ray Strode dd3e2229d7 Drop line editing plugin vtable functions. Use window directly.
17 years ago
Ray Strode d76fcfed45 Rename fedora-fade-in to fade-in
17 years ago
Ray Strode 0b0afb569b Rename all the plugins from <plugin-name>.c -> main.c
17 years ago
Ray Strode 8f79086021 Add ctrl-u and ctrl-w to erase password line
17 years ago
Ray Strode 93ff1b7882 move backspace handling in window to its own function
17 years ago