]> git.ipfire.org Git - thirdparty/plymouth.git/shortlog
thirdparty/plymouth.git
2009-08-10  Ray Strode[window] Handle disconnected tty fd better
2009-08-07  Ray Strode[pkgconfig] Fix up include paths
2009-08-07  Ray Strode[configure] Add AS_AC_EXPAND for configured dirs
2009-08-07  Ray Strode[pkgconfig] Fix up pkgconfig variables
2009-08-07  Ray Strode[configure] Specify plugin path in one place
2009-08-07  Ray Strode[client] add --get-splash-plugin-path argument
2009-08-07  Ray Strode[main] Allow splash to be specified from grub
2009-08-07  Ray Strode[configure] Add goo to turn on silent build
2009-08-06  Ray Strode[event-loop] Add some debug messages to event loop
2009-08-06  Ray Strode[two-step] Mark plugin interface functions static
2009-08-06  Ray Strode[throbgress] Mark plugin interface functions static
2009-08-06  Ray Strode[space-flares] Mark plugin interface functions static
2009-08-06  Ray Strode[script] Mark plugin interface functions static
2009-08-06  Ray Strode[fade-throbber] Mark plugin interface functions static
2009-08-06  Ray Strode[details] Mark plugin interface functions static
2009-08-06  Ray Strode[text] Mark plugin interface functions static
2009-08-06  Ray Strode[text] Mark internal functions static
2009-08-06  Ray Strode[text] Drop unused functions
2009-08-06  Ray Strode[details] Drop unused function
2009-08-06  Ray Strode[script] do abs(x) > epsilon instead of x != 0
2009-08-06  Ray Strode[space-flares] Add casts to silence warnings
2009-08-06  Ray Strode[details] Add cast to silence warning
2009-08-06  Ray Strode[text] Drop unused variable
2009-08-06  Ray Strode[fade-throbber] Fix signedness problem
2009-08-06  Ray Strode[window] Fix constness bug in test
2009-08-06  Ray Strode[log-viewer] Drop unused variable
2009-08-06  Ray Strode[client] Drop unused variable
2009-08-06  Ray Strode[main] drop unused function
2009-08-06  Ray Strode[main] Fix redirect_standard_io_to_device arg constness
2009-08-06  Ray Strode[window] Fix signedness confusion
2009-08-06  Ray Strode[utils] Make utf-8 functions take const char *
2009-08-06  Ray Strode[text-progress-bar] Don't initialize os_string
2009-08-06  Ray Strode[progress-animation] Add casts to silence warning
2009-08-06  Ray Strode[progress-bar] Remove unused variables
2009-08-06  Ray Strode[label] Unload plugin on free
2009-08-06  Ray Strode[label] Add ply_label_hide to header
2009-08-06  Ray Strode[progress] Fix constness problem
2009-08-06  Ray Strode[progress] add pause/unpause to header
2009-08-06  Ray Strode[progress] Remove duplicate declaration from header
2009-08-06  Ray Strode[progress] Remove unused variable
2009-08-06  Ray Strode[command-parser] free list data in destructors
2009-08-06  Ray Strode[command-parser] Make some int fields size_t
2009-08-06  Ray Strode[command-parser] Add int cast to printf to %*s arg
2009-08-06  Ray Strode[command-parser] Drop unused variables
2009-08-05  Ray Strode[command-parser] make constructor/destructors static
2009-08-05  Ray Strode[hashtable] Add casts to fix constness warnings
2009-08-05  Ray Strode[hashtable] add "static" specifier to internal functions
2009-08-05  Ray Strode[hashtable] Fix some signedness warnings
2009-08-05  Ray Strode[hashtable] make insert_internal static
2009-08-05  Ray Strode[hashtable] include string.h
2009-08-05  Ray Strode[hashtable] Add some intptr_t casts
2009-08-05  Ray Strode[event-loop] Make ply_event_loop_free_sources static
2009-08-05  Ray Strode[terminal] fix header prototype
2009-08-05  Ray Strode[utils] Fix signedness warning in utf8 handling
2009-08-05  Ray Strode[utils] drop ply_create_unix_socket
2009-08-05  Ray Strode[list] make node constructor/destructor static
2009-08-05  Ray Strode[frame-buffer] Drop ply_frame_buffer_area_union
2009-08-05  Ray Strode[frame-buffer] Fix some signedness warnings
2009-08-05  Ray Strode[frame-buffer] use inline at start of prototype
2009-08-05  Ray Strode[script] drop stringify, .script.h instead of .string
2009-08-05  Ray Strode[script] Add actual generated sources to BUILT_SOURCES
2009-08-05  Charlie Brej[two-step] Do not remove an additional bullet when...
2009-08-05  Charlie Brej[throbgress] Do not remove an additional bullet when...
2009-08-05  Frederic Crozat[splash] do not ship generated files in tarball
2009-08-05  Ray Strode[script] Call stringify.pl from srcdir
2009-08-05  Ray Strode[script] Add generated source files to BUILT_SOURCES
2009-07-24  Ray Strode[gitignore] Unignore some .plymouth files
2009-07-24  Charlie Brej[gitignore] Add new file types for git to ignore
2009-07-24  Charlie Brej[script] Correct vareable to variable
2009-07-24  Charlie Brej[script] Sort the sprites so they are drawn in the...
2009-07-24  Charlie Brej[script] Rename ply-scan to script-scan
2009-07-24  Charlie Brej[script] Tidy up the example script
2009-07-24  Charlie Brej[script] Remove print object function which was unused
2009-07-24  Charlie Brej[script] Remove a no longer necessary parse error test...
2009-07-24  Charlie Brej[script] Preset plymouth callback functions to script...
2009-07-24  Charlie Brej[script] Use ply_scan_token_is_something wrapper functi...
2009-07-24  Charlie Brej[script] Use the parse operator table and procedure...
2009-07-24  Charlie Brej[script] Use a symbol table lookup parse function
2009-07-24  Charlie Brej[script] Merge all Left-To-Right parsing into a single...
2009-07-24  Charlie Brej[script] Allows definitions of functions to be describe...
2009-07-24  Charlie Brej[script] Add support for variable number of arguments
2009-07-24  Charlie Brej[script] Remove some asserts which are no longer useful
2009-07-24  Charlie Brej[script] Remove some derefs as they are now handled...
2009-07-24  Charlie Brej[script] More changes to use access functions
2009-07-24  Charlie Brej[script] Use hash access functions rather than doing...
2009-07-24  Charlie Brej[script] Use access functions instead of directly acces...
2009-07-24  Charlie Brej[script] Abstract formations of script_return_t with...
2009-07-24  Charlie Brej[script] Simplify object comparisons
2009-07-24  Charlie Brej[script] Typo in the MathMax function
2009-07-24  Charlie Brej[script] Fix some compile warnings
2009-07-24  Charlie Brej[script] Correct the math min and max functions
2009-07-24  Charlie Brej[script] Add atan2 to the math library
2009-07-24  Charlie Brej[script] Add "_t" to all struct names
2009-07-24  Charlie Brej[script] Corrected indentation and formatting to match...
2009-07-24  Charlie Brej[script] Add GPL 2+ licence headers to all .c and ...
2009-07-24  Charlie Brej[script] Remove the display state as it is now handled...
2009-07-24  Charlie Brej[script] Fix minor memory leaks
2009-07-24  Charlie Brej[script] Free any remaining over sprites at plugin...
2009-07-24  Charlie Brej[script] Simplify native functions by using the hash...
2009-07-24  Charlie Brej[script] Use the helper hash element extraction functions
next