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
2023-12-04
ply-utils: Add function for getting random number
Ray Strode
2
-0
/
+24
2023-12-04
Merge branch 'fixplythrobbercrash' into 'main'
Ray Strode
1
-1
/
+3
2023-12-04
ply-throbber: fully stop the throbber ply_throbber_start () is called after t...
nerdopolis
1
-1
/
+3
2023-12-04
Merge branch 'betterxkblogging' into 'main'
Ray Strode
1
-1
/
+1
2023-12-04
ply-device-manager: Better logging of what vconsole variables are read
nerdopolis
1
-1
/
+1
2023-12-04
Merge branch 'dynamickeymapicon' into 'main'
Ray Strode
1
-16
/
+41
2023-12-03
ply-keymap-icon: Create dynamic text for the keymap name if it is not in the ...
nerdopolis
1
-16
/
+41
2023-12-02
Merge branch 'parsekmsg' into 'main'
Ray Strode
23
-130
/
+3931
2023-12-02
space-flares: Get the messages from the console and ply-kmsg-reader, and use ...
n3rdopolis
1
-1
/
+176
2023-12-02
fade-throbber: Get the messages from the console and ply-kmsg-reader, and use...
n3rdopolis
1
-2
/
+174
2023-12-02
two-step: Get the messages from the console and ply-kmsg-reader, and use ply-...
n3rdopolis
1
-1
/
+182
2023-12-02
libply-splash-graphics: Introduce new ply-console-viewer control
n3rdopolis
3
-0
/
+381
2023-12-02
main: start ply-kmsg-reader, and fix handling ESC key when there are no VTs
n3rdopolis
1
-3
/
+40
2023-12-02
Introduce ply-kmsg-reader to read kernel log messages from /dev/kmsg
n3rdopolis
3
-0
/
+302
2023-12-02
ply-utils: Add function for getting current kmsg log levels
Ray Strode
2
-0
/
+63
2023-12-02
label-freetype: Add basic support for rich text
Ray Strode
1
-59
/
+234
2023-12-02
label-freetype: Handle utf-8 characters better
Ray Strode
1
-12
/
+26
2023-12-02
label-freetype: Support monospaced fonts
n3rdopolis
1
-16
/
+62
2023-12-02
label-freetype: Allow the label size to be set and calculated even when hidden
nerdopolis
1
-6
/
+3
2023-12-02
label-pango: Add support for set_rich_text
nerdopolis
1
-12
/
+323
2023-12-02
label-pango: Replace characters not supported by fonts with a replacement cha...
nerdopolis
1
-0
/
+45
2023-12-02
ply-label: Set font before sizing label
Ray Strode
1
-4
/
+4
2023-12-02
ply-label: Add ply_label_set_hex_color () based off of ply_pixel_buffer_fill_...
n3rdopolis
2
-0
/
+26
2023-12-02
ply-label: Introduce set_rich_text_for_control () for allowing text propertie...
nerdopolis
3
-15
/
+72
2023-12-02
rich-text: Add iterator API
Ray Strode
2
-0
/
+46
2023-12-02
ply-utils: Add a utf-8 string iterator API
Ray Strode
2
-0
/
+76
2023-12-02
Introduce ply-terminal-emulator to handle various console sequences from kern...
nerdopolis
3
-0
/
+1360
2023-12-02
libply-splash-core: Add class to handle rich text
n3rdopolis
3
-0
/
+304
2023-12-02
populate-initrd: Ensure a monospace font is in the initrd, along with fonts d...
n3rdopolis
1
-3
/
+36
2023-12-02
check-format: Trim weird line that's getting added to output
Ray Strode
1
-1
/
+1
2023-11-30
Merge branch 'label-fixes' into 'main'
Ray Strode
2
-3
/
+3
2023-11-30
label-pango: Handle NULL text better
Ray Strode
1
-2
/
+2
2023-11-30
label: Fix uncrustify spacing error in label
Ray Strode
1
-1
/
+1
2023-11-24
Merge branch 'features/system-reset-mode' into 'main'
Ray Strode
8
-3
/
+42
2023-11-24
Add system-reset splash mode
Victor Tran
8
-3
/
+42
2023-11-23
Merge branch 'renametilebackground' into 'main'
Ray Strode
2
-14
/
+21
2023-11-22
spinfinity: Make the new ScaleBackgroundImage option more visible to theme ed...
nerdopolis
1
-0
/
+1
2023-11-22
two-step: Rename ScaleBackgroundWallpaper to ScaleBackgroundImage
nerdopolis
1
-1
/
+1
2023-11-22
two-step: Check for background.png before background-tile.png first, now that...
nerdopolis
1
-13
/
+19
2023-11-22
Merge branch 'scaletwostepbackground' into 'main'
Ray Strode
1
-1
/
+10
2023-11-21
two-step: Support a ScaleBackgroundWallpaper to scale the background instead ...
nerdopolis
1
-1
/
+10
2023-08-31
Merge branch 'drm-guess-device-scale' into 'main'
Ray Strode
3
-9
/
+55
2023-08-30
drm: Guess device-scale when using simpledrm
Hans de Goede
1
-3
/
+7
2023-08-30
drm: Add check if the driver used is simpledrm
Hans de Goede
1
-0
/
+11
2023-08-30
drm: Initialize rotation local variable
Hans de Goede
1
-1
/
+1
2023-08-30
utils: Add ply_guess_device_scale () helper
Hans de Goede
2
-5
/
+36
2023-08-16
Merge branch 'drm-bgrt-scale-fix' into 'main'
Ray Strode
2
-2
/
+11
2023-08-16
two-step: Fix spelling of "different"
Hans de Goede
1
-1
/
+1
2023-08-16
drm: Use first output for panel info if there is no builtin display
Hans de Goede
1
-1
/
+10
2023-08-16
Merge branch 'i18n-fixes' into 'main'
Ray Strode
3
-8
/
+4
[prev]
[next]