Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-05-16 | Import: global variables extracted to a class, thus eliminating the chance ↵ | George Hazan | |
of conflicts | |||
2019-05-12 | Import: also file description should be customized | George Hazan | |
2019-05-12 | fixes #1947 (Import: "choose file" button should suggest .txt for QIP2005, ↵ | George Hazan | |
not .dat) | |||
2019-05-10 | Import: first version of pattern batch import that works | George Hazan | |
2019-04-25 | first version of pattern import that could be compiled | George Hazan | |
2019-01-20 | fixes #1776 (any traces of URL* related constants removed) | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-11-02 | added explicit flag for checking duplicates | George Hazan | |
2018-10-18 | fixes #1621 (resizable Import wizard) | George Hazan | |
2018-10-18 | the less WinAPI, the better | George Hazan | |
2018-10-18 | Import moved to UI classes | George Hazan | |
2018-08-15 | Import: ability to check duplicates during a contact import | George Hazan | |
2018-06-08 | Import: | George Hazan | |
- first working version of mcontacts import; - code cleaning | |||
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-13 | fixes #1259 (Crash when trying import profile to itself) | George Hazan | |
2018-01-26 | code optimization | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
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-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-01-01 | bump copyright year | dartraiden | |
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-01-02 | Copyrights update part 3 (final) | Dart Raiden | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-08-28 | mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever ↵ | George Hazan | |
possible git-svn-id: http://svn.miranda-ng.org/main/trunk@15064 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-07-25 | warnings fixed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14686 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-07-24 | import: common project | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14671 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-04 | new mir_sntprintf templates without SIZEOF | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14004 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-05-22 | replace _tcsicmp to mir_tstrcmpi | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13761 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-05-22 | replace _tcscmp to mir_tstrcmp | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-04-08 | disable Next button when profile not selected | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@12670 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-03-29 | - import mode setting dropped; | George Hazan | |
- everything in Import rewritten using flags (previous custom flags); - correct import of metacontacts; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@12545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-03-20 | if the custom profile was chosen, let's clean the list's selection | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@12453 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-03-19 | Import: an option added to support profile mirroring (precise copy) | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@12438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-12-31 | Year 2015 version update | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-12-16 | merge from branch | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@11473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan | |
SendDlgItemMessage(...BM_GETCHECK ...) -> IsDlgButtonChecked(...) constants fix for CheckDlgButton() git-svn-id: http://svn.miranda-ng.org/main/trunk@11387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-10-19 | variable name change | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@10833 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-09-29 | first version of metaimport, that seems to work | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@10631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-09-29 | and also execute the validator | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@10630 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-09-29 | first profile to be selected automatically | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@10629 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |