summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/textures/windows
AgeCommit message (Collapse)Author
2025-02-16Blufault - Colours adjustmentsecretfoxtail
Make the widgets and emphasis colour a little bit less pale.
2024-12-10Adjust resize handleSecret
Make resize handle a little smaller.
2024-09-16Revert "Blufault - bring back tilebar separators"secretfoxtail
This reverts commit 46ccddb0d8e66b3faf6b77a50209346888acf5b7.
2024-09-16Revert "Window_NoTitle_Foreground brightness adjustment"secretfoxtail
This reverts commit 8081dba75bd761cad54ecb212fbbb5499c75b693.
2024-09-16Revert "Window_Background adjustment"secretfoxtail
This reverts commit bfd4d03908464373f7d2cab747d73d24b516a09c.
2024-09-04Window_Background adjustmentsecretfoxtail
Add some more disctinction between titlebar and rest of window.
2024-08-23Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-23Window_NoTitle_Foreground brightness adjustmentsecretfoxtail
Tinting it a touch darker.
2024-08-23Blufault: Misc icon tweakssecretfoxtail
Adjust saturation, brightness of some icons.
2024-08-23Blufault - bring back tilebar separatorssecretfoxtail
Restore line dividing floater titlebar from the rest of the window
2024-07-28Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵Erik Kundiman
2024.06-atlasaurus
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
2024-03-20viewer#971 Fixed iCCP: known incorrect sRGB profile warningsAndrey Kleshchev
libpng version 1.6 got more agressive with logging issues, resaved offending images
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