summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd/src/smileys.cpp
AgeCommit message (Collapse)Author
2024-08-21fixes #4587 (SmileyAdd: remove ICQ support)George Hazan
2024-01-08Update copyrightsdartraiden
2023-10-29SmileyAdd: fix for occasional crash on exitGeorge Hazan
2023-10-24SmileyAdd:George Hazan
- allows now to display repetitive smileys even if they go one after another without spaces; - much less resource consumption, much faster execution; - code cleaning - version bump;
2023-09-25SmileyAdd: emoji smile pack to be used in parallel to any other smile packGeorge Hazan
2023-09-25unneeded conversions removedGeorge Hazan
2023-09-24SmileyAdd: new standard category: emojiGeorge Hazan
2023-09-24we don't need CMStringW& as the Get* parameterGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-11-15fixes #3239 (random crash in SmileyAdd)George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-01-17Update copyrightsdartraiden
2020-08-31fixes #2558 (SmileyAdd прописывает абсолютный путь ↵George Hazan
к смайлам вместо относительных)
2020-08-18code cleaningGeorge Hazan
2020-08-16SmileyAdd: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-08Remove more obsolete protocolsdartraiden
2020-04-07MSN: moved to deprecated, banned, removed support from plugins, etcdartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-07-24massive warning fixGeorge Hazan
2019-06-03fixes #1971 completely (SmileyAdd: regressions)George Hazan
2019-05-30SmileyAdd: more reasonable default values for FoldersGeorge Hazan
2019-05-30SmileyAdd: fix for incorrectly adapted dialog procedureGeorge Hazan
2019-05-30fixes #1960 (SmileyAdd: Folders support)George Hazan
2019-05-29SmileyAdd:George Hazan
- options dialog rewritten using UI classes; - unused code removed; - massive code cleaning
2019-02-14added operator[] for XMLConstHandle & XMLHandle, making Xpath much shorterGeorge Hazan
2019-02-14SmileyAdd -> TinyXmlGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-11-12NULL -> 0George Hazan
2018-07-24database: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-16SmileyAdd: reverse iterator shall be used here cause Draw() suddenly can ↵George Hazan
remove a smiley from list O_O
2018-05-15fixes #1360 (wrong tooltips for XEP smile packs)George Hazan
2018-05-11oopsdartraiden
2018-05-11code cleaningdartraiden
2018-05-10fixes #1335 (Reimplement XEP support in SmileyAdd again)George Hazan
2018-04-18core 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-03Accounts() : iterator for accountsGeorge Hazan
2018-04-03CLIST_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-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-03-15LIST<> 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-27SmileyAdd: attempt to fix code insertionGeorge Hazan
2018-02-23SmileyAdd: fix for broken UTF16 constantsGeorge Hazan
2018-02-21SmileyAdd: C++'11 iteratorsGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29fixes #1044George Hazan
2017-11-29SmaileyAdd to use pcre16 instead of the obsoleted regexp parserGeorge Hazan
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]