<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/plugins/IEHistory/src, branch v0.95.4</title>
<subtitle>miranda-ng main repo mirror (manuall sync only)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/'/>
<entry>
<title>SetWindowText(GetDlgItem(...)) -&gt; SetDlgItemText(...)</title>
<updated>2014-12-14T05:13:25+00:00</updated>
<author>
<name>Rozhuk Ivan</name>
<email>rozhuk.im@gmail.com</email>
</author>
<published>2014-12-14T05:13:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=bc7df32e3b5a264c0eeb6a20b723cdab02cf7688'/>
<id>bc7df32e3b5a264c0eeb6a20b723cdab02cf7688</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11391 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11391 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>GetWindowText(GetDlgItem(...)) -&gt; GetDlgItemText(...)</title>
<updated>2014-12-14T04:44:35+00:00</updated>
<author>
<name>Rozhuk Ivan</name>
<email>rozhuk.im@gmail.com</email>
</author>
<published>2014-12-14T04:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=0ff28f7c5ffaa46ed5b21bee965e66bb9108dfe2'/>
<id>0ff28f7c5ffaa46ed5b21bee965e66bb9108dfe2</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11390 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11390 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendMessage(... WM_GETTEXT ...) -&gt; GetWindowText(...)</title>
<updated>2014-12-14T04:23:01+00:00</updated>
<author>
<name>Rozhuk Ivan</name>
<email>rozhuk.im@gmail.com</email>
</author>
<published>2014-12-14T04:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=850259c4eab1a77d973af51cd3bd62fbbd09f591'/>
<id>850259c4eab1a77d973af51cd3bd62fbbd09f591</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendDlgItemMessage(...., WM_SETTEXT...) -&gt; SetDlgItemText(...)</title>
<updated>2014-12-14T03:59:41+00:00</updated>
<author>
<name>Rozhuk Ivan</name>
<email>rozhuk.im@gmail.com</email>
</author>
<published>2014-12-14T03:59:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=7e97bbad5f31058886766c569303a0da648cbe92'/>
<id>7e97bbad5f31058886766c569303a0da648cbe92</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11388 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11388 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendDlgItemMessage(...BM_SETCHECK ...) -&gt; CheckDlgButton(...)</title>
<updated>2014-12-14T03:42:51+00:00</updated>
<author>
<name>Rozhuk Ivan</name>
<email>rozhuk.im@gmail.com</email>
</author>
<published>2014-12-14T03:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=fe0465b11a317db5408d897484caedc3a5f10c47'/>
<id>fe0465b11a317db5408d897484caedc3a5f10c47</id>
<content type='text'>
SendDlgItemMessage(...BM_GETCHECK ...) -&gt; IsDlgButtonChecked(...)
constants fix for CheckDlgButton()



git-svn-id: http://svn.miranda-ng.org/main/trunk@11387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SendDlgItemMessage(...BM_GETCHECK ...) -&gt; IsDlgButtonChecked(...)
constants fix for CheckDlgButton()



git-svn-id: http://svn.miranda-ng.org/main/trunk@11387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendMessage(GetDlgItem -&gt; SendDlgItemMessage</title>
<updated>2014-12-13T21:56:47+00:00</updated>
<author>
<name>Rozhuk Ivan</name>
<email>rozhuk.im@gmail.com</email>
</author>
<published>2014-12-13T21:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=86ecbad7907401648a49139d196559a2d27ec53a'/>
<id>86ecbad7907401648a49139d196559a2d27ec53a</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>memmove -&gt; memcpy in some cases, review req</title>
<updated>2014-12-13T11:59:42+00:00</updated>
<author>
<name>Rozhuk Ivan</name>
<email>rozhuk.im@gmail.com</email>
</author>
<published>2014-12-13T11:59:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=e3c1a6d3c8ca609923a87635d208472db2e384e6'/>
<id>e3c1a6d3c8ca609923a87635d208472db2e384e6</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11367 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11367 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>Multiple fixes buff size for GetText and SetText.</title>
<updated>2014-11-30T04:29:19+00:00</updated>
<author>
<name>Rozhuk Ivan</name>
<email>rozhuk.im@gmail.com</email>
</author>
<published>2014-11-30T04:29:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=a8a11e811c3c0cc3f6d74c18c89841e9e0e87237'/>
<id>a8a11e811c3c0cc3f6d74c18c89841e9e0e87237</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>IEHistory:</title>
<updated>2014-08-22T20:14:40+00:00</updated>
<author>
<name>René Schümann</name>
<email>white06tiger@gmail.com</email>
</author>
<published>2014-08-22T20:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=55fb27f8953f2b311abcc0efece88dd912ba4b1e'/>
<id>55fb27f8953f2b311abcc0efece88dd912ba4b1e</id>
<content type='text'>
partially revert of r10283 : either do it right, or don't do it at all.
capitalization was chosen wisely because it's already used by Miranda and thus doesn't bloat the language files. I also chose to use the very same naming as History++ did.

It's our responsibility as developers to not bloat language files. They are already bloated enough, don't extend it even further. (and I wish someone would write a "string search program" to find similar already translated/used strings :P)

You may decapitialize it again, but then also do it for History++ and Import. (we could actually different dialog name, as Import uses the same spelling, but as said, History++ doesn't. The menu what so ever must be upper case. Or change it in History++ as well)

git-svn-id: http://svn.miranda-ng.org/main/trunk@10305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
partially revert of r10283 : either do it right, or don't do it at all.
capitalization was chosen wisely because it's already used by Miranda and thus doesn't bloat the language files. I also chose to use the very same naming as History++ did.

It's our responsibility as developers to not bloat language files. They are already bloated enough, don't extend it even further. (and I wish someone would write a "string search program" to find similar already translated/used strings :P)

You may decapitialize it again, but then also do it for History++ and Import. (we could actually different dialog name, as Import uses the same spelling, but as said, History++ doesn't. The menu what so ever must be upper case. Or change it in History++ as well)

git-svn-id: http://svn.miranda-ng.org/main/trunk@10305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>IEHistory resource cosmetics: final touch</title>
<updated>2014-08-22T15:11:55+00:00</updated>
<author>
<name>RMN</name>
<email>rmn@miranda-ng.org</email>
</author>
<published>2014-08-22T15:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=ef02745dbca762f9710a8a33472d6f81de606c39'/>
<id>ef02745dbca762f9710a8a33472d6f81de606c39</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@10298 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@10298 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
</feed>
