phoenix-firestorm/indra/llui
TJ aeefc73129
Add font buffer resetting in LLLineEditor.clear() (#4159)
2025-05-27 04:03:05 +03: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 #3778 #3654 Split text and background selection colors 2025-03-21 09:39:25 +02: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 Restore currently entered text in chat entry textbox after going through history with Ctrl-PgUp/PgDown (#2680) 2025-04-18 01:30:25 +02:00
llchatentry.h Restore currently entered text in chat entry textbox after going through history with Ctrl-PgUp/PgDown (#2680) 2025-04-18 01:30:25 +02:00
llcheckboxctrl.cpp Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llcheckboxctrl.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 #3795 Crash at getVolatileAPRPool() 2025-03-30 13:38:34 +03: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
lldockcontrol.cpp Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
lldockcontrol.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
lldraghandle.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
lldraghandle.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llflashtimer.cpp Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llflashtimer.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llflatlistview.cpp Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llflatlistview.h Restore missing 'override' 2025-04-18 20:36:28 +03:00
llfloater.cpp Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llfloater.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llflyoutbutton.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llflyoutbutton.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llfocusmgr.cpp #2271 BugSplat Crash #1504299: LLFocusableElement::~LLFocusableElement(79) 2024-08-13 20:21:21 +02:00
llfocusmgr.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llfolderview.cpp #3581 #3563 Fix callback deletion not working 2025-02-19 20:56:58 +02:00
llfolderview.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llfolderviewitem.cpp Try to parallelize xcode builds further and add more headers to PCH to reduce build time 2025-03-12 18:37:27 +02:00
llfolderviewitem.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llkeywords.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
lllayoutstack.cpp Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
lllayoutstack.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Add font buffer resetting in LLLineEditor.clear() (#4159) 2025-05-27 04:03:05 +03:00
lllineeditor.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llmenugl.cpp #3778 #3654 Split text and background selection colors 2025-03-21 09:39:25 +02:00
llmenugl.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llmultifloater.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llmultislider.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llmultislider.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llmultisliderctrl.cpp Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llmultisliderctrl.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 #3795 Crash at getVolatileAPRPool() 2025-03-30 13:38:34 +03:00
llnotifications.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llresizehandle.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llresizehandle.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 #4110 Crash on LLScrollListCtrl::deleteSelectedItems 2025-05-22 19:41:17 +03:00
llscrolllistctrl.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +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 #3778 #3654 Split text and background selection colors 2025-03-21 09:39:25 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llstatbar.cpp Remove quads rendering mode entirely (#2593) 2024-09-18 17:09:51 +03:00
llstatbar.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llstatgraph.cpp Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llstatgraph.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llstatview.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
llstatview.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
lltabcontainer.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
lltextbase.cpp #3778 #3654 Split text and background selection colors 2025-03-21 09:39:25 +02:00
lltextbase.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
lltextbox.cpp #3319 Crash at LLInitParam::Param::setProvided 2025-01-20 12:40:05 +02:00
lltextbox.h Restore missing 'override' 2025-04-18 20:36:28 +03:00
lltexteditor.cpp #3814 Out of range exception in TextCmdRemove::execute 2025-03-26 21:36:43 +02:00
lltexteditor.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
lltooltip.cpp Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
lltooltip.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
lluictrl.cpp Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
lluictrl.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
lluictrlfactory.cpp Fix line endlings 2024-05-22 22:40:26 +03:00
lluictrlfactory.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llurlregistry.cpp Replace liburiparser with boost::url 2024-07-29 13:33:12 +03:00
llurlregistry.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llviewborder.cpp Fix various issues with ui elements not updating colors dynamically 2024-08-04 23:11:57 -04:00
llviewborder.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llviewereventrecorder.cpp Changes towards C++20 compatibility (#2520) 2024-09-09 13:02:34 +03:00
llviewereventrecorder.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00
llwindowshade.cpp Fix up LLWindowShade getChild calls during draw 2024-07-25 08:45:52 -04:00
llwindowshade.h Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02: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 Clean up LLUI and fix/add suggestions from VS (#2746) 2025-04-18 01:45:11 +02:00