Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-23 | clipboard copy function is able now to copy in multiple formats at a time | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2023-11-06 | fixes #3850 (NewGPG: строки не попадают в ленгпак) | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-09-26 | code cleaning | George Hazan | |
2022-09-26 | more clipboard shit removed | George Hazan | |
2022-04-06 | remove executable attribute from affected files | georgehazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-05-11 | CCtrlCombo::GetCurData = suitable helper for combo boxes | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-10-23 | fixes #2603 (New GPG - Name and mail adress) | George Hazan | |
2020-06-23 | New_GPG: fix for extra icon's behavior | George Hazan | |
2020-06-23 | new_gpg: code reordering | George Hazan | |
2020-06-23 | New_GPG: | George Hazan | |
- massive code cleaning; - obsolete extra icon management code removed; - added code to visualize service events correctly; - version bump | |||
2020-06-22 | New_GPG: fix for key deletion | George Hazan | |
2020-06-04 | UI classes: | George Hazan | |
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning | |||
2020-04-01 | New_GPG: more clear wording (request from our conference) | dartraiden | |
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 | NewGPG: options implemented using CMOption | George Hazan | |
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 | 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 | 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-01 | Happy new year, Miranda, part 2 | dartraiden | |
2019-06-19 | removed code restored | George Hazan | |
2019-06-19 | New_GPG: UI code cleaning | 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-09-25 | NewGPG: | George Hazan | |
- fixes problems with plugin loading; - minus boost::thread; - massive code cleaning; - version bump | |||
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-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan | |
2018-05-17 | MirLua, MirOTR, New_GPG, OpenSSL, SecureIM -> CMplugin | George Hazan | |
2018-04-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | George Hazan | |
2018-04-03 | Accounts() : iterator for accounts | George Hazan | |
2018-03-29 | plugins: new_gpg | Gluzskiy Alexandr | |
- adapted to CDlgBase changes (fixes crash on window close) | |||
2018-01-01 | massive copyright update | dartraiden | |
2017-12-08 | new_gpg: a bit of refactoring | Gluzskiy Alexandr | |
- eliminated few confusing globals (including unnecessary mutex) - implemeted proper way to avoid collisions in some places | |||
2017-12-08 | new_gpg: get rid of "extern chaos" | Gluzskiy Alexandr | |
- moving ui related code to separated file, split definition and implementation of ui |