| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add an entry control | Ray Strode | 2008-08-01 | 3 | -1/+304 |
| | | | | | | | Right now we have some cut and paste code between the splash plugins for a password entry. This new file will move some of the repeated code into libplybootsplash. | ||||
| * | Add ctrl-l "redraw" hot key | Ray Strode | 2008-07-29 | 1 | -0/+14 |
| | | |||||
| * | Make fade-in plugin provide erase/draw handlers | Ray Strode | 2008-07-29 | 1 | -3/+4 |
| | | |||||
| * | Add new hooks for clearing and drawing parts of the screen | Ray Strode | 2008-07-29 | 2 | -0/+81 |
| | | | | | | | | We now have a few controls in libplybootsplash that don't don't the specific details of the loaded splash plugins background. These hooks will make it possible for the controls to clear the screen prior to doing alpha composition. | ||||
| * | Add debugging feature to restore text palette | Ray Strode | 2008-07-09 | 1 | -34/+41 |
| | | |||||
| * | Don't watch tty for input in two places | Ray Strode | 2008-06-30 | 1 | -6/+0 |
| | | |||||
| * | Add --hide-splash option | Ray Strode | 2008-06-27 | 1 | -3/+3 |
| | | | | | | We want to be able to hide the splash screen in the event the user needs to interact with start up from the console. | ||||
| * | 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 | 1 | -1/+1 |
| | | | | | 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 | ||||
| * | 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 |
| | | |||||
| * | clear and move cursor to 0,0 when hiding and showing | Ray Strode | 2008-06-25 | 1 | -0/+5 |
| | | |||||
| * | Reset cursor to 0,0 on clear | Ray Strode | 2008-06-24 | 1 | -0/+2 |
| | | |||||
| * | Add text pulsing progress bar widget thing | Ray Strode | 2008-06-21 | 3 | -1/+295 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fix the ply_window_set_text_cursor_position function | Ray Strode | 2008-06-19 | 1 | -4/+7 |
| | | |||||
| * | 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 |
| | | |||||
| * | add new api for moving text cursor around | Ray Strode | 2008-06-19 | 2 | -0/+15 |
| | | |||||
| * | 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 |
| | | |||||
| * | Don't go to text mode on exit. | Kristian Høgsberg | 2008-06-16 | 1 | -3/+0 |
| | | |||||
| * | Factor out background drawing code in throbber helper. | Kristian Høgsberg | 2008-06-16 | 1 | -5/+11 |
| | | |||||
| * | Use proper gradient color stops for spinfinity | Ray Strode | 2008-06-16 | 2 | -3/+6 |
| | | |||||
| * | Move throbber to libplybootsplash | Ray Strode | 2008-06-12 | 3 | -2/+390 |
| | | |||||
| * | Try to open the frame buffer every time we set graphics mode | Ray Strode | 2008-06-11 | 1 | -1/+2 |
| | | | | | It may fail initially and work later | ||||
| * | force text mode if debugging | Ray Strode | 2008-06-09 | 1 | -0/+3 |
| | | |||||
| * | Create new libplybootsplash | Ray Strode | 2008-06-09 | 6 | -0/+985 |
| The old approach of including the same source files into multiple places is less than pretty. But moving the code to libply didn't seem right either, since libply is fairly generic and could in theory get swapped out with a standard runtime at some point. Also, exposing libplybootsplash as an external library will facilitate creating out of tree splash plugins. | |||||
