|
padding:0;line-height:0;}
#msg {margin: 0 0 2em 0;}
#msg dl, #msg ul, #msg pre {padding:1em;border:1px dashed black;margin: 10px 0 30px 0;}
#msg dl {background:#ccccff;}
#msg pre {background:#ffffcc;}
#msg .commit-msg {background:#ffffcc;padding:1em;border:1px dashed black;}
#msg ul {background:#cc99ff;list-style:none;}
#msg dt {font-weight:bold;float:left;width: 6em;}
#msg dt:after { content:':';}
#patch h4 {padding: 0 10px;line-height:1.5em;margin:0;background:#ccffff;border-bottom:1px
solid black;margin:0 0 10px 0;}
#patch .propset h4, #patch .binary h4 {margin: 0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {background:#eeeeee;padding: 0 0 10px 0;}
#patch .propset .diff, #patch .binary .diff {padding: 10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch
.copfile {border:1px solid black;margin:10px 0;}
#patch .add {background:#ddffdd;}
#patch .rem {background:#ffdddd;}
#patch .lines, .info {color:#888888;background:#ffffff;}
--></style>
<title>[commits] (jed) [9410] Made a few colour and pixel changes in busy bars for Mimi.</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://viewcvs.osafoundation.org/chandler?view=rev&amp;rev=9410">9410</a></dd>
<dt>Author</dt> <dd>jed</dd>
<dt>Date</dt> <dd>2006-02-07 16:32:52 -0800 (Tue, 07 Feb 2006)</dd>
</dl>
<h3>Log Message</h3>
<div class="commit-msg">Made a few colour and pixel changes in busy bars for Mimi.</div>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkinternalwxsrcgenericminicalcpp">trunk/internal/wx/src/generic/minical.cpp</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkinternalwxsrcgenericminicalcpp"></a>
<div class="modfile"><h4>Modified: trunk/internal/wx/src/generic/minical.cpp (9409
=> 9410)</h4>
<pre class="diff">
<span class="info">--- trunk/internal/wx/src/generic/minical.cpp 2006-02-07 23:30:37
UTC (rev 9409)
+++ trunk/internal/wx/src/generic/minical.cpp 2006-02-08 00:32:52 UTC (rev 9410)
</span><span class="lines">@@ -804,7 +804,7 @@
</span><span class="cx"> wxColour lightColour = wxColour(255, 255, 255);
wxColour highlightColour = wxColour(204, 204, 204);
wxColour lineColour = wxColour(229, 229, 229);
</span><span class="rem">- wxColour busyColour = wxColour(0, 128, 255);
</span><span class="add">+ wxColour busyColour = wxColour(138, 184, 229);
</span><span class="cx">
dc.SetTextForeground(mainColour);
for ( size_t nWeek = 1; nWeek &lt;= WEEKS_TO_DISPLAY; nWeek++, *y += m_heightRow
)
</span><span class="lines">@@ -873,7 +873,7 @@
</span><span class="cx"> if ( (GetWindowStyle() &amp; wxCAL_SHOW_BUSY)
!= 0 )
{
double busyPercentage = GetBusy(dayPosition);
</span><span class="rem">- int height = (int) ((m_heightRow
- 4) * busyPercentage);
</span><span class="add">+ int height = (int) ((m_heightRow
- 3) * busyPercentage);
</span><span class="cx">
dc.SetTextBackground(busyColour);
dc.SetBrush(wxBrush(busyColour, wxSOLID));
</span><span class="lines">@@ -885,9 +885,9 @@
</span><span class="cx"> #endif
#if defined(__WXMAC__) &amp;&amp; !wxMAC_USE_CORE_GRAPHICS
</span><span class="rem">- dc.DrawRectangle(x-4, *y + m_heightRow
- height - 1, 3, height);
</span><span class="add">+ dc.DrawRectangle(x-3, *y + m_heightRow
- height - 1, 2, height);
</span><span class="cx"> #else
</span><span class="rem">- dc.DrawRectangle(x-4, *y + m_heightRow
- height - 2, 3, height);
</span><span class="add">+ dc.DrawRectangle(x-3, *y + m_heightRow
- height - 2, 2, height);
</span><span class="cx"> #endif
changedColours = true;
</span>
</pre>
</div>
</div>
</body>
</html>
|
|