summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2019-11-07Add text_valign to LLTextBase to specify the vertical alignment within a ↵Kitty Barnett
single document line The existing font_valign property is used as to position the entire document so it's impossible to top align a text editor with each line's text centered within that line's extents
2019-11-07FIXED Calling LLTextBase::insertStringNoUndo() with more than one segment ↵Kitty Barnett
results in overlapping segment ranges Text is only inserted into the view model *after* the segments are added so if seg1_pos_start is the current EOF: -> 1st segment: getSegIterContaining(seg1_pos_start) returns the last segment and insertSegment() ends up properly adjusting its start/end position -> 2nd segment: getSegIterContaining(seg2_pos_start) returns mSegments.end() since its position is beyond the available and insertSegment() leaves the last 2 segments with overlapping ranges After the fix: -> if index runs past the end of all segments then mSegments.end() is returned (no change) -> if index is a position past the length of text but claimed by a segment then that segment is returned (change) -> if index specifies a position in the middle of the document unclaimed by any segment then the first segment after that position is returned (no change) (this does break the assertion that segment->mStart <= index <= segment->mEnd?)
2019-11-07Fallback fonts can have first crack at adding an unknown character + set ↵Kitty Barnett
Twemoji as the viewer's fallback for all emoji blocks
2019-11-06Characters can have more than one representation in LLFontFreetypeKitty Barnett
* By default all viewer text will use B/W glyphs * Added temporary use_color attribute to LLTextBase for testing
2019-10-28Support for COLR/CPAL fontsKitty Barnett
2019-10-27Font debugging aid to dump descriptors + individual texturesKitty Barnett
2019-10-20Update freetype to 2.10.1 and move viewer fonts to their own packageKitty Barnett
2019-09-14Backed out changeset: 8e228364f324AndreyL ProductEngine
2019-09-14Backed out changeset: b4182ee25942AndreyL ProductEngine
2019-09-14Backed out changeset: a6398f90389aAndreyL ProductEngine
2019-09-10Downstream merge from lindenlab/viewer-lynxAndreyL ProductEngine
2019-09-10increment viewer version to 6.3.2Nat Goodspeed
2019-09-05Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2019-09-03SL-11856 Backed out SL-11012AndreyL ProductEngine
changeset: 0d43d9754b79
2019-08-26Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-08-26increment viewer version to 6.3.1Nat Goodspeed
2019-08-15SL-11662 - apparently a race condition between image loading and material ↵Brad Payne (Vir Linden)
property setting
2019-08-13mergeBrad Payne (Vir Linden)
2019-08-13Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2019-08-13Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-08-13increment viewer version to 6.2.5Nat Goodspeed
2019-07-25SL-11649 FIXED [Love Me Render] Mesh links in HUDs do not have highlights ↵maxim_productengine
when selected.
2019-07-24no-op change to force build and build number updateBrad Payne (Vir Linden)
2019-07-24SL-10993 Use the Malgun font for Korean on WindowsAndreyL ProductEngine
2019-07-30SL-10639 Line endings fixAndreyL ProductEngine
2019-07-22FIX SL-10639 minor typo in Germaneli
2019-07-16SL-11597 Fix crash on dead objectandreykproductengine
2019-07-15SL-11528 FIXED Object Profile > Details does not show magenta highlight for ↵maxim_productengine
mesh objects
2019-07-15SL-10908 Safeguards and potential crash fixandreykproductengine
2019-07-12Merged in ruslantproductengine/viewer-cougar-4cr-5 (pull request #59)Ruslan Teliuk
SL-11435 When ALM is enabled, Depth mode shots are broken when snapshot size is set to anything above current window size Approved-by: Simon Linden <simon@lindenlab.com> Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
2019-07-11SL-11435 When ALM is enabled, Depth mode shots are broken when snapshot size ↵ruslantproductengine
is set to anything above current window size - fixed bug described in the ticket - fixed bug with UI (when user change the layer type (color/depth))
2019-07-10[SL-11548] - checked in the commented code by mistakeAnchor
2019-07-10[SL-11548] - don't treat the local avatar bakes as alpha masksAnchor
2019-07-04SL-11534 FIXED Animated mesh objects aren't highlighted when viewing objects ↵maxim_productengine
owned by users in the 'About Land' floater
2019-06-27[SL-11506] - update universal iconAnchor
2019-06-24Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-06-23[SL-11433] - fix dirty flag in texture pickerAnchor
2019-06-22MergeAnchor
2019-06-22Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2019-06-22Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-06-20increment viewer version to 6.2.4Nat Goodspeed
2019-06-20SL-11432 FIXED [OSX] Avatar is spinning when pressing Alt+D+Command and then ↵Mnikolenko ProductEngine
releasing D key
2019-06-20Merged in DRTVWR-492AndreyL ProductEngine
2019-06-19SL-11450 After detaching everything viewer shows wrong slot countandreykproductengine
Attachments' title not overwriting properly
2019-06-19SL-11416 Teleport failure messages should not stack upandreykproductengine
2019-06-14Backed out changeset: 4a4c5e6ff01eAnchor
2019-06-14SL-11361 Moving folder to My Outfits should create an outfitandreykproductengine
2019-06-17OPEN-345 Fixed enigmatic messages during buildAndreyL ProductEngine
2019-06-13SL-11402 Resaving home image if file does not existandreykproductengine
2019-06-13SL-11402 Fallback for home imageandreykproductengine