<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32/ListBox.cxx, branch sciteco-rel-5-6-2</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Bug [#2505]. Sharper DirectWrite text in autocompletion lists when scaled.</title>
<updated>2026-04-17T07:46:06+00:00</updated>
<author>
<name>Markus Nißl</name>
<email>unknown</email>
</author>
<published>2026-04-17T07:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=05ed530e941cb65074bc15695574ec08aa89d609'/>
<id>05ed530e941cb65074bc15695574ec08aa89d609</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1573]. Replace archaic PASCAL with current CALLBACK.</title>
<updated>2025-12-18T01:57:08+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2025-12-18T01:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=17492194fb5be9fc3c082c11967e8a64db192506'/>
<id>17492194fb5be9fc3c082c11967e8a64db192506</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Squash some warnings, mostly by defining constants symbolically.</title>
<updated>2025-06-12T03:23:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-06-12T03:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=54ff6ee4087b74dd3c075f2cac6100f0542c87dd'/>
<id>54ff6ee4087b74dd3c075f2cac6100f0542c87dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2482]. Force list colours to be opaque.</title>
<updated>2025-06-12T00:54:21+00:00</updated>
<author>
<name>Sven Ritter</name>
<email>unknown</email>
</author>
<published>2025-06-12T00:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cfc124a4a9d8ba3176c2ba8a107dcdf4bdd36137'/>
<id>cfc124a4a9d8ba3176c2ba8a107dcdf4bdd36137</id>
<content type='text'>
Enlarge bitmap to avoid visible blank background between items.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enlarge bitmap to avoid visible blank background between items.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move most of the implementation of the static ListBoxX::ControlWndProc to the</title>
<updated>2025-04-18T23:38:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-04-18T23:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c75f47da933ab63bdbe2adf756a200caf161bfce'/>
<id>c75f47da933ab63bdbe2adf756a200caf161bfce</id>
<content type='text'>
member function ListBoxX::ListProc so it can directly access state.
Stop using GWLP_USERDATA to hold the previous window procedure of subclassed
window since it can be stored in the ListBoxX object with better type-safety.
Decrease warnings for reinterpret_cast since it is a common Win32 idiom to pass
pointers as integers to window procedures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
member function ListBoxX::ListProc so it can directly access state.
Stop using GWLP_USERDATA to hold the previous window procedure of subclassed
window since it can be stored in the ListBoxX object with better type-safety.
Decrease warnings for reinterpret_cast since it is a common Win32 idiom to pass
pointers as integers to window procedures.
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize access to system colours through GetSysColor and avoid casts.</title>
<updated>2025-03-28T04:52:24+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-28T04:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2b897e4c4a0cf9d67095b4d4d37d852f61d02667'/>
<id>2b897e4c4a0cf9d67095b4d4d37d852f61d02667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move SurfaceGDI, SurfaceD2D, ListBox, and associated code out of PlatWin.cxx to</title>
<updated>2025-03-20T05:46:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-20T05:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2f542786fd95e7bbce6c689934cb4988aa3fa1df'/>
<id>2f542786fd95e7bbce6c689934cb4988aa3fa1df</id>
<content type='text'>
new files SurfaceGDI.cxx, SurfaceD2D.cxx, and ListBox.cxx + associated headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new files SurfaceGDI.cxx, SurfaceD2D.cxx, and ListBox.cxx + associated headers.
</pre>
</div>
</content>
</entry>
</feed>
