aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cc/woverflow/chatting
AgeCommit message (Collapse)Author
2023-01-15add smooth messages and smooth scrollingWyvest
2023-01-14add smooth messagesWyvest
2023-01-14split GuiNewChatMixin into different mixinsWyvest
2023-01-14split GuiNewChatMixin into different mixinsWyvest
2023-01-14allow selecting multiple chat tabs at the same timeWyvest
2023-01-14change directory of chat tabs and shortcutsWyvest
2023-01-14use regex for pms (#16)MicrocontrollersDev
* use regex for pms * maybe do the version thing idk * fix migration Co-authored-by: Wyvest <45589059+Wyvest@users.noreply.github.com>
2023-01-14various new featuresWyvest
- right click to copy chat message - tooltip text render type - delete button for individual chat lines - copying chat messages now always shows a notification output
2023-01-13fix the empty void when screenshottingWyvest
2023-01-12Revert "Allow for custom messages (#14)"Wyvest
This reverts commit 504f2aaf5c743be9a91615cb2fce9f0a45d11962.
2022-12-31Allow for custom messages (#14)Sin_ender
* Allowing custom messages to be used. * Gave it the ability to search through custom messages * Updated to not store in config and remove from constructor. * Whoops forgot to remove it from the config * Added @Transient
2022-12-11move chat heads to `redirectDrawString`Wyvest
2022-12-11new: chat headsWyvest
2022-10-24fixEthan
2022-08-24Fix stuffDeDiamondPro
2022-08-24Update Chatting.ktDeDiamondPro
2022-08-16fix: fix configWyvest
2022-08-16new: completely remove EssentialWyvest
fix: fix copy chat button not rendering when patcher transparent chat is enabled
2022-07-11hippity hoppity oneconfig is my propertynextdaydelivery
2022-05-29fix hychat notificationMicrocontrollersDev
2022-05-29undo bad conflict handlingKendell R
2022-05-29spam block v2Kendell R
2022-05-23fix skytils chat tab notifications not workingWyvest
2022-05-15doneWyvest
2022-05-15revert spam blockWyvest
not very comfortable with pushing this as a non-beta right now, after release this will be unreverted and i will see what i can do with it
2022-05-15Revert "allow to disable the spam blocker"Wyvest
This reverts commit 8ccf84e85e0bb4b4cb79e889037a01cfde1a7525.
2022-05-13allow to disable the spam blockerKendell R
2022-05-08disable timestamps for nowWyvest
2022-05-08confirm before wipingWyvest
2022-05-07FINALLY fixed timestampsCephetir
2022-05-06Merge pull request #7 from Moo2meenn/fix-buttons-heightEthan
Fix buttons height
2022-05-06Merge pull request #6 from KTibow/mainEthan
feat: spam block
2022-05-06Merge branch 'main' into fix-buttons-heightMoo2meenn
2022-05-06Merge pull request #2 from Moo2meenn/patch-2Moo2meenn
Button Height
2022-05-06Clear buttonCephetir
2022-05-06Timestamp on hoverCephetir
2022-05-01feat: spam blockKendell R
2022-05-01make prefix property not requiredWyvest
add lowercase property
2022-04-27Button HeightMoo2meenn
Moving the Screenshot Chat and Search buttons 1 pixel up to match the other distances
2022-04-27Button HeightMoo2meenn
Moving the Screenshot Chat and Search buttons 1 pixel up to match the other distances
2022-03-28fix(config): chat height have a reasonable limit (#5)Jacob
Makes it so the chat height can only go up to 2,160. 10,000 is super unreasonable and makes it harder to get a precise number. It would be best if you could just type in the number.
2022-03-26fix alpha of chat backgroundWyvest
2022-03-12misc: remove stratus command aliasWyvest
2022-03-12color propertyWyvest
2022-03-12chat tabs documentationWyvest
2022-02-06compact input boxWyvest
2022-02-061.3.0Wyvest
2022-02-03Improved Screenshotting (#4)Jacob
* make copy button 9x9 * make font scale 2x and image width max text width in screenshots
2022-01-16new: remove scroll barWyvest
new: chat background color fix: fix chat tab buttons not having bordered text
2022-01-14update essentialWyvest