Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-08 | Merge branch 'xcode-14.1' into DRTVWR-489-emoji | Kitty Barnett | |
2023-02-08 | Merge branch 'main' into xcode-14.1 | Kitty Barnett | |
2023-01-26 | DRTVWR-489-emoji: A couple of tabs slipped into this file and our new ↵ | Callum Prentice | |
no-tabs coding policy caught it and failed the build | |||
2023-01-26 | DRTVWR-489-emoji: As part of the work to get macOS version of the Viewer ↵ | Callum Prentice | |
working, the flag was introduced to warn (and therefore error out) when a virtual override was not marked with the 'override' keyword. Fixing this up involved a large number of changes and this commit represents just those changes - nothing specially from the DRTVWR-489 viewer | |||
2023-01-26 | Merge branch 'xcode-14.1' into DRTVWR-489-emoji | Callum Prentice | |
2023-01-20 | Fix merge conflicts after auto merge | Callum Linden | |
2023-01-10 | SL-18911 My Land Holdings floater crashes viewer on the Xcode/+Monterey ↵ | akleshchev | |
branches (#47) Revert part of "DRTVWR-575: Address review comments on Xcode 14.1 type tweaks." Crash was reproduced when assigning areastr to llsd, but likely present in other cases of assigning ui strings to llsd (instead of going for lluistring's result directly copy constructor was engaged and either copy or original crashed due to invalid pointers, copy shouldn't have been created). | |||
2022-12-12 | Merge branch 'main' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloater360capture.cpp | |||
2022-11-22 | SL-18689 Crash at LLTabContainer::selectNextTab() | Andrey Kleshchev | |
FPE_NOOP at "idx = (idx + 1 ) % (S32)mTabList.size();" | |||
2022-11-09 | Merge branch contribution/emoji into DRTVWR-489-emoji | 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 | 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-02 | Commit immediately if the user already typed a full shortcode | Kitty Barnett | |
2022-11-01 | Merge remote-tracking branch 'RyeMutt/viewer/minor-fixes' into ↵ | Andrey Lihatskiy | |
DRTVWR-570-maint-Q | |||
2022-11-01 | Merge remote-tracking branch 'RyeMutt/viewer/llsd-usage-fixes' into ↵ | Andrey Lihatskiy | |
DRTVWR-570-maint-Q | |||
2022-10-30 | Fix line editors deselecting when pressing capslock | Rye Mutt | |
2022-10-30 | Fix checks for empty LLSD maps to use size and not emptyMap which is for ↵ | Rye Mutt | |
creating an empty LLSDMap type. | |||
2022-10-24 | SL-18388 Searchable debug settings UI | Mnikolenko Productengine | |
2022-10-23 | Refactor emoji matching | Kitty Barnett | |
2022-10-23 | Cannot use the :+1 emoji shortcode | 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 | 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 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-20 | Merge branch 'master' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llnetmap.cpp # indra/newview/llnetmap.h | |||
2022-10-20 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-10-19 | Fix leak of LLFolderViewModel sorter and filter with unique_ptr | Rye Mutt | |
2022-10-19 | Fix leak of item pairs during LLFlatListView destruction | Rye Mutt | |
2022-10-19 | Fix menu leaks and lazy creation in text editing and scroll lists | Rye Mutt | |
2022-10-19 | Reduce folderview menu bloat via lazy creation on right click | Rye Mutt | |
2022-10-19 | Fix leak of context menu branches | Rye Mutt | |
Introduce menu bloat logging code | |||
2022-09-16 | Merge branch master (DRTVWR-571) into DRTVWR-548-maint-N | Andrey Kleshchev | |
2022-09-15 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-09-15 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llmodelpreview.h | |||
2022-09-15 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-09-15 | SL-18153 Fixed bring to front multiple dialog handling | Andrey Kleshchev | |
2022-09-14 | SL-18153 Fix invisible blocking popup | Andrey Kleshchev | |
Don't add popup to the list twice | |||
2022-09-14 | SL-18153 Fix invisible blocking popup | Andrey Kleshchev | |
Don't add popup to the list twice | |||
2022-08-31 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloateroutfitsnapshot.cpp | |||
2022-08-31 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-08-31 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llpanelpicks.cpp # indra/newview/llpanelprofile.cpp | |||
2022-08-29 | Review + resolve minor issues | Kitty Barnett | |
2022-08-28 | Merge branch 'contribution/emoji' | Kitty Barnett | |
2022-08-17 | SL-17973 FIXED region name is not shown in the IM chat | Mnikolenko Productengine | |
2022-08-04 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llpanelface.cpp # indra/newview/llpanelface.h # indra/newview/llpanelobject.cpp |