index
:
plymouth
189-feature-request-virtual-console-display
bitmap-label-control
config-file
cothreads
dmesg-replay
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
path:
root
/
src
/
plugins
/
splash
/
script
/
script-object.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-20
Reindent
Ray Strode
1
-342
/
+329
2012-11-07
Use O_CLOEXEC where adequate, simplify its use.
Cristian RodrÃguez
1
-1
/
+5
2010-03-24
[script] Rearrange script_obj_direct_as_hash_element return conditions
Charlie Brej
1
-2
/
+2
2010-03-23
[script] Silence compiler warning
Ray Strode
1
-1
/
+1
2009-10-04
[script] Give sensible unique-ish strings for all objects.
Charlie Brej
1
-2
/
+5
2009-09-09
[script] Add inheritance to the language
Charlie Brej
1
-126
/
+137
2009-09-09
[script] Make "this" (the current object) a part of the status
Charlie Brej
1
-2
/
+1
2009-09-09
[script] Reference actual object and do not create an indirect reference
Charlie Brej
1
-1
/
+2
2009-09-03
[script] Clean up as_numer and as_bool functions
Charlie Brej
1
-17
/
+9
2009-09-01
[script] Use access functions when accessing variables
Charlie Brej
1
-15
/
+21
2009-08-27
[script] Remove a line used for debugging
Charlie Brej
1
-2
/
+0
2009-08-27
[script] Add support for Infinity and NaN
Charlie Brej
1
-9
/
+9
2009-08-26
[script] Remove integer objects and rename floats "numbers"
Charlie Brej
1
-134
/
+30
2009-08-05
[script] do abs(x) > epsilon instead of x != 0
Ray Strode
1
-1
/
+2
2009-07-24
[script] Correct vareable to variable
Charlie Brej
1
-13
/
+13
2009-07-24
[script] Rename ply-scan to script-scan
Charlie Brej
1
-1
/
+0
2009-07-24
[script] Remove print object function which was unused
Charlie Brej
1
-82
/
+0
2009-07-24
[script] Remove some asserts which are no longer useful
Charlie Brej
1
-31
/
+7
2009-07-24
[script] Use hash access functions rather than doing lookups directly
Charlie Brej
1
-0
/
+1
2009-07-24
[script] Use access functions instead of directly accessing function objects
Charlie Brej
1
-1
/
+20
2009-07-24
[script] Simplify object comparisons
Charlie Brej
1
-2
/
+43
2009-07-24
[script] Add "_t" to all struct names
Charlie Brej
1
-91
/
+91
2009-07-24
[script] Corrected indentation and formatting to match the rest of the project
Charlie Brej
1
-403
/
+484
2009-07-24
[script] Add GPL 2+ licence headers to all .c and .h files
Charlie Brej
1
-0
/
+21
2009-07-24
[script] Fix minor memory leaks
Charlie Brej
1
-0
/
+1
2009-07-24
[script] Simplify native functions by using the hash-cast access functions
Charlie Brej
1
-3
/
+34
2009-07-24
[script] Use the helper hash element extraction functions
Charlie Brej
1
-0
/
+38
2009-07-24
[script] Simplify the object operations
Charlie Brej
1
-277
/
+130
2009-07-24
[script] Move object operating functions to script-object to avoid repetition
Charlie Brej
1
-0
/
+297
2009-07-24
[script] Fix bug of assigning a var to itself (e.g. val = val;)
Charlie Brej
1
-0
/
+2
2009-07-24
[script] Creating a string object with a NULL string now returns a NULL object
Charlie Brej
1
-8
/
+8
2009-07-24
[script] Don't error on object unref of NULL
Charlie Brej
1
-0
/
+2
2009-07-24
[script] Add support for script image rotation
Charlie Brej
1
-0
/
+24
2009-07-24
[script] Dereference on assign without affecting refcount
Charlie Brej
1
-1
/
+1
2009-07-24
[script] Add support for floats
Charlie Brej
1
-3
/
+29
2009-07-24
Initial scripted plugin support
Charlie Brej
1
-0
/
+385