summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-13[splash] Split out graphical parts of libply-splash-coreoptionalize-library-dependenciesRay Strode26-29/+80
2010-01-13[splash] Rename libplybootsplash to libply-splash-coreRay Strode53-61/+61
2010-01-13[details] don't include ply-image.hRay Strode1-1/+0
2009-12-22[main] quit program when quit given after deactivateScott James Remnant1-3/+6
2009-12-22[main] avoid crash when no splash runningScott James Remnant1-2/+1
2009-12-22[main] Don't free renderer when NULLScott James Remnant1-2/+5
2009-12-16[branch-merge] Add man pageRay Strode5-10/+74
2009-12-16[docs] Remove commented out section from man pageman-pageRay Strode1-3/+0
2009-12-16[docs] Update home page url in man pageRay Strode1-1/+1
2009-12-16[docs] Fix AUTHORS in man pageRay Strode1-2/+6
2009-12-16[docs] Clarify "rhgb" cmdline option in man pageRay Strode1-3/+4
2009-12-16[docs] Remove instructions about boot loaderRay Strode1-4/+1
2009-12-16[docs] Add reference to splash cmdline in man pageRay Strode1-4/+5
2009-12-16[docs] Remove distribution references from man pageRay Strode1-7/+6
2009-12-16[docs] Rename man/ to docs/Ray Strode4-2/+2
2009-12-16[docs] Add man pageAdrian Glaubitz4-1/+66
2009-12-16[set-default-theme] Provide GNU-style short optionsAdrian Glaubitz1-9/+9
2009-12-14[set-default-theme] Make --help format match that of plymouth and plymouthdCharlie Brej1-12/+11
2009-12-05[set-default-theme] Call usage function in --helpRay Strode1-1/+1
2009-12-05[set-default-theme] Add --help optionAdrian Glaubitz1-1/+26
2009-12-04[main] Fix fd leakScott James Remnant1-0/+2
2009-12-02[script] Add widow get position functionsCharlie Brej1-0/+69
2009-11-30[configure] Make maintainer mode default to on but not explicit in autogenCharlie Brej2-2/+2
2009-11-29[viewer] Quit on window close when not in icon mode.Charlie Brej1-2/+2
2009-11-29[fade-throbber] Draw password dialog even if not animatingCharlie Brej1-3/+3
2009-11-29[script] Pass color to the text rendererCharlie Brej1-3/+4
2009-11-29[label] Add color controlCharlie Brej4-13/+79
2009-11-29[script] Allow setting the position of the windowsCharlie Brej1-0/+63
2009-11-29[script] Handle multiple displays with one script instanceCharlie Brej3-372/+254
2009-11-28[list] Initialise node in the get Nth functionCharlie Brej1-0/+1
2009-11-28[list] Add get Nth node functionCharlie Brej2-1/+19
2009-11-28[list] Add a stable sortCharlie Brej4-4/+31
2009-11-28[region] Actually perform the sort when requestedCharlie Brej1-0/+1
2009-11-28[region] Allow rectangles to be sorted before being fed backCharlie Brej5-3/+18
2009-11-28[list] Replace the old sort function with quicksortCharlie Brej1-21/+49
2009-11-28[list] Adds tests of the sort functionCharlie Brej1-2/+2
2009-11-28[list] Add test code of the sort functionCharlie Brej1-2/+47
2009-11-28[branch-merge] Improve plymouth -> X hand offRay Strode13-20/+229
2009-11-28[client] Add new deactivate subcommandno-fbconRay Strode3-0/+32
2009-11-28[daemon] deactivate daemon for X transitionRay Strode4-0/+89
2009-11-28[x11] implement new activate/deactivate methodsRay Strode1-0/+19
2009-11-28[frame-buffer] implement new activate/deactivate methodsRay Strode1-5/+25
2009-11-28[drm] implement new activate/deactivate methodsRay Strode1-11/+36
2009-11-28[renderer] Add new activate and deactivate methodsRay Strode3-0/+20
2009-11-28[main] only set keyboard on splash if availableRay Strode1-1/+2
2009-11-28[main] make keyboard removal idempotentRay Strode1-3/+6
2009-11-27[main] drop stray debugging remnantRay Strode1-1/+0
2009-11-24[script] Remove some debug codeCharlie Brej1-2/+2
2009-11-24[script] Add string library and the first function "CharAt"Charlie Brej5-2/+141
2009-11-23[script] Use a region to collate all updated areasCharlie Brej1-19/+63