telegramdesktop/tdesktop/dev • 0e7a483 • 1 files, +1/-1
Fix muted icon outline clipping.
telegramdesktop/tdesktop/dev • b87df70 • 1 files, +6/-7
Fix microphone testing in Settings.
telegramdesktop/tdesktop/dev • d39af8e • 1 files, +2/-2
[ai] Fix custom command for icon creation.
telegramdesktop/tdesktop/dev • ce10b71 • 1 files, +1/-1
Fix geometry counting around collapsed blockquote.
telegramdesktop/tdesktop/dev • e3a34ea • 5 files, +90/-21
Cache date string in dialog rows.
telegramdesktop/tdesktop/dev • f31421a • 1 files, +2/-2
Fix unread media indicator display.
telegramdesktop/tdesktop/dev • 1b96772 • 1 files, +3/-3
Allow continue macOS build after partial.
telegramdesktop/tdesktop/dev • 2cd90eb • 14 files, +958/-133
Add proxy auto-rotation option.
#tdesktop
Fix muted icon outline clipping.
telegramdesktop/tdesktop/dev • b87df70 • 1 files, +6/-7
Fix microphone testing in Settings.
telegramdesktop/tdesktop/dev • d39af8e • 1 files, +2/-2
[ai] Fix custom command for icon creation.
telegramdesktop/tdesktop/dev • ce10b71 • 1 files, +1/-1
Fix geometry counting around collapsed blockquote.
telegramdesktop/tdesktop/dev • e3a34ea • 5 files, +90/-21
Cache date string in dialog rows.
telegramdesktop/tdesktop/dev • f31421a • 1 files, +2/-2
Fix unread media indicator display.
telegramdesktop/tdesktop/dev • 1b96772 • 1 files, +3/-3
Allow continue macOS build after partial.
telegramdesktop/tdesktop/dev • 2cd90eb • 14 files, +958/-133
Add proxy auto-rotation option.
#tdesktop
🫡4💅1
🫡3
telegramdesktop/tdesktop/dev • aae5631 • 2 files, +19/-5
Fix bio cut-off in calls peer info.
#tdesktop
Fix bio cut-off in calls peer info.
#tdesktop
🫡3
morethanwords/tweb/claude/upbeat-lamarr-eecfec • 9a37da2 • 6 files, +10/-14
Fix several small bugs
- Hide message read info in context menu for bot chats
- Fix broken asset URLs in SCSS (url(assets/...) resolved relative to
the CSS file, e.g. /partials/assets/... instead of /assets/...);
this also fixes the monoforum avatar mask, media editor assets and
chat thread separator backgrounds
- Fix birthday display for dates where the day does not exist in the
current month (e.g. Oct 31 while today is April): the previous
setDate/setMonth/setFullYear sequence overflowed the day; use the
Date constructor directly
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
#webk
Fix several small bugs
- Hide message read info in context menu for bot chats
- Fix broken asset URLs in SCSS (url(assets/...) resolved relative to
the CSS file, e.g. /partials/assets/... instead of /assets/...);
this also fixes the monoforum avatar mask, media editor assets and
chat thread separator backgrounds
- Fix birthday display for dates where the day does not exist in the
current month (e.g. Oct 31 while today is April): the previous
setDate/setMonth/setFullYear sequence overflowed the day; use the
Date constructor directly
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
#webk
🤝2🫡2👍1
morethanwords/tweb/master • 0d79feb • 6 files, +10/-14
Merge pull request #629 from morethanwords/claude/upbeat-lamarr-eecfec
Fix several small bugs
#webk
Merge pull request #629 from morethanwords/claude/upbeat-lamarr-eecfec
Fix several small bugs
#webk
🫡2👍1
morethanwords/tweb/master • af9ed28 • 1 files, +12/-3
Merge pull request #627 from AoiNyanko/fix-clearing-cache
Fix cache clearing when no service worker is available
#webk
Merge pull request #627 from AoiNyanko/fix-clearing-cache
Fix cache clearing when no service worker is available
#webk
🫡2
morethanwords/tweb/master • fbfab89 • 6 files, +30/-13
Various fixes
- Hide DisableSharing, EnableSharing and SendGift menu items for bots
in the chat topbar (SendGift was broken by missing `await` on a
manager proxy call)
- Hide stories menu (Show Archive / Create Album) in profile header
when the viewer lacks edit_stories rights
- Show upload preloader for huge videos that hit the early return in
wrapVideo because canAutoplay is false
- Cap upload progress at fileSize to avoid >100%
- Add quote-block class to quote entities in rich text
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
morethanwords/tweb/master • 4af5488 • 7 files, +22/-17
Merge branch 'master' of https://github.com/morethanwords/tweb
#webk
Various fixes
- Hide DisableSharing, EnableSharing and SendGift menu items for bots
in the chat topbar (SendGift was broken by missing `await` on a
manager proxy call)
- Hide stories menu (Show Archive / Create Album) in profile header
when the viewer lacks edit_stories rights
- Show upload preloader for huge videos that hit the early return in
wrapVideo because canAutoplay is false
- Cap upload progress at fileSize to avoid >100%
- Add quote-block class to quote entities in rich text
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
morethanwords/tweb/master • 4af5488 • 7 files, +22/-17
Merge branch 'master' of https://github.com/morethanwords/tweb
#webk
🫡2
telegramdesktop/tdesktop/dev • 66b38cc • 1 files, +9/-2
Pause animations only if video message isn't paused.
telegramdesktop/tdesktop/dev • 5eed813 • 1 files, +2/-3
Fix layout for RTL messages.
telegramdesktop/tdesktop/dev • 4319245 • 3 files, +204/-31
Allow seeking in video messages.
#tdesktop
Pause animations only if video message isn't paused.
telegramdesktop/tdesktop/dev • 5eed813 • 1 files, +2/-3
Fix layout for RTL messages.
telegramdesktop/tdesktop/dev • 4319245 • 3 files, +204/-31
Allow seeking in video messages.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • ef848e0 • 1 files, +8/-8
Port Linux notifications to std::get_if
There's no sense to use abstrations calling std::holds_alternative
telegramdesktop/tdesktop/dev • 92488b2 • 2 files, +19/-26
Move GNotification action creation to the rest of notification code
telegramdesktop/tdesktop/dev • bc2eb3d • 1 files, +4/-20
Remove explicit disconnections where object lifetime is the same
telegramdesktop/tdesktop/dev • b5f3ea6 • 2 files, +26/-1
Try to use KSandbox::startHostProcess
telegramdesktop/tdesktop/dev • 3fbe302 • 2 files, +167/-0
feat(accessibility): add screen reader support for country select box
#tdesktop
Port Linux notifications to std::get_if
There's no sense to use abstrations calling std::holds_alternative
telegramdesktop/tdesktop/dev • 92488b2 • 2 files, +19/-26
Move GNotification action creation to the rest of notification code
telegramdesktop/tdesktop/dev • bc2eb3d • 1 files, +4/-20
Remove explicit disconnections where object lifetime is the same
telegramdesktop/tdesktop/dev • b5f3ea6 • 2 files, +26/-1
Try to use KSandbox::startHostProcess
telegramdesktop/tdesktop/dev • 3fbe302 • 2 files, +167/-0
feat(accessibility): add screen reader support for country select box
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • c354ed7 • 2 files, +202/-169
Simplify, reuse stuff in country_select_box.
telegramdesktop/tdesktop/dev • 5bb0392 • 1 files, +1/-1
Fix sticker size option with scaling
#tdesktop
Simplify, reuse stuff in country_select_box.
telegramdesktop/tdesktop/dev • 5bb0392 • 1 files, +1/-1
Fix sticker size option with scaling
#tdesktop
🫡3
Ajaxy/telegram-tt/master • 741c6f5 • 3 files, +4/-4
12.0.25
Ajaxy/telegram-tt/master • 86684cd • 31 files, +1327/-825
Chat: Support unread poll votes (#6847)
Ajaxy/telegram-tt/master • 5eda3f5 • 4 files, +662/-650
Icons: Rebuild (#6855)
Ajaxy/telegram-tt/master • df5c829 • 1 files, +13/-0
Open Chat Button: Fix text color on button hover (#6859)
Ajaxy/telegram-tt/master • 889d078 • 29 files, +542/-144
Message Translate: Support Tone (#6849)
Ajaxy/telegram-tt/master • 7e789e6 • 4 files, +23/-9
General: Better validation for iframe event origins (#6856)
Ajaxy/telegram-tt/master • 83ed53d • 11 files, +295/-37
UI: Add Island and Surface (#6851)
Ajaxy/telegram-tt/master • e5da72b • 88 files, +85/-85
[Build]
#webz
12.0.25
Ajaxy/telegram-tt/master • 86684cd • 31 files, +1327/-825
Chat: Support unread poll votes (#6847)
Ajaxy/telegram-tt/master • 5eda3f5 • 4 files, +662/-650
Icons: Rebuild (#6855)
Ajaxy/telegram-tt/master • df5c829 • 1 files, +13/-0
Open Chat Button: Fix text color on button hover (#6859)
Ajaxy/telegram-tt/master • 889d078 • 29 files, +542/-144
Message Translate: Support Tone (#6849)
Ajaxy/telegram-tt/master • 7e789e6 • 4 files, +23/-9
General: Better validation for iframe event origins (#6856)
Ajaxy/telegram-tt/master • 83ed53d • 11 files, +295/-37
UI: Add Island and Surface (#6851)
Ajaxy/telegram-tt/master • e5da72b • 88 files, +85/-85
[Build]
#webz
🫡2
telegramdesktop/tdesktop/dev • d53ee9c • 13 files, +0/-18
Fix warnings.
telegramdesktop/tdesktop/dev • 6419bb1 • 1 files, +1/-1
Update User-Agent for DNS to Chrome 146.0.0.0.
#tdesktop
Fix warnings.
telegramdesktop/tdesktop/dev • 6419bb1 • 1 files, +1/-1
Update User-Agent for DNS to Chrome 146.0.0.0.
#tdesktop
🫡2
telegramdesktop/tdesktop/dev • ed1e3ca • 1 files, +1/-1
Bump actions/deploy-pages from 4 to 5
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/deploy-pages
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
#tdesktop
Bump actions/deploy-pages from 4 to 5
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/deploy-pages
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • c9ca79a • 1 files, +2/-0
Don't remember incorrect value in textRealWidth.
telegramdesktop/tdesktop/dev • 76a1fff • 2 files, +18/-3
Update API scheme to layer 225.
telegramdesktop/tdesktop/dev • 3449601 • 6 files, +45/-5
Added subscriber-only poll restrictions in creation flow and MTProto flags
telegramdesktop/tdesktop/dev • 3df3c2b • 7 files, +133/-2
Added country-based poll restrictions with selectable allowed countries
telegramdesktop/tdesktop/dev • 4818876 • 2 files, +169/-2
Added poll vote restriction toasts for subscriber and country errors.
telegramdesktop/tdesktop/dev • 985c7a5 • 8 files, +200/-1
Added poll stats action and dialog with API-backed chart loading.
telegramdesktop/tdesktop/dev • b1589a7 • 1 files, +114/-1
Enabled Ctrl for debug config to show mock poll stats.
telegramdesktop/tdesktop/dev • 6902776 • 1 files, +30/-13
Fixed long chart filter labels in statistics.
telegramdesktop/tdesktop/dev • d657510 • 6 files, +118/-44
Added poll vote restriction info to context menu.
telegramdesktop/tdesktop/dev • b3f5bb8 • 5 files, +181/-49
[poll-view] Improved handle of poll vote restriction.
telegramdesktop/tdesktop/dev • 8dba4c9 • 7 files, +12/-2
Update API scheme on layer 225.
telegramdesktop/tdesktop/dev • 33d4bea • 11 files, +142/-2
Support guest chat bot messages.
telegramdesktop/tdesktop/dev • 16635b6 • 5 files, +20/-1
Fix userpic painting for guest chat bot messages.
telegramdesktop/tdesktop/dev • 8ce0f8a • 1 files, +11/-0
Add an icon for new tone creation.
#tdesktop
Don't remember incorrect value in textRealWidth.
telegramdesktop/tdesktop/dev • 76a1fff • 2 files, +18/-3
Update API scheme to layer 225.
telegramdesktop/tdesktop/dev • 3449601 • 6 files, +45/-5
Added subscriber-only poll restrictions in creation flow and MTProto flags
telegramdesktop/tdesktop/dev • 3df3c2b • 7 files, +133/-2
Added country-based poll restrictions with selectable allowed countries
telegramdesktop/tdesktop/dev • 4818876 • 2 files, +169/-2
Added poll vote restriction toasts for subscriber and country errors.
telegramdesktop/tdesktop/dev • 985c7a5 • 8 files, +200/-1
Added poll stats action and dialog with API-backed chart loading.
telegramdesktop/tdesktop/dev • b1589a7 • 1 files, +114/-1
Enabled Ctrl for debug config to show mock poll stats.
telegramdesktop/tdesktop/dev • 6902776 • 1 files, +30/-13
Fixed long chart filter labels in statistics.
telegramdesktop/tdesktop/dev • d657510 • 6 files, +118/-44
Added poll vote restriction info to context menu.
telegramdesktop/tdesktop/dev • b3f5bb8 • 5 files, +181/-49
[poll-view] Improved handle of poll vote restriction.
telegramdesktop/tdesktop/dev • 8dba4c9 • 7 files, +12/-2
Update API scheme on layer 225.
telegramdesktop/tdesktop/dev • 33d4bea • 11 files, +142/-2
Support guest chat bot messages.
telegramdesktop/tdesktop/dev • 16635b6 • 5 files, +20/-1
Fix userpic painting for guest chat bot messages.
telegramdesktop/tdesktop/dev • 8ce0f8a • 1 files, +11/-0
Add an icon for new tone creation.
#tdesktop
🫡4
telegramdesktop/tdesktop/dev • 507ab67 • 1 files, +19/-1
Update API on layer 225.
telegramdesktop/tdesktop/dev • d5e3d97 • 18 files, +748/-19
Initial cloud tones support.
telegramdesktop/tdesktop/dev • cd90c1c • 4 files, +1/-65
Remove legacy app-config ai tones.
telegramdesktop/tdesktop/dev • b42dfce • 6 files, +558/-92
Update API scheme on layer 225. Edit tone icon.
telegramdesktop/tdesktop/dev • f637d75 • 1 files, +10/-0
Add icon for new tone icon placeholder.
telegramdesktop/tdesktop/dev • 0280fbc • 5 files, +218/-43
Improve Create/Edit custom AI tone box design.
telegramdesktop/tdesktop/dev • 224f7b3 • 14 files, +383/-23
Update API scheme on layer 225. Show toasts.
telegramdesktop/tdesktop/dev • 91a82bb • 7 files, +208/-100
Delete tone from Edit, restore scroll.
telegramdesktop/tdesktop/dev • ba8d1a7 • 10 files, +490/-33
wip style preview
telegramdesktop/tdesktop/dev • 4f259b1 • 9 files, +100/-47
wip original quality
telegramdesktop/tdesktop/dev • ab50307 • 11 files, +185/-38
wip links
#tdesktop
Update API on layer 225.
telegramdesktop/tdesktop/dev • d5e3d97 • 18 files, +748/-19
Initial cloud tones support.
telegramdesktop/tdesktop/dev • cd90c1c • 4 files, +1/-65
Remove legacy app-config ai tones.
telegramdesktop/tdesktop/dev • b42dfce • 6 files, +558/-92
Update API scheme on layer 225. Edit tone icon.
telegramdesktop/tdesktop/dev • f637d75 • 1 files, +10/-0
Add icon for new tone icon placeholder.
telegramdesktop/tdesktop/dev • 0280fbc • 5 files, +218/-43
Improve Create/Edit custom AI tone box design.
telegramdesktop/tdesktop/dev • 224f7b3 • 14 files, +383/-23
Update API scheme on layer 225. Show toasts.
telegramdesktop/tdesktop/dev • 91a82bb • 7 files, +208/-100
Delete tone from Edit, restore scroll.
telegramdesktop/tdesktop/dev • ba8d1a7 • 10 files, +490/-33
wip style preview
telegramdesktop/tdesktop/dev • 4f259b1 • 9 files, +100/-47
wip original quality
telegramdesktop/tdesktop/dev • ab50307 • 11 files, +185/-38
wip links
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 827ec82 • 12 files, +168/-44
Bring back original video quality option
#tdesktop
Bring back original video quality option
#tdesktop
🫡4💅1
telegramdesktop/tdesktop/dev • 9878ee6 • 14 files, +84/-98
Improve work on original video quality.
#tdesktop
Improve work on original video quality.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • f543c25 • 1 files, +3/-0
Don't offer sending text as file if hasImage.
telegramdesktop/tdesktop/dev • 02f0d7b • 1 files, +1/-1
Don't set empty good thumbnail.
Image(QImage&&) for isNull() sets a fully transparent QImage.
This leads to uninitialized memory QImages in prepared thumbnails,
because we allocate QImage and start painting thumbnail parts in it.
telegramdesktop/tdesktop/dev • 786e899 • 2 files, +6/-5
Synchronize system accent color avilability between toggle and setting
telegramdesktop/tdesktop/dev • 9219271 • 1 files, +3/-3
Use shorter QPalette API
telegramdesktop/tdesktop/dev • 6a1212d • 1 files, +1/-6
Remove QPalette::Accent support
Looks like even Qt's internal plugins don't always set it and when it's set, it's similar to highlight anyway
#tdesktop
Don't offer sending text as file if hasImage.
telegramdesktop/tdesktop/dev • 02f0d7b • 1 files, +1/-1
Don't set empty good thumbnail.
Image(QImage&&) for isNull() sets a fully transparent QImage.
This leads to uninitialized memory QImages in prepared thumbnails,
because we allocate QImage and start painting thumbnail parts in it.
telegramdesktop/tdesktop/dev • 786e899 • 2 files, +6/-5
Synchronize system accent color avilability between toggle and setting
telegramdesktop/tdesktop/dev • 9219271 • 1 files, +3/-3
Use shorter QPalette API
telegramdesktop/tdesktop/dev • 6a1212d • 1 files, +1/-6
Remove QPalette::Accent support
Looks like even Qt's internal plugins don't always set it and when it's set, it's similar to highlight anyway
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 11e84ff • 2 files, +191/-0
feat(accessibility): add screen reader support for language list
telegramdesktop/tdesktop/dev • 6468b8a • 1 files, +56/-19
Proxy share t.iss.one, QR with tg://, accept both.
telegramdesktop/tdesktop/dev • eac7141 • 1 files, +18/-11
Use photo as video thumbnail in webpage.
telegramdesktop/tdesktop/dev • 5ef60de • 1 files, +2/-1
Fix build with MSVC.
#tdesktop
feat(accessibility): add screen reader support for language list
telegramdesktop/tdesktop/dev • 6468b8a • 1 files, +56/-19
Proxy share t.iss.one, QR with tg://, accept both.
telegramdesktop/tdesktop/dev • eac7141 • 1 files, +18/-11
Use photo as video thumbnail in webpage.
telegramdesktop/tdesktop/dev • 5ef60de • 1 files, +2/-1
Fix build with MSVC.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 22449a0 • 1 files, +5/-2
Fixed opening of stories in albums with reorder enabled.
Regression was introduced: c5ea86b474.
telegramdesktop/tdesktop/dev • 252bf3e • 4 files, +12/-9
Improved search of emoji from emoji list widget.
telegramdesktop/tdesktop/dev • 91145dc • 2 files, +0/-63
Removed matching of installed emoji pack titles from emoji search.
telegramdesktop/tdesktop/dev • 04aec11 • 15 files, +603/-16
Added reply header with preview to send files box.
telegramdesktop/tdesktop/dev • 0b70be9 • 12 files, +818/-2
[img-editor] Added styled text items.
telegramdesktop/tdesktop/dev • 0fff162 • 4 files, +405/-27
[img-editor] Added emoji support in photo editor text items.
telegramdesktop/tdesktop/dev • e1789d4 • 1 files, +40/-18
[img-editor] Added auto-fitting width for text editing overlay.
telegramdesktop/tdesktop/dev • 6153480 • 4 files, +39/-14
[img-editor] Fixed text wrapping, spacing, and geometry in editor items.
telegramdesktop/tdesktop/dev • 631fe4f • 16 files, +379/-260
[img-editor] Improved color handling in text items.
telegramdesktop/tdesktop/dev • 3ec1ff8 • 10 files, +140/-13
[img-editor] Synced palette color and tool selection with text focus.
telegramdesktop/tdesktop/dev • a2f228e • 6 files, +12/-18
[img-editor] Fixed text selection color sync and isolated from brush.
telegramdesktop/tdesktop/dev • f94ec5a • 8 files, +66/-5
[img-editor] Added text editing state flow to keep palette consistent.
telegramdesktop/tdesktop/dev • 61cf3a9 • 2 files, +17/-4
[img-editor] Ignored stale deferred text edit callbacks from prior edit.
#tdesktop
Fixed opening of stories in albums with reorder enabled.
Regression was introduced: c5ea86b474.
telegramdesktop/tdesktop/dev • 252bf3e • 4 files, +12/-9
Improved search of emoji from emoji list widget.
telegramdesktop/tdesktop/dev • 91145dc • 2 files, +0/-63
Removed matching of installed emoji pack titles from emoji search.
telegramdesktop/tdesktop/dev • 04aec11 • 15 files, +603/-16
Added reply header with preview to send files box.
telegramdesktop/tdesktop/dev • 0b70be9 • 12 files, +818/-2
[img-editor] Added styled text items.
telegramdesktop/tdesktop/dev • 0fff162 • 4 files, +405/-27
[img-editor] Added emoji support in photo editor text items.
telegramdesktop/tdesktop/dev • e1789d4 • 1 files, +40/-18
[img-editor] Added auto-fitting width for text editing overlay.
telegramdesktop/tdesktop/dev • 6153480 • 4 files, +39/-14
[img-editor] Fixed text wrapping, spacing, and geometry in editor items.
telegramdesktop/tdesktop/dev • 631fe4f • 16 files, +379/-260
[img-editor] Improved color handling in text items.
telegramdesktop/tdesktop/dev • 3ec1ff8 • 10 files, +140/-13
[img-editor] Synced palette color and tool selection with text focus.
telegramdesktop/tdesktop/dev • a2f228e • 6 files, +12/-18
[img-editor] Fixed text selection color sync and isolated from brush.
telegramdesktop/tdesktop/dev • f94ec5a • 8 files, +66/-5
[img-editor] Added text editing state flow to keep palette consistent.
telegramdesktop/tdesktop/dev • 61cf3a9 • 2 files, +17/-4
[img-editor] Ignored stale deferred text edit callbacks from prior edit.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • f616d19 • 1 files, +45/-38
[img-editor] Fixed emoji drawing in text wrapped across line boundaries.
telegramdesktop/tdesktop/dev • 085f139 • 2 files, +17/-5
[img-editor] Clamped text width to prevent negative layout constraints.
telegramdesktop/tdesktop/dev • e99442c • 4 files, +27/-3
[img-editor] Fixed contrast text color in edit proxy for framed type.
telegramdesktop/tdesktop/dev • 17b72ef • 9 files, +23/-0
Added assets and lang keys for sticker creation menu.
telegramdesktop/tdesktop/dev • 7f93d7e • 1 files, +155/-3
Added owned-set add-cell with popup menu to sticker set box.
telegramdesktop/tdesktop/dev • 99ed365 • 6 files, +533/-1
Added flow for adding existing sticker to owned set.
telegramdesktop/tdesktop/dev • 2589a24 • 4 files, +427/-1
Added flow for creating new static webp sticker.
telegramdesktop/tdesktop/dev • 07a952a • 3 files, +25/-28
Polished sticker picker scroll wiring and creator upload teardown.
telegramdesktop/tdesktop/dev • 4d692e6 • 1 files, +42/-22
Added flow to open sticker editor with transparent canvas.
telegramdesktop/tdesktop/dev • b51c0f1 • 3 files, +277/-64
Replaced emoji input field with emoji row and radial upload button.
telegramdesktop/tdesktop/dev • fc85b09 • 8 files, +58/-120
Switched existing sticker pick to inline dropdown that excludes self.
telegramdesktop/tdesktop/dev • 1d03510 • 6 files, +227/-112
Replaced sticker emoji picker row with dropdown panel.
telegramdesktop/tdesktop/dev • 58c7467 • 5 files, +71/-13
[img-editor] Locked crop frame as stencil and clipped output by shape.
#tdesktop
[img-editor] Fixed emoji drawing in text wrapped across line boundaries.
telegramdesktop/tdesktop/dev • 085f139 • 2 files, +17/-5
[img-editor] Clamped text width to prevent negative layout constraints.
telegramdesktop/tdesktop/dev • e99442c • 4 files, +27/-3
[img-editor] Fixed contrast text color in edit proxy for framed type.
telegramdesktop/tdesktop/dev • 17b72ef • 9 files, +23/-0
Added assets and lang keys for sticker creation menu.
telegramdesktop/tdesktop/dev • 7f93d7e • 1 files, +155/-3
Added owned-set add-cell with popup menu to sticker set box.
telegramdesktop/tdesktop/dev • 99ed365 • 6 files, +533/-1
Added flow for adding existing sticker to owned set.
telegramdesktop/tdesktop/dev • 2589a24 • 4 files, +427/-1
Added flow for creating new static webp sticker.
telegramdesktop/tdesktop/dev • 07a952a • 3 files, +25/-28
Polished sticker picker scroll wiring and creator upload teardown.
telegramdesktop/tdesktop/dev • 4d692e6 • 1 files, +42/-22
Added flow to open sticker editor with transparent canvas.
telegramdesktop/tdesktop/dev • b51c0f1 • 3 files, +277/-64
Replaced emoji input field with emoji row and radial upload button.
telegramdesktop/tdesktop/dev • fc85b09 • 8 files, +58/-120
Switched existing sticker pick to inline dropdown that excludes self.
telegramdesktop/tdesktop/dev • 1d03510 • 6 files, +227/-112
Replaced sticker emoji picker row with dropdown panel.
telegramdesktop/tdesktop/dev • 58c7467 • 5 files, +71/-13
[img-editor] Locked crop frame as stencil and clipped output by shape.
#tdesktop
🫡3