<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/plugins/MirLua, branch 0_95_10_2</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>merge with trunk</title>
<updated>2019-04-13T17:22:59+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2019-04-13T17:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=680873487c4a7987012606119a744e5ca725ad30'/>
<id>680873487c4a7987012606119a744e5ca725ad30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>life is too short to remember whether this structure is zeroed or not</title>
<updated>2019-03-08T12:29:44+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2019-03-08T12:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=99962115431435cf17dfae4d3b7c8d7d55d824bf'/>
<id>99962115431435cf17dfae4d3b7c8d7d55d824bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>popups:</title>
<updated>2019-03-06T13:15:55+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2019-03-06T13:15:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=f580be3d9dcccb14831d6bed9e7dfca600f5b6f8'/>
<id>f580be3d9dcccb14831d6bed9e7dfca600f5b6f8</id>
<content type='text'>
- internal implementation details &amp; all service declarations moved to m_popup_int.h;
- all service calls removed and replaced with function calls;
- direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- internal implementation details &amp; all service declarations moved to m_popup_int.h;
- all service calls removed and replaced with function calls;
- direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
</pre>
</div>
</content>
</entry>
<entry>
<title>Popup:</title>
<updated>2019-03-05T18:10:22+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2019-03-05T18:10:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=d9fddc0cfa9066eb1b5ad3f4807b37426ae6ca88'/>
<id>d9fddc0cfa9066eb1b5ad3f4807b37426ae6ca88</id>
<content type='text'>
- wiping out checks for service presence;
- code cleaning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- wiping out checks for service presence;
- code cleaning
</pre>
</div>
</content>
</entry>
<entry>
<title>popup code cleaning (cause we have no tchar.h)</title>
<updated>2019-02-27T09:43:20+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2019-02-27T09:43:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=423be683866fd8e305457eb725d8cdbe1f297fbd'/>
<id>423be683866fd8e305457eb725d8cdbe1f297fbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat events (UTF16LE by default)</title>
<updated>2019-02-25T18:02:11+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2019-02-25T18:02:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=45bf5f51cc788cb8f19e1b8fcd5b8818dc7a2e00'/>
<id>45bf5f51cc788cb8f19e1b8fcd5b8818dc7a2e00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mirlua: crashfix:</title>
<updated>2019-01-08T17:15:14+00:00</updated>
<author>
<name>Gluzskiy Alexandr</name>
<email>sss@sss.chaoslab.ru</email>
</author>
<published>2019-01-08T17:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=2fea53a873920ffe4428726d405dae8a9aa695f7'/>
<id>2fea53a873920ffe4428726d405dae8a9aa695f7</id>
<content type='text'>
	winapi:
		use dynamic buffer size for GetWindowTextW (enhancement)
		pass proper buffer size to GetWindowTextW (fix)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	winapi:
		use dynamic buffer size for GetWindowTextW (enhancement)
		pass proper buffer size to GetWindowTextW (fix)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyrights</title>
<updated>2019-01-04T12:01:31+00:00</updated>
<author>
<name>dartraiden</name>
<email>wowemuh@gmail.com</email>
</author>
<published>2019-01-04T12:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=fefd2d51b58879308b6a4089eb6baafe1a1e91f0'/>
<id>fefd2d51b58879308b6a4089eb6baafe1a1e91f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C++ exceptions are disabled in all cases where they just prevent warnings</title>
<updated>2018-12-18T12:40:58+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-12-18T12:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=0e854af70f6f330e63aa36fde125fbb0ca4ff8ef'/>
<id>0e854af70f6f330e63aa36fde125fbb0ca4ff8ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>db_* functions replaced with g_plugin calls</title>
<updated>2018-11-12T18:44:56+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2018-11-12T18:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=53fe3e46177d17b4941610de19f5cc6210700cb4'/>
<id>53fe3e46177d17b4941610de19f5cc6210700cb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
