Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-08 | Update copyrights | dartraiden | |
2023-01-02 | Update copyrights | dartraiden | |
2022-08-03 | fixes #3131 (StdUserInfo & metacontacts) | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-19 | further code cleaning | ghazan | |
2021-12-19 | header files fix to eliminate Windows types for mir_app | ghazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-07-09 | fixes #2473 (Блокировка настроек от изменения) | George Hazan | |
остальное описано в задаче | |||
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-20 | let's avoid identifier 'hLangpack' wherever possible | George Hazan | |
2018-02-24 | more nullptr | Goraf | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-06 | KillModuleOptions - more handly helper than an event hook | 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-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-07-31 | headers code cleaning | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-10-30 | OPTIONSDIALOGPAGE::hIcon - also unused | George Hazan | |
2016-10-30 | OPTIONSDIALOGPAGE::hGroupIcon - also unused | George Hazan | |
2016-10-30 | OPTIONSDIALOGPAGE::groupPosition - unused field removed | George Hazan | |
2016-10-28 | - old useless helpers removed from the Options module; | George Hazan | |
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h | |||
2016-07-29 | removing TCHAR + WCHAR from headers | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17146 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
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-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-01-02 | Copyrights update part 2 | Dart Raiden | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-04-15 | after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and ↵ | George Hazan | |
therefore removed git-svn-id: http://svn.miranda-ng.org/main/trunk@12840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-04-13 | - nasty crutch removed from Options_AddPage; | George Hazan | |
- HWND hwndParent removed from the CDlgBase constructor; - method CDlgBase::SetParent() added for the rare occasions where it's needed; git-svn-id: http://svn.miranda-ng.org/main/trunk@12785 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-01-01 | copyright update for year 2014 | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@7438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2012-10-21 | patch for eliminating expert mode in options (to replace the simple mode ↵ | George Hazan | |
with ModernOpts) git-svn-id: http://svn.miranda-ng.org/main/trunk@2025 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2012-09-16 | removed clutch for GCC (it already exists in m_system.h) | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@1575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2012-08-04 | links to options don't work with langpacks | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@1355 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2012-07-05 | - first of the /Core standard plugins; | George Hazan | |
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2012-06-18 | - PLUGININFO structure removed at all; | George Hazan | |
- Options_AddPage & UserInfo_AddPage replaced MS_OPT_ADDPAGE & MS_USERINFO_ADDPAGE services respectively - total internal redesign of options' translation - code reformatting git-svn-id: http://svn.miranda-ng.org/main/trunk@477 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2012-05-18 | useless junk removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@66 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2012-05-15 | initial commit | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |