Age | Commit message (Expand) | Author |
2024-09-13 | Clean up Windows build (#2562) | Ansariel Hiller |
2024-09-12 | Attempted fix for mac crash when showing About Second Life. | Brad Linden |
2024-08-14 | Enable /permissive- on MSVC for better standards conformance (#2251) | Rye Mutt |
2024-07-08 | Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and... | Ansariel |
2024-07-01 | #1111 Remove xmlrpc-epi | Alexander Gavriliuk |
2024-06-01 | Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible... | Ansariel |
2024-05-24 | Introduce LLWStringView to prevent unnecessary memory allocations | Ansariel |
2024-05-22 | Fix line endlings | Ansariel |
2024-05-22 | Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-A | Ansariel |
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ... | Andrey Lihatskiy |
2024-04-11 | Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-m... | Ansariel |
2024-03-14 | Proposal #2 to restore how UI/dialogs used to render by prioritizing fallback... | Henri Beauchamp |
2024-03-12 | Merge branch 'main' of https://github.com/secondlife/viewer into DRTVWR-600-m... | Ansariel |
2024-03-04 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy |
2024-03-01 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy |
2024-02-21 | viewer#851 Xcode buildfix | Andrey Lihatskiy |
2024-02-21 | Convert remaining BOOLs in llxml and introduce std::string_view | Ansariel |
2024-02-17 | misc: BOOL to bool | Lars Næsbye Christensen |
2024-02-16 | Replaced one overlooked FALSE | Ansariel |
2024-02-16 | Replace most of BOOL with bool in llmath | Ansariel |
2024-02-09 | SL-20363 Option 'Debug Unicode' - show unicode values | Alexander Gavriliuk |
2024-02-08 | SL-20363 Add Advanced option 'Debug Unicode' | Alexander Gavriliuk |
2024-01-17 | SL-20795 Part of previously typed emojis disappear in the 'Save settings as a... | Alexander Gavriliuk |
2023-11-30 | SL-19801 Log unicode characters for debug | Alexander Gavriliuk |
2023-10-18 | SL-20463 Rename outfit dialog box accepts emoji characters | Alexander Gavriliuk |
2023-10-11 | SL-20370 Change PDT to SLT on menu bar | Alexander Gavriliuk |
2023-10-11 | SL-20370 Change PDT to SLT on menu bar | Alexander Gavriliuk |
2023-05-17 | SL-19575 Create emoji gallery (fix bug with drawing emojis in chat history) | Alexander Gavriliuk |
2023-01-26 | Merge branch 'xcode-14.1' into DRTVWR-489-emoji | Callum Prentice |
2022-11-09 | Merge branch contribution/emoji into DRTVWR-489-emoji | Kitty Barnett |
2022-11-03 | DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. | Nat Goodspeed |
2022-08-28 | Merge branch 'contribution/emoji' | Kitty Barnett |
2022-01-14 | SL-16606: Add profiler category STRING | Ptolemy |
2021-11-23 | SL-16094: Merge llstring work from SL-16207 | Nat Goodspeed |
2021-11-02 | SL-16207: Fix bug in ll_convert_string_to_utf8_string(). | Nat Goodspeed |
2021-11-02 | SL-16207: Create uniform overload sets for wide-string conversions. | Nat Goodspeed |
2021-10-28 | SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTrac... | Dave Parks |
2020-03-25 | DRTVWR-476: Eliminate snprintf_hack::snprintf(). Use MS snprintf(). | Nat Goodspeed |
2019-11-07 | Fallback fonts can have first crack at adding an unknown character + set Twem... | Kitty Barnett |
2018-12-14 | SL-10153: Fix previous commit for non-Windows systems. | Nat Goodspeed |
2018-12-14 | SL-10153: Introduce ll_convert, windows_message() templates. | Nat Goodspeed |
2018-12-11 | SL-10153: Improve ll_convert_string_to_wide() and its converse. | Nat Goodspeed |
2017-10-03 | SL-808 - more work on arc display. area calculations still have some issues, ... | Brad Payne (Vir Linden) |
2016-06-01 | MAINT-6446 Correct password length handling | andreykproductengine |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden |
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for wid... | Oz Linden |
2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream respec... | Oz Linden |
2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream respecti... | Oz Linden |
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): minor fix for debug only unit ... | callum_linden |