summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-01wip! label-pango: Parse escape sequences in inputparsekmsgRay Strode1-1/+94
2023-06-01wip! Add ply-terminal-buffer objectRay Strode3-0/+258
2023-05-31script: Use new interfaces in ply-boot-splash for ply-kmsg-reader, and use pl...n3rdopolis3-5/+222
2023-05-31space-flares: Use new interfaces in ply-boot-splash for ply-kmsg-reader, and ...n3rdopolis1-1/+185
2023-05-31fade-throbber: Use new interfaces in ply-boot-splash for ply-kmsg-reader, and...n3rdopolis1-2/+182
2023-05-31two-step: Use new interfaces in ply-boot-splash for ply-kmsg-reader, and use ...n3rdopolis1-2/+188
2023-05-31libply-splash-graphics: Introduce new ply-console-viewer controln3rdopolis3-0/+284
2023-05-31ply-label: Add ply_label_set_hex_color () based off of ply_pixel_buffer_fill_...n3rdopolis2-0/+26
2023-05-31main: Use new integrations in ply-boot-splash and start ply-kmsg-readern3rdopolis1-0/+44
2023-05-31Introduce ply-terminal-emulator to handle parsing lines from /dev/consolenerdopolis3-0/+130
2023-05-31ply-list: Introduce ply_list_node_set_datanerdopolis2-0/+8
2023-05-31Introduce ply-kmsg-reader to read kernel log messages from /dev/kmsgn3rdopolis3-0/+188
2023-05-31ply-utils: Add ply_utf8_string_get_substring_range () to split UTF-8 strings ...n3rdopolis2-0/+36
2023-05-31label-freetype: Support monospaced fontsn3rdopolis1-16/+62
2023-05-31label-freetype: Allow the label size to be set when hiddennerdopolis1-3/+1
2023-05-31label-freetype: Fix uncrustifynerdopolis1-9/+11
2023-05-31populate-initrd: Ensure a monospace font is in the initrd, along with fonts d...n3rdopolis1-3/+36
2023-05-04Merge branch 'fixnumpadreturn' into 'main'Ray Strode1-0/+1
2023-05-04ply-input-device: Handle the "Enter" key on the numpad correctly.nerdopolis1-0/+1
2023-05-01Merge branch 'tt-x11-periodically-handle-events' into 'main'Ray Strode1-0/+18
2023-05-01x11: periodically handle gtk eventsTimo Teräs1-0/+18
2023-04-29Merge branch 'boot-log-option' into 'main'Ray Strode1-3/+12
2023-04-29Add new option to set boot log fileBalló György1-3/+12
2023-03-22Merge branch 'tt-script-hotplug' into 'main'Ray Strode5-47/+93
2023-03-22 script: handle display hotplugTimo Teräs5-47/+93
2023-03-22Merge branch 'tt-fixes' into 'main'Ray Strode3-3/+6
2023-03-22script: fix deletion of sprites after full refreshTimo Teräs1-3/+1
2023-03-22script: fix script_lib_sprite_draw_area() if sprite_list is emptyTimo Teräs1-0/+3
2023-03-22script: fix reference leak in script_evaluate_set()Timo Teräs1-0/+1
2023-03-22logger: snprintf needs #include <stdio.h>Timo Teräs1-0/+1
2023-02-22Merge branch 'weblate-plymouth-master' into 'main'Ray Strode3-9/+68
2023-02-21Translated using Weblate (Lithuanian)mooo1-9/+11
2023-02-21Translated using Weblate (Occidental)Olga Smirnova2-0/+57
2023-01-24Merge branch 'removeunderscores' into 'main'n3rdopolis1-4/+4
2023-01-24ply-device-manager: Change XKB_* variables from vconsole.conf to match systemd'sn3rdopolis1-4/+4
2023-01-02Merge branch 'keep-it-on-the-dl' into 'main'Ray Strode1-1/+2
2023-01-02meson: Use dependency('dl') instead of cc.find_library('dl')Ray Strode1-1/+2
2023-01-02Merge branch 'plymouth-fixleds' into 'main'Ray Strode1-2/+8
2023-01-02ply-input-device: Ensure that the LED state is updated on the keyboard of whi...n3rdopolis1-2/+8
2022-12-02Merge branch 'more-dynamic-exports-than-marco-polo' into 'main'189-feature-request-virtual-console-displayRay Strode1-1/+1
2022-12-01meson: Use export_dynmic: true instead of -rdynamicRay Strode1-1/+1
2022-12-01Merge branch 'built-ins-are-dynamic' into 'main'Ray Strode1-0/+1
2022-12-01meson: Build plymouthd with -rdynamicRay Strode1-0/+1
2022-12-01Merge branch 'fix-input-crash' into 'main'Ray Strode1-0/+12
2022-12-01device-manager: Fix crash if XKB keymap could not be createdRay Strode1-0/+12
2022-12-01Merge branch 'uhh-actually-fix-tty-fallback' into 'main'Ray Strode1-10/+12
2022-12-01device-manager: Actually fall back to reading from tty if no xkb layout speci...Ray Strode1-10/+12
2022-12-01Merge branch 'dont-assume-qwerty-us-layout' into 'main'Ray Strode1-4/+4
2022-11-30device-manager: Fall back to reading from tty if no xkb layout specifiedRay Strode1-4/+4
2022-11-29Merge branch 'fix-check-format' into 'main'Ray Strode1-2/+1