Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-04 | GCC build fixes | Erik Kundiman | |
which includes another misleading indentation, and a double use of the variable is_asset_knowable. | |||
2023-10-04 | src in inventory gallery is set but unused | Erik Kundiman | |
It was okay on FreeBSD's Clang, but an error on AppleClang and GCC too. | |||
2023-10-04 | Merge tag '6.6.15-release' | Erik Kundiman | |
source for viewer 6.6.15.581961 | |||
2023-09-26 | SL-20341 Item Properties floater closes on changes for task inventory item | Andrey Kleshchev | |
2023-09-25 | SL-20334 Unable to use non-square textures from inventory | Andrey Kleshchev | |
2023-09-25 | SL-20332 Crash at dragCategoryIntoFolder | Andrey Kleshchev | |
2023-09-20 | SL-20308 Clearing user's data should clear mfa #2 | Andrey Kleshchev | |
2023-09-20 | SL-20298 Fix recursive fetch not working properly. | Andrey Kleshchev | |
2023-09-20 | Round the 128 & 256 icon corners | Erik Kundiman | |
2023-09-20 | Login logos update | Erik Kundiman | |
2023-09-19 | New login logo with black backgrounds | Erik Kundiman | |
2023-09-19 | Disable assembly instructions on non x86 | Erik Kundiman | |
at least for now. | |||
2023-09-18 | SL-20308 Clearing user's data should clear mfa | Andrey Kleshchev | |
2023-09-15 | Limit unused-but-set-variable to Linux when Clang | Erik Kundiman | |
Others are fine without the error turned off, and the flag might not even be available on some other's Clang. | |||
2023-09-15 | SL-20278 Disconnect saving MFA from saving password | Andrey Kleshchev | |
2023-09-15 | SL-19826 Gallery multiselect support, fix right click | Andrey Kleshchev | |
2023-09-14 | SL-20269 Tab's focus jumps over item when clicking on edge items | Andrey Kleshchev | |
2023-09-14 | SL-20285 Updated individual request count declaration | Andrey Kleshchev | |
2023-09-14 | SL-20285 Sturdier cof and fixed link fetching | Andrey Kleshchev | |
2023-09-14 | getNativeKeyData impl for non Darwin non GTK | Erik Kundiman | |
Copying from GTK users part though. | |||
2023-09-12 | SL-20162 Option for debuging folder version in UI | Andrey Kleshchev | |
Shows folder's data instead of a suffix. Will need either a new inventory window or to toggle UI debug on early. | |||
2023-09-12 | Set but not used variable isn't an error | Erik Kundiman | |
Encountered when using Clang on Linux. Switched to Clang cause sometimes errors can be less escapable on GCC. | |||
2023-09-12 | Swap dependency between llmath & llmeshoptimizer | Erik Kundiman | |
It seems easier the other way around. This is only so building shared libraries won't fail. | |||
2023-09-11 | SL-20199 Fix invalid or oversized folder being refetched indefinetely | Andrey Kleshchev | |
2023-09-11 | Revive HiDPI support & multi threaded OpenGL | Erik Kundiman | |
See 7dd1149e3649057f0962b85bdc467f4e9299b235. The attributes only needed to be moved from LLWindowMacOS X to LLWindowSDL. | |||
2023-09-10 | SL-20261 Allow and resize existing textures as necessary for thumbnails | Andrey Kleshchev | |
2023-09-10 | SL-19826 Keep scroll from acting up if selection changed | Andrey Kleshchev | |
Unfulfilled scroll (due to fetching) persisted after selection changed | |||
2023-09-10 | SL-19826 Basic 'shift' support for gallery Part#4 | Andrey Kleshchev | |
2023-09-10 | SL-19826 Gallery multiselect support Part#3 | Andrey Kleshchev | |
wip | |||
2023-09-10 | SL-19826 Implement feedback for dropping into flat folder view Part#2 | Andrey Kleshchev | |
2023-09-10 | SL-19826 Implement feedback for pasting into flat folder view Part#1 | Andrey Kleshchev | |
2023-09-10 | Use prebuilt OpenJPEG for now | Erik Kundiman | |
until we figure out what's causing crashes with vanilla OpenJPEG. | |||
2023-09-10 | macOS still uses viewer_manifest for now | Erik Kundiman | |
until we're ready with CPack for it. | |||
2023-09-10 | The header for CFBundleRef & CFBundleCreate | Erik Kundiman | |
2023-09-10 | GL_ALPHA8_EXT as an alternative to GL_ALPHA8 | Erik Kundiman | |
2023-09-10 | Darwin hasn't been using llwindowmacosx | Erik Kundiman | |
2023-09-10 | GL_RGBA16F is used when there's no GL_RGBA16 | Erik Kundiman | |
2023-09-10 | Lose the _EXT from GL_FRAMEBUFFER macro | Erik Kundiman | |
2023-09-10 | Always compile vertex array code | Erik Kundiman | |
So that, especially modern, GL implementations that do have vertex array but don't have the legacy GL_ARB_vertex_array_object defined have such code compiled too. | |||
2023-09-10 | Preprocess GLU implementors only code | Erik Kundiman | |
2023-09-10 | Missing parameter for non file picker implementors | Erik Kundiman | |
2023-09-10 | Preprocess non portable OpenGL code | Erik Kundiman | |
2023-09-10 | Lose the _ARB suffix from many macros | Erik Kundiman | |
2023-09-07 | Bring back glBufferParameteriAPPLE | Erik Kundiman | |
GL_APPLE_flush_buffer_range is defined on other platforms such as FreeBSD but there would failure to link, hence the extra LL_DARWIN. | |||
2023-09-07 | Bring back GL_MULTISAMPLE_ARB to macOS | Erik Kundiman | |
since it doesn't have GL_MULTISAMPLE_EXT. | |||
2023-09-07 | Revert "Bring back GL funcs & macros that work on macOS" | Erik Kundiman | |
This reverts commit e600f6504cd7edd9d2883ea7dc17c2574b1ff468. | |||
2023-09-07 | Bring back OpenGL >= 3.0 functionalities to macOS | Erik Kundiman | |
They weren't compiled with the previous commit, and it affected a lot. | |||
2023-09-07 | Bring back GL funcs & macros that work on macOS | Erik Kundiman | |
2023-09-07 | Comment out the GL funcs redefinition for Darwin | Erik Kundiman | |
2023-09-07 | Implementations without shm_unlink can use APR | Erik Kundiman | |