Lightningbeam/lightningbeam-ui/lightningbeam-editor/src
Skyler Lehmkuhl 83609cc9dc Fix video export resolution scaling and post-export UI hang
- Scale the document to the selected output resolution. It was rendered
  at document size regardless of the export dimensions, so picking a
  different resolution didn't scale the stage.
- Run the audio+video mux on a background thread instead of the UI
  thread, keeping the app responsive (showing "Finalizing") during the
  re-mux pass.
- Send desktop notifications fire-and-forget. notify_rust's show() is a
  synchronous D-Bus call that blocked the UI for the full service
  activation timeout (~25s) when no notification daemon is running.
2026-06-16 08:35:52 -04:00
..
export Fix video export resolution scaling and post-export UI hang 2026-06-16 08:35:52 -04:00
panes Fix gamma handling and improve brush canvas performance 2026-06-16 08:32:39 -04:00
preferences make keyboard shortcuts configurable 2026-02-25 07:36:53 -05:00
tools Add drawing tablet input support 2026-03-11 10:58:30 -04:00
widgets make sample load menus consistent 2026-02-16 19:12:21 -05:00
config.rs make keyboard shortcuts configurable 2026-02-25 07:36:53 -05:00
cqt_gpu.rs Add clip split and duplicate commands 2026-02-15 02:11:57 -05:00
curve_editor.rs Tweak automation lane appearance 2026-03-23 23:37:15 -04:00
custom_cursor.rs Add tool skeletons 2026-03-06 07:22:50 -05:00
debug_overlay.rs Refactor tools and fix bugs 2026-03-08 18:44:32 -04:00
default_instrument.rs clean up some compiler warnings 2025-12-03 06:39:26 -05:00
effect_thumbnails.rs Fix gamma handling and improve brush canvas performance 2026-06-16 08:32:39 -04:00
gpu_brush.rs Fix gamma handling and improve brush canvas performance 2026-06-16 08:32:39 -04:00
keymap.rs Make beats canonical representation rather than seconds 2026-06-02 13:06:36 -04:00
main.rs Fix video export resolution scaling and post-export UI hang 2026-06-16 08:35:52 -04:00
main.rs.backup Select and move shapes 2025-11-18 00:22:28 -05:00
menu.rs Make beats canonical representation rather than seconds 2026-06-02 13:06:36 -04:00
notifications.rs Fix video export resolution scaling and post-export UI hang 2026-06-16 08:35:52 -04:00
raster_tool.rs Fix gamma handling and improve brush canvas performance 2026-06-16 08:32:39 -04:00
sample_import.rs Initial work on movie clips 2026-02-21 00:54:38 -05:00
sample_import_dialog.rs Initial work on movie clips 2026-02-21 00:54:38 -05:00
tablet.rs fix build issues 2026-06-02 13:41:10 -04:00
test_mode.rs Fix DCEL selection bugs 2026-03-05 19:55:39 -05:00
theme.rs css fixes 2026-03-02 10:51:58 -05:00
theme_render.rs update css handling 2026-03-02 10:32:19 -05:00
waveform_gpu.rs fix lag spike when first displaying audio clip 2026-03-01 09:22:18 -05:00