Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-05 | automated thread id control class | George Hazan | |
2020-05-29 | PluginUpdater: | George Hazan | |
- fixes #2409 (restart Miranda automatically after update); - plugin options moved to CMOption<>; - code cleaning | |||
2020-03-12 | fixes #2241 (wrong behaviour of filter in PluginUpdater -> Available ↵ | George Hazan | |
components dialog) | |||
2019-09-19 | PluginUpdater: | George Hazan | |
- CMPlugin::bForceRedownload isn't saved in database anymore (what for?); - update starts each time a user changes platform | |||
2019-09-19 | fixes #2069 (Plugin Updater: add "enable HTTPS" option) | George Hazan | |
2019-09-15 | PluginUpdater: | George Hazan | |
- fixes #2057 (PluginUpdater: add search box); - missing components dialog moved to UI classes; - version bump | |||
2019-09-06 | PluginUpdater: copy of CRC32 calculation code isn't needed | 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 | |||
2019-03-04 | PluginUpdater: unused thread removed | George Hazan | |
2018-08-28 | useless function removed | George Hazan | |
2018-08-26 | PluginUpdater: added new variant of update "Stable version with debug symbols" | Mataes | |
2018-08-14 | fix for CreatePathToFileW prototype (missing const specifier) | George Hazan | |
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-27 | fix for correct version info offset calculation | George Hazan | |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan | |
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW | |||
2018-05-17 | Plugin Updater loses compatibility with Miranda IM completely due to CMPlugin | George Hazan | |
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
2018-04-17 | MNonCopyable - the common class to avoid declaring fake private constructors | George Hazan | |
2018-02-24 | more nullptr | Goraf | |
2018-02-24 | guard headers | Goraf | |
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-09-19 | update for PluginUpdater_IM | George Hazan | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-07-11 | PluginUpdater to load everything via https | George Hazan | |
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-01-14 | separate handle types for HNETLIBCONN & HNETLIBBIND | George Hazan | |
2017-01-11 | strong typization - better typization | George Hazan | |
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-27 | <tchar.h> removed from <m_system.h> | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17136 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-07-22 | Standardize use of slashes in includes to "/" (thanks ybznek for idea) | Robert Pösel | |
Previous paths weren't usable on Linux git-svn-id: http://svn.miranda-ng.org/main/trunk@17121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-06 | 2 radiobuttons changed to 1 checkbutton for platform change | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16929 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-16 | PluginUpdater: | Tobias Weimer | |
- more fixes for the options dialog - Added feature to install a list of predefined item: In module PluginUpdaterNewFiles, create a BYTE entry for each item you want to install (Name as in the options dialog, BYTE value 1) When you open "Available components list", those entries will be preselected. git-svn-id: http://svn.miranda-ng.org/main/trunk@16675 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-15 | PluginUpdater: | Tobias Weimer | |
- Fixed updating git-svn-id: http://svn.miranda-ng.org/main/trunk@16666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-15 | PluginUpdater: added ability to change platform. Note: old miranda*.exe you ↵ | Kirill Volinsky | |
should delete manually git-svn-id: http://svn.miranda-ng.org/main/trunk@16660 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-09-01 | - strdel()/strdelw() moved to the core; | George Hazan | |
- custom implementations removed git-svn-id: http://svn.miranda-ng.org/main/trunk@15135 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-08-27 | warning fixes | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-08-22 | Compilation fix (thx Wishmaster) | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15009 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-08-21 | PluginUpdater: | Tobias Weimer | |
- Implemented "Backup profile after update" option - minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@15007 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-08-13 | PluginUpdater: ability to download files via AccosMgr | Alexander Lantsev | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-07-30 | warning fixes | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-07-26 | common projects | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14724 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |