index
:
plymouth
189-feature-request-virtual-console-display
bitmap-label-control
config-file
cothreads
fix-text-spew
fix-text-splash-regression
fix-vt-management-on-deactivate
generic-drm-driver
headless
improved-vt-handling
input-rework
landing-spot
list-optimizations
main
man-page
master
multiple-splashes-at-once-yay
no-fbcon
no-vt-switch-on-hide-splash
optionalize-library-dependencies
parsekmsg
plymouth-terminal-buffer
presentation-mode
resilientunicode
scripted-plugin
seat-rework
seriously-whats-the-dl
tmp
transition
utf8-changes
wip/better-flush-notification
wip/deseatify
wip/drm-first-fb-last
wip/external-command
wip/fix-non-udev-codepath
wip/fix-remount-failure
wip/fix-text-splash
wip/syslog-support
wip/systemd-fixes
wip/udev
wip/use-logo-file
x11-renderer
Plymouth graphical boot system. (mirrored from https://gitlab.freedesktop.org/plymouth/plymouth)
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-20
[gitignore] Add new file types for git to ignore
scripted-plugin
Charlie Brej
1
-0
/
+3
2009-07-20
[script] Correct vareable to variable
Charlie Brej
3
-23
/
+23
2009-07-20
[script] Sort the sprites so they are drawn in the correct order
Charlie Brej
1
-7
/
+12
2009-07-20
[script] Rename ply-scan to script-scan
Charlie Brej
9
-321
/
+318
2009-07-20
[script] Tidy up the example script
Charlie Brej
1
-158
/
+84
2009-07-12
[script] Remove print object function which was unused
Charlie Brej
2
-83
/
+0
2009-07-12
[script] Remove a no longer necessary parse error test and message
Charlie Brej
1
-11
/
+5
2009-07-12
[script] Preset plymouth callback functions to script NULL objects
Charlie Brej
1
-8
/
+8
2009-07-11
[script] Use ply_scan_token_is_something wrapper functions in the parser
Charlie Brej
2
-82
/
+76
2009-07-10
[script] Use the parse operator table and procedure definition functions
Charlie Brej
1
-196
/
+59
2009-07-10
[script] Use a symbol table lookup parse function
Charlie Brej
1
-40
/
+54
2009-07-10
[script] Merge all Left-To-Right parsing into a single function
Charlie Brej
1
-186
/
+62
2009-07-09
[script] Allows definitions of functions to be described within expressions
Charlie Brej
3
-19
/
+103
2009-07-09
[script] Add support for variable number of arguments
Charlie Brej
1
-5
/
+21
2009-07-08
[script] Remove some asserts which are no longer useful
Charlie Brej
2
-32
/
+8
2009-07-08
[script] Remove some derefs as they are now handled in the access functions
Charlie Brej
1
-4
/
+2
2009-07-08
[script] More changes to use access functions
Charlie Brej
1
-24
/
+26
2009-07-08
[script] Use hash access functions rather than doing lookups directly
Charlie Brej
2
-28
/
+10
2009-07-08
[script] Use access functions instead of directly accessing function objects
Charlie Brej
3
-45
/
+49
2009-07-08
[script] Abstract formations of script_return_t with helper functions
Charlie Brej
6
-64
/
+45
2009-07-08
[script] Simplify object comparisons
Charlie Brej
3
-203
/
+82
2009-07-08
[script] Typo in the MathMax function
Charlie Brej
1
-2
/
+2
2009-07-08
[script] Fix some compile warnings
Charlie Brej
5
-21
/
+25
2009-07-08
[script] Correct the math min and max functions
Charlie Brej
1
-5
/
+8
2009-07-08
[script] Add atan2 to the math library
Charlie Brej
1
-6
/
+20
2009-07-04
[script] Add "_t" to all struct names
Charlie Brej
19
-914
/
+613
2009-07-03
[script] Corrected indentation and formatting to match the rest of the project
Charlie Brej
21
-2776
/
+3743
2009-07-03
[script] Add GPL 2+ licence headers to all .c and .h files
Charlie Brej
19
-1
/
+379
2009-07-03
[script] Remove the display state as it is now handled by the script
Charlie Brej
1
-12
/
+0
2009-07-03
[script] Fix minor memory leaks
Charlie Brej
2
-0
/
+2
2009-07-03
[script] Free any remaining over sprites at plugin destroy
Charlie Brej
1
-4
/
+12
2009-07-03
[script] Simplify native functions by using the hash-cast access functions
Charlie Brej
7
-124
/
+86
2009-07-02
[script] Use the helper hash element extraction functions
Charlie Brej
5
-49
/
+63
2009-07-02
[script] Add support for setting the window background color
Charlie Brej
4
-29
/
+74
2009-07-01
[script] Add support for getting the window width and height
Charlie Brej
2
-25
/
+49
2009-07-01
[script] Simplify the object operations
Charlie Brej
2
-277
/
+138
2009-07-01
[script] Add modify assignments (+=, *= ...)
Charlie Brej
3
-6
/
+89
2009-07-01
[script] Move object operating functions to script-object to avoid repetition
Charlie Brej
3
-299
/
+309
2009-07-01
[script] Fix bug of assigning a var to itself (e.g. val = val;)
Charlie Brej
1
-0
/
+2
2009-06-30
[script] Add an example progress bar to the example script
Charlie Brej
6
-14
/
+52
2009-06-30
[script] Add support for image scale
Charlie Brej
1
-0
/
+25
2009-06-30
[script] Implement script based fade_in implementation
Charlie Brej
1
-35
/
+67
2009-06-30
[script] Add support for 'for'
Charlie Brej
4
-10
/
+93
2009-06-30
[script] Add support for an "else" after an "if"
Charlie Brej
3
-5
/
+23
2009-06-30
[script] Add support for loading the system logo image
Charlie Brej
2
-2
/
+26
2009-06-30
[script] Add support for the password dialogue in the example script theme
Charlie Brej
7
-85
/
+122
2009-06-30
[script] Added a turn float to integer function to the math library
Charlie Brej
1
-5
/
+24
2009-06-30
[script] Deref the state to allow local and global to be reassigned
Charlie Brej
1
-0
/
+2
2009-06-30
[script] Handle -0 in float comparisons correctly
Charlie Brej
1
-1
/
+1
2009-06-30
[script] Add simple Math functions (abs, min, max and clamp)
Charlie Brej
1
-1
/
+20
[next]