Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-04 | SmileyAdd: we don't call ME_SMILEYADD_OPTIONSCHANGED when nothing was really ↵ | George Hazan | |
changed | |||
2024-01-08 | Update copyrights | dartraiden | |
2023-10-26 | SmileyAdd_LoadContactSmileys - helper function for adding custom smileys | George Hazan | |
2023-10-26 | code simplification + cleaning | George Hazan | |
2023-10-25 | Telegram: fix for replacing . with smileys | George Hazan | |
2023-10-03 | MS_SMILEYADD_SELECTSMILEY - new service for custom smiley selector | George Hazan | |
2023-09-26 | SRMM options update unification | George Hazan | |
2023-09-25 | SmileyAdd: emoji smile pack to be used in parallel to any other smile pack | George Hazan | |
2023-09-25 | SmileyAdd: fix for the obsolete quirks in SmaileyAdd API | George Hazan | |
2023-09-25 | unneeded conversions removed | George Hazan | |
2023-09-24 | code cleaning | George Hazan | |
2023-09-24 | SmileyAdd: new standard category: emoji | George Hazan | |
2023-09-24 | we don't need CMStringW& as the Get* parameter | George Hazan | |
2023-09-24 | more cleaning | George Hazan | |
2023-09-24 | code cleaning | George Hazan | |
2023-01-17 | SmileyAdd: no need to register . as a smiley | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-01-17 | Update copyrights | dartraiden | |
2020-08-24 | SmileyAdd: regression with metacontacts handling fixed | George Hazan | |
2020-08-18 | SmileyAdd: | George Hazan | |
- fixes #2545 (SmileyAdd: missing assigned per-contact smileys categories); - unused service MS_SMILEYADD_SHOWSELECTION removed; - name conflict resolution; - version bump; | |||
2020-08-18 | code cleaning | George Hazan | |
2020-08-16 | SmileyAdd: | George Hazan | |
- major update for custom smileys APIs (cause we have no MSN, there's no need to save MCONTACT for custom smileys); - added path type = 2 to download whole folder for custom smileys; - fixes #2524 (ICQ: стикеры должны приходить как custom smileys, а не как передачи файлов); - fixes #2533 (SmileyAdd не всегда распознаёт стикеры); - fixes #2532 (Полученные стикеры пропадают при переоткрытии окна); - version bump | |||
2020-08-14 | fixes #2526 (SmileyAdd: remove "Disable stickers" option) | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-05-30 | SmileyAdd: fix for incorrectly adapted dialog procedure | George Hazan | |
2019-05-30 | fixes #1960 (SmileyAdd: Folders support) | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-11-12 | NULL -> 0 | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | 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-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-03-09 | more loop-related code cleaning | George Hazan | |
2018-02-21 | SmileyAdd: 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-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-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-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-03-03 | - more obsolete shit removed; | George Hazan | |
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-03-02 | - crash fix on smiley pack change; | George Hazan | |
- massive code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |