Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-07 | Add 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-07 | FIXED 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-07 | Fallback 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-06 | Characters can have more than one representation in LLFontFreetype | Kitty Barnett | |
* By default all viewer text will use B/W glyphs * Added temporary use_color attribute to LLTextBase for testing | |||
2019-10-28 | Support for COLR/CPAL fonts | Kitty Barnett | |
2019-10-27 | Font debugging aid to dump descriptors + individual textures | Kitty Barnett | |
2019-10-20 | Update freetype to 2.10.1 and move viewer fonts to their own package | Kitty Barnett | |
2019-09-14 | Backed out changeset: 8e228364f324 | AndreyL ProductEngine | |
2019-09-14 | Backed out changeset: b4182ee25942 | AndreyL ProductEngine | |
2019-09-14 | Backed out changeset: a6398f90389a | AndreyL ProductEngine | |
2019-09-10 | Downstream merge from lindenlab/viewer-lynx | AndreyL ProductEngine | |
2019-09-10 | increment viewer version to 6.3.2 | Nat Goodspeed | |
2019-09-05 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2019-09-03 | SL-11856 Backed out SL-11012 | AndreyL ProductEngine | |
changeset: 0d43d9754b79 | |||
2019-08-26 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-08-26 | increment viewer version to 6.3.1 | Nat Goodspeed | |
2019-08-15 | SL-11662 - apparently a race condition between image loading and material ↵ | Brad Payne (Vir Linden) | |
property setting | |||
2019-08-13 | merge | Brad Payne (Vir Linden) | |
2019-08-13 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2019-08-13 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-08-13 | increment viewer version to 6.2.5 | Nat Goodspeed | |
2019-07-25 | SL-11649 FIXED [Love Me Render] Mesh links in HUDs do not have highlights ↵ | maxim_productengine | |
when selected. | |||
2019-07-24 | no-op change to force build and build number update | Brad Payne (Vir Linden) | |
2019-07-24 | SL-10993 Use the Malgun font for Korean on Windows | AndreyL ProductEngine | |
2019-07-30 | SL-10639 Line endings fix | AndreyL ProductEngine | |
2019-07-22 | FIX SL-10639 minor typo in German | eli | |
2019-07-16 | SL-11597 Fix crash on dead object | andreykproductengine | |
2019-07-15 | SL-11528 FIXED Object Profile > Details does not show magenta highlight for ↵ | maxim_productengine | |
mesh objects | |||
2019-07-15 | SL-10908 Safeguards and potential crash fix | andreykproductengine | |
2019-07-12 | Merged 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-11 | SL-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 mistake | Anchor | |
2019-07-10 | [SL-11548] - don't treat the local avatar bakes as alpha masks | Anchor | |
2019-07-04 | SL-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 icon | Anchor | |
2019-06-24 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-06-23 | [SL-11433] - fix dirty flag in texture picker | Anchor | |
2019-06-22 | Merge | Anchor | |
2019-06-22 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2019-06-22 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-06-20 | increment viewer version to 6.2.4 | Nat Goodspeed | |
2019-06-20 | SL-11432 FIXED [OSX] Avatar is spinning when pressing Alt+D+Command and then ↵ | Mnikolenko ProductEngine | |
releasing D key | |||
2019-06-20 | Merged in DRTVWR-492 | AndreyL ProductEngine | |
2019-06-19 | SL-11450 After detaching everything viewer shows wrong slot count | andreykproductengine | |
Attachments' title not overwriting properly | |||
2019-06-19 | SL-11416 Teleport failure messages should not stack up | andreykproductengine | |
2019-06-14 | Backed out changeset: 4a4c5e6ff01e | Anchor | |
2019-06-14 | SL-11361 Moving folder to My Outfits should create an outfit | andreykproductengine | |
2019-06-17 | OPEN-345 Fixed enigmatic messages during build | AndreyL ProductEngine | |
2019-06-13 | SL-11402 Resaving home image if file does not exist | andreykproductengine | |
2019-06-13 | SL-11402 Fallback for home image | andreykproductengine | |