summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-09-27main: add ThemeDir configuration optionAlfonso Sánchez-Beato1-5/+15
2021-09-27main: refactor code for searching the theme pathAlfonso Sánchez-Beato1-28/+33
2021-09-27ply-utils: add macro to count the number of elements in an arrayAlfonso Sánchez-Beato1-0/+2
2021-09-27main: free path variables before exitingAlfonso Sánchez-Beato1-0/+4
2021-09-22Fix crash when hiding message in details splash modei.Dark_Templar1-1/+3
2021-09-22main: add ignore-serial-consoles optionAlfonso Sánchez-Beato1-1/+5
2021-09-21main: Ensure that doubles in config files are parsed with '.'Robin Ebert1-20/+5
2021-04-06systemd: Add plymouth-switch-root-initramfs.service to switch back to initram...Ray Strode1-0/+7
2021-04-06main: Add a plymouthd-fd-escrow helperRay Strode3-0/+51
2021-04-06main: Dump debug log to plymouth-shutdown-debug.log on shutdown/rebootHans de Goede1-2/+7
2021-04-06main: Cleanly quit on SIGTERMHans de Goede1-0/+14
2021-03-31main: Only mark plymouthd as unkillable when running from the initrdHans de Goede1-3/+6
2021-03-31ply-device-manager: Don't deactivate renderers from ply_device_manager_free ()Hans de Goede1-3/+8
2021-03-29details: Clear newly added text-display before replaying log messagesHans de Goede1-1/+3
2021-03-29text/tribar: Fix ply_boot_splash_hide () not clearing the terminalHans de Goede2-4/+2
2021-03-29ply-text-display: Fix bottom pixels of fbcon not getting clearedHans de Goede1-1/+1
2021-03-29ply-text-display: Only skip clearing the screen when tracing to a terminalHans de Goede1-1/+1
2021-03-29main: Redirect stdio/stderr to null when tracing to a fileHans de Goede1-1/+1
2021-03-29ply-logger: Add a ply_is_tracing_to_terminal () helperHans de Goede2-0/+16
2021-03-27main: Retain splash on on_show_splash() and on_hide_splash()Gaël PORTAY1-0/+2
2021-03-23ply-device-manager: Fix bad assertionGaël PORTAY1-1/+0
2021-03-23two-step: Links against libintl.so if LNSGaël PORTAY1-1/+1
2021-03-06ply-device-manager: Speed up DRM-connector probingHans de Goede1-16/+77
2021-03-06ply-device-manager: add a verify_add_or_change() helperHans de Goede1-12/+28
2021-03-06ply-device-manager: push udev_device_get_devnode call up into on_udev_eventHans de Goede1-23/+10
2021-03-06two-step: Fix unused variable compiler warningHans de Goede1-2/+0
2021-03-05two-step: Only create background_bgrt_fallback_image if use_firmware_backgrou...Hans de Goede1-5/+6
2021-03-05two-step: Always load the BGRT fallback imageHans de Goede1-7/+7
2021-03-02Fix BGRT fallback renderingAdrian Vovk1-10/+39
2020-12-07Use fallback image if BGRT is not supportedMarius Meisenzahl1-5/+19
2020-10-28client: Don't wait forever for a ping replyBrian Murray1-0/+16
2020-10-28Revert "Don't wait forever for a ping reply."Ray Strode1-9/+0
2020-10-26Don't wait forever for a ping reply.Brian Murray1-0/+9
2020-09-18boot-server: Handle client disconnecting while trigger pendingRay Strode1-11/+38
2020-09-18boot-server: Ref count the connectionsRay Strode1-1/+24
2020-09-15drm: Honor modes selected by the user through video= kernel cmdline argumentHans de Goede1-20/+9
2020-08-23use resolution of higher res monitor for window sizeKayran Schmidt1-2/+2
2020-08-07Initialize the translations on start if they are availableSebastien2-0/+5
2020-07-31Use the correct key name for title and subtitleSebastien1-2/+2
2020-04-21Rename 'percent_done' to 'fraction_done'Daniel van Vugt14-71/+71
2020-04-17main: Don't bail out of load_settings if "Theme" is missingDaniel van Vugt1-11/+10
2020-04-07main: fix mode changing before splash is shownLaurent Bigonville1-5/+5
2020-04-07main: switch log file when switching modeRay Strode1-0/+7
2020-04-06two-step: Center message text within labels if labels are centeredDaniel van Vugt1-0/+3
2020-03-25drm: Do not unnecessarily get output info twiceHans de Goede1-26/+46
2020-03-25ply-device-manager: Only consume one udev event at a timeHans de Goede1-12/+4
2020-03-23two-step: Do not jump to end-animation on halt/reboot if it is disabledHans de Goede1-2/+3
2020-03-11two-step: Add UseEndAnimation settingHans de Goede1-4/+38
2020-03-11script: add Image.Crop(x, y, width, height)J-P Nurmi2-0/+33
2020-03-10ply-throbber: Do not redraw when we need to stop throbbing on freeHans de Goede1-9/+12