Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-01 | New_GPG: more clear wording (request from our conference) | dartraiden | |
2020-03-21 | New_GPG: code cleaning | George Hazan | |
2020-03-21 | New_GPG: unused variables removed | George Hazan | |
2020-03-21 | NewGPG: | George Hazan | |
- fixes #2266 (New_GPG: вынести пункты плагина в подменю); - the rest of boolean options moved to CMOption<bool>; - custom window location storing code reimplemented using Util_SaveWindowPosition; - log generation code optimization; - version bump | |||
2020-03-18 | NewGPG: fix for hangup during key generation | George Hazan | |
2020-03-18 | New_GPG: resource cosmetic | dartraiden | |
2020-03-18 | typos fixed | George Hazan | |
2020-03-18 | unneeded code removed | George Hazan | |
2020-03-18 | NewGPG: options implemented using CMOption | George Hazan | |
2020-03-18 | NewGPG: | George Hazan | |
- fixes #2259 (New_GPG лезет на другие аккаунты и пытается расшифровывать чаты); - fixes #2258 (New_GPG is broken after chat window redesign); - version bump | |||
2020-03-18 | NewGPG: logger optimization | George Hazan | |
2020-03-17 | New_GPG: | George Hazan | |
- fix for key deletion; - fix for checkboxes inside User list; - nasty perversion aka globals.user_data removed, instead a parameter is passed into ShowLoadPublicKeyDialog(); - UI code cleaning; - version bump | |||
2020-03-17 | n-nope, three utf-8 chars do not talke three bytes | George Hazan | |
2020-03-17 | NewGPG: fix for hardcoded utf8 constants | George Hazan | |
2020-03-17 | minor code optimization | George Hazan | |
2020-03-17 | NewGPG: | George Hazan | |
- old obsoleted boost::process headers removed; - minor improvements to the options dialog | |||
2020-03-16 | NewGPG: massive code cleaning | George Hazan | |
2020-03-16 | NewGPG: | George Hazan | |
- useless button control ids removed; - GetFilePath() calls rewritten using ptrW; - code cleaning | |||
2020-03-15 | minus another static buffer | George Hazan | |
2020-03-15 | NewGPG: cosmetic fixes | George Hazan | |
2020-03-15 | NewGPG: massive code cleaning | George Hazan | |
2020-03-15 | NewGPG: fix for utf8 at screen | George Hazan | |
2020-01-09 | if smth cannot be incuded, it shall be inlined | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-11-12 | type fix | Konstantin Nikulin | |
2019-09-14 | new_gpg: improoved error handling on public keys array import from | Gluzskiy Alexandr | |
main menu | |||
2019-06-19 | removed code restored | George Hazan | |
2019-06-19 | New_GPG: UI code cleaning | George Hazan | |
2019-04-18 | new_gpg: load key fix | Gluzskiy Alexandr | |
get rid of global user_data variable, use one from globals struct everywhere instead | |||
2019-03-26 | ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed | George Hazan | |
2019-03-07 | Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵ | George Hazan | |
controls flags | |||
2019-03-07 | Skin_GetProtoIcon - new function to retrieve status icon's handle | George Hazan | |
2019-02-19 | New_GPG -> TinyXml2 | George Hazan | |
2019-01-30 | m_icq.h removed | George Hazan | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-08 | db_get_sa / db_get_wsa to receive the default value, massive code simplification | George Hazan | |
2018-11-14 | hContact, MODULENAME -> g_plugin | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-11-12 | end of ME_OPT_INITIALISE related zoo in another plugins | George Hazan | |
2018-09-25 | NewGPG: | George Hazan | |
- fixes problems with plugin loading; - minus boost::thread; - massive code cleaning; - version bump | |||
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-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) | |||
2018-05-29 | common version resource extracted to the separate file | George Hazan | |
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins | |||
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵ | George Hazan | |
differ only in a build number | |||
2018-05-27 | PRODUCTVERSION of any version resource to contain the number of current build | George Hazan | |
2018-05-23 | we don't need MirandaPluginInfoEx() anymore. farewell, my lovely | George Hazan | |