<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/plugins/MirLua/docs, branch v0.95.8</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>MirLua: linked with liblua</title>
<updated>2016-01-02T13:55:52+00:00</updated>
<author>
<name>Alexander Lantsev</name>
<email>aunsane@gmail.com</email>
</author>
<published>2016-01-02T13:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=556ec5e59c94222224eb8a13c05d737b765b9259'/>
<id>556ec5e59c94222224eb8a13c05d737b765b9259</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@15989 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@15989 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MirLua:</title>
<updated>2015-07-20T20:35:35+00:00</updated>
<author>
<name>Alexander Lantsev</name>
<email>aunsane@gmail.com</email>
</author>
<published>2015-07-20T20:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=7d46e610c0c93d68cb28e51f42691b3a404f2f7e'/>
<id>7d46e610c0c93d68cb28e51f42691b3a404f2f7e</id>
<content type='text'>
- added iterators in m_database and m_protocols
- added more short aliases for functions in m_database
- added some examples in m_database
- version bump

git-svn-id: http://svn.miranda-ng.org/main/trunk@14590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added iterators in m_database and m_protocols
- added more short aliases for functions in m_database
- added some examples in m_database
- version bump

git-svn-id: http://svn.miranda-ng.org/main/trunk@14590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MirLua: added PopupData support in m_popup</title>
<updated>2015-07-10T18:20:29+00:00</updated>
<author>
<name>Alexander Lantsev</name>
<email>aunsane@gmail.com</email>
</author>
<published>2015-07-10T18:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=dc22e5647a7a650b1eccb376d886cfbaa36e26ca'/>
<id>dc22e5647a7a650b1eccb376d886cfbaa36e26ca</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@14526 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@14526 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MirLua: fixed m_core examples</title>
<updated>2015-07-06T14:16:46+00:00</updated>
<author>
<name>Alexander Lantsev</name>
<email>aunsane@gmail.com</email>
</author>
<published>2015-07-06T14:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=ebf6fb13279e64a24b739ed0d6ed85369559d32c'/>
<id>ebf6fb13279e64a24b739ed0d6ed85369559d32c</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@14499 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@14499 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MirLua: !api break</title>
<updated>2015-07-06T08:03:40+00:00</updated>
<author>
<name>Alexander Lantsev</name>
<email>aunsane@gmail.com</email>
</author>
<published>2015-07-06T08:03:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=dc8040ee04ef2819c99d55dc74e9fe56d4ba4d1e'/>
<id>dc8040ee04ef2819c99d55dc74e9fe56d4ba4d1e</id>
<content type='text'>
- scripts will be load after ME_SYSTEM_MODULESLOADED event
- removed event functions OnModulesLoaded, OnPreShutdown from m_core
- removed OnMsgToolBarLoaded from m_msg_buttonsbar
- removed OnTopToolBarLoaded from m_toptoolbar
- fixed examples

git-svn-id: http://svn.miranda-ng.org/main/trunk@14495 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- scripts will be load after ME_SYSTEM_MODULESLOADED event
- removed event functions OnModulesLoaded, OnPreShutdown from m_core
- removed OnMsgToolBarLoaded from m_msg_buttonsbar
- removed OnTopToolBarLoaded from m_toptoolbar
- fixed examples

git-svn-id: http://svn.miranda-ng.org/main/trunk@14495 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MirLua: !api break</title>
<updated>2015-06-30T15:31:44+00:00</updated>
<author>
<name>Alexander Lantsev</name>
<email>aunsane@gmail.com</email>
</author>
<published>2015-06-30T15:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=5dac5be47f2d9af8cbceead6511ff4c0fc40bab5'/>
<id>5dac5be47f2d9af8cbceead6511ff4c0fc40bab5</id>
<content type='text'>
- separated m_clist and m_genmenu modules
- moved AddMainMenuItem, AddContactMenuItem, AddTrayMenuItem to m_clist
- added BuildMainMenu, BuildContactMenu and BuildTrayMenu to m_clist
- updated examples
- version bump


git-svn-id: http://svn.miranda-ng.org/main/trunk@14458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- separated m_clist and m_genmenu modules
- moved AddMainMenuItem, AddContactMenuItem, AddTrayMenuItem to m_clist
- added BuildMainMenu, BuildContactMenu and BuildTrayMenu to m_clist
- updated examples
- version bump


git-svn-id: http://svn.miranda-ng.org/main/trunk@14458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MirLua: added examples to m_genmenu</title>
<updated>2015-06-30T09:55:11+00:00</updated>
<author>
<name>Alexander Lantsev</name>
<email>aunsane@gmail.com</email>
</author>
<published>2015-06-30T09:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=d2843de0f8ceebeeb87806bb9670d69f1218619b'/>
<id>d2843de0f8ceebeeb87806bb9670d69f1218619b</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@14450 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@14450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MirLua: small fix for m_genmenu</title>
<updated>2015-06-28T20:57:04+00:00</updated>
<author>
<name>Alexander Lantsev</name>
<email>aunsane@gmail.com</email>
</author>
<published>2015-06-28T20:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=7beb7bfa38534b47587d80b257fa90d2258eaa58'/>
<id>7beb7bfa38534b47587d80b257fa90d2258eaa58</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@14434 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@14434 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MirLua: added m_popup module</title>
<updated>2015-06-17T10:25:19+00:00</updated>
<author>
<name>Alexander Lantsev</name>
<email>aunsane@gmail.com</email>
</author>
<published>2015-06-17T10:25:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=43ec2293b69ed3eab4140c7bc49ae5b0d2799a09'/>
<id>43ec2293b69ed3eab4140c7bc49ae5b0d2799a09</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@14232 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@14232 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MirLua:</title>
<updated>2015-06-16T15:15:01+00:00</updated>
<author>
<name>Alexander Lantsev</name>
<email>aunsane@gmail.com</email>
</author>
<published>2015-06-16T15:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=6dc20e70f308daee742372a7978c1f65668186f3'/>
<id>6dc20e70f308daee742372a7978c1f65668186f3</id>
<content type='text'>
- added variables module
- strings passed through WPARAM/LPARAM should be ansi

git-svn-id: http://svn.miranda-ng.org/main/trunk@14207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added variables module
- strings passed through WPARAM/LPARAM should be ansi

git-svn-id: http://svn.miranda-ng.org/main/trunk@14207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
</feed>
