Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-01-17 | Update copyrights | dartraiden | |
2020-08-31 | fixes #2558 (SmileyAdd прописывает абсолютный путь ↵ | George Hazan | |
к смайлам вместо относительных) | |||
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-04-08 | Remove more obsolete protocols | dartraiden | |
2020-04-07 | MSN: moved to deprecated, banned, removed support from plugins, etc | dartraiden | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-07-24 | massive warning fix | George Hazan | |
2019-06-03 | fixes #1971 completely (SmileyAdd: regressions) | George Hazan | |
2019-05-30 | SmileyAdd: more reasonable default values for Folders | George Hazan | |
2019-05-30 | SmileyAdd: fix for incorrectly adapted dialog procedure | George Hazan | |
2019-05-30 | fixes #1960 (SmileyAdd: Folders support) | George Hazan | |
2019-05-29 | SmileyAdd: | George Hazan | |
- options dialog rewritten using UI classes; - unused code removed; - massive code cleaning | |||
2019-02-14 | added operator[] for XMLConstHandle & XMLHandle, making Xpath much shorter | George Hazan | |
2019-02-14 | SmileyAdd -> TinyXml | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-11-12 | NULL -> 0 | 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-05-16 | SmileyAdd: reverse iterator shall be used here cause Draw() suddenly can ↵ | George Hazan | |
remove a smiley from list O_O | |||
2018-05-15 | fixes #1360 (wrong tooltips for XEP smile packs) | George Hazan | |
2018-05-11 | oops | dartraiden | |
2018-05-11 | code cleaning | dartraiden | |
2018-05-10 | fixes #1335 (Reimplement XEP support in SmileyAdd again) | George Hazan | |
2018-04-18 | core changes: | George Hazan | |
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts | |||
2018-04-03 | Accounts() : iterator for accounts | George Hazan | |
2018-04-03 | CLIST_INTERFACE: | George Hazan | |
- unused members removed (requires new History++ for people who compile Miranda themselves); - useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively; - static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible | |||
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-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-02-27 | SmileyAdd: attempt to fix code insertion | George Hazan | |
2018-02-23 | SmileyAdd: fix for broken UTF16 constants | 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-29 | fixes #1044 | George Hazan | |
2017-11-29 | SmaileyAdd to use pcre16 instead of the obsoleted regexp parser | George Hazan | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-09-27 | fix for issues described in #922 (Move development to VS2017) | George Hazan | |
2017-08-18 | minor code cleaning | George Hazan | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-03-21 | some common code moved into mir_app | George Hazan | |
2017-01-11 | strong typization - better typization | George Hazan | |
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 | fix for a broken regexp | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17134 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 |