Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-26 | Fingerprint: remove ICQ support | dartraiden | |
2024-02-21 | Icons' options went under Customize branch | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2023-01-02 | Update copyrights | dartraiden | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-04-07 | MSN: moved to deprecated, banned, removed support from plugins, etc | dartraiden | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2019-02-06 | Fingerprint: remove WhatsApp and QQ support | dartraiden | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-26 | code cleaning | George Hazan | |
2018-12-26 | Fingerprint: crash fix (after move to m_gui) | Kirill Volinsky | |
MenuEx: moved to m_gui | |||
2018-12-25 | Fingerprint: moved to m_gui | Kirill Volinsky | |
2018-12-06 | langpacks: update | dartraiden | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-08-31 | Fingerprint: delete all Yahoo-related content | dartraiden | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-16 | FavContacts, FileAsMessage, Fingerprint, FloatingContacts, Folders, FTPFile: ↵ | Mataes | |
cmplugin adaptation | |||
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-01-26 | code optimization | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-22 | remove AIM support completely | 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-12-01 | remove Tlen completely | dartraiden | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-01-01 | bump copyright year | dartraiden | |
2016-10-28 | - old useless helpers removed from the Options module; | George Hazan | |
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h | |||
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-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-06-23 | Fingerprint: unified project | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14340 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 | |||
2015-04-15 | after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and ↵ | George Hazan | |
therefore removed git-svn-id: http://svn.miranda-ng.org/main/trunk@12840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-12-15 | Fingerprint: changed warning lavel to w4 | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@11435 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan | |
SendDlgItemMessage(...BM_GETCHECK ...) -> IsDlgButtonChecked(...) constants fix for CheckDlgButton() git-svn-id: http://svn.miranda-ng.org/main/trunk@11387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-10-06 | client detwction fix | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@10705 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-02-12 | another bunch of useless conversions died | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@8109 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-02-10 | HCONTACT is not needed anymore | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan | |
- GCF_* prefix was added to chat constants to avoid name conflicts git-svn-id: http://svn.miranda-ng.org/main/trunk@8078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2013-04-08 | slightly less crazy code of FingerprintNG options | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@4390 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2013-04-08 | - MBF_OWNERSTATE option moved to the public header; | George Hazan | |
- client icon drawing moved to FingerPrint; - old code in tabSRMM completely wiped out; git-svn-id: http://svn.miranda-ng.org/main/trunk@4389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2013-01-29 | added option for disabling secure overlay | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@3327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2013-01-28 | added option for disabling unicode overlay | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@3322 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2012-12-07 | - Options tree items change | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@2681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2012-12-05 | FingerprintNG: | Kirill Volinsky | |
- all separate iconpacks moved into one (icons\fp_icons.dll) - fixed some masks - vkontakte moved to other icons git-svn-id: http://svn.miranda-ng.org/main/trunk@2657 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2012-12-04 | - FingerprintNG: | Vadim Dashevskiy | |
- more correct icons for mrim jabber transport (xmpp + mra overlay) - SecureIM and Unicode icons moved to Platform section. - so SecureIM checkbox deemed to be unneeded anymore. - added "blank" icon for those who wants to get rid of overlays (i.e. Unicode or SecureIM) or some other icons. just replace it IcoLib from ClientIcons_Others.dll onto needed icon. git-svn-id: http://svn.miranda-ng.org/main/trunk@2643 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |