| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-04 | Update copyrights | dartraiden | |
| 2018-11-13 | clist_modern -> g_plugin | George Hazan | |
| 2018-07-24 | database: | George Hazan | |
| - senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
| 2018-07-13 | Clist_Modern: fix for a possible crash after right click on a frame's icon | George Hazan | |
| 2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
| 2018-07-05 | fixes #1448 (translated frame names in database) | George Hazan | |
| 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-22 | m_cluiframes.h => CMPlugin | George Hazan | |
| 2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan | |
| 2018-05-16 | Clist_modern => CMPlugin | George Hazan | |
| 2018-03-11 | clist_modern: correct version of c27f041 | Mataes | |
| 2018-03-11 | clist_modern: change char to CMStringA | Mataes | |
| 2018-02-21 | Clist_Modern: C++'11 iterators | 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-27 | slightly optimized way of getting menu item's module name | George Hazan | |
| 2017-11-27 | add module name (part 1) | Kirill Volinsky | |
| 2017-11-13 | Code modernize ... | Goraf | |
| * replace 0/NULL with nullptr [using clang-tidy] | |||
| 2017-09-07 | code cleaning | George Hazan | |
| 2017-09-05 | Clist Modern: more code cleaning | 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-09-05 | Menu_DrawItem & Menu_MeasureItem now simply receive LPARAM | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17255 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-09-02 | - three remaining clist services converted into functions ↵ | George Hazan | |
| (Clist_MenuProcessCommand, Clist_IsDocked, Clist_MenuProcessHotkey); - old unused junk removed from CLIST_INTERFACE with its stubs; - all unused clist services also removed with bunch of another crap like unused params git-svn-id: http://svn.miranda-ng.org/main/trunk@17243 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-05-30 | - unused settings removed; | George Hazan | |
| - code cleaning. git-svn-id: http://svn.miranda-ng.org/main/trunk@16887 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-04-28 | we don't need that FindItem's implementation in nicer+ anymore, it's already ↵ | George Hazan | |
| in the core git-svn-id: http://svn.miranda-ng.org/main/trunk@16791 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-03-24 | CList_modern: cleanup | Tobias Weimer | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@16537 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-12-15 | menu items require an id to be edited | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@15866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-12-15 | frames' menu: system items made unmovable, but discardable | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@15865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-12-14 | frames' menu creation: perversion removed | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@15857 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-12-02 | fix for the frames' menu root creation | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@15808 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-16 | name conflicts solved | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14971 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 | |||
