This website requires JavaScript.
Explore
Help
Register
Sign In
FOSS
/
AyuGramDesktop
Watch
1
Star
0
Fork
0
mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced
2026-07-30 17:16:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d189b1966e1f6351eee2a3d4e00a7961821b3423
AyuGramDesktop
/
Telegram
/
SourceFiles
/
editor
/
scene
T
History
23rd
c4847e752c
[img-editor] Expanded paint canvas to fill editor window during zoom.
2026-03-12 12:59:49 +04:00
..
scene_item_base.cpp
…
scene_item_base.h
…
scene_item_canvas.cpp
[img-editor] Fixed brush stroke start offset and spacing at high zoom.
2026-03-12 12:59:49 +04:00
scene_item_canvas.h
Implemented adaptive drawing algorithm with smoothing in image editor.
2025-12-10 09:47:48 +03:00
scene_item_image.cpp
Change
const T&&
parameters to
T&&
to enable proper move semantics
2025-06-27 20:50:08 +04:00
scene_item_image.h
Change
const T&&
parameters to
T&&
to enable proper move semantics
2025-06-27 20:50:08 +04:00
scene_item_line.cpp
Change
const T&&
parameters to
T&&
to enable proper move semantics
2025-06-27 20:50:08 +04:00
scene_item_line.h
Change
const T&&
parameters to
T&&
to enable proper move semantics
2025-06-27 20:50:08 +04:00
scene_item_sticker.cpp
Renamed rpl::start_with_ with rpl::on_.
2025-12-10 21:28:33 +03:00
scene_item_sticker.h
…
scene.cpp
[img-editor] Expanded paint canvas to fill editor window during zoom.
2026-03-12 12:59:49 +04:00
scene.h
…