Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-08 | Update copyrights | dartraiden | |
2023-07-09 | MShareable - dirty crutch instead of using std::shared_ptr, which is ↵ | George Hazan | |
incompatible with Miranda's core | |||
2023-03-28 | stronger types - better types | George Hazan | |
2023-03-28 | CCtrlTreeView: OnBeginDrag / OnEndDrag callbacks became boolean | George Hazan | |
2023-02-21 | code cleaning | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-10-06 | uint8_t is far more kosher than char considering binary buffers | George Hazan | |
2022-10-02 | WhatsApp: prekeys upload | George Hazan | |
2022-09-30 | shitty C++ doesn't work without this operator | George Hazan | |
2022-09-17 | MBinBuffer made a bit smarter to allow the decent people to return it from ↵ | George Hazan | |
functions | |||
2022-05-10 | Windows-specific code moved from mir_app to mir_core | George Hazan | |
2022-05-10 | unused Miranda_SetIdleCallback() call removed | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-19 | further code cleaning | ghazan | |
2021-11-07 | first version of mir_core that builds under Linux | ghazan | |
2021-09-09 | fix for a crappy ::GetCurrentThread call that breaks all Wait* functions | George Hazan | |
2021-05-04 | attempt to fix some problems on exit | George Hazan | |
2021-04-23 | fix for function prototypes | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-06-14 | Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / ↵ | George Hazan | |
szModule | |||
2020-04-28 | database: | George Hazan | |
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning | |||
2020-03-24 | SINT64_PARAM support moved into libjson | George Hazan | |
2020-02-01 | m_system_cpp.h removed, because there're no C files anymore (hurrah) | George Hazan | |
2020-01-03 | Miranda_GetSystemWindow - returns a common window for creating global timers | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-08-26 | obsolete services removed from core & replaced with functions | George Hazan | |
2019-08-03 | core part of CloseAction went to the core | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-08-02 | Miranda_WaitOnHandleEx - advanced wait function with pInfo parameter | George Hazan | |
2018-02-24 | more nullptr | Goraf | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-02 | MS_SYSTEM_* services became functions | George Hazan | |
2016-12-02 | old shit died | George Hazan | |
now there's no need to create fake services & events | |||
2016-07-29 | removing TCHAR + WCHAR from headers | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17146 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | <tchar.h> removed from <m_system.h> | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less TCHARs: | George Hazan | |
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-06 | parameter added to MS_SYSTEM_RESTART: a path to Miranda's binary | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16927 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-02 | Copyrights update part 2 | Dart Raiden | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-07-02 | group menu services moved to core | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14472 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-12-31 | Year 2015 version update | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |