]> git.ipfire.org Git - thirdparty/plymouth.git/shortlog
thirdparty/plymouth.git
2008-05-29  Ray StrodeSet up event loop exit handler in plugins on show success
2008-05-29  Ray StrodeDrop line editing plugin vtable functions. Use window...
2008-05-29  Ray StrodeRename fedora-fade-in to fade-in
2008-05-29  Ray StrodeMerge branch 'master' of git+ssh://halfline@git.freedes...
2008-05-29  Ray StrodeRename all the plugins from <plugin-name>.c -> main.c
2008-05-29  Ray StrodeRename all the plugins from <plugin-name>.c -> main.c
2008-05-28  Ray StrodeUpdate TODO
2008-05-28  Ray StrodeUpdate spec file to be more current
2008-05-28  Ray StrodeAdd ctrl-u and ctrl-w to erase password line
2008-05-28  Ray Strodemove backspace handling in window to its own function
2008-05-28  Ray StrodeRearrange two cases in a switch block to be clearer
2008-05-28  Ray StrodeUse more descriptive format for control code #defines
2008-05-28  Ray StrodeDon't crash if the user presses enter when a password...
2008-05-28  Ray Strodeswitch over to spinfinity plugin by default
2008-05-28  Ray StrodeMake the throbber less choppy, by always showing every...
2008-05-28  Ray StrodeMake throbber continue to work after stop and start
2008-05-28  Ray StrodeAdd the ability to toggle off graphics mode with ctrl-T
2008-05-28  Ray StrodeIf no frames could be loaded for the throbber, noop...
2008-05-28  Ray StrodeMove images in splash-plugins to subdirectories, so...
2008-05-28  rootWhen copying a directory, be sure the destination direc...
2008-05-28  Ray StrodeExit plymouth early if going to single user mode
2008-05-28  Ray StrodeRead /proc/cmdline and enable debugging if plymouth...
2008-05-28  Ray StrodeRandom spacing clean ups
2008-05-28  Ray StrodeAdd a throbber to the splash screen and build spinfinity
2008-05-28  Ray StrodeCompute correct offset when copying from shadow buffer...
2008-05-28  Ray StrodeDrop some unused declarations that are fall out from...
2008-05-28  Ray StrodeAdd new array type to make managing arrays easier
2008-05-28  Ray StrodeAdd new ply_buffer_steal_bytes method
2008-05-28  Ray StrodeAdd frames for spinfinity throbber
2008-05-28  Kristian HøgsbergCall ply_boot_splash_hide in on_quit handler in test...
2008-05-24  Ray StrodeMerge branch 'master' of git+ssh://halfline@git.freedes...
2008-05-24  Ray StrodeCopy and modify fedora-fade-in to new spinfinity plugin
2008-05-24  Kristian HøgsbergFix same bug in ply_frame_buffer_area_intersect().
2008-05-24  Kristian HøgsbergFactor out area union code from ply_frame_buffer_add_ar...
2008-05-24  Kristian HøgsbergFix bug in area union code.
2008-05-23  Kristian HøgsbergPick plymouth from bindir and plymouthd from libexec...
2008-05-23  Ray StrodeUpdate TODO
2008-05-23  Ray StrodeClear old contents before recompositing to prevent...
2008-05-23  Ray StrodeDon't leak entry
2008-05-23  Ray StrodeMove keyboard handling to window so we can do line...
2008-05-22  Ray StrodeAdd new ply_buffer_remove_bytes_at_end
2008-05-22  Ray StrodeOn keyboard input pass size of character to handlers
2008-05-22  Ray Stroderename window->buffer to window->keyboard_input_buffer
2008-05-22  Ray StrodeDon't show timestamp and pid in verbose mode
2008-05-22  Ray StrodeAdd preliminary password support to fedora-fade-in
2008-05-22  Ray StrodeDo the trivial cut-n-paste to bring password support...
2008-05-22  Ray StrodeAdd second cut at password support
2008-05-21  Ray StrodeFix some harmless typos in the reply code
2008-05-21  Ray StrodeSimplify plugin interface by dropping attach_to_event_loop
2008-05-21  Ray StrodeOnly allow root clients to talk to daemon
2008-05-21  Ray StrodeUpdate TODO
2008-05-21  Ray StrodeBuild in tracing by default and toggle on with ctrl-v
2008-05-21  Ray Strodechange if (key == KEY_ESCAPE) to use switch statement...
2008-05-21  Ray StrodeUpdate TODO
2008-05-21  Ray Strodes/rhgb-client/plymouth/ in the client usage string
2008-05-21  Ray StrodeDon't show splash by default, instead require client...
2008-05-20  Ray StrodePut in ChangeLog request to not use ChangeLog
2008-05-20  Ray StrodeUpdate TODO
2008-05-20  Ray Strodeoverwrite existing rhgb-client compat symlink when...
2008-05-20  Ray Strodedon't generate .tar.gz on make dist
2008-05-20  Ray StrodeAdd client tests directory to SUBDIRS
2008-05-20  Ray Stroderename rhgb-client to plymouth
2008-05-20  Ray Stroderename the daemon from plymouth to plymouthd
2008-05-20  Ray Strodedetach text plugin from event loop when hiding it
2008-05-20  Ray Strodedisconnect from event loop in fedora-fade-in if show...
2008-05-20  Ray StrodeUse the raw mode so we lose terminal echo
2008-05-20  Ray StrodeAdd hook to ply-terminal-session to notify on boot...
2008-05-20  Ray Strodedump output of boot buffer when showing details plugin
2008-05-20  Ray Strodeuse "details" stub plugin when user presses escape
2008-05-20  Ray StrodeCreate a buffer to hold boot messages and pass that...
2008-05-19  Ray Strodeadd hook to log all terminal session output to a user...
2008-05-19  Ray Strodeadd stub plugin that will show details when the user...
2008-05-19  Ray Strodemove ply_window_detach_from_event_loop around so we...
2008-05-19  Ray StrodeCreate window at layer above boot splash and reuse...
2008-05-19  Ray Strodecancel event loop exit watch on window when window...
2008-05-19  Ray StrodeReset keyboard to non-canonical mode every time we...
2008-05-19  Ray Strodeonly detach fedora-fade-in plugin from event loop when...
2008-05-19  Ray Strodedisable fedora-fade-in plugin animaton timeout when...
2008-05-19  Ray Strodeadd new function to cancel pending timeouts
2008-05-19  Ray StrodeWhen removing exit handlers, remove all matches, not...
2008-05-19  Ray StrodeIntercept escape key before passing keyboard input...
2008-05-19  Ray Strodepass keyboard input on to plugins
2008-05-19  Ray Strodebuffer key presses until full characters are read,...
2008-05-19  Ray Strodeexport ply_buffer_decapitate function as ply_buffer_rem...
2008-05-19  Ray StrodeAdd new ply_buffer_append_from_fd function
2008-05-19  Ray Strodeadd new ply-buffer class
2008-05-18  Ray StrodeSet active terminal into non-canonical mode
2008-05-18  Ray Strodechange function signature to silence warning
2008-05-18  Ray Strodeadd function cast to silence warning
2008-05-18  Ray Strodedrop unused variable
2008-05-17  Ray Strodeadd new ply_window_t type to manage text versus graphic...
2008-05-15  Ray Strodeadd preliminary support for asking for password during...
2008-05-14  Ray Strodeadd cast to prevent compiler warning
2008-05-14  Ray Strodefix some confusion with star placement in fedora-fade...
2008-05-14  Ray Strodefall back to text plugin if fedora-fade-in fails
2008-05-14  Ray Strodeadd initial cut of a barebones text splash
2008-05-14  Ray Strodecreate /dev/tty1 in init phase
2008-05-14  Ray Strodeadd some more debug statements and free boot server...
2008-05-14  Ray Strodedisconnect event loop exit watch when hiding splash...
2008-05-14  Ray Strodemove detach_from_event_loop function up higher in file
next