Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-16 | fixes #4734 (PluginUpdater: пишет Skipped, даже если ↵ | George Hazan | |
компонент скачался) | |||
2024-09-12 | fixes #4654 (PluginUpdater: не все выбранные ↵ | George Hazan | |
компоненты загружаются) | |||
2024-06-09 | fixes #4460 (PluginUpdater пытается проверить ↵ | George Hazan | |
обновления снова и снова) | |||
2023-11-09 | fixes #3816 (Random crash) | George Hazan | |
2023-10-11 | fixes #3708 (PluginUpdater: добавить в PluginUpdaterFiles ↵ | George Hazan | |
поддержку масок) | |||
2023-07-19 | fixes #3587 (PluginUpdater: не создавать пустой бэкап, ↵ | George Hazan | |
когда существующие файлы не изменились) | |||
2023-03-18 | fixes #3345 completely | George Hazan | |
2023-03-03 | fixes #3345 (PluginUpdater: добавить на кнопку ↵ | George Hazan | |
"Загрузка" количество выбранных пунктов) | |||
2022-12-16 | minor code cleaning | George Hazan | |
2022-06-20 | fixes #3105 (PluginUpdater: привязать правый столбец ↵ | George Hazan | |
к краю окна) | |||
2022-04-16 | fixes #3065 (PluginUpdater настойчиво хочет ↵ | George Hazan | |
переименовать языковой пакет) + code cleaning | |||
2022-01-10 | PU::IsMirandaFolderWritable - core function to detect if need to draw a ↵ | George Hazan | |
shield on buttons that require escalation | |||
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-04-14 | fixes #2846 (Plugin Updater: more informative error messages, if updates are ↵ | George Hazan | |
postponed) | |||
2021-04-14 | Plugin Updater: code cleaning | George Hazan | |
- icon list made private => g_plugin.getIcon* functions; - smaill functions went from Utils.cpp to CMPlugin::Load; - Windows-specific code in DlgListNew rewritten to UI classes | |||
2021-02-13 | fixes #2725 (PluginUpdater: выбор компонентов для ↵ | George Hazan | |
установки очищается при изменении фильтра) | |||
2020-10-29 | Plugin Updater: pu_stub utilities moved to mir_app | George Hazan | |
2020-09-14 | Plugin Updater: code cleaning | George Hazan | |
2020-09-14 | fixes #2568 (При изменении числа бэкапов, ↵ | George Hazan | |
лишние остаются) | |||
2020-08-31 | Plugin Updater: | George Hazan | |
- folder creation moved to CreateWorkFolders(); - TFileName type added to simplify life with C types; - code cleaning; | |||
2020-08-31 | Plugin Updater: unused services removed | George Hazan | |
2020-08-27 | fixes #2555 (PluginUpdater: некорректное обновление ↵ | 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-03-12 | fixes #2241 (wrong behaviour of filter in PluginUpdater -> Available ↵ | George Hazan | |
components dialog) | |||
2019-09-15 | PluginUpdater: | George Hazan | |
- fixes #2057 (PluginUpdater: add search box); - missing components dialog moved to UI classes; - version bump | |||
2019-07-09 | warning fix | George Hazan | |
2019-04-26 | another unused variable removed | George Hazan | |
2019-04-26 | code cleaning | George Hazan | |
2019-04-26 | compilation fix | George Hazan | |
2019-04-26 | Plugin Updater: | George Hazan | |
- fixes #1927 (Hidden db option for hiding specified component from PU); - options moved into g_plugin; - warning & security fixes; - code cleaning | |||
2018-11-14 | code cleaning | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-17 | Plugin Updater loses compatibility with Miranda IM completely due to CMPlugin | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-03-09 | more loop-related code cleaning | George Hazan | |
2018-02-21 | all another C++'11 iterators | George Hazan | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-01-14 | separate handle types for HNETLIBCONN & HNETLIBBIND | George Hazan | |
2017-01-11 | strong typization - better typization | George Hazan | |
2016-11-17 | Utils_OpenUrlT | George Hazan | |
Utils_ReplaceVarsT | |||
2016-07-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less 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-25 | hello, Unix. | George Hazan | |
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-11 | MRA: change avatars load threads count default value from 4 to 1 | Rozhuk Ivan | |
add threads names git-svn-id: http://svn.miranda-ng.org/main/trunk@16948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-05 | - fix for #1059; | George Hazan | |
- direct unsafe work with icons replaces with Window_SetIcon_IcoLib / Window_SetSkinIcon_IcoLib; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |