Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-24 | DRTVWR-489-emoji: Fix a warning when packaging Viewer installer. TeamCity ↵ | Callum Linden | |
builds fail because of 'compiler error' in NSIS - wondering if this warning triggers the error (it doesn't locally) - yes, grasphing at straws | |||
2023-01-23 | DRTVWR-489-emoji: Update the machinery that copies over the ICU4C DLLs into ↵ | Callum Linden | |
the right place in Windows builds | |||
2023-01-20 | Fix merge conflicts after auto merge | Callum Linden | |
2023-01-06 | Merge remote-tracking branch 'origin/master' into DRTVWR-489-emoji | Kitty Barnett | |
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-22 | SL-18565 Prevent texture fetch crash on second login attempt | 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-16 | Merge branch 'DRTVWR-489-emoji' into DRTVWR-489-emoji | Kitty Barnett | |
2022-11-14 | SL-18637 Reverted material shader changes | Andrey Lihatskiy | |
original fix by Beq Janus | |||
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-01 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-11-01 | Increment viewer version to 6.6.8 | Nat Goodspeed | |
following promotion of DRTVWR-575 | |||
2022-10-31 | Fix SL-18511 TOS and MFA login failure handlers must cooperate to answer ↵ | Brad Kittenbrink | |
both reasons at the same time | |||
2022-10-26 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-10-26 | Increment viewer version to 6.6.7 | Nat Goodspeed | |
following promotion of DRTVWR-574 | |||
2022-10-24 | SL-18432 Fix for alpha sorting | Andrey Lihatskiy | |
2022-10-23 | Refactor emoji matching | Kitty Barnett | |
2022-10-23 | Cannot use the :+1 emoji shortcode | Kitty Barnett | |
2022-10-23 | Mini emoji helper shows as a small slice when there are no matching emojis | Kitty Barnett | |
2022-10-23 | Handle return and escape in the mini emoji helper | Kitty Barnett | |
2022-10-23 | Show tooltip when hovering over an emoji text segment (currently will show ↵ | Kitty Barnett | |
its shortcode) | |||
2022-10-23 | Provide a way for a floater to remain the topmost floater, even when focus ↵ | Kitty Barnett | |
is given to a different floater | |||
2022-10-23 | Autosize the mini emoji helper to fit the number of shown emojis | Kitty Barnett | |
2022-10-23 | Add emoji helper support to LLTextEditor | Kitty Barnett | |
2022-10-23 | Add the emoji helper class which can be used by text-input controls to ↵ | Kitty Barnett | |
provide emoji picker support | |||
2022-10-23 | Add the basic emoji dictionary class (responsible for loading them from disk ↵ | Kitty Barnett | |
and providing helpful lookup functions) | |||
2022-10-23 | Add mini emoji (auto-)complete helper | Kitty Barnett | |
2022-10-23 | Add emoji helper support to LLTextEditor | Kitty Barnett | |
2022-10-23 | Create a separate segment for emoji characters so that we can display them ↵ | Kitty Barnett | |
in a slightly larger font size than the surrounding text | |||
2022-10-23 | Add emoji as its own font to promote character reuse | Kitty Barnett | |
2022-10-20 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-10-20 | Increment viewer version to 6.6.6 | Nat Goodspeed | |
following promotion of DRTVWR-548 | |||
2022-10-20 | SL-18353 Don't allow "Ungroup folder items" on outfit folders | Andrey Lihatskiy | |