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 | 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-02-13 | fixes #2727 (New_GPG: columns' autosize fails for empty lists) | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-06-24 | New_GPG: added advanced option to send error messages | 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-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: 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 | 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: massive code cleaning | 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-04-18 | new_gpg: load key fix | Gluzskiy Alexandr | |
get rid of global user_data variable, use one from globals struct everywhere instead | |||
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 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
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-03-29 | plugins: new_gpg | Gluzskiy Alexandr | |
- adapted to CDlgBase changes (fixes crash on window close) | |||
2018-03-16 | class renaming, part II | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-01-01 | - convert NEW_GPG to UTF without BOM | dartraiden | |
- correct links in Deplphi plugins | |||
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 | |||
2017-12-06 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-03 | new_gpg: porting to new ui api | Gluzskiy Alexandr | |
- looks done, go test it, may contain lot of bugs, only basic testing is done. | |||
2017-12-03 | new_gpg: porting ui to new api | Gluzskiy Alexandr | |
2017-12-02 | new_gpg: porting ui to new api | Gluzskiy Alexandr | |
2017-12-02 | new_gpg: dos2unix //deal with it. | Gluzskiy Alexandr | |
2017-12-01 | new options: | George Hazan | |
- Close() automatically calls DestroyWindow, no need to redefine it - pfnDlgProc & pszTemplate are useless among classes; - minor code cleaning | |||
2017-12-01 | new_gpg: porting to new ui api (part2) | Gluzskiy Alexandr | |