summaryrefslogtreecommitdiff
path: root/src/plugins/splash
AgeCommit message (Expand)AuthorFilesLines
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-23two-step: Links against libintl.so if LNSGaƫl PORTAY1-1/+1
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-08-23use resolution of higher res monitor for window sizeKayran Schmidt1-2/+2
2020-07-31Use the correct key name for title and subtitleSebastien1-2/+2
2020-04-21Rename 'percent_done' to 'fraction_done'Daniel van Vugt5-26/+26
2020-04-06two-step: Center message text within labels if labels are centeredDaniel van Vugt1-0/+3
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-10script: add missing unref() for system update funcJ-P Nurmi1-0/+1
2020-03-10Fix SetSystemUpdateFunctionJ-P Nurmi1-0/+10
2019-11-01two-step: Remove unnecessary next_node helper variableHans de Goede1-68/+28
2019-10-29throbgress: Remove the throbgress pluginHans de Goede3-1009/+1
2019-10-21two-step: Fix wrong horizontal position of bgrt logo on left-side-up LCD panelsHans de Goede1-0/+12
2019-10-17two-step: Change keyboard-indicator positioning to fixed offset below dialogHans de Goede1-31/+26
2019-10-14two-step: Remove workaround for upside-down panelsHans de Goede1-5/+1
2019-10-01two-step: Add Keyboard layout indicator supportHans de Goede1-5/+22
2019-09-30space-flares: Fix compiler warningHans de Goede1-1/+1
2019-09-30two-step: Merge show_password_prompt and show_prompt into 1 functionHans de Goede1-29/+14
2019-09-30twp-step: Remove superflous is_hidden / is_stopped checks from on_drawHans de Goede1-6/+3
2019-09-30two-step: Cleanup stop_animation functionHans de Goede1-22/+11
2019-09-30two-step: Group progress_animaton init together with creationHans de Goede1-3/+4
2019-09-27two-step: Add new UseAnimation settingHans de Goede1-8/+26
2019-09-27two-step: Make progress-bar location and size configurableHans de Goede1-4/+31
2019-09-27two-step: Fix progress-bar not hiding when it shouldHans de Goede1-0/+2
2019-09-27two-step: Fix progress-bar not updating on normal bootHans de Goede1-20/+10
2019-09-27two-step: Fold ply_progress_animation_hide call into view_start_end_animationHans de Goede1-12/+4
2019-09-26two-step: Add a capslock indicatorHans de Goede1-0/+38
2019-09-26two-step: Use new ply_key_file_get_* helpers to read theme fileHans de Goede1-101/+48
2019-09-11script: Add image tile support.Dimitri John Ledkov2-0/+27
2019-09-06two-step: bgrt: Add workaround for desktops which do not use the golden ratioHans de Goede1-0/+18
2019-07-18two-step: Deal with buggy firmware which does not pre-rotate the bgrt imageHans de Goede1-0/+17
2019-06-11two-step: Add support for firmware-splashes with rotation status bits setHans de Goede1-6/+78
2019-06-05Unify all code's vi format control.ZhaoQiang1-1/+1
2019-05-29Add a new firmware-upgrade mode for use by fwupdRichard Hughes3-4/+13
2019-02-26Add support for translating the user visible strings in some themesHans de Goede1-3/+4
2019-02-26Prefix Title and Subtitle theme config keywords with an underscoreHans de Goede1-2/+2
2019-02-26Add new reboot and system-upgrade modesHans de Goede6-12/+34
2019-02-25two-step: Make ProgressBarShowPercentComplete a per mode settingHans de Goede1-3/+4
2019-02-23two-step: Add a per mode setting to suppress messagesHans de Goede1-0/+7
2019-02-23two-step: Add progress-bar supportHans de Goede1-2/+64
2019-02-23two-step: Add MessageBelowAnimation optionHans de Goede1-13/+33
2019-02-23two-step: Add support for specifying a title and sub-title in the theme fileHans de Goede1-0/+92
2019-02-23two-step: Add per mode settingsHans de Goede1-1/+44