summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-10ply-keymap-icon: Do not draw on freeHans de Goede1-3/+0
2020-03-10ply-capslock-icon: Do not draw on freeHans de Goede1-4/+12
2020-03-10script: add missing unref() for system update funcJ-P Nurmi1-0/+1
2020-03-10Fix SetSystemUpdateFunctionJ-P Nurmi1-0/+10
2020-03-09event-loop: Remove ply_trace calls around the disconnect handlerHans de Goede1-7/+1
2020-03-09event-loop: Fix debug-log "failed to delete fd # from epoll watch list" spamHans de Goede1-1/+5
2020-03-07terminal-session: Drop unnecessary grantpt() call.Zhao Qiang1-10/+0
2020-03-01main: Add state variable splash_is_becoming_idleGaƫl PORTAY1-8/+17
2019-11-01drm: Remove reset_scan_out_buffer_if_needed() prototype declarationHans de Goede1-2/+0
2019-11-01drm: Remove unnecessary next_node helper variableHans de Goede1-25/+8
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-21drm: Remove explicit set_scan_out_buffer() from activate()Hans de Goede1-10/+2
2019-10-21drm: Mark buffer as clean in ply_renderer_head_new()Hans de Goede1-0/+2
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-14drm: Keep hw-rotation on devices with upside down LCD panelsHans de Goede1-3/+28
2019-10-14drm: Add get_primary_plane_rotation() helper functionHans de Goede1-64/+91
2019-10-13drm: Install our fb after drawing to itHans de Goede1-5/+9
2019-10-13drm: Delay installing our framebuffer until the first drawHans de Goede1-23/+1
2019-10-12ply-pixel-buffer: Fix bottom edge rendering of scaled buffersHans de Goede1-1/+1