phoenix-firestorm/indra/llui
Andrey Kleshchev 41368a94b7 #3581 #3563 Fix callback deletion not working 2025-02-19 20:56:58 +02:00
..
tests Fix line endlings 2024-05-22 22:40:26 +03:00
CMakeLists.txt DRTVWR-489: Fix things up after a messy merge with main because of a gigantic CMake patch. Sadly, my macOS box updated to Xcode14.3 overnight and that caused many warnings/errors with variables being initialized and then used but not in a way that affected anything.. Building on Xcode 14.3 also requires that MACOSX_DEPLOYMENT_TARGET be set to > 10.13. Waiting on a decision about that but checking this in in the meantime. Builds on macOS with appropriate build variables set for MACOSX_DEPLOYMENT_TARGET = 10.14 but not really expecting this to build in TC because (REDACTED). Windows version probably hopelessly broken - switching to that now. 2023-04-03 14:58:58 -07:00
llaccordionctrl.cpp Clean up excessive dynamic casts in LLAccordionCtrl (#2333) 2024-08-19 09:40:01 +03:00
llaccordionctrl.h Clean up excessive dynamic casts in LLAccordionCtrl (#2333) 2024-08-19 09:40:01 +03:00
llaccordionctrltab.cpp Fix loop scope issue and rework some strange-looking loops 2024-07-01 17:58:45 +03:00
llaccordionctrltab.h Fix line endlings 2024-05-22 22:40:26 +03:00
llbadge.cpp Expose LLVector4a in LLRender 2024-09-19 09:58:17 +03:00
llbadge.h viewer#2411 A bit more coverage for font buffer 2024-09-04 10:16:46 +03:00
llbadgeholder.cpp #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llbadgeholder.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llbadgeowner.cpp #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llbadgeowner.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llbutton.cpp viewer#2411 Cleanup #2 2024-09-04 10:16:46 +03:00
llbutton.h viewer#2411 Cleanup #2 2024-09-04 10:16:46 +03:00
llcallbackmap.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llchat.h Fix line endlings 2024-05-22 22:40:26 +03:00
llchatentry.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llchatentry.h Fix line endlings 2024-05-22 22:40:26 +03:00
llcheckboxctrl.cpp Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llcheckboxctrl.h Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llclipboard.cpp Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible loss of precision" warnings 2024-06-01 15:49:26 +02:00
llclipboard.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llcombobox.cpp viewer#2646 Fix viewer ignoring Physics Shape Type changes 2024-09-25 22:46:10 +03:00
llcombobox.h #2454 Scrolling by the mouse wheel does not scroll up on the unopened Destination field 2024-08-30 16:13:39 +02:00
llcommandmanager.cpp Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible loss of precision" warnings 2024-06-01 15:49:26 +02:00
llcommandmanager.h Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible loss of precision" warnings 2024-06-01 15:49:26 +02:00
llconsole.cpp Add LLUIColorTable debug-settings-like floater for easing skin design 2024-08-04 23:11:57 -04:00
llconsole.h Fix line endlings 2024-05-22 22:40:26 +03:00
llcontainerview.cpp Reduce utf8 to wstring conversion and llwstring temporaries during text draw (#2115) 2024-07-26 13:19:34 +03:00
llcontainerview.h Reduce utf8 to wstring conversion and llwstring temporaries during text draw (#2115) 2024-07-26 13:19:34 +03:00
llctrlselectioninterface.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llctrlselectioninterface.h Fix line endlings 2024-05-22 22:40:26 +03:00
lldockablefloater.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
lldockablefloater.h Fix line endlings 2024-05-22 22:40:26 +03:00
lldockcontrol.cpp Fix excessive findChild calls when a docked control is open from LLDockControl::getAllowedRect 2024-07-25 08:45:52 -04:00
lldockcontrol.h Fix excessive findChild calls when a docked control is open from LLDockControl::getAllowedRect 2024-07-25 08:45:52 -04:00
lldraghandle.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
lldraghandle.h Fix line endlings 2024-05-22 22:40:26 +03:00
lleditmenuhandler.cpp #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
lleditmenuhandler.h Fix line endlings 2024-05-22 22:40:26 +03:00
llemojidictionary.cpp Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible loss of precision" warnings 2024-06-01 15:49:26 +02:00
llemojidictionary.h SL-20416 Avoid of taking focus by EmojiPicker 2024-01-24 00:07:10 +03:00
llemojihelper.cpp Disable EmojiHelper if Digit before Colon (#2178) 2024-08-02 13:33:00 +03:00
llemojihelper.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llf32uictrl.cpp Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now 2024-07-08 20:27:14 +02:00
llf32uictrl.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llfiltereditor.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llfiltereditor.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llflashtimer.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llflashtimer.h Fix line endlings 2024-05-22 22:40:26 +03:00
llflatlistview.cpp Fix loop scope issue and rework some strange-looking loops 2024-07-01 17:58:45 +03:00
llflatlistview.h Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible loss of precision" warnings 2024-06-01 15:49:26 +02:00
llfloater.cpp Remove quads rendering mode entirely (#2593) 2024-09-18 17:09:51 +03:00
llfloater.h 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
llfloaterreg.cpp Reduce string temporaries from LLFloaterReg find/get 2024-07-01 22:24:32 -04:00
llfloaterreg.h Reduce string temporaries from LLFloaterReg find/get 2024-07-01 22:24:32 -04:00
llfloaterreglistener.cpp Reduce string temporaries from LLFloaterReg find/get 2024-07-01 22:24:32 -04:00
llfloaterreglistener.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llflyoutbutton.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llflyoutbutton.h Fix line endlings 2024-05-22 22:40:26 +03:00
llfocusmgr.cpp #2271 BugSplat Crash #1504299: LLFocusableElement::~LLFocusableElement(79) 2024-08-13 20:21:21 +02:00
llfocusmgr.h Fix line endlings 2024-05-22 22:40:26 +03:00
llfolderview.cpp #3581 #3563 Fix callback deletion not working 2025-02-19 20:56:58 +02:00
llfolderview.h #3505 Fix updateMenu() being called too frequently on fetch callback 2025-02-07 18:34:04 +02:00
llfolderviewitem.cpp viewer#2565 Optimize LLFolderViewItem::draw() 2024-09-18 11:38:06 +03:00
llfolderviewitem.h viewer#2565 Optimize LLFolderViewItem::draw() 2024-09-18 11:38:06 +03:00
llfolderviewmodel.cpp Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge 2024-05-01 08:16:58 +03:00
llfolderviewmodel.h #459 Filters on object inventory 2024-09-08 00:11:56 +02:00
llfunctorregistry.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llhelp.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
lliconctrl.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
lliconctrl.h Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llkeywords.cpp macOS build fix attempt 2024-08-05 06:47:06 -04:00
llkeywords.h Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
lllayoutstack.cpp #2289 BugSplat Crash #1496385: SecondLifeViewer!LLFocusableElement::~LLFocusableElement(79) 2024-08-19 12:17:20 +02:00
lllayoutstack.h Reduce string temporaries from LLTabContainer, LLMenuGL, LLLayoutStack, and LLKeywords using string_view 2024-07-02 08:56:42 -04:00
lllazyvalue.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
lllineeditor.cpp viewer#2411 Use font buffer in line editor 2024-09-05 06:55:53 +03:00
lllineeditor.h viewer#2411 Use font buffer in line editor 2024-09-05 06:55:53 +03:00
llloadingindicator.cpp #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llloadingindicator.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
lllocalcliprect.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
lllocalcliprect.h Fix line endlings 2024-05-22 22:40:26 +03:00
llmenubutton.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llmenubutton.h Fix line endlings 2024-05-22 22:40:26 +03:00
llmenugl.cpp Reduce utf8 to wstring conversion and llwstring temporaries during text draw (#2115) 2024-07-26 13:19:34 +03:00
llmenugl.h Reduce string temporaries from LLTabContainer, LLMenuGL, LLLayoutStack, and LLKeywords using string_view 2024-07-02 08:56:42 -04:00
llmodaldialog.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llmodaldialog.h Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible loss of precision" warnings 2024-06-01 15:49:26 +02:00
llmultifloater.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llmultifloater.h Fix line endlings 2024-05-22 22:40:26 +03:00
llmultislider.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llmultislider.h Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible loss of precision" warnings 2024-06-01 15:49:26 +02:00
llmultisliderctrl.cpp Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llmultisliderctrl.h Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llnotificationptr.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llnotifications.cpp viewer#3088 Report out of memory as a separate 'category' 2025-01-22 16:06:30 +02:00
llnotifications.h Clean up boost includes and remove compiler warning pragma for unreachable code in PCH (#2361) 2024-08-20 18:41:48 +03:00
llnotificationslistener.cpp Reduce string temporaries from LLNotifications using string_view 2024-07-02 08:55:12 -04:00
llnotificationslistener.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llnotificationsutil.cpp #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llnotificationsutil.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llnotificationtemplate.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llnotificationvisibilityrule.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llpanel.cpp Remove usused LLButton::mBorderEnabled 2024-09-04 10:16:46 +03:00
llpanel.h Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llprogressbar.cpp #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llprogressbar.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llradiogroup.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llradiogroup.h Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible loss of precision" warnings 2024-06-01 15:49:26 +02:00
llresizebar.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llresizebar.h Fix line endlings 2024-05-22 22:40:26 +03:00
llresizehandle.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llresizehandle.h Fix line endlings 2024-05-22 22:40:26 +03:00
llresmgr.cpp Fix issues resulting from b42f9d836b 2024-06-09 16:17:03 +02:00
llresmgr.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llrngwriter.cpp #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llrngwriter.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llscrollbar.cpp Fix excessive getChild calls from LLScrollBar reshape 2024-07-25 08:45:52 -04:00
llscrollbar.h Fix excessive getChild calls from LLScrollBar reshape 2024-07-25 08:45:52 -04:00
llscrollcontainer.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llscrollcontainer.h Fix line endlings 2024-05-22 22:40:26 +03:00
llscrollingpanellist.cpp #2036 BugSplat Crash #1494874: LLScrollingPanelList::updatePanelVisiblilty()(220) 2024-07-17 15:17:29 +02:00
llscrollingpanellist.h Fix line endlings 2024-05-22 22:40:26 +03:00
llscrolllistcell.cpp viewer#2411 Cleanup 2024-09-04 10:16:46 +03:00
llscrolllistcell.h viewer#2411 A bit more coverage for font buffer 2024-09-04 10:16:46 +03:00
llscrolllistcolumn.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llscrolllistcolumn.h Fix line endlings 2024-05-22 22:40:26 +03:00
llscrolllistctrl.cpp viewer#2646 Fix viewer ignoring Physics Shape Type changes 2024-09-25 22:46:10 +03:00
llscrolllistctrl.h #2471 The Destinations ComboBox on Login Screen changes the selected item to the similar one 2024-09-03 00:30:40 +02:00
llscrolllistitem.cpp Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible loss of precision" warnings 2024-06-01 15:49:26 +02:00
llscrolllistitem.h Fix line endlings 2024-05-22 22:40:26 +03:00
llsearchablecontrol.h Optimization and cleanup of various color finds during draw 2024-08-04 23:11:57 -04:00
llsearcheditor.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llsearcheditor.h Fix line endlings 2024-05-22 22:40:26 +03:00
llslider.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llslider.h Fix line endlings 2024-05-22 22:40:26 +03:00
llsliderctrl.cpp Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llsliderctrl.h Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llspellcheck.cpp Reduce UI draw stalls from LLSpellChecker singleton via simpleton 2024-08-14 00:31:37 -04:00
llspellcheck.h Reduce UI draw stalls from LLSpellChecker singleton via simpleton 2024-08-14 00:31:37 -04:00
llspellcheckmenuhandler.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llspinctrl.cpp Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llspinctrl.h Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llstatbar.cpp Remove quads rendering mode entirely (#2593) 2024-09-18 17:09:51 +03:00
llstatbar.h Fix line endlings 2024-05-22 22:40:26 +03:00
llstatgraph.cpp Add LLUIColorTable debug-settings-like floater for easing skin design 2024-08-04 23:11:57 -04:00
llstatgraph.h Fix line endlings 2024-05-22 22:40:26 +03:00
llstatview.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llstatview.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llstyle.cpp #3319 Crash at LLInitParam::Param::setProvided 2025-01-20 12:40:05 +02:00
llstyle.h #3319 Crash at LLInitParam::Param::setProvided 2025-01-20 12:40:05 +02:00
lltabcontainer.cpp Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now 2024-07-08 20:27:14 +02:00
lltabcontainer.h Reduce string temporaries from LLTabContainer, LLMenuGL, LLLayoutStack, and LLKeywords using string_view 2024-07-02 08:56:42 -04:00
lltextbase.cpp #3319 Crash at LLInitParam::Param::setProvided 2025-01-20 12:40:05 +02:00
lltextbase.h #2408 The long covenant with emojis significantly slows down some operations in the viewer 2024-09-18 17:13:59 +02:00
lltextbox.cpp #3319 Crash at LLInitParam::Param::setProvided 2025-01-20 12:40:05 +02:00
lltextbox.h Reduce string temporaries from findChild and getChild 2024-07-01 21:50:54 -04:00
lltexteditor.cpp Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now 2024-07-08 20:27:14 +02:00
lltexteditor.h viewer#2411 Use font buffer for inventory 2024-09-07 00:32:18 +03:00
lltextparser.cpp Fix chat text segments not dynamically updating when colors changed in preferences 2024-08-04 23:11:57 -04:00
lltextparser.h Fix chat text segments not dynamically updating when colors changed in preferences 2024-08-04 23:11:57 -04:00
lltextutil.cpp #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
lltextutil.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
lltextvalidate.cpp Merge branch 'DRTVWR-600-maint-A' into signal/trim-trailing 2024-06-10 20:03:54 +03:00
lltextvalidate.h Trim trailing whitespace 2024-05-29 08:10:00 -07:00
lltimectrl.cpp Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible loss of precision" warnings 2024-06-01 15:49:26 +02:00
lltimectrl.h Fix line endlings 2024-05-22 22:40:26 +03:00
lltoggleablemenu.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
lltoggleablemenu.h Fix line endlings 2024-05-22 22:40:26 +03:00
lltoolbar.cpp viewer#2157 Toolbar's drop position indicator does not appear 2024-08-01 13:24:14 +03:00
lltoolbar.h Fix a bunch of uninitialized variable warnings that showed up in Visual Studio 2024-05-30 15:41:36 +02:00
lltooltip.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
lltooltip.h Fix line endlings 2024-05-22 22:40:26 +03:00
lltrans.cpp Fix Visual Studio complaints in LLTrans (#2575) 2024-09-17 03:10:24 +03:00
lltrans.h Fix Visual Studio complaints in LLTrans (#2575) 2024-09-17 03:10:24 +03:00
lltransutil.cpp viewer#3088 Report out of memory as a separate 'category' 2025-01-22 16:06:30 +02:00
lltransutil.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llui.cpp Reduce UI draw stalls from LLSpellChecker singleton via simpleton 2024-08-14 00:31:37 -04:00
llui.h Convert LLUI and LLRender2D to LLSimpleton to reduce overhead during ui draw (#2202) 2024-08-06 16:21:19 +03:00
lluicolor.cpp #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
lluicolor.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
lluicolortable.cpp Add LLUIColorTable debug-settings-like floater for easing skin design 2024-08-04 23:11:57 -04:00
lluicolortable.h Add LLUIColorTable debug-settings-like floater for easing skin design 2024-08-04 23:11:57 -04:00
lluiconstants.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
lluictrl.cpp Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
lluictrl.h Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
lluictrlfactory.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
lluictrlfactory.h Reduce string temporaries from findChild and getChild 2024-07-01 21:50:54 -04:00
lluifwd.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
lluistring.cpp #3222 Emoji tabs losing symbols 2024-12-09 23:06:21 +02:00
lluistring.h #3222 Make sure variables are initialized 2024-12-10 16:42:19 +02:00
lluiusage.cpp #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
lluiusage.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llundo.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llundo.h Fix line endlings 2024-05-22 22:40:26 +03:00
llurlaction.cpp #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llurlaction.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llurlentry.cpp Fix names in group chat sometimes showing as "Loading..." and never resolve (#2547) 2024-09-12 09:18:45 +03:00
llurlentry.h Fix names in group chat sometimes showing as "Loading..." and never resolve (#2547) 2024-09-12 09:18:45 +03:00
llurlmatch.cpp #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llurlmatch.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llurlregistry.cpp Replace liburiparser with boost::url 2024-07-29 13:33:12 +03:00
llurlregistry.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llview.cpp Use heterogeneous comparison for string_view map finds in LLControl and convert controlExists to string_view 2024-07-01 22:25:56 -04:00
llview.h Use heterogeneous comparison for string_view map finds in LLControl and convert controlExists to string_view 2024-07-01 22:25:56 -04:00
llviewborder.cpp Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llviewborder.h Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llviewereventrecorder.cpp Changes towards C++20 compatibility (#2520) 2024-09-09 13:02:34 +03:00
llviewereventrecorder.h Post-merge - trim trailing whitespace 2024-06-10 20:45:59 +03:00
llviewinject.cpp #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llviewinject.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llviewmodel.cpp viewer#2411 Use font buffer in text segments 2024-09-05 06:55:53 +03:00
llviewmodel.h viewer#2411 Use font buffer in text segments 2024-09-05 06:55:53 +03:00
llviewquery.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llviewquery.h Fix line endlings 2024-05-22 22:40:26 +03:00
llvirtualtrackball.cpp Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now 2024-07-08 20:27:14 +02:00
llvirtualtrackball.h Fix line endlings 2024-05-22 22:40:26 +03:00
llwindowshade.cpp Fix up LLWindowShade getChild calls during draw 2024-07-25 08:45:52 -04:00
llwindowshade.h Fix up LLWindowShade getChild calls during draw 2024-07-25 08:45:52 -04:00
llxuiparser.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llxuiparser.h #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
llxyvector.cpp Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now 2024-07-08 20:27:14 +02:00
llxyvector.h Fix line endlings 2024-05-22 22:40:26 +03:00