Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-20 | DRTVWR-489-emoji: Pull in an updated version of 3p-icu4c that correctly ↵ | Callum Linden | |
copies over the Windows DLLs as part of the build process | |||
2023-01-20 | Fix merge conflicts after auto merge | Callum Linden | |
2023-01-20 | Pull in (a) version of ICU4C - this one was built with VS 2019 and not VS ↵ | Callum Linden | |
2017 like everything else. The work to do this is large and we are switching soon to VS 2022 so this will do for now | |||
2023-01-19 | DRTVWR-489-emoji: following kitty's recipe for emoji viewer - this pulls in ↵ | Callum Linden | |
3p library changes for steps 1-5 (boost, colladom, googlemock, nanosvg, viewer-fonts) - final 3p change (ICU4C) coming later | |||
2023-01-06 | Merge remote-tracking branch 'origin/master' into DRTVWR-489-emoji | Kitty Barnett | |
2022-12-12 | Merge branch 'main' into DRTVWR-489-emoji | Callum Prentice | |
2022-12-12 | Increment viewer version to 6.6.9 | Nat Goodspeed | |
following promotion of DRTVWR-565 | |||
2022-11-28 | SL-18718 Crash at LLEventPump::listen and connection issues | Andrey Kleshchev | |
Cleaner reinit and termination. | |||
2022-11-23 | Merge branch 'main' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-11-21 | Merge pull request #6 from sldevel/master | RunitaiLinden | |
Fix a thread safety issue in the GL image worker. | |||
2022-11-22 | SL-18565 Prevent texture fetch crash on second login attempt | Andrey Kleshchev | |
2022-11-21 | SL-18218: Switch canonical_repo to GitHub URL | Bennett Goble | |
2022-11-21 | Merge branch master into DRTVWR-565-maint-P | Andrey Kleshchev | |
2022-11-21 | SL-18565 restoreGL should re-add bumpmaps | Andrey Kleshchev | |
2022-11-19 | Fix a thread safety issue in the GL image worker. | Henri Beauchamp | |
LLViewerTexture::mNeedsCreateTexture needs to be an attomic bool since it is written both in the main thread and in the GL image worker thread. We can now enable threaded bump maps creation as a result of this fix. I have read the CLA Document and I hereby sign the CLA | |||
2022-11-18 | Merge pull request #1 from FelixWolf/CZ-1 | Signal Linden | |
Various repo fixes | |||
2022-11-18 | Renamed LICENSE.txt to follow naming scheme of other repos | Kyler Eastridge | |
2022-11-18 | Merge pull request #3 from secondlife/signal/label | Signal Linden | |
Add automatic PR labels | |||
2022-11-18 | Merge pull request #2 from secondlife/signal/cla | Signal Linden | |
Add CLA bot | |||
2022-11-18 | Add automatic PR labels | Bennett Goble | |
2022-11-18 | Add CLA bot | Bennett Goble | |
2022-11-18 | Add copy of license to root directory so it is recognized by gh | Kyler Eastridge | |
2022-11-18 | Fix spelling error on license file name | Kyler Eastridge | |
2022-11-18 | Fix readme logo for dark theme sites | Kyler Eastridge | |
2022-11-16 | Merge branch 'DRTVWR-489-emoji' into DRTVWR-489-emoji | Kitty Barnett | |
2022-11-15 | Merge remote-tracking branch 'github/master' | Bennett Goble | |
2022-11-14 | SL-18637 Reverted material shader changes | Andrey Lihatskiy | |
original fix by Beq Janus | |||
2022-11-11 | SL-18603 update Bugsplat | Mnikolenko Productengine | |
2022-11-09 | Pull in latest version of the fonts used in kitty catznip's emoji contribution | Callum Linden | |
2022-11-09 | Merge branch 'DRTVWR-489-emoji' of https://bitbucket.org/lindenlab/viewer ↵ | Callum Linden | |
into DRTVWR-489-emoji | |||
2022-11-09 | Add support for the 3p-nanosvg SVG library that will be used to rfender the ↵ | Callum Linden | |
emoji glyphs | |||
2022-11-09 | [FIXED] Viewer's ICU4C package must match the one used to build boost | Kitty Barnett | |
2022-11-09 | Merge branch contribution/emoji into DRTVWR-489-emoji | Kitty Barnett | |
2022-11-09 | Enable color on HUD text | Kitty Barnett | |
2022-11-09 | Show color emojis and emoji helper in notecards | Kitty Barnett | |
2022-11-09 | [FIXED] Using the Windows emoji picker or pasting text containing emojis ↵ | Kitty Barnett | |
doesn't create emoji segments (=emoji size is same size as the text size) -> Partial revert of 063fe59 | |||
2022-11-08 | Enable color emojis (and the emoji helper) on the chat history and editor | Kitty Barnett | |
2022-11-08 | Add proper mouse down handler to the emoji complete panel | Kitty Barnett | |
-> the previous commit didn't properly set mFrontChild after restoring the topmost floaters -> additionally we don't want mouse clicks in "can't steal focus from frontmost" floaters to set focus to them | |||
2022-11-08 | [FIXED] Various minor issues | Kitty Barnett | |
- Typing :+1: doesn't replace the short code with the thumbs-up emoji - Moving the mouse over the emoji complete panel highlights the wrong emoji when mScrollPos > 0 - Emoji complete panel is missing attributes - Crash when attempting to show the tooltip for an emoji text segment - Emoji autocomplete panel can sometimes show empty (type ':cat', select the heart eyed one, Ctrl-Z and then type 2 which should show the emoji for :cat2 but shows an empty square instead) | |||
2022-11-06 | Switch to using the Twemoji OT-SVG font | Kitty Barnett | |
2022-11-06 | Merge branch contribution/emoji into contribution/emoji-ui | Kitty Barnett | |
2022-11-06 | Add support for OT-SVG fonts | Kitty Barnett | |
2022-11-05 | SL-18581 Don't show the starter avatar toolbar button for NUX | Andrey Lihatskiy | |
2022-11-03 | SL-18565 Built-in bump maps and some environment textures fail to load | Andrey Kleshchev | |
Due to udp texture fetching no longer being present | |||
2022-11-02 | Add (partial) emoji set descriptors | Kitty Barnett | |
2022-11-02 | Commit immediately if the user already typed a full shortcode | Kitty Barnett | |
2022-11-02 | SL-18136 fix for Japanese IME | Mnikolenko Productengine | |
2022-11-02 | SL-18533 Updated ToS XUI with new language | Andrey Lihatskiy | |
2022-11-02 | Merge branch 'master' into DRTVWR-489-emoji | Callum Prentice | |
2022-11-01 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |