]> git.ipfire.org Git - thirdparty/plymouth.git/shortlog
thirdparty/plymouth.git
2009-07-20  Charlie Brej[gitignore] Add new file types for git to ignore scripted-plugin
2009-07-20  Charlie Brej[script] Correct vareable to variable
2009-07-20  Charlie Brej[script] Sort the sprites so they are drawn in the...
2009-07-20  Charlie Brej[script] Rename ply-scan to script-scan
2009-07-20  Charlie Brej[script] Tidy up the example script
2009-07-12  Charlie Brej[script] Remove print object function which was unused
2009-07-12  Charlie Brej[script] Remove a no longer necessary parse error test...
2009-07-12  Charlie Brej[script] Preset plymouth callback functions to script...
2009-07-11  Charlie Brej[script] Use ply_scan_token_is_something wrapper functi...
2009-07-10  Charlie Brej[script] Use the parse operator table and procedure...
2009-07-10  Charlie Brej[script] Use a symbol table lookup parse function
2009-07-10  Charlie Brej[script] Merge all Left-To-Right parsing into a single...
2009-07-09  Charlie Brej[script] Allows definitions of functions to be describe...
2009-07-08  Charlie Brej[script] Add support for variable number of arguments
2009-07-08  Charlie Brej[script] Remove some asserts which are no longer useful
2009-07-08  Charlie Brej[script] Remove some derefs as they are now handled...
2009-07-08  Charlie Brej[script] More changes to use access functions
2009-07-08  Charlie Brej[script] Use hash access functions rather than doing...
2009-07-08  Charlie Brej[script] Use access functions instead of directly acces...
2009-07-08  Charlie Brej[script] Abstract formations of script_return_t with...
2009-07-08  Charlie Brej[script] Simplify object comparisons
2009-07-08  Charlie Brej[script] Typo in the MathMax function
2009-07-08  Charlie Brej[script] Fix some compile warnings
2009-07-08  Charlie Brej[script] Correct the math min and max functions
2009-07-08  Charlie Brej[script] Add atan2 to the math library
2009-07-04  Charlie Brej[script] Add "_t" to all struct names
2009-07-03  Charlie Brej[script] Corrected indentation and formatting to match...
2009-07-03  Charlie Brej[script] Add GPL 2+ licence headers to all .c and ...
2009-07-03  Charlie Brej[script] Remove the display state as it is now handled...
2009-07-03  Charlie Brej[script] Fix minor memory leaks
2009-07-03  Charlie Brej[script] Free any remaining over sprites at plugin...
2009-07-03  Charlie Brej[script] Simplify native functions by using the hash...
2009-07-02  Charlie Brej[script] Use the helper hash element extraction functions
2009-07-02  Charlie Brej[script] Add support for setting the window background...
2009-07-01  Charlie Brej[script] Add support for getting the window width and...
2009-07-01  Charlie Brej[script] Simplify the object operations
2009-07-01  Charlie Brej[script] Add modify assignments (+=, *= ...)
2009-07-01  Charlie Brej[script] Move object operating functions to script...
2009-07-01  Charlie Brej[script] Fix bug of assigning a var to itself (e.g...
2009-06-30  Charlie Brej[script] Add an example progress bar to the example...
2009-06-30  Charlie Brej[script] Add support for image scale
2009-06-30  Charlie Brej[script] Implement script based fade_in implementation
2009-06-30  Charlie Brej[script] Add support for 'for'
2009-06-30  Charlie Brej[script] Add support for an "else" after an "if"
2009-06-30  Charlie Brej[script] Add support for loading the system logo image
2009-06-30  Charlie Brej[script] Add support for the password dialogue in the...
2009-06-30  Charlie Brej[script] Added a turn float to integer function to...
2009-06-30  Charlie Brej[script] Deref the state to allow local and global...
2009-06-30  Charlie Brej[script] Handle -0 in float comparisons correctly
2009-06-30  Charlie Brej[script] Add simple Math functions (abs, min, max and...
2009-06-29  Charlie Brej[script] Remember the width and height of old sprite...
2009-06-29  Charlie Brej[script] Refresh the part of the screen that a sprite...
2009-06-29  Charlie Brej[script] Creating a string object with a NULL string...
2009-06-29  Charlie Brej[script] Free the functions, in the script lib plymouth...
2009-06-29  Charlie Brej[script] add sprite opacity control
2009-06-28  Charlie Brej[script] Add cos, sin, tan and square root functions...
2009-06-25  Charlie Brej[script] Allow scripts to attach themselves to plymouth...
2009-06-25  Charlie Brej[script] Correctly parse multiple parameter functions...
2009-06-25  Charlie Brej[script] Don't error on object unref of NULL
2009-06-25  Charlie Brej[script] Rationalize function calls and callbacks
2009-06-23  Charlie Brej[script] Output error mesages when parsing files
2009-06-23  Charlie Brej[scan] Correct character index calculation
2009-06-23  Charlie Brej[scan] Remember the line and column number of tokens
2009-06-23  Charlie Brej[scan] Add error reporting to the scanner
2009-06-22  Charlie Brej[scan] Add block comments
2009-06-22  Charlie Brej[scan] Add parsing of line comments
2009-06-22  Charlie Brej[script] Ensure two character operators have no space...
2009-06-22  Charlie Brej[scan] Remember white space between tokens
2009-06-22  Charlie Brej[script] Add support for script image rotation
2009-06-22  Charlie Brej[script] Add support for unary operations (!/+/-/+...
2009-06-22  Charlie Brej[script] Free the main script after freeing the state
2009-06-22  Charlie Brej[script] Dereference on assign without affecting refcount
2009-06-18  Charlie Brej[script] Add support for logical AND and OR
2009-06-16  Charlie Brej[script] Add support for floats
2009-06-12  Charlie BrejInitial scripted plugin support
2009-06-12  Ray Strode[frame-buffer] Discard overlapping flush areas
2009-06-12  Ray Strode[frame-buffer] Track multiple flush areas
2009-06-12  Ray Strode[frame-buffer] Rework flush interface to take area
2009-05-20  Ray Strode[splash] Add theme source files to EXTRA_DIST
2009-05-20  Charlie Brej[solar] pull trigger right away if idle
2009-05-20  Ray Strode[two-step] pull trigger right away if already idle
2009-05-20  Ray Strode[two-step] Clean up animation when stopping
2009-05-20  Ray Strode[two-step] Always finish 2nd step before quitting
2009-05-20  Ray Strode[daemon] Tell splash to become idle before quitting
2009-05-20  Charlie Brej[two-step] Add merge-fade as a progress animation trans...
2009-05-20  Ray Strode[glow] Add fade between frames in glow theme
2009-05-20  Ray Strode[two-step] Add fade to progress animation
2009-05-20  Ray Strode[two-step] Add support for a "corner image"
2009-05-20  Ray Strode[two-step] Pull background color from theme
2009-05-20  Ray Strode[splash] Rename fade-in plugin to fade-throbber
2009-05-20  Ray Strode[splash] Rename solar plugin to space-flares
2009-05-20  Ray Strode[splash] Rename spinfinity plugin to throbgress
2009-05-20  Ray Strode[splash] Rename glow plugin to two-step
2009-05-20  Ray Strode[splash] Drop pulser plugin
2009-05-20  Ray Strode[splash] Split splashes into plugins and themes
2009-05-20  Charlie Brej[key-file] Use hashtables instead of lists
2009-05-20  Ray Strode[libply] Add new keyfile class
2009-05-20  Ray Strode[window] Don't force text mode if debugging is on
2009-05-20  Charlie Brej[daemon] Update tests to include compile correctly
2009-05-20  Charlie Brej[daemon] Free the debug buffer only after printing...
next