Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-01 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-02-25 | Issue#884 Crash on ~LLSearchEditor | Andrey Kleshchev | |
Crash seems to be specific to LLFilterEditor and only in a couple specific floaters. Based on older calltacks, commiting on exit was crashing. So I'm making sure that panels that potentially do not own the element in question clean the callback in case panels get deleted before the search editor. | |||
2024-02-23 | viewer#875 Crash at uri normalization | Andrey Kleshchev | |
Note that crash happened when setting LLProgressView::setMessage | |||
2024-02-21 | Convert remaining BOOLs in llxml and introduce std::string_view | Ansariel | |
2024-02-21 | Convert BOOL to bool in llui | Ansariel | |
2024-02-21 | Convert BOOL to bool in LLControlGroup and related classes | Ansariel | |
2024-02-19 | Change LLPreeditor::standouts_t to std::deque since std::vector<bool> since ↵ | Ansariel | |
it's a specialization that does not necessarily behave like standard STL containers | |||
2024-02-18 | Replace BOOL with bool in llwindow and dependent classes | Ansariel | |
2024-02-17 | More BOOL to bool replacements primarily in llappearance and llxml | Ansariel | |
2024-02-16 | Replace most of BOOL with bool in llmath | Ansariel | |
2024-02-12 | more misc: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-12 | miscellaneous: BOOL (int) to real bool | Lars Næsbye Christensen | |
2024-02-08 | SL-20363 Add Advanced option 'Debug Unicode' | Alexander Gavriliuk | |
2024-02-05 | Merge branch 'DRTVWR-599-maint-Z' into release/maint-yz | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llchiclet.h | |||
2024-02-05 | #68175 PR-726 MacOS build fix | Alexander Gavriliuk | |
2024-01-30 | BugSplat Crash #1409959 onTopLost | Andrey Kleshchev | |
onTopLost crashed 1. It contradicts callstack, but clearPopups() definetely has an issue due to not checking the pointer prior to calling onTopLost 2. According to callstack, crash happened around ~LLFolderViewFolder and while it does call removePopup for itself, it isn't a popup, the only one in the list would be the renamer, which calls back to parent, so made sure to secure it. 3. mFlashTimer was never deleted 4. Some explicit cleanup for TopLost | |||
2024-01-24 | SL-20416 Fix Crash Report 1409376 (update) | Alexander Gavriliuk | |
2024-01-23 | SL-20416 Fix Crash Report 1409376 | Alexander Gavriliuk | |
2024-01-24 | SL-20416 Avoid of taking focus by EmojiPicker | Alexander Gavriliuk | |
2024-01-17 | SL-20795 Part of previously typed emojis disappear in the 'Save settings as ↵ | Alexander Gavriliuk | |
a preset...' option of the 'Preferences' floater | |||
2024-01-16 | Locale problems prior to OS X 10.4 no longer apply | Lars Næsbye Christensen | |
localeconv() returns the right values in later versions, and we only support 10.13+ | |||
2024-01-11 | SL-20756 The emoji in the profile floater is displayed schematically | Alexander Gavriliuk | |
2024-01-09 | DRTVWR-599 OSX buildfix | Andrey Lihatskiy | |
2024-01-09 | Simplify expression | Ansariel | |
2024-01-09 | Replace BOOST_FOREACH with standard C++ range-based for-loops | Ansariel | |
2024-01-08 | replace boost library to standard | AiraYumi | |
2024-01-04 | SL-17896 Don't crash silently if files are missing or out of memory | Andrey Kleshchev | |
Under debug LL_ERRS will show a message as well, but release won't show anything and will quit silently so show a notification when applicable. | |||
2023-12-18 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llpanelprofile.cpp # indra/newview/llspatialpartition.cpp | |||
2023-12-18 | Merge branch 'main' into DRTVWR-594-maint-Y | Andrey Lihatskiy | |
2023-12-15 | Merge branch 'main' into DRTVWR-489 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/fonts/DejaVu-license.txt # indra/newview/fonts/DejaVuSans-Bold.ttf # indra/newview/fonts/DejaVuSans-BoldOblique.ttf # indra/newview/fonts/DejaVuSans-Oblique.ttf # indra/newview/fonts/DejaVuSans.ttf # indra/newview/fonts/DejaVuSansMono.ttf | |||
2023-12-14 | Merge branch 'DRTVWR-587-maint-V' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llspatialpartition.cpp | |||
2023-12-05 | Merge branch 'main' into DRTVWR-489 | Alexander Gavriliuk | |
2023-11-30 | Merge branch 'DRTVWR-594-maint-Y' into marchcat/594-y-pbr-merge | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llinventorygallery.cpp # indra/newview/skins/default/xui/en/notifications.xml | |||
2023-11-30 | SL-19801 Log unicode characters for debug | Alexander Gavriliuk | |
2023-11-30 | Merge branch 'DRTVWR-591-maint-X' into marchcat/591-x-pbr-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llrender/llgl.cpp # indra/llrender/llvertexbuffer.cpp # indra/llui/llflatlistview.cpp # indra/newview/app_settings/settings.xml # indra/newview/lldrawpoolground.cpp # indra/newview/llinventorybridge.cpp # indra/newview/llinventorygallery.cpp # indra/newview/llspatialpartition.cpp # indra/newview/llviewercontrol.cpp # indra/newview/llviewertexture.cpp # indra/newview/llvosky.cpp # indra/newview/skins/default/xui/en/menu_inventory.xml | |||
2023-11-30 | Merge branch 'DRTVWR-588-maint-W' into marchcat/588-w-pbr-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llrender/llgl.cpp # indra/llrender/llvertexbuffer.cpp # indra/llui/llflatlistview.cpp # indra/newview/lldrawpoolground.cpp # indra/newview/llspatialpartition.cpp # indra/newview/lltexturefetch.cpp # indra/newview/llviewergenericmessage.cpp # indra/newview/llviewertexture.cpp # indra/newview/llvosky.cpp # indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml # indra/newview/skins/default/xui/en/floater_stats.xml # indra/newview/skins/default/xui/en/floater_texture_fetch_debugger.xml # indra/newview/skins/default/xui/en/notifications.xml # indra/newview/skins/default/xui/en/panel_performance_preferences.xml | |||
2023-11-29 | Merge branch 'DRTVWR-559' into marchcat/587-v-pbr-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/CMakeLists.txt # indra/newview/llspatialpartition.cpp # indra/newview/llviewergenericmessage.cpp # indra/newview/llvoavatar.cpp | |||
2023-11-24 | SL-17076 Thread safety of LLNotificationChannelBase's items | Andrey Kleshchev | |
Due to odd crashes when cleaning mItems adding thread safety Viewer runs window in a separate thread, it is possible notification was added in a way that corrupted the list. | |||
2023-11-24 | SL-17076 MacOS crash on clearing ChicletNotificationChannel | Andrey Kleshchev | |
Crash appears to happens inside mItems.clear() of the LLNotificationChannelBase, but there is no apparent reson for it and stack jumped some steps, so I'm doing cleanup more explicitly to see if it's indeed there and not a corruption somewhere earlier. | |||
2023-11-23 | SL-17846 Crash at ~LLSearchEditor | Andrey Kleshchev | |
A weird crash inside LLSearchEditor, try clearing it explicitly | |||
2023-11-09 | SL-20438 Emoji picker will dock with edge of screen if the Conversations ↵ | Alexander Gavriliuk | |
floater is dragged there | |||
2023-11-08 | SL-20356 EmojiPicker - Implement arrow keys navigation | Alexander Gavriliuk | |
2023-10-31 | SL-20537 Add hover-preview for My Outfit list | Maxim Nikolenko | |
2023-10-26 | SL-20401 FIXED Popping out conversation floater second time moves location | Maxim Nikolenko | |
2023-10-23 | SL-13610 [MAC] WIP List HID available devices in joystick selection | Andrey Kleshchev | |
Doesn't filter the list yet, just shows full list of usb devices Selecting visible devices doesn't work yet | |||
2023-10-18 | SL-20463 Rename outfit dialog box accepts emoji characters | Alexander Gavriliuk | |
2023-10-17 | SL-20232 Allow deletion of worn items #1 | Andrey Kleshchev | |
2023-10-11 | SL-20419 Receiving new objects or items, etc causes inventory to switch from ↵ | Alexander Gavriliuk | |
recent to my inventory tab | |||
2023-10-11 | SL-20419 Receiving new objects or items, etc causes inventory to switch from ↵ | Alexander Gavriliuk | |
recent to my inventory tab | |||
2023-10-11 | SL-20403 FIXED People floater showing arrows on default size | Maxim Nikolenko | |