Rye
d915cf17df
Try to parallelize xcode builds further and add more headers to PCH to reduce build time
2025-03-12 18:37:27 +02:00
Rye
3cc7264108
Fix preferences search not finding text defined in text boxes ( #3653 )
2025-03-06 14:09:29 -05:00
Andrey Kleshchev
616547993a
#3654 Searchable disabled settings not readable when highlighted
2025-03-06 08:50:53 +02:00
Andrey Kleshchev
41368a94b7
#3581 #3563 Fix callback deletion not working
2025-02-19 20:56:58 +02:00
Andrey Kleshchev
95106e203c
#3505 Fix updateMenu() being called too frequently on fetch callback
...
The actual problem is fetch dumping thousands of callbacks, but this
should mitigate the problem
2025-02-07 18:34:04 +02:00
Andrey Kleshchev
ad375d6116
viewer#3088 Report out of memory as a separate 'category'
2025-01-22 16:06:30 +02:00
Andrey Kleshchev
75a01bf428
#3319 Crash at LLInitParam::Param::setProvided
...
Most crashes are related to LLStyle, log analysis suggests that it might
be a number of different issues, including memory and disk issues.
Just avoid recreating expensive LLStyle without reason.
2025-01-20 12:40:05 +02:00
Maxim Nikolenko
c88a7d1d27
#3302 fix crash on changing filter string when content is loading or there is no object selected
2024-12-19 17:06:34 +02:00
Andrey Kleshchev
23e9c8cf30
#3222 Make sure variables are initialized
...
in case anybody adds more constructors and forgets to set init.
2024-12-10 16:42:19 +02:00
Andrey Kleshchev
c162d8a060
#3222 Emoji tabs losing symbols
2024-12-09 23:06:21 +02:00
Andrey Kleshchev
49a2c136f9
viewer#2646 Fix viewer ignoring Physics Shape Type changes
...
asStringRef is only valid for strings
2024-09-25 22:46:10 +03:00
Andrey Kleshchev
6d842ac0af
Expose LLVector4a in LLRender
...
Avoid using a bunch of allocators.
Make sure we use LLVector4a's SSE logic instead of LLVector3's.
Some minor optimizations.
2024-09-19 09:58:17 +03:00
Alexander Gavriliuk
27b8e6d576
#2408 The long covenant with emojis significantly slows down some operations in the viewer
2024-09-18 17:13:59 +02:00
Ansariel Hiller
d9da5bbb33
Remove quads rendering mode entirely ( #2593 )
2024-09-18 17:09:51 +03:00
Andrey Kleshchev
55f2103adc
viewer#2565 Optimize LLFolderViewItem::draw()
2024-09-18 11:38:06 +03:00
Ansariel Hiller
f378d2f95a
Fix Visual Studio complaints in LLTrans ( #2575 )
2024-09-17 03:10:24 +03:00
Ansariel Hiller
1a65e29432
Fix names in group chat sometimes showing as "Loading..." and never resolve ( #2547 )
2024-09-12 09:18:45 +03:00
Ansariel Hiller
d91d39fa0f
Changes towards C++20 compatibility ( #2520 )
2024-09-09 13:02:34 +03:00
Alexander Gavriliuk
2b7b81fbdb
#459 Filters on object inventory
2024-09-08 00:11:56 +02:00
Andrey Kleshchev
4a00280b89
viewer#2411 Use font buffer for inventory
2024-09-07 00:32:18 +03:00
Andrey Kleshchev
494ac09216
viewer#2411 Confine font vertex buffers to static text segments
...
Collection of vertex buffers happens to often with segmented text.
2024-09-05 06:55:53 +03:00
Andrey Kleshchev
442ee9795e
viewer#2411 Use font buffer in line editor
2024-09-05 06:55:53 +03:00
Andrey Kleshchev
238a2a64b3
viewer#2411 Use font buffer in text segments
2024-09-05 06:55:53 +03:00
Alexander Gavriliuk
f1e0fc68e7
#2471 The Destinations ComboBox on Login Screen... (quick fix)
2024-09-04 17:46:19 +02:00
Andrey Kleshchev
2fc8d5ff3c
viewer#2411 Cleanup #2
2024-09-04 10:16:46 +03:00
Andrey Kleshchev
4cc0edb189
viewer#2411 Cleanup
2024-09-04 10:16:46 +03:00
Andrey Kleshchev
57ab1a410f
viewer#2411 A bit more coverage for font buffer
2024-09-04 10:16:46 +03:00
Andrey Kleshchev
a638d9610d
viewer#2411 LLFontGL::render optimizations #2
2024-09-04 10:16:46 +03:00
Andrey Kleshchev
2bae8dfb81
Remove usused LLButton::mBorderEnabled
2024-09-04 10:16:46 +03:00
Andrey Kleshchev
4ae1de1f8a
viewer#2411 LLFontGL::render optimizations
2024-09-04 10:16:46 +03:00
Alexander Gavriliuk
470f35b109
#2471 The Destinations ComboBox on Login Screen changes the selected item to the similar one
2024-09-03 00:30:40 +02:00
Alexander Gavriliuk
400c21213a
#2454 Scrolling by the mouse wheel does not scroll up on the unopened Destination field
2024-08-30 16:13:39 +02:00
Dave Parks
f8d48f6a29
#2432 Restore default nametag behavior. ( #2444 )
...
After instrumenting nametags some more, really UI rendering performance improvements should just focus on LLFontGL::render
2024-08-28 14:49:13 -05:00
Brad Linden
68f712615f
Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop
...
# Conflicts:
# autobuild.xml
# indra/newview/llvoicewebrtc.cpp
2024-08-20 09:44:14 -07:00
Ansariel Hiller
9f7dd01772
Clean up boost includes and remove compiler warning pragma for unreachable code in PCH ( #2361 )
2024-08-20 18:41:48 +03:00
Alexander Gavriliuk
ee320b22b3
#2289 BugSplat Crash #1496385 : SecondLifeViewer!LLFocusableElement::~LLFocusableElement(79)
2024-08-19 12:17:20 +02:00
Rye Mutt
4c61461883
Clean up excessive dynamic casts in LLAccordionCtrl ( #2333 )
2024-08-19 09:40:01 +03:00
Andrey Kleshchev
7cc3ff55b9
viewer#2296 Don't show 'are you sure you want to leave the call' when shutting down
2024-08-19 08:12:34 +03:00
Rye Mutt
2cff1e217b
Reduce UI draw stalls from LLSpellChecker singleton via simpleton
2024-08-14 00:31:37 -04:00
Alexander Gavriliuk
3cd1500801
#2271 BugSplat Crash #1504299 : LLFocusableElement::~LLFocusableElement(79)
2024-08-13 20:21:21 +02:00
Rye Mutt
fe76026a3f
Fix nullptr crash in LLScrollListCtrl::getSelectedItemLabel
2024-08-09 22:55:08 +03:00
Rye Mutt
75455d101c
Convert LLUI and LLRender2D to LLSimpleton to reduce overhead during ui draw ( #2202 )
2024-08-06 16:21:19 +03:00
Rye Mutt
f63a371f92
macOS build fix attempt
2024-08-05 06:47:06 -04:00
Rye Mutt
409b9eebe1
Fix chat text segments not dynamically updating when colors changed in preferences
2024-08-04 23:11:57 -04:00
Rye Mutt
9e777e1109
Fix various issues with text segments not updating UI color
2024-08-04 23:11:57 -04:00
Rye Mutt
456d013ba8
Fix various issues with ui elements not updating colors dynamically
2024-08-04 23:11:57 -04:00
Rye Mutt
c4e921828a
Optimization and cleanup of various color finds during draw
2024-08-04 23:11:57 -04:00
Rye Mutt
874794ea58
Add LLUIColorTable debug-settings-like floater for easing skin design
2024-08-04 23:11:57 -04:00
TommyTheTerrible
a134e850c1
Disable EmojiHelper if Digit before Colon ( #2178 )
...
* Disable EmojiHelper if Digit before Colon
Typing in times with the new emoji helper pop-up can be frustrating, so I would like to propose disabling it when there is a number before the colon.
* Remove trailing space in indra/llui/llemojihelper.cpp
---------
Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
2024-08-02 13:33:00 +03:00
Rye Mutt
f08b3f2046
Update to libhunspell 1.7.2-r1 ( #2175 )
2024-08-02 13:31:11 +03:00