Skip to content
Snippets Groups Projects
  1. Aug 12, 2015
  2. Aug 10, 2015
  3. Aug 16, 2014
  4. Mar 21, 2014
  5. Sep 25, 2013
  6. Apr 30, 2013
  7. Mar 29, 2013
  8. Mar 13, 2013
  9. Sep 08, 2012
  10. Jan 20, 2012
    • Richard Linden's avatar
      removed LLXUIXML library · 057da807
      Richard Linden authored
      moved LLInitParam, and LLRegistry to llcommon
      moved LLUIColor, LLTrans, and LLXUIParser to llui
      reviewed by Nat
      057da807
  11. Oct 10, 2011
  12. Apr 19, 2011
    • Richard Linden's avatar
      EXP-648 FIX As a developer, I want to be able to specify param blocks that use... · 1dedd3de
      Richard Linden authored
      EXP-648 FIX As a developer, I want to be able to specify param blocks that use Multiple<LLUIImage> for a sequence of images
      Factored out param block data classes so that specialized param block types, such as LLUIImage, LLFontGL, LLRect, etc. can be stored in a Multiple<T> context
      Converted loading_indicator to take image sequence from XUI
      deprecated name-value pairs for LLUIColor values, and put them in colors.xml
      1dedd3de
  13. Dec 18, 2010
  14. Dec 16, 2010
  15. Oct 13, 2010
  16. Oct 06, 2010
  17. Sep 21, 2010
  18. Aug 13, 2010
  19. May 26, 2010
  20. Apr 07, 2010
  21. Feb 03, 2010
  22. Feb 02, 2010
    • Mark Palange (Mani)'s avatar
      merge · 58f813a1
      Mark Palange (Mani) authored
      58f813a1
    • Lynx Linden's avatar
      DEV-32540: Lots of object IM and SLurl improvements · e563a076
      Lynx Linden authored
      - Don't let object names that are URLs override links to display the
        remote object inspector
      
      - Don't hyperlink the object name in the remote object inspector
      
      - Made the <nolink>...</nolink> regex more robust and made it support
        non-URLs between the tags, so that we don't get random <nolink> tags
        when trying to disable URLs in user-typed text.
      
      - Improved the llurlentry unit test and added some more test cases.
      
      - Hooked up another LLViewerMessage code path to objectim SLapps to
        pass down the owner and slurl information.
      
      - Made a few LLUrlEntryBase methods be const methods, because they are
      
      - Fixed a bug in the remote object inspector where it would never show
        the teleport URL.
      e563a076
  23. Jan 29, 2010
    • Tofu Linden's avatar
      CID-299 · ccbf6088
      Tofu Linden authored
      Checker: UNINIT_CTOR
      Function: LLUIColor::LLUIColor()
      File: /indra/llui/tests/llurlentry_test.cpp
      ccbf6088
    • Lynx Linden's avatar
      EXT-4678: Support <nolink>...</nolink> to turn off URL hyperlinking. · 4d6c9e3e
      Lynx Linden authored
      We are running into a bunch of places where we don't want to allow
      hyperlinking of URLs like secondlife.com in text boxes. I've therefore
      added a new type of URL regex that disables URL hyperlinking. Simply
      enclose the URL in a <nolink> tag, e.g.:
      
        <nolink>secondlife.com</nolink>
      4d6c9e3e
  24. Jan 22, 2010
  25. Jan 15, 2010
    • Lynx Linden's avatar
      EXT-4125: Regexes hurt my head! · c6108f0f
      Lynx Linden authored
      Updated the regex to match a free URL in plain text with no http:
      protocol. This now explicitly does not match e-mail addresses, such as
      test@lindenlab.com (yay negative lookbehind regexes). It additionally
      matches URLs with a port or path after it, e.g., secondlife.com/status.
      
      I've added a bunch more unit tests to asset positive and negative
      matches for this regex, because no human can do this in their head.
      c6108f0f
  26. Jan 11, 2010
  27. Oct 16, 2009
  28. Oct 03, 2009
  29. Sep 23, 2009
    • Martin Reddy's avatar
      EXT-944 EXT-1026: reverting my previous fix for these crashes. · 47abd559
      Martin Reddy authored
      This didn't work on Windows because wchar_t is 2 bytes on that
      platform, not 4 bytes (whereas llwchar is 4 bytes everywhere).
      Boost's regex methods need to work on wchar_t, but I believe
      that using a UTF-16 string would still be prone to crashing on
      Windows as UTF-16 is still a variable-length encoding. Besides,
      trying to compile a UTF-16 solution generates weird link errors.
      
      Instead, I'm going to fix this problem a different way. And
      I'm starting by reverting the previous attempt. Thanks Win32.
      47abd559
  30. Sep 22, 2009
  31. Sep 14, 2009
  32. Sep 07, 2009
  33. Sep 04, 2009
    • Martin Reddy's avatar
      Merging the SLURLs Everywhere branch (viewer-2.0.0-slurls-3) into · 330840af
      Martin Reddy authored
      Viewer 2.0 (viewer-2.0.0-3). This provides support for clickable Urls
      in text editors and textboxes, with right-click context menus,
      tooltips, and alternate link labels. This includes alert boxes, the
      login progress window, local chat and IM interfaces, etc. As well as
      context menus for avatars and groups in list widgets. Includes fixes
      for the following individual JIRAs:
      
      DEV-8763 VWR-10636: Hyperlinks in alert dialogs should be selectable (clickable)!
      DEV-38829 EXT-742: Remove LLLink class
      DEV-35459 VWR-14679: SLURLs and teleport Links not parsed properly
      DEV-19842 VWR-8773: Closing parenthesis ")" breaks urls
      DEV-21577 VWR-9405: In-world SLURLs containing "(" or ")" are not treated as a hyperlink in chat
      DEV-37652 SEC-435: Object Chat/IMs are untraceable (VWR-2388) Fix has left flaw
      DEV-10353: URLs in chat log terminated incorrectly when newline in chat
      DEV-2925: In chat history, use a teleport hyperlink as source name for object IMs
      DEV-36192: Need a way to copy Avatar names and Group names
      DEV-2926: Allow viewer hyperlinks to have different text than the actual url
      DEV-27253: Add easy way to copy URLs from viewer chat
      DEV-38274: Make About Second Life window use new Url hyperlinking features
      DEV-39076: No url support in Text Editors
      DEV-7476 VWR-2172: Add hyperlinks to chat console for easier access
      DEV-7475: Add hyperlinks to notecards!
      DEV-35375 EXT-128: HTTPS urls aren't loaded in the internal browser by click
      
      Master JIRA issues: DEV-32819, DEV-323820, DEV-7474
      
      Testing performed against QAR-1789
      
      svn merge -r 131623:131889 svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-slurl-3
      svn merge -r 131978:132515 svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-slurl-3
      330840af
  34. Jul 09, 2009
Loading