summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd/src/options.cpp
AgeCommit message (Collapse)Author
2022-09-09fixes #3186 (SmileyAdd: добавить ссылку на закачку ↵George Hazan
смайлов)
2022-01-01Happy new year, Mirandadartraiden
2021-01-17Update copyrightsdartraiden
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-08-14fixes #2526 (SmileyAdd: remove "Disable stickers" option)George Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-05-31fix for ... button behaviorGeorge Hazan
2019-05-31shitty reversed logic...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-01-04Update copyrightsdartraiden
2018-11-14hContact, MODULENAME -> g_pluginGeorge Hazan
2018-11-12NULL -> 0George Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge 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-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-06-09SmileyAdd: obsolete option "Enable smileys" removed, because now we can ↵George Hazan
control toolbar buttons for all plugins from the Options - Message sessions - toolbar
2018-06-08SmileyAdd: obsolete option "Enable built-in message dialog support" removedGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-17Popup, PManagerEx, QuickContacts, RemovePersonalSettings, Restart, ↵George Hazan
SeenPlugin, SendSS, ShlExt, SimpleAR, SimpleStatusMsg, SkypeStatusChange, SmileyAdd, SMS => CMPlugin
2018-05-10fixes #1335 (Reimplement XEP support in SmileyAdd again)George Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge 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-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-01-01bump copyright yeardartraiden
2016-12-06StdMsg & Scriver:George Hazan
- switched to the toolbar buttons instead of the fixed button set; - switched to the shared windows list
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-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less 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-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-03SmileyAdd: Fixed Apply button activation in optionsTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16798 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-12Smileyadd: Changed "Disable" to "Enable" in options dialogTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16474 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-05SmileyAdd: change smiley button options from "Off/On" to "Hide/Show"Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16434 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
2016-01-08SmileyAdd: background color setting moved to core colors MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16055 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 1Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-29SmileyAdd: horizontal sorting id default MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15474 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-26SmileyAdd: spellingMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-26small fixes MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15447 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-26SmileyAdd: option for horisontal sorting MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15446 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c