summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't build tests since they break distcheckRay Strode2008-05-302-13/+13
* 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-296-6/+35
* 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-296-190/+188
* Rename fedora-fade-in to fade-inRay Strode2008-05-288-23/+23
* Rename all the plugins from <plugin-name>.c -> main.cRay Strode2008-05-288-4/+4
* Add ctrl-u and ctrl-w to erase password lineRay Strode2008-05-281-0/+17
* move backspace handling in window to its own functionRay Strode2008-05-281-22/+26
* Rearrange two cases in a switch block to be clearerRay Strode2008-05-281-6/+6
* Use more descriptive format for control code #definesRay Strode2008-05-281-3/+3
* Don't crash if the user presses enter when a password isn't being asked forRay Strode2008-05-281-3/+11
* switch over to spinfinity plugin by defaultRay Strode2008-05-281-1/+1
* Make the throbber less choppy, by always showing every frameRay Strode2008-05-281-0/+6
* Make throbber continue to work after stop and startRay Strode2008-05-281-3/+7
* Add the ability to toggle off graphics mode with ctrl-TRay Strode2008-05-281-1/+12
* If no frames could be loaded for the throbber, noop instead of crashRay Strode2008-05-281-0/+4
* Move images in splash-plugins to subdirectories, so they don't clashRay Strode2008-05-286-19/+25
* When copying a directory, be sure the destination directory is in place firstroot2008-05-281-0/+3
* Exit plymouth early if going to single user modeRay Strode2008-05-281-0/+27
* Read /proc/cmdline and enable debugging if plymouth:debug is thereRay Strode2008-05-281-0/+54
* Random spacing clean upsRay Strode2008-05-284-65/+68
* Add a throbber to the splash screen and build spinfinityRay Strode2008-05-288-86/+423
* Compute correct offset when copying from shadow buffer to frame bufferRay Strode2008-05-281-2/+2
* Drop some unused declarations that are fall out from cut-n-pasteRay Strode2008-05-281-3/+2
* Add new array type to make managing arrays easierRay Strode2008-05-285-0/+191
* Add new ply_buffer_steal_bytes methodRay Strode2008-05-282-0/+15
* Add frames for spinfinity throbberRay Strode2008-05-2838-0/+24
* Call ply_boot_splash_hide in on_quit handler in test case.Kristian Høgsberg2008-05-271-20/+27
* Merge branch 'master' of git+ssh://halfline@git.freedesktop.org/git/plymouthRay Strode2008-05-241-43/+35
|\
| * Fix same bug in ply_frame_buffer_area_intersect().Kristian Høgsberg2008-05-231-51/+28
| * Factor out area union code from ply_frame_buffer_add_area_to_flush_area.Kristian Høgsberg2008-05-231-21/+28
| * Fix bug in area union code.Kristian Høgsberg2008-05-231-10/+18
* | Copy and modify fedora-fade-in to new spinfinity pluginRay Strode2008-05-247-1/+525
|/
* Clear old contents before recompositing to prevent ad-hoc fade effectRay Strode2008-05-231-0/+5
* Don't leak entryRay Strode2008-05-231-0/+2
* Move keyboard handling to window so we can do line editingRay Strode2008-05-237-67/+179
* Add new ply_buffer_remove_bytes_at_endRay Strode2008-05-222-0/+13