summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-10-08[keyboard] make stop_watching_for_terminal_input idempotentRay Strode1-0/+3
2009-10-08[renderer] make input_source_close idempotentRay Strode1-2/+10
2009-10-08[main] remove displays before closing rendererRay Strode1-3/+3
2009-10-08[terminal] Only close terminal on free when openRay Strode1-1/+2
2009-10-08[main] Disconnect from tty when hiding splashRay Strode1-0/+2
2009-10-07[drm] Destroy console buffer object on error pathRay Strode1-1/+5
2009-10-06[drm] Destroy console buffer object when done with itRay Strode1-0/+3
2009-10-06[main] clean up terminal when done with itRay Strode1-0/+12
2009-10-06[renderer] close device on failuresRay Strode1-0/+2
2009-10-06[drm] don't close terminalRay Strode1-1/+0
2009-10-06[drm] Drop master on VT switchesRay Strode1-1/+5
2009-10-05[text] Don't crash after password promptRay Strode1-25/+2
2009-10-05[main] Properly reinitialize environment on show splashRay Strode1-5/+11
2009-10-04[script] Give sensible unique-ish strings for all objects.Charlie Brej1-2/+5
2009-10-04[script] Do not segfault if accessing array with no keyCharlie Brej1-1/+7
2009-10-04[script] Allow inline array definitionsCharlie Brej3-1/+78
2009-10-04[script] Add do-while loopsCharlie Brej3-5/+68
2009-10-04[branch-merge] Add x11 renderer pluginRay Strode10-18/+575
2009-10-04[x11] Throttle plymouth to X serverx11-rendererRay Strode1-0/+6
2009-10-04[x11] Tile windows initiallyRay Strode1-1/+2
2009-10-04[x11] Move windows when draggedRay Strode1-0/+21
2009-10-04[x11] Hide title barRay Strode1-0/+1
2009-10-04[x11] Ignore ply_console_set_mode callsRay Strode1-0/+9
2009-10-04[console] Generalize mode override apiRay Strode3-10/+16
2009-10-04[x11] Don't allow windows to be resizedRay Strode1-3/+4
2009-10-04[x11] Draw to back pixmap instead of on exposesRay Strode1-47/+34
2009-10-04[x11] Process events only as they come inRay Strode1-16/+28
2009-10-04[renderer] Add start of X11 pluginCharlie Brej4-1/+507
2009-10-04[renderer] Move VT switching to renderer pluginsRay Strode4-7/+14
2009-10-04[event-loop] ignore EAGAINRay Strode1-2/+2
2009-10-01[text-progress-bar] Don't segfault if no os stringRay Strode1-1/+1
2009-09-29[drm] Force raw mode on each draw cycleRay Strode2-0/+2
2009-09-29[terminal] Force raw mode when reopening terminalRay Strode1-3/+3
2009-09-28[throbber] Properly finish animation before stoppingseat-reworkRay Strode1-5/+3
2009-09-28[animation] Make ply_animation_start idempotentRay Strode1-0/+3
2009-09-28[animation] Use default event loopRay Strode3-5/+1
2009-09-28[drm] Force fb backend if 1 head and ttm driverRay Strode1-0/+18
2009-09-28[drm] Add initial support for nvidia cardsRay Strode4-1/+372
2009-09-28[drm] Add initial support for radeon cardsRay Strode4-1/+394
2009-09-28[drm] Add initial support for intel cardsRay Strode4-4/+396
2009-09-28[drm] Add start of a drm pluginRay Strode5-1/+1139
2009-09-28[utils] Add ply_round_to_multiple macroRay Strode1-0/+3
2009-09-28[libplybootsplash] Drop window classRay Strode5-1333/+1
2009-09-28[libply] Drop frame-buffer classRay Strode5-1551/+0
2009-09-28[image] Drop test codeRay Strode1-146/+0
2009-09-28[utils] drop ply_switch_to_vtRay Strode2-23/+0
2009-09-28[main] switch to vt that plymouth is running on at startupRay Strode1-1/+6
2009-09-28[main] Update to use new multihead interfaceRay Strode2-133/+205
2009-09-28[two-step] Update to use new multihead interfaceRay Strode1-279/+550
2009-09-28[trigger] add new ignore_next_pull methodRay Strode2-0/+16