summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* add ifndef guards around some definesRay Strode2008-06-201-0/+5
* Use libplybootsplash clear screen functionRay Strode2008-06-201-10/+3
* Add clear screen method to window classRay Strode2008-06-202-0/+11
* s/SEQUNCE/SEQUENCE/Ray Strode2008-06-201-2/+2
* Center dots in text pluginRay Strode2008-06-191-1/+29
* Fix the ply_window_set_text_cursor_position functionRay Strode2008-06-191-4/+7
* Only run if rhgb is on the command lineRay Strode2008-06-191-2/+2
* Go back to text mode on quitRay Strode2008-06-191-0/+2
* Go to text mode before showing detailsRay Strode2008-06-191-0/+2
* Don't unwatch a signal if there is no loopRay Strode2008-06-191-1/+2
* initialize structure to 0Ray Strode2008-06-191-1/+1
* only free old splash plugin on escape if there was an old oneRay Strode2008-06-191-2/+5
* return to text mode on crashRay Strode2008-06-191-0/+18
* add new api for moving text cursor aroundRay Strode2008-06-192-0/+15
* Hide cursor and clear screen in text pluginRay Strode2008-06-181-0/+27
* Add new api for reading text window geometryRay Strode2008-06-181-0/+39
* add start of text gettersRay Strode2008-06-182-0/+12
* Make new line return to column 0Ray Strode2008-06-181-0/+3
* Revert "Supress erroneous warning during shutdown.", it's completely wrong.Peter Jones2008-06-162-9/+5
* Supress erroneous warning during shutdown.Peter Jones2008-06-162-5/+9
* Fix missing struct initializer on ->newroot, so boot.log will actually work.Peter Jones2008-06-161-0/+1
* Don't go to text mode on exit.Kristian Høgsberg2008-06-162-6/+1
* Factor out background drawing code in throbber helper.Kristian Høgsberg2008-06-161-5/+11
* Drop fade out in spinfinity pluginRay Strode2008-06-161-0/+2
* Use proper gradient color stops for spinfinityRay Strode2008-06-164-6/+12
* drop tabsRay Strode2008-06-161-3/+3
* Name the default plugin "default.so", not "graphical.so", so that it's obviou...Peter Jones2008-06-132-2/+2
* Move throbber to libplybootsplashRay Strode2008-06-125-49/+49
* place throbber relative to logo in spinfinity pluginRay Strode2008-06-121-1/+1
* track logo area in spinfinity plugin stateRay Strode2008-06-121-10/+9
* Add new throbber_load function to preload framesRay Strode2008-06-123-10/+21
* Fix trivial problems discovered with "-Wall -Werror"Peter Jones2008-06-121-1/+1
* Fix obviously broken code I committed yesterday.Peter Jones2008-06-121-3/+3
* Fix possible unasigned value.Peter Jones2008-06-121-0/+3
* Fix compiler warning.Peter Jones2008-06-121-1/+1
* Fix added whitespace error.Peter Jones2008-06-121-1/+1
* Add some tracing for the device query/mode verification code.Peter Jones2008-06-123-4/+48