summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/textures/windows
AgeCommit message (Collapse)Author
2024-06-30first_login_image.jpg tweakfowlerdm
add pirate theme!
2024-06-30Window_Background/Foreground adjustmentfowlerdm
Make outline slightly less transparent
2024-06-09Cleanup login logofowlerdm
Looked kind of fuzzy with how it was originally scaled
2024-06-09Make inspector_i match info_overfowlerdm
oopsie
2024-06-08New login iconsfowlerdm
Forgot about these lol
2024-06-03Remove redundant windowbgfowlerdm
make textures.xml point to the same file for both window and window_notitle rather than having two identical files
2024-06-02Floater background hue adjustmentfowlerdm
Desaturation
2024-05-31Clean up floater cornersfowlerdm
Make floater rounded corners more consistent and defined
2024-05-25login_mp_logo update & dmg backgroundfowlerdm
update login logos to reflect new jolly roger icon & stylize dmg background
2024-05-22New iconsfowlerdm
Even newer icons! Thalassocracy themed!
2024-05-17Blufault skin: More bluefowlerdm
Slight hue adjustment
2024-05-17New skin: Blufaultfowlerdm
Blue-ish modification of the default SL viewer skin
2023-09-20Login logos updateErik Kundiman
2023-09-19New login logo with black backgroundsErik Kundiman
2023-08-29Replace login viewer name's left with circle logoErik Kundiman
2023-08-28Temporary login MP logo so that we don't use SL'sErik Kundiman
https://secondlife.com/corporate/third-party-viewers Section 5.c
2021-07-29SL-15714 Update image on first time login screenAndrey Kleshchev
2021-06-04SL-15350 Update images for New User viewer log in pageAndrey Lihatskiy
2020-09-23SL-13335 Friendlier L$ Buy flow when no payment method on fileMnikolenko Productengine
2020-05-19SL-13273 Updated the SL logo imagesAndrey Lihatskiy
2019-11-08SL-12186 WIP Add new iconsmaxim_productengine
2016-08-31MAINT-6386 Update first-time Viewer Login screen with new LISI screenshotsAndreyL ProductEngine
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-09-08Merge with head of viewer-releasecallum_linden
2014-06-04All: Update .png files with conformance problems as reported by pngfix.Monty Brandenberg
With the updated PNG library (1.6.8), we're getting stderr warnings about non-conformance issues with images in the build. These warnings include: * iCCP: known incorrect sRGB profile * iCCP: profile 'ICC Profile': 1000000h: invalid rendering intent * iCCP: cHRM chunk does not match sRGB These were normalized by running an ImageMagick 'convert -strip' pass over each PNG image. 'compare -metric AE' reports 0 delta for all before/after pairs.
2014-03-03WENG-1470 (Partial impl) Secondlife Login Screen RedesignCallum Prentice
2014-02-14MAINT-3675 NUI:Login screen (Work in Progress)Callum Prentice
2014-02-13MAINT-3675 NUI:Login screen (Work in Progress)Callum Prentice
2014-02-12First pass at FirstLogin login page.Callum Prentice
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-11-02restored final set of referenced imagesRichard Linden
2011-11-02removed unused texturesRichard Linden
2011-10-24EXP-1400 FIXED (Call request docking icon overlays other toolbar buttons ↵Paul ProductEngine
when speak button in side toolbar) - LLDockableFloater::getDockTongue to init dock tongue with proper image depending on floater dock side, also added images for left and right tongues. - Added proper call floater positioning relatively to the speak button
2010-09-10EXP-23 FIX Tail for chat box hint should be slantways instead of horizontalRichard Nelson
2010-09-10EXP-22 FIX Change hints background to whiteRichard Nelson
2010-08-26added images for popup notificationRichard Linden
2010-08-12first pass at hintsRichard Nelson
2010-06-03EXT-7511 FIXED Fixed problems in appearance UIAndrew Dyukov
- Made slight changes in xml according to requirements. - Added mForceNoLinksOnIcons bool member to LLPanelInventoryListItemBase. It is used in LLPanelWearableListItem to disable showing of link icons as was requested in ticket. - Created icon for divider 3 pixels high as asked by Erica in EXT-7233. To properly show and hide it made changes to LLCOFWearables::buildClothingListItem which now not only showes separator but also reshapes panel depending on its visibility. Increased heights of body parts, dummy clothing and attachment items because dividers are now 2 pxls higher and they always have dividers. Changed heights of buttons accordingly. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/502/ --HG-- branch : product-engine
2010-05-20EXT-7200 FIXED Integrated art missing from appearance.Andrew Dyukov
Most changes are in xml, but changing of view buttons overlay icons in lists from add wearables is implemented in code. Dragbar icon was only added as file, it will be integrated in EXT-7255 (There is no dragbar between 'Edit Outfit' and 'Add to Outfit:' panels). Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/410/ --HG-- branch : product-engine
2010-03-31Fixed normal bug EXT-6505 (Certain gear icon buttons should not have chevrons)Paul Guslisty
- Created an icon that is just the gear icon, no dropdown chevron in places where there is no context menu, notably in: Nearby media popover, Master volume popover and Edit Floater Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/137/ --HG-- branch : product-engine
2010-02-18move base back to default because doing it as a backout was causing merge errorsKent Quirk
2010-02-17EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts ↵Richard Linden
1.23s UI reviewed by Leyla
2010-02-16Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0Rick Pasetto
2010-02-12 EXT-4996 Master volume slider blends into other UI chrome, nearly ↵Erica
impossible to see
2010-02-08added flyout arrow pointing uprichard
2010-01-07EXT-4029 Add new inspector affordance to viewerErica
2009-12-02added new png startup logo and texture reference - not yet changed in codeErica
2009-10-29EXT-1352 Add image art to floater backgrounds.James Cook
Implemented "legacy_header_height" hack to account for new art being 25 pixels tall instead of legacy 18 pixels -- it auto-sizes the floaters to be taller. Made all floaters have resize handles, just disable and make invisible if unused. This simplifies the floater construction logic. Floater header height now lives in floater.xml, not as a global saved setting. Reviewed with Richard.
2009-10-27EXT-1352 Use image backgrounds for inspectors and toasts.James Cook
Art only, not reviewed.
2009-10-27Renamed Toast.png to Toast_Background.png for consistency with Window and ↵James Cook
Inspector background images.