| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | restore color palette when closing window | Ray Strode | 2008-06-26 | 1 | -0/+20 |
| | | | | | We should probably do it when changing vts as well | ||||
| * | mark look up geometry as static since it's internel | Ray Strode | 2008-06-26 | 1 | -1/+1 |
| | | |||||
| * | move functions around to avoid prototype at top | Ray Strode | 2008-06-26 | 1 | -20/+18 |
| | | |||||
| * | Store palette in window object and only read it once when opening device | Ray Strode | 2008-06-26 | 1 | -36/+25 |
| | | |||||
| * | Change colors of text splash screen to configured colors | Ray Strode | 2008-06-26 | 3 | -2/+16 |
| | | | | | We pass colors into configure, so we should use them | ||||
| * | Add api for messing with color palette in text mode | Ray Strode | 2008-06-26 | 2 | -1/+86 |
| | | | | | | This is important so we have more flexibility over what colors show up in the text splash | ||||
| * | Add blue background to text plugin | Ray Strode | 2008-06-26 | 1 | -0/+2 |
| | | |||||
| * | Draw spindicator in a brown trough | Ray Strode | 2008-06-26 | 1 | -6/+23 |
| | | |||||
| * | Change text pulser to use space instead of line drawing characters to prevent | Ray Strode | 2008-06-25 | 1 | -51/+5 |
| | | | | | scramblage at font change | ||||
| * | add new apis to set foreground and background colors in text mode | Ray Strode | 2008-06-25 | 2 | -0/+76 |
| | | |||||
| * | Properly stop animation when asking for password in text plugin | Ray Strode | 2008-06-25 | 1 | -5/+16 |
| | | |||||
| * | clear and move cursor to 0,0 when hiding and showing | Ray Strode | 2008-06-25 | 1 | -0/+5 |
| | | |||||
| * | Make details plugin go back to default plugin if escape is pressed again | Ray Strode | 2008-06-24 | 1 | -2/+33 |
| | | | | | | | | This fixes the TODO item: - consider making details plugin go back to pretty plugin if user presses escape | ||||
| * | Reset cursor to 0,0 on clear | Ray Strode | 2008-06-24 | 1 | -0/+2 |
| | | |||||
| * | change to root directory before trying to access files | Ray Strode | 2008-06-23 | 1 | -0/+2 |
| | | | | | This fixes running plymouth after bootup | ||||
| * | /Really/ exit cleanly if rhgb isn't present on kernel cmdline | Ray Strode | 2008-06-22 | 1 | -1/+4 |
| | | | | | | Unlike b7f4399294fad3d70029526cd7334c50d8673214 which was broken | ||||
| * | hide /var/log behind a define | Ray Strode | 2008-06-22 | 2 | -1/+2 |
| | | |||||
| * | Exit cleanly if rhgb is not on the command line | Ray Strode | 2008-06-22 | 1 | -0/+3 |
| | | |||||
| * | change over text plugin to use pulsing progress bar | Ray Strode | 2008-06-21 | 1 | -23/+40 |
| | | |||||
| * | Add text pulsing progress bar widget thing | Ray Strode | 2008-06-21 | 3 | -1/+295 |
| | | |||||
| * | use window hide/show cursor functions in text plugin | Ray Strode | 2008-06-20 | 1 | -16/+2 |
| | | |||||
| * | move show_cursor and hide_cursor to window | Ray Strode | 2008-06-20 | 2 | -0/+22 |
| | | |||||
| * | add ifndef guards around some defines | Ray Strode | 2008-06-20 | 1 | -0/+5 |
| | | |||||
| * | Use libplybootsplash clear screen function | Ray Strode | 2008-06-20 | 1 | -10/+3 |
| | | |||||
| * | Add clear screen method to window class | Ray Strode | 2008-06-20 | 2 | -0/+11 |
| | | | | | Just a convenience function for the plugins | ||||
| * | s/SEQUNCE/SEQUENCE/ | Ray Strode | 2008-06-20 | 1 | -2/+2 |
| | | |||||
| * | Center dots in text plugin | Ray Strode | 2008-06-19 | 1 | -1/+29 |
| | | |||||
| * | Fix the ply_window_set_text_cursor_position function | Ray Strode | 2008-06-19 | 1 | -4/+7 |
| | | |||||
| * | Only run if rhgb is on the command line | Ray Strode | 2008-06-19 | 1 | -2/+2 |
| | | |||||
| * | Go back to text mode on quit | Ray Strode | 2008-06-19 | 1 | -0/+2 |
| | | |||||
| * | Go to text mode before showing details | Ray Strode | 2008-06-19 | 1 | -0/+2 |
| | | |||||
| * | Don't unwatch a signal if there is no loop | Ray Strode | 2008-06-19 | 1 | -1/+2 |
| | | |||||
| * | initialize structure to 0 | Ray Strode | 2008-06-19 | 1 | -1/+1 |
| | | |||||
| * | only free old splash plugin on escape if there was an old one | Ray Strode | 2008-06-19 | 1 | -2/+5 |
| | | |||||
| * | return to text mode on crash | Ray Strode | 2008-06-19 | 1 | -0/+18 |
| | | |||||
| * | add new api for moving text cursor around | Ray Strode | 2008-06-19 | 2 | -0/+15 |
| | | |||||
| * | Hide cursor and clear screen in text plugin | Ray Strode | 2008-06-18 | 1 | -0/+27 |
| | | |||||
| * | Add new api for reading text window geometry | Ray Strode | 2008-06-18 | 1 | -0/+39 |
| | | |||||
| * | add start of text getters | Ray Strode | 2008-06-18 | 2 | -0/+12 |
| | | |||||
| * | Make new line return to column 0 | Ray Strode | 2008-06-18 | 1 | -0/+3 |
| | | |||||
| * | Revert "Supress erroneous warning during shutdown.", it's completely wrong. | Peter Jones | 2008-06-16 | 2 | -9/+5 |
| | | | | | This reverts commit 2698c0899929420ed566be02ce0e3e8e91ad0e5f. | ||||
| * | Supress erroneous warning during shutdown. | Peter Jones | 2008-06-16 | 2 | -5/+9 |
| | | |||||
| * | Fix missing struct initializer on ->newroot, so boot.log will actually work. | Peter Jones | 2008-06-16 | 1 | -0/+1 |
| | | |||||
| * | Don't go to text mode on exit. | Kristian Høgsberg | 2008-06-16 | 2 | -6/+1 |
| | | |||||
| * | Factor out background drawing code in throbber helper. | Kristian Høgsberg | 2008-06-16 | 1 | -5/+11 |
| | | |||||
| * | Drop fade out in spinfinity plugin | Ray Strode | 2008-06-16 | 1 | -0/+2 |
| | | |||||
| * | Use proper gradient color stops for spinfinity | Ray Strode | 2008-06-16 | 4 | -6/+12 |
| | | |||||
| * | drop tabs | Ray Strode | 2008-06-16 | 1 | -3/+3 |
| | | |||||
| * | Name the default plugin "default.so", not "graphical.so", so that it's ↵ | Peter Jones | 2008-06-13 | 2 | -2/+2 |
| | | | | | obvious what's going on there. | ||||
| * | Move throbber to libplybootsplash | Ray Strode | 2008-06-12 | 5 | -49/+49 |
| | | |||||
