summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewtexture.cpp
AgeCommit message (Collapse)Author
2022-08-31Merge branch master (DRTVWR-483) into DRTVWR-559Andrey Kleshchev
# Conflicts: # indra/newview/lllocalbitmaps.cpp # indra/newview/lllocalbitmaps.h # indra/newview/llviewerregion.cpp # lllocalgltfmaterials.* were modified to match lllocalbitmaps*
2022-08-23SL-17653 Local gltf materials #2Andrey Kleshchev
2021-11-16Merge branch 'master' into DRTVWR-483Andrey Lihatskiy
# Conflicts: # indra/llui/lltextbase.h # indra/newview/VIEWER_VERSION.txt
2021-07-02SL-14075 allow exporting multiple textures with the same nameMnikolenko Productengine
2021-02-01Merge branch 'master' into DRTVWR-483Andrey Lihatskiy
2021-02-01Merge branch 'master' into DRTVWR-521-maintAndrey Lihatskiy
# Conflicts: # indra/newview/llappviewer.cpp
2020-11-02SL-14075 Allow bulk download of textures/picturesMnikolenko Productengine
2020-06-19SL-13487 File extension checks should ignore caseMnikolenko Productengine
2019-06-25SL-11431 [Legacy Profiles] Clicking someone else's profile picture should ↵maxim_productengine
open image modal.
2018-05-31MAINT-8700 Remove obsolete code and update 'Save texture' file dialogmaxim_productengine
2017-06-07MAINT-7461 Fixed images not showing at correct proportions when opened for ↵andreykproductengine
the first time
2017-05-30MAINT-731 Fixed Images Do Not Show at Proper Proportionsandreykproductengine
2016-05-19Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2016-04-22MAINT-2063 Fixed User had ability to delete Notecards and textures from libraryandreykproductengine
2016-03-16merge changes for DRTVWR-417Oz Linden
2016-02-13FIXED Crash in LLPreviewTexture destructorKitty Barnett
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-05-29MAINT-1850 FIXED Update Preview tittle and description after setting ↵Mnikolenko ProductEngine
texture's id.
2014-12-10MAINT-1774 FIXED Don't open preview texture floater if user clicks "Cancel" ↵Mnikolenko ProductEngine
button.
2014-12-02MAINT-4710 FIXED The 'Copy to inventory' button should be disabled in ↵andreykproductengine
Texture preview floater when permissions forbid it
2014-01-08Fix linux buildSimon Linden
2014-01-02MAINT-3592 (Viewer opening square textures should set the 1:1 size constraint)MaximB ProductEngine
2014-01-01MAINT-3592 (Viewer opening square textures should set the 1:1 size constraint)MaximB ProductEngine
2013-08-14MAINT-2897 MAINT-2897 Need to be able to save textures from inventory as PNGdmitrykproductengine
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-08SH-3959 WIP - pass information about type of fetched image - server bake, ↵Brad Payne (Vir Linden)
host bake, map tile, etc - down the chain so LLTextureFetchWorker can adjust behavior as needed
2012-09-04Split gl-specific LLViewerTexture implementation into llrender/LLGLViewerTextureDon Kjer
2011-08-08SH-2242 Work in progress migrating to glVertexAttrib everywhereDave Parks
2011-04-20EXP-737 : Fix texture dimensions display in image previewMerov Linden
2011-01-21Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: ↵Xiaohong Bao
Viewer attempting to load precached images in file types that are not being used.)
2011-01-18fix for SH-761: Texture Saving Does Not WorkXiaohong Bao
2010-12-10STORM-622 FIXED Texture picker screws up when multiple textures are opened.Paul Guslisty
Reason: In viewer 2 ability was added to set aspect ratio while previewing textures. It was achieved by resizing the floater containing a texture, instead of proportionally resize the texture. The problem happened when multifloater was opened with texture preview floaters and for some floaters textures were not loaded yet. After texture was loaded, the floater (in multifloater) which contained just loaded texture resized to fit with the new texture's size and texture preview floaters screwed up from the multifloater. Solution: Proportionally resizing a texture inside the floater instead of the floater itself. Also two issues was fixed: 1. when floater resized the texture streched in the floater and lost its proportions. 2. When docking texture floater to the multifloater, multifloater resized to fit with docked floater and other texture lost their proportions.
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-16moved buildFloater out of lluictrlfactory to llfloater.cppRichard Nelson
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-08-02Redo the same merge as in changeset "2026f824953f", but this time with ↵Christian Goetze (CG)
feeeeling.
2010-07-30Merge from q/viewer-release to dessie/viewer-release for 2.1.1 beta 1Kent Quirk
2010-07-27Backed out changeset: 58571b4e704bRichard Linden
2010-07-30deprecated LLPanel::child*() methodsRichard Nelson
2010-07-15EXT-8301: FIXED: crash at LLViewerFetchedTexture::cleanup() [secondlife-bin ↵Xiaohong Bao
llviewertexture.cpp]
2010-07-15Reverted changeset 2bb10eae42bfDessie Linden
2010-07-13EXT-7500: FIXED: Texture Jamming problems with http texture offXiaohong Bao
2010-06-30fix for EXT-7839: texture console is stalled;Xiaohong Bao
fix for EXT-7500: Texture Jamming problems with http texture off;
2010-02-18PE merge.Tofu Linden
2010-02-18fix for major EXT-4937 Texture Preview floater doesn't resize to match the ↵Ychebotarev ProductEngine
aspect ratio of the viewed image --HG-- branch : product-engine
2010-02-18EXT-5460 OK and Cancel buttons missing from own snapshotsTofu Linden