<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/include, branch v0.95.5</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>- all strings operations were rewritten using CMString instead of ugly self-made buffers;</title>
<updated>2015-04-19T21:12:24+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-04-19T21:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=23da585729242bc135e7a6da0dc5bf699e6c9b54'/>
<id>23da585729242bc135e7a6da0dc5bf699e6c9b54</id>
<content type='text'>
- CComPtr&lt;&gt; introduced to simplify COM calls processing;
- version bump.

git-svn-id: http://svn.miranda-ng.org/main/trunk@12946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- CComPtr&lt;&gt; introduced to simplify COM calls processing;
- version bump.

git-svn-id: http://svn.miranda-ng.org/main/trunk@12946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>IsStatusConnecting() - useful macro</title>
<updated>2015-04-16T14:03:24+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-04-16T14:03:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=8bd2456f654ef5eea44fcf4ad6ce5f7107f7d829'/>
<id>8bd2456f654ef5eea44fcf4ad6ce5f7107f7d829</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@12860 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@12860 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and therefore removed</title>
<updated>2015-04-15T15:47:29+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-04-15T15:47:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=a697754351436b6d0066b77b0fd71aeb8c45be3d'/>
<id>a697754351436b6d0066b77b0fd71aeb8c45be3d</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@12840 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@12840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>added CDlgBase::GetInst() method to detect dialog's module automatically</title>
<updated>2015-04-13T21:38:10+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-04-13T21:38:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=d4dee7be1d5eab19b2cee2d94bd1671abd3446a3'/>
<id>d4dee7be1d5eab19b2cee2d94bd1671abd3446a3</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@12797 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@12797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>- nasty crutch removed from Options_AddPage;</title>
<updated>2015-04-13T14:39:35+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-04-13T14:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=2fa4d8fd0f2c29517025dfc3bebc8a5e07c3d380'/>
<id>2fa4d8fd0f2c29517025dfc3bebc8a5e07c3d380</id>
<content type='text'>
- HWND hwndParent removed from the CDlgBase constructor;
- method CDlgBase::SetParent() added for the rare occasions where it's needed;

git-svn-id: http://svn.miranda-ng.org/main/trunk@12785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- HWND hwndParent removed from the CDlgBase constructor;
- method CDlgBase::SetParent() added for the rare occasions where it's needed;

git-svn-id: http://svn.miranda-ng.org/main/trunk@12785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>another unused field removed</title>
<updated>2015-04-10T19:47:22+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-04-10T19:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=d93da6f81cc6e4105342f4adc60bf32a78c355e4'/>
<id>d93da6f81cc6e4105342f4adc60bf32a78c355e4</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@12757 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@12757 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>unused field removed</title>
<updated>2015-04-10T19:19:21+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-04-10T19:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=75c60078110bba06e393932dc8f0682cf8f48680'/>
<id>75c60078110bba06e393932dc8f0682cf8f48680</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@12755 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@12755 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>nasty crutch for the stupid dbx_mmap</title>
<updated>2015-04-06T20:28:53+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-04-06T20:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=6e5224b87eb2ce2a95da956611e89826f01078bd'/>
<id>6e5224b87eb2ce2a95da956611e89826f01078bd</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@12642 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@12642 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>unneeded helper removed</title>
<updated>2015-03-29T16:59:10+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-03-29T16:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=c9ed24bc7228fa836018be139dadfbec57c8d168'/>
<id>c9ed24bc7228fa836018be139dadfbec57c8d168</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@12544 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@12544 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>CMString::Detouch() - handy way to obtain a buffer compatible with mir_free()</title>
<updated>2015-03-29T16:18:53+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-03-29T16:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=247bf8ac0aa3ba2e6187ff96b1b91b80b153d94b'/>
<id>247bf8ac0aa3ba2e6187ff96b1b91b80b153d94b</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@12541 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@12541 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
</feed>
