summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Port password handling over to using new answer objectRay Strode2008-06-0217-80/+73
* add new answer object for giving a deferred responseRay Strode2008-06-022-0/+197
* Respond with password of "" if splash-plugin can't ask for passwordRay Strode2008-06-021-1/+6
* Remove superfluous asterisk in function prototypeRay Strode2008-06-022-2/+2
* Respond with password of "" if boot splash plugin isn't loadedRay Strode2008-06-021-0/+6
* Fix one more place in spinifinity that wasn't honoring configured color0.1.0Ray Strode2008-05-301-2/+2
* Update TODORay Strode2008-05-301-0/+1
* Update license in spec file to be more specificRay Strode2008-05-301-1/+1
* create /var/run/plymouth during installRay Strode2008-05-301-0/+5
* add bizcom logo to rpm file listRay Strode2008-05-301-0/+1
* Don't install bizcom logo if alternate logo suppliedRay Strode2008-05-302-0/+5
* Bump version to 0.1.0Ray Strode2008-05-301-1/+1
* Update email address in configure.ac and AUTHORSRay Strode2008-05-302-2/+2
* Update READMERay Strode2008-05-301-73/+36
* Restore terminal to canonical mode when closing windowRay Strode2008-05-301-0/+24
* Mark ply_window_set_unbuffered_input staticRay Strode2008-05-301-1/+1
* fill lock screen with configured color in spinfinity pluginRay Strode2008-05-301-2/+2
* Point plymouth-update-initrd at the configured logoRay Strode2008-05-301-1/+1
* Fix up throbber to use correct color, tooRay Strode2008-05-301-4/+4
* Change splash plugins to honor configured background colorRay Strode2008-05-302-26/+29
* add new function ply_frame_buffer_fill_with_hex_color_at_opacityRay Strode2008-05-302-3/+19
* Add new function ply_frame_buffer_fill_with_hex_colorRay Strode2008-05-302-0/+46
* Use "bizcom" pseudologo for installs that don't specify a logoRay Strode2008-05-304-4/+10
* Read default kernel after removing graphic boot entry from grub.confRay Strode2008-05-301-3/+3
* Free window in splash test program on exitRay Strode2008-05-301-0/+1
* Remove krh's evil emacs tabs from test programRay Strode2008-05-301-1/+1
* Update ply-boot-splash test code to point to fade-inRay Strode2008-05-301-1/+1
* Conditionalize tests with configure optionRay Strode2008-05-304-14/+22
* Don't run plymouth-update-initrd during distcheckRay Strode2008-05-303-2/+9
* Don't build tests since they break distcheckRay Strode2008-05-302-13/+13
* Removed dropped tests directory from configure.acRay Strode2008-05-291-1/+0
* remove dropped tests directory from makefileRay Strode2008-05-291-1/+1
* Drop unused tests directoryRay Strode2008-05-291-10/+0
* Allow distro/system builder to specify path to logoRay Strode2008-05-298-9/+45
* Fix bug in union and intersection functionsRay Strode2008-05-291-0/+24
* More s/fedora// workRay Strode2008-05-292-7/+7
* Add an optimization for full width fills on some hardwareRay Strode2008-05-291-0/+6
* Drop defunct prototype for ply_frame_buffer_copy_to_deviceRay Strode2008-05-291-5/+0
* 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
* Only close frame buffer when closing window if it was openRay Strode2008-05-291-1/+2
* Reset graphics mode before drawing throbberRay Strode2008-05-291-0/+2
* Add window source files to plugins that were lacking itRay Strode2008-05-292-0/+4
* Change throbber to take window instead of framebufferRay Strode2008-05-293-4/+8
* Have window manage frame buffer instead of pluginsRay Strode2008-05-294-17/+37
* Set up event loop exit handler in plugins on show successRay Strode2008-05-292-18/+9
* Drop line editing plugin vtable functions. Use window directly.Ray Strode2008-05-297-191/+188
* Rename fedora-fade-in to fade-inRay Strode2008-05-2810-30/+30
* Merge branch 'master' of git+ssh://halfline@git.freedesktop.org/git/plymouthRay Strode2008-05-280-0/+0
|\
| * Rename all the plugins from <plugin-name>.c -> main.cRay Strode2008-05-286-3/+3