<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: titlebar buttons style</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=e7dd38bb-7a77-445f-99b4-6400b793050a" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=e7dd38bb-7a77-445f-99b4-6400b793050a</link>
<description>DisplayFusion RSS: titlebar buttons style</description>
<lastBuildDate>Wed, 15 Apr 2026 00:17:02 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=e7dd38bb-7a77-445f-99b4-6400b793050a</generator>
<item>
<title>RE: titlebar buttons style</title>
<link>https://www.displayfusion.com/Discussions/View/titlebar-buttons-style/?ID=e7dd38bb-7a77-445f-99b4-6400b793050a#6</link>
<pubDate>Wed, 08 Sep 2010 16:06:39 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/titlebar-buttons-style/?ID=e7dd38bb-7a77-445f-99b4-6400b793050a#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Unfortunately it's more work than just a slider. Each one of the images would need to be changed to allow this to happen correctly, along the UI elements, documentation and code behind the scenes that processes the TitleBar Buttons images. I'll add this feature request to my list, but I don't hav...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Unfortunately it's more work than just a slider. Each one of the images would need to be changed to allow this to happen correctly, along the UI elements, documentation and code behind the scenes that processes the TitleBar Buttons images. I'll add this feature request to my list, but I don't have plans to implement it right now.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: titlebar buttons style</title>
<link>https://www.displayfusion.com/Discussions/View/titlebar-buttons-style/?ID=e7dd38bb-7a77-445f-99b4-6400b793050a#5</link>
<pubDate>Wed, 08 Sep 2010 15:55:03 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/titlebar-buttons-style/?ID=e7dd38bb-7a77-445f-99b4-6400b793050a#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[if you don't mind an extra option, you could make a slider to control how much its made lighter.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
if you don't mind an extra option, you could make a slider to control how much its made lighter.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: titlebar buttons style</title>
<link>https://www.displayfusion.com/Discussions/View/titlebar-buttons-style/?ID=e7dd38bb-7a77-445f-99b4-6400b793050a#4</link>
<pubDate>Wed, 08 Sep 2010 15:37:22 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/titlebar-buttons-style/?ID=e7dd38bb-7a77-445f-99b4-6400b793050a#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[The issue isn't with making the images lighter, it's deciding how much lighter to make it when the window isn't focused. Some Windows themes use the same image colour when the window is focused and unfocused, while some use different colours. Detecting this is almost impossible, and supporting it...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
The issue isn't with making the images lighter, it's deciding how much lighter to make it when the window isn't focused. Some Windows themes use the same image colour when the window is focused and unfocused, while some use different colours. Detecting this is almost impossible, and supporting it would be extremely difficult with all of the different themes out there. Sorry that I don't have better news, but I have entertained this idea in the past and decided against it.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: titlebar buttons style</title>
<link>https://www.displayfusion.com/Discussions/View/titlebar-buttons-style/?ID=e7dd38bb-7a77-445f-99b4-6400b793050a#3</link>
<pubDate>Tue, 07 Sep 2010 23:20:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/titlebar-buttons-style/?ID=e7dd38bb-7a77-445f-99b4-6400b793050a#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[most of the images (about 90%) are one or 2 colors only,
so it should be possible to define those colors as colorkey, and replace those colors with lighter colors when de-focused?
optionally, and more generally, it should also be possible to make a copy from the image in memory, and make it a b...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
most of the images (about 90%) are one or 2 colors only,<br/>
so it should be possible to define those colors as colorkey, and replace those colors with lighter colors when de-focused?<br/>
<br/>
optionally, and more generally, it should also be possible to make a copy from the image in memory, and make it a bit lighter.<br/>
<br/>
ps: if you resolve the window message only at dll injection, and cache the result, it might speed up the postmessage slightly <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
(not having to resolve the string to unique window message on each mouse event)
</div>
]]></content:encoded>
</item>
<item>
<title>RE: titlebar buttons style</title>
<link>https://www.displayfusion.com/Discussions/View/titlebar-buttons-style/?ID=e7dd38bb-7a77-445f-99b4-6400b793050a#2</link>
<pubDate>Tue, 07 Sep 2010 20:02:12 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/titlebar-buttons-style/?ID=e7dd38bb-7a77-445f-99b4-6400b793050a#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[DisplayFusion currently only has the ability to mimic the background, not the foreground. Duplicating the same look and feel of the foreground would require creating custom image icons for each possible custom theme, which would be virtually impossible to maintain, sorry.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
DisplayFusion currently only has the ability to mimic the background, not the foreground. Duplicating the same look and feel of the foreground would require creating custom image icons for each possible custom theme, which would be virtually impossible to maintain, sorry.
</div>
]]></content:encoded>
</item>
<item>
<title>titlebar buttons style</title>
<link>https://www.displayfusion.com/Discussions/View/titlebar-buttons-style/?ID=e7dd38bb-7a77-445f-99b4-6400b793050a</link>
<pubDate>Tue, 07 Sep 2010 16:00:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/titlebar-buttons-style/?ID=e7dd38bb-7a77-445f-99b4-6400b793050a</guid>
<category>DisplayFusion</category>
<description><![CDATA[when a window has focus, the button looks ok (winxp, with chrome style)
but when a window is deselected, the button background correctly fades to a light color, but the image does not,
it stays solid black.
(beta 12)]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
when a window has focus, the button looks ok (winxp, with chrome style)<br/>
but when a window is deselected, the button background correctly fades to a light color, but the image does not,<br/>
it stays solid black.<br/>
<br/>
(beta 12)
</div>
]]></content:encoded>
</item>
</channel>
</rss>