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-19
Merge branch 'revamp-freetype-plugin' into 'main'
25.51.283
23.51.283
Ray Strode
1
-175
/
+310
2023-12-19
label-freetype: Revamp to work better
Ray Strode
1
-175
/
+310
2023-12-18
ply-console-viewer: Don't crash if passed a NULL format
Ray Strode
1
-0
/
+3
2023-12-17
Merge branch 'synchronize-display-updates' into 'main'
Ray Strode
3
-31
/
+86
2023-12-17
ply-boot-splash: Flush display updates at fixed framerate
Ray Strode
1
-0
/
+84
2023-12-17
Revert "ply-pixel-display: Pause the display and unpause it at a framerate"
Ray Strode
2
-31
/
+2
2023-12-16
Merge branch 'fixconsoleviewerrefresh' into 'main'
n3rdopolis
8
-60
/
+344
2023-12-16
splash plugins: Better handling the redraw of the console viewer when visible...
nerdopolis
3
-43
/
+286
2023-12-16
ply-pixel-display: Pause the display and unpause it at a framerate
nerdopolis
2
-2
/
+31
2023-12-16
ply-entry: Don't crash hiding an entry that is already hidden
nerdopolis
1
-0
/
+3
2023-12-16
ply-console-viewer: introduce ply_console_viewer_clear_line ()
nerdopolis
2
-0
/
+7
2023-12-16
ply-console-viewer: Reorder the labels.
nerdopolis
1
-8
/
+17
2023-12-16
ply-terminal-emulator: Don't reject empty lines
nerdopolis
1
-7
/
+0
2023-12-11
Merge branch 'nullify-borrowed-bytes' into 'main'
Ray Strode
1
-6
/
+12
2023-12-11
ply-buffer: Nullify bytes outside scope block
Ray Strode
1
-6
/
+12
2023-12-11
Merge branch 'resilientunicode' into 'main'
Ray Strode
8
-139
/
+329
2023-12-10
ply-terminal-emulator: Handle incomplete UTF-8 characters better
nerdopolis
1
-76
/
+155
2023-12-10
ply-terminal-emulator: Rename PLY_TERMINAL_SPACES_PER_TAB to PLY_TERMINAL_EMU...
nerdopolis
1
-3
/
+3
2023-12-10
ply-rich-text: Remove now unneeded definiton
nerdopolis
1
-2
/
+0
2023-12-10
utils: Rework UTF-8 handling
Ray Strode
4
-57
/
+136
2023-12-10
ply-buffer: Make ply_buffer_clear fast if called multiple times in a row
Ray Strode
1
-1
/
+4
2023-12-10
buffer: Add APIs for editing bytes in buffer
Ray Strode
2
-0
/
+31
2023-12-09
Merge branch 'fixvtleds' into 'main'
n3rdopolis
8
-15
/
+93
2023-12-09
ply-input-device: Handle the keyboard sequence to change VTs
nerdopolis
1
-0
/
+15
2023-12-08
ply-utils: Introduce ply_change_to_vt_with_fd () and ply_change_to_vt ()
nerdopolis
3
-12
/
+35
2023-12-08
When using input devices, set the VT keyboard state with KDSKBMODE so that th...
nerdopolis
4
-2
/
+40
2023-12-08
main: Restore terminal line discipline on hide splash
nerdopolis
1
-1
/
+3
2023-12-07
Merge branch 'improve-console-viewer-api' into 'main'
Ray Strode
5
-9
/
+38
2023-12-07
ply-console-viewer: Improve API
Ray Strode
5
-9
/
+38
2023-12-06
Merge branch 'terminalwidth' into 'main'
n3rdopolis
8
-86
/
+182
2023-12-06
ply-utils: rename ply_utf8_string_iterator_init to ply_utf8_string_iterator_i...
nerdopolis
3
-16
/
+16
2023-12-06
ply-rich-text: Rename functions from ending in _init to _initialize
nerdopolis
4
-18
/
+18
2023-12-06
ply-terminal-emulator: Fix terminal emulator accuracy issues, don't pad with ...
nerdopolis
3
-11
/
+27
2023-12-06
ply-terminal-emulator: Require a fixed upfront column count
nerdopolis
5
-33
/
+127
2023-12-06
ply-terminal-emulator: Don't spam the debug logs with the two most-common com...
nerdopolis
1
-4
/
+0
2023-12-06
ply-terminal-emulator: cleanup dead code
nerdopolis
1
-10
/
+0
2023-12-05
Merge branch 'add-redraw-debug' into 'main'
Ray Strode
1
-0
/
+17
2023-12-05
drm: Add new plymouth.set-mode-on-redraws debug option
Ray Strode
1
-0
/
+17
2023-12-04
Merge branch 'fixmodifierrepeat' into 'main'
Ray Strode
1
-6
/
+8
2023-12-04
ply-input-device: Handle modifiers better
nerdopolis
1
-6
/
+8
2023-12-04
Merge branch 'input-device-debug' into 'main'
Ray Strode
1
-2
/
+35
2023-12-04
ply-input-device: Add new plymouth.debug-input-devices kernel option
Ray Strode
1
-0
/
+21
2023-12-04
ply-input-device: Handle SYN events
Ray Strode
1
-2
/
+14
2023-12-04
Merge branch 'config-h-fix' into 'main'
Ray Strode
64
-63
/
+1
2023-12-04
Include config.h automatically
Ray Strode
64
-63
/
+1
2023-12-04
Merge branch 'make-random-numbers-random' into 'main'
Ray Strode
6
-18
/
+39
2023-12-04
two-step: Use new ply_get_random_number function
Ray Strode
1
-1
/
+0
2023-12-04
space-flares: Use new ply_get_random_number function
Ray Strode
1
-11
/
+10
2023-12-04
script: Use new ply_get_random_number function
Ray Strode
1
-2
/
+2
2023-12-04
fade-throbber: Use new ply_get_random_number function
Ray Strode
1
-4
/
+3
[next]