| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-08 | Update copyrights | dartraiden | |
| 2023-01-02 | Update copyrights | dartraiden | |
| 2022-01-01 | Happy new year, Miranda | dartraiden | |
| 2021-12-26 | DWORD -> uint32_t | George Hazan | |
| 2021-12-26 | WORD -> uint16_t | George Hazan | |
| 2021-12-26 | BYTE -> uint8_t | George Hazan | |
| 2021-03-06 | code optimization | George Hazan | |
| 2021-02-18 | fixes #2744 + code cleaning | George Hazan | |
| 2021-01-17 | Update copyrights | dartraiden | |
| 2021-01-05 | code cleaning + duplicate code removed | George Hazan | |
| 2020-12-01 | code cleaning | George Hazan | |
| 2020-01-30 | LIST::remove + LIST::indexOf() combination removed with LIST::removeItem | George Hazan | |
| 2020-01-01 | Happy new year, Miranda | George Hazan | |
| 2019-01-04 | Update copyrights | dartraiden | |
| 2018-07-27 | Clist_Modern: | George Hazan | |
| - fixes #1518 (clist_modern account panel filter logic); - code cleaning | |||
| 2018-05-27 | global variable name standardization | George Hazan | |
| 2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | George Hazan | |
| 2018-05-16 | Clist_modern => CMPlugin | George Hazan | |
| 2018-03-15 | LIST<> iterators: | George Hazan | |
| - new method LIST::removeItem added to save a pointer to removed record; - code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one; - a few remaining cycles converted to iterators | |||
| 2018-03-07 | some fixes | Kirill Volinsky | |
| 2018-02-21 | Clist_Modern: C++'11 iterators | George Hazan | |
| 2018-01-19 | duplicate check removed | George Hazan | |
| 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-11-23 | database enumerators => void* instead of LPARAM | George Hazan | |
| 2017-11-13 | Code modernize ... | Goraf | |
| * replace 0/NULL with nullptr [using clang-tidy] | |||
| 2017-11-08 | Clist_Modern: fix for 64-bits sorting | George Hazan | |
| 2017-09-04 | Clist_Modern: | George Hazan | |
| - useless error message removed; - code cleaning; - version bump; | |||
| 2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
| 2017-01-01 | bump copyright year | dartraiden | |
| 2016-11-17 | PathToRelativeT - forgotten macro | George Hazan | |
| 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-07-29 | no more TCHARs | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-07-27 | less TCHARs | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 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-07-25 | hello, Unix. | George Hazan | |
| phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-06-29 | - unused code removed; | George Hazan | |
| - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@17045 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-04-28 | code cleaning | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@16787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-01-02 | Copyrights update part 3 (final) | Dart Raiden | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@15986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-09-29 | runtime allocation functions replaced with mir_* | George Hazan | |
| function strdupn() removed git-svn-id: http://svn.miranda-ng.org/main/trunk@15475 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-08-28 | mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever ↵ | George Hazan | |
| possible git-svn-id: http://svn.miranda-ng.org/main/trunk@15064 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-08-17 | warning fixes | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14980 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-07-02 | unified project for clist_modern | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-27 | - CLISTMENUITEM::pszContactOwner removed, because it's supported only by ↵ | George Hazan | |
| contact's menu; - Menu_AddContactMenuItem now receives parameter szProto; - Menu_Add* helpers are converted into real functions; git-svn-id: http://svn.miranda-ng.org/main/trunk@14409 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-25 | - Menu_EnableItem & Menu_SetChecked - more suitable helpers to set flags; | George Hazan | |
| - fix for checks in frame menus; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14389 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 | |||
