Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-14 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2020-09-28 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llpanelprimmediacontrols.cpp | |||
2020-09-23 | Merge branch 'master' into DRTVWR-483 | Andrey Lihatskiy | |
2020-09-22 | Merged master (DRTVWR-503) into DRTVWR-482 | Andrey Kleshchev | |
2020-08-14 | SL-13293 Fixed reshape behavior for scale change | Andrey Kleshchev | |
2020-05-08 | SL-12396 FIXED Last line can't be removed if it was selected via triple-clicking | Mnikolenko Productengine | |
2020-05-05 | Merge branch 'DRTVWR-501-maint' into DRTVWR-503-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llinventorybridge.cpp # indra/newview/llinventorypanel.cpp # indra/newview/lltexturectrl.cpp # indra/newview/skins/default/xui/de/floater_texture_ctrl.xml # indra/newview/skins/default/xui/es/floater_texture_ctrl.xml # indra/newview/skins/default/xui/fr/floater_texture_ctrl.xml # indra/newview/skins/default/xui/it/floater_texture_ctrl.xml # indra/newview/skins/default/xui/ja/floater_texture_ctrl.xml # indra/newview/skins/default/xui/pt/floater_texture_ctrl.xml # indra/newview/skins/default/xui/ru/floater_texture_ctrl.xml # indra/newview/skins/default/xui/tr/floater_texture_ctrl.xml # indra/newview/skins/default/xui/zh/floater_texture_ctrl.xml | |||
2020-03-18 | Merge branch 'master' into DRTVWR-483 | Andrey Lihatskiy | |
2020-03-18 | Merge branch 'master' into DRTVWR-482 | Andrey Lihatskiy | |
2020-02-12 | SL-12396 Triple clicking text in a textbox / textarea should only select the ↵ | maxim_productengine | |
current line | |||
2020-02-05 | Merge branch 'master' into DRTVWR-483 | Andrey Lihatskiy | |
2020-02-05 | Merge branch 'master' into DRTVWR-482 | Andrey Lihatskiy | |
2020-01-28 | Merge branch 'master' of https://bitbucket.org/lindenlab/viewer-private into ↵ | Brad Payne (Vir Linden) | |
DRTVWR-481 Merge | |||
2019-12-02 | SL-12003 FIXED Viewer Icons do not display in Profiles | maxim_productengine | |
2019-11-27 | Upstream merge from viewer-neko | AndreyL ProductEngine | |
2019-11-27 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-11-22 | SL-12317 UI Changes to Group limits | maxim_productengine | |
2019-11-13 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-11-12 | Downstream merge from 494-maint-wassail | AndreyL ProductEngine | |
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-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-09-10 | SL-11910 [Win] Horizontal scroll | andreykproductengine | |
2019-08-10 | DRTVWR-493 LLUI to LLParamSingleton | andreykproductengine | |
2019-05-08 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-05-08 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-04-25 | SL-11028 [Legacy Profiles] Selection in account field is malfunctioning | andreykproductengine | |
2019-04-01 | SL-307 Display in-viewer all warning messages logged by the mesh uploader | andreykproductengine | |
2019-01-03 | SL-10293 Firestorm PR: preferences and menu search | AndreyL ProductEngine | |
2017-04-06 | MAINT-7267 Fixed UI missing last symbol of string on hi-res monitors. | andreykproductengine | |
2017-03-21 | MAINT-7224 Chat logs move down, leaving huge empty space | Mnikolenko Productengine | |
2017-01-04 | MAINT-918 Newline was not displayed correctly in chat window. | andreykproductengine | |
2016-09-13 | MAINT-6726 Fixed LLLineEditor menus staying in memory forever | andreykproductengine | |
2016-09-12 | MAINT-6720 Fixed onVisibilityChange() crash in LLTextBase | andreykproductengine | |
2016-05-23 | MAINT-2129 signuls cleanup | andreykproductengine | |
2016-05-18 | MAINT-2129 "Block" button doesn't become disabled | andreykproductengine | |
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-03-11 | MAINT-6097 FIXED On required update, clicking link to release notes opens ↵ | andreykproductengine | |
browser behind menu | |||
2016-03-07 | merge DRTVWR-398 build cleanup fixes | Oz Linden | |
2015-12-29 | MAINT-5984 FIXED Incorrect cursor position with UI scale >1.0 | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-13 | merge changes for 3.8.5-release | Oz Linden | |
2015-08-10 | MAINT-5463 FIXED Add hovertext to the official link badge in chat/IM, etc. | Mnikolenko ProductEngine | |
2015-07-30 | merge changes for other open sourc contributions | Oz Linden | |
2015-07-29 | MAINT-5428 FIXED Show tooltip for both parts of url. | Mnikolenko ProductEngine | |
2015-07-29 | MAINT-5019 FIXED Undesired "http://" added to domains sent in chat | AndreyL ProductEngine | |
Completely removed matching of the URLs w/o a protocol + Some unit tests | |||
2015-04-14 | merge changes for STORM-2113 | Oz Linden | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-04-11 | STORM-2113 - uri parsing cleanup and fixes | Cinder | |