summary refs log tree commit diff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-10fix click to go to reply after mergeNicolas Werner1-1/+1
2023-10-10Restore reply context menuNicolas Werner3-15/+31
2023-10-09Attach reactions on the right for our own bubbled messagesNicolas Werner1-1/+1
2023-10-09Make effect messages stand out moreNicolas Werner2-2/+11
2023-10-09Add threads display and prettier highlight to bubbles styleNicolas Werner1-2/+4
2023-10-09Remove old TimelineRowNicolas Werner2-348/+0
2023-10-09cleanupsNicolas Werner4-12/+12
2023-10-09Shrink repliesNicolas Werner4-4/+4
2023-10-09Basic bubble styleNicolas Werner5-71/+445
2023-10-09Fix missing property showAcceptKnockButtonNicolas Werner1-2/+2
2023-10-09Translated using Weblate (French)Weblate1-41/+43
Currently translated at 67.5% (675 of 1000 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
2023-10-09Fix CPU usage from out of frame animated imagesNicolas Werner2-4/+16
2023-10-09Start working on bubble delegateNicolas Werner2-5/+13
2023-10-09Fix high CPU use caused by ItemParticleNicolas Werner1-11/+35
2023-10-09Fix typing notificationsNicolas Werner5-15/+16
2023-10-08Fixup reply and state event renderingNicolas Werner10-901/+211
2023-10-08Switch to manual polishing of event delegatesNicolas Werner7-60/+169
2023-10-02Fix powerlevel indicator size in the timelineLoren Burkholder2-4/+4
2023-10-02Fix reply text colorLoren Burkholder1-1/+3
2023-10-01Add missing QML importLoren Burkholder1-0/+1
2023-09-30Qt 6.4 properly supports scrolling text with touchLoren Burkholder5-20/+16
2023-09-29Add close button and room open button to room directory dialogLoren Burkholder1-3/+23
2023-09-23Format CMakeLists.txtLoren Burkholder1-666/+656
2023-09-23Allow configuring global hidden event settingsLoren Burkholder3-1/+33
2023-09-23Use @user:example.com for all sample mxidsLoren Burkholder3-9/+9
2023-09-20Reimplement mention highlight and scroll to highlightNicolas Werner2-0/+56
2023-09-20Move message styles to their own files and work around hover not propagating ↵Nicolas Werner6-467/+530
to siblings
2023-09-17Fix alignment of file messages and redactionsNicolas Werner3-7/+12
2023-09-15Update mtxclient to work around empty event typesNicolas Werner2-2/+2
2023-09-12Fix power level indicator sizeNicolas Werner1-0/+6
2023-09-08Fix timeline menusNicolas Werner1-4/+37
2023-08-28Reenable status part of timeline messagesNicolas Werner2-27/+108
2023-08-27Improve image size limitingNicolas Werner2-0/+2
2023-08-26Fix reply backgrounds in imagesNicolas Werner1-0<