summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd
AgeCommit message (Collapse)Author
2019-07-26warning fixesGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-06-03Folders: old TCHAR helpers removedGeorge Hazan
2019-06-03fixes #1971 completely (SmileyAdd: regressions)George 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-30icons to be displayed in the Resource Items sectionGeorge Hazan
2019-05-30*YAHOO*George Hazan
finally fixed in VS2019
2019-05-29SmileyAdd:George Hazan
- options dialog rewritten using UI classes; - unused code removed; - massive code cleaning
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-02-14added operator[] for XMLConstHandle & XMLHandle, making Xpath much shorterGeorge Hazan
2019-02-14SmileyAdd -> TinyXmlGeorge Hazan
2019-02-07custom UrlDecode removedGeorge Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
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-08-20patch for smile packs with remote files without valid extensionsGeorge Hazan
2018-07-25major code cleaning of all font-related structuresGeorge 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-06-08SmileyAdd: removed old perversion with catching window messages from SRMM ↵George Hazan
windows
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-22m_fontservice.h => CMPluginGeorge Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-22Hotkey_Register => CMPlugin::addHotkeyGeorge Hazan
2018-05-22Srmm_AddButton unbound from hLangpackGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed ↵George Hazan
in each plugin. mir_getLP() remains for compatibility with pascal plugins only
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-17Popup, PManagerEx, QuickContacts, RemovePersonalSettings, Restart, ↵George Hazan
SeenPlugin, SendSS, ShlExt, SimpleAR, SimpleStatusMsg, SkypeStatusChange, SmileyAdd, SMS => CMPlugin
2018-05-16SmileyAdd: reverse iterator shall be used here cause Draw() suddenly can ↵George Hazan
remove a smiley from list O_O
2018-05-15__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiledGeorge Hazan
2018-05-15fixes #1360 (wrong tooltips for XEP smile packs)George Hazan