summaryrefslogtreecommitdiffstats
path: root/src/libplybootsplash/ply-window.c
Commit message (Expand)AuthorAgeFilesLines
* Add ctrl-l "redraw" hot keyRay Strode2008-07-291-0/+14
* Add new hooks for clearing and drawing parts of the screenRay Strode2008-07-291-0/+52
* Add debugging feature to restore text paletteRay Strode2008-07-091-34/+41
* Don't watch tty for input in two placesRay Strode2008-06-301-6/+0
* Add --hide-splash optionRay Strode2008-06-271-3/+3
* 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
* Add api for messing with color palette in text modeRay Strode2008-06-261-0/+80
* add new apis to set foreground and background colors in text modeRay Strode2008-06-251-0/+56
* clear and move cursor to 0,0 when hiding and showingRay Strode2008-06-251-0/+5
* Reset cursor to 0,0 on clearRay Strode2008-06-241-0/+2
* move show_cursor and hide_cursor to windowRay Strode2008-06-201-0/+20
* add ifndef guards around some definesRay Strode2008-06-201-0/+5
* Add clear screen method to window classRay Strode2008-06-201-0/+10
* s/SEQUNCE/SEQUENCE/Ray Strode2008-06-201-2/+2
* Fix the ply_window_set_text_cursor_position functionRay Strode2008-06-191-4/+7
* Don't unwatch a signal if there is no loopRay Strode2008-06-191-1/+2
* initialize structure to 0Ray Strode2008-06-191-1/+1
* add new api for moving text cursor aroundRay Strode2008-06-191-0/+12
* Add new api for reading text window geometryRay Strode2008-06-181-0/+39
* add start of text gettersRay Strode2008-06-181-0/+10
* Make new line return to column 0Ray Strode2008-06-181-0/+3
* Don't go to text mode on exit.Kristian Høgsberg2008-06-161-3/+0
* Try to open the frame buffer every time we set graphics modeRay Strode2008-06-111-1/+2
* force text mode if debuggingRay Strode2008-06-091-0/+3
* Create new libplybootsplashRay Strode2008-06-091-0/+624