summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/LayerListWidget.h
AgeCommit message (Expand)Author
2022-02-01PixelPaint: Paint layer thumbnails with correct aspect ratioAndreas Kling
2021-09-16PixelPaint: Implement automatic scrolling in LayerListWidgetMarcus Nilsson
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-13PixelPaint: Draw layers from the top of LayerListMustafa Quraish
2021-09-07PixelPaint: Fix layer dragging bugMustafa Quraish
2021-09-03PixelPaint: Fix the displayed order of layers in LayerListWidgetMustafa Quraish
2021-07-09PixelPaint: Only update the layer thumbnail on layer bitmap changesAndreas Kling
2021-07-09PixelPaint: Move LayerListWidget gadget rect computation to a functionAndreas Kling
2021-07-09PixelPaint: Remove unused member from LayerListWidget::GadgetAndreas Kling
2021-07-05PixelPaint: Make move_selection() cycle through layersMarcus Nilsson
2021-07-05PixelPaint: Use layer menu as context menu in LayerListWidgetMarcus Nilsson
2021-07-05PixelPaint: Make LayerListWidget scrollableMarcus Nilsson
2021-06-11PixelPaint: Convert to east-const styleAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling