Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-27 | MirLua: fix MTValue initialization | aunsane | |
2017-09-26 | MirLua: refactoring | aunsane | |
- respect metatables in print function - srmm module functions now return metatable - version bump | |||
2017-09-19 | useless structure GCDEST finally removed | George Hazan | |
2017-09-13 | MirLua: ability to create MT from both new and __call | aunsane | |
2017-09-13 | compilation fix | George Hazan | |
2017-09-13 | compilation fix | George Hazan | |
2017-09-13 | MirLua: m_enumerale: chenged syntax | aunsane | |
2017-09-13 | MirLua: m_schedule: table upvalue changed with c struct | aunsane | |
2017-09-12 | MirLua: massive refactoring | aunsane | |
- m_msg_buttonbar moved to m_srrm - version bump | |||
2017-09-12 | old good sound services became finally functions | George Hazan | |
2017-09-12 | Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng" | George Hazan | |
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298. | |||
2017-09-11 | old good sound services became finally functions | George Hazan | |
2017-09-02 | MirLua: m_enumerable: added constructor function | aunsane | |
2017-09-02 | MirLua: small refactoring | aunsane | |
2017-09-02 | MirLua: return nil if something went wroing in m_clist and m_genmenu | aunsane | |
2017-09-02 | MirLua: version bump | aunsane | |
2017-09-02 | MirLua: added m_enumerable module | aunsane | |
2017-09-02 | MirLua: m_protocols: | aunsane | |
- added ability to iterate accounts by protocol name - PROTOCOLDESCRIPTOR is now a valid parameter for CallService and Accounts methods - CallService and Accounts added to PROTOCOLDESCRIPTOR metatable methods | |||
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-07-30 | Hotkeys: code cleaning | George Hazan | |
2017-03-28 | some more fixes for 64-bit version | George Hazan | |
2017-03-28 | and finally MS_MSG_GETWINDOWDATA has gone, zihrono levraha | George Hazan | |
2017-03-28 | we don't need the uFlags field either | George Hazan | |
2017-03-28 | funny, but without cbSize we have no need in MessageWindowInputData at all | George Hazan | |
2017-03-28 | massive cleanup of useless cbSize fields | George Hazan | |
2017-02-16 | duplicated lib folders no needed anymore | George Hazan | |
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-01-31 | - NUF_HTTPGATEWAY: unused option removed; | George Hazan | |
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning. | |||
2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
2017-01-16 | Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with ↵ | George Hazan | |
Utf8DecodeW/Utf8EncodeW | |||
2017-01-11 | strong typization - better typization | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-10 | - ability to pass a button's text to a toolbar button; | George Hazan | |
- common code moved into the core | |||
2016-12-02 | Compilation fix | watcher | |
2016-12-02 | MS_SYSTEM_* services became functions | George Hazan | |
2016-12-02 | m_msg_buttonsbar.h is not needed anymore | George Hazan | |
2016-12-01 | more fixes | George Hazan | |
2016-11-29 | - BBBF_ISLSIDEBUTTON flag removed (set by default); | George Hazan | |
- m_bLSided removed, because it's mutually exclusive with m_bRSided | |||
2016-11-29 | BBBF_ANSITOOLTIP - unused flag removed | George Hazan | |
2016-11-17 | PathToRelativeT - forgotten macro | George Hazan | |
2016-10-28 | - old useless helpers removed from the Options module; | George Hazan | |
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h | |||
2016-10-13 | MirLua: added new functions into m_database | aunsane | |
2016-09-17 | chats: more functions, less structures | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-16 | - chats services replaces with functions; | George Hazan | |
- chat calls switched from CallServiceSync to direct calls everywhere git-svn-id: http://svn.miranda-ng.org/main/trunk@17305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-14 | fix for 32-bit libs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17297 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-14 | second major wipeout of database services & structures: | George Hazan | |
- DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-13 | mode old database junk to die | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17291 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-08-31 | GUID fix | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17228 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-08-06 | MirLua: m_json: | Alexander Lantsev | |
- added simple arrays support - added integer support git-svn-id: http://svn.miranda-ng.org/main/trunk@17165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-08-06 | MirLua: fixed m_json.Encode | Alexander Lantsev | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17164 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |