Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-09 | fixes for various small quirks | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2023-07-23 | let boolean variables inside ClcGroup be boolean | George Hazan | |
2023-03-03 | fixes #3383 (Clist_modern: get rid of inverted logic) | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-02-18 | fixes #2744 + code cleaning | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-07-28 | code cleaning | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-02-06 | fixes #1786 (Clist Modern constantly checks if the status message has been ↵ | George Hazan | |
updated even if there's no need to do that) | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-11-13 | clist_modern -> g_plugin | George Hazan | |
2018-08-30 | crash fix | George Hazan | |
2018-07-27 | Clist_Modern: | George Hazan | |
- fixes #1518 (clist_modern account panel filter logic); - code cleaning | |||
2018-06-25 | duplicate cache item removed to avoid rare crashes | George Hazan | |
2018-06-21 | CLC/TopMargin & CLC/BottomMargin - two hidden settings for Clist_modern skinning | 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-16 | Clist_modern => CMPlugin | George Hazan | |
2018-04-06 | CLIST_INTERFACE::pfnEndRename => Clist_EndRename | George Hazan | |
2018-04-06 | CLIST_INTERFACE::pfnCalcEipPosition => Clist_CalcEipPosition | George Hazan | |
2018-04-06 | CLIST_INTERFACE::pfnInvalidateItem => Clist_InvalidateItem | George Hazan | |
2018-04-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | 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-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-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-01 | typo fixed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16895 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-01 | - finally clist_modern's own rebuild all function got wiped out; | George Hazan | |
- massive removal of duplicate code; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16894 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-05-28 | SortedList emulation expunged | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16878 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-05-27 | - unneeded variable removed from clist_modern cache; | George Hazan | |
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16876 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-05-24 | group processing code standardization | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-05-23 | fix for wrongly named variables | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-05-23 | - optimization in cli_SaveStateAndRebuildList applied to all clists ↵ | George Hazan | |
(bLockScrollbar); - boolean variables were made bool; git-svn-id: http://svn.miranda-ng.org/main/trunk@16863 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-05-06 | clist_modern: | George Hazan | |
- functions ContactToHItem & ContactToItemHandle replaced with their kernel implementations; - dat->row_heights array isn't used when the row height is constant; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16809 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-04-28 | - 2nd & 3rd lines handling unification; | George Hazan | |
- no need to copy data to make async calls; - no need to launch a thread to save a couple of msecs on a very large roster; - unused code & params cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |