summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add --wait option to client to block until daemon quitsHEADmasterCasey Dahlin2008-08-051-3/+20
* Increase logger max injection sizeCasey Dahlin2008-08-051-1/+1
* Don't default to last known option when setting flagsCasey Dahlin2008-08-051-0/+3
* Handle flags and booleans better in command parserRay Strode2008-08-051-4/+23
* Port fade-in over to use new entry in libplybootsplashRay Strode2008-08-011-102/+16
* Port spinfinity over to use new entry in libplybootsplashRay Strode2008-08-013-111/+32
* Add an entry controlRay Strode2008-08-013-1/+304
* Add ctrl-l "redraw" hot keyRay Strode2008-07-291-0/+14
* Make fade-in plugin provide erase/draw handlersRay Strode2008-07-292-11/+63
* Make spinfinity plugin provide erase/draw handlersRay Strode2008-07-291-3/+64
* Move text plugin over to new draw/erase handlersRay Strode2008-07-291-0/+30
* Add new hooks for clearing and drawing parts of the screenRay Strode2008-07-292-0/+81
* Show detailed plugin if ask-for-password is called when no splash visibleRay Strode2008-07-111-1/+3
* Rearrange functions to prevent forward declarationRay Strode2008-07-111-31/+31
* Rearrange functions to drop forward declarationRay Strode2008-07-111-34/+32
* Use details plugin instead of bailing if no rhgb on kernel cmdlineRay Strode2008-07-111-5/+7
* Add debugging feature to restore text paletteRay Strode2008-07-091-34/+41
* Add new subcommand "ask-for-password"Ray Strode2008-07-012-16/+117
* Clear screen to black before asking for passwordRay Strode2008-07-011-0/+1
* Drop print_usage functionRay Strode2008-07-011-15/+5
* Add state structure to client to consolidate the various stateRay Strode2008-07-011-38/+43
* Add hack to make maintenance mode probably work whenRay Strode2008-06-301-0/+12
* Don't watch tty for input in two placesRay Strode2008-06-301-6/+0
* Stay on tty1 for nowRay Strode2008-06-301-5/+5
* If stop_watching_signal is called on a signal that isn't being watched, ignoreRay Strode2008-06-272-1/+5
* don't require window to be around at quit timeRay Strode2008-06-271-2/+2
* Add --hide-splash optionRay Strode2008-06-278-4/+68
* Create window when showing splash screen instead of at startupRay Strode2008-06-271-4/+9
* restore color palette when closing windowRay Strode2008-06-261-0/+20
* mark look up geometry as static since it's internelRay Strode2008-06-261-1/+1
* move functions around to avoid prototype at topRay Strode2008-06-261-20/+18
* Store palette in window object and only read it once when opening deviceRay Strode2008-06-261-36/+25
* Change colors of text splash screen to configured colorsRay Strode2008-06-263-2/+16
* Add api for messing with color palette in text modeRay Strode2008-06-262-1/+86
* Add blue background to text pluginRay Strode2008-06-261-0/+2
* Draw spindicator in a brown troughRay Strode2008-06-261-6/+23
* Change text pulser to use space instead of line drawing characters to preventRay Strode2008-06-251-51/+5
* add new apis to set foreground and background colors in text modeRay Strode2008-06-252-0/+76
* Properly stop animation when asking for password in text pluginRay Strode2008-06-251-5/+16
* clear and move cursor to 0,0 when hiding and showingRay Strode2008-06-251-0/+5
* Make details plugin go back to default plugin if escape is pressed againRay Strode2008-06-241-2/+33
* Reset cursor to 0,0 on clearRay Strode2008-06-241-0/+2
* change to root directory before trying to access filesRay Strode2008-06-231-0/+2
* /Really/ exit cleanly if rhgb isn't present on kernel cmdlineRay Strode2008-06-221-1/+4
* hide /var/log behind a defineRay Strode2008-06-222-1/+2
* Exit cleanly if rhgb is not on the command lineRay Strode2008-06-221-0/+3
* change over text plugin to use pulsing progress barRay Strode2008-06-211-23/+40
* Add text pulsing progress bar widget thingRay Strode2008-06-213-1/+295
* use window hide/show cursor functions in text pluginRay Strode2008-06-201-16/+2
* move show_cursor and hide_cursor to windowRay Strode2008-06-202-0/+22