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-25 15:04:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
527e742a892f93ea694e6f481894de8d3bee0825
AyuGramDesktop
/
Telegram
/
SourceFiles
/
editor
/
scene
T
History
23rd
6418af0ada
Improved division by zero in photo editor stroke rendering calculations.
2025-12-22 17:56:54 +04:00
..
scene_item_base.cpp
…
scene_item_base.h
…
scene_item_canvas.cpp
Improved division by zero in photo editor stroke rendering calculations.
2025-12-22 17:56:54 +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
Renamed rpl::start_with_ with rpl::on_.
2025-12-10 21:28:33 +03:00
scene.h
…