Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-01 | Another year has passed | dartraiden | |
2024-01-08 | Update copyrights | dartraiden | |
2023-11-07 | fixes #3829 (Popup+: пропали уточнения, что ↵ | George Hazan | |
настраивается только цвет окон, но не шрифт) | |||
2023-01-02 | Update copyrights | dartraiden | |
2022-09-10 | no need to export Miranda's offal to the outside world | George Hazan | |
2022-03-24 | MessageBox -> MessageBoxW | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-19 | Windows API declarations isolated inside modules | George Hazan | |
2021-02-15 | fixes #2738 (Не сбрасываются в дефолт ↵ | George Hazan | |
некоторые настройки шрифтов и цветов) | |||
2021-01-17 | Update copyrights | dartraiden | |
2021-01-05 | fixes #2666 (Font descriptions are drawn using dialog font, to distinguish ↵ | George Hazan | |
text displayed in Wingdings) | |||
2021-01-05 | code cleaning + duplicate code removed | George Hazan | |
2020-01-30 | LIST::remove + LIST::indexOf() combination removed with LIST::removeItem | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-05-02 | minor fixes | Mataes | |
2019-01-04 | Update copyrights | dartraiden | |
2018-10-15 | Font options: proper cleaning of all arrays | George Hazan | |
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
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-18 | mir_app: CMPlugin introduced instead of g_hInst | George Hazan | |
2018-05-08 | code cleaning (using new MS coding style) | George Hazan | |
2018-05-08 | fixes #1334 (after unloading tabSRMM its fonts & colors are still visible in ↵ | George Hazan | |
the Options) | |||
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-02-20 | optimizing LIST<> & OBJLIST<> loops | 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 | mir_app: Convert to utf-8 | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-09-30 | fixes #957 (Crash on opening "color and fonts" options in "fontoptions.cpp (96)) | George Hazan | |
2017-09-14 | remove ModernOpt support completely | dartraiden | |
2017-08-20 | minus ModernOpt | George Hazan | |
2017-08-06 | Update rest of links to https | Robert Pösel | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-03-10 | - NULL -> nullptr to resolve conflicts | George Hazan | |
- warning fixes | |||
2017-01-01 | bump copyright year | dartraiden | |
2016-11-23 | memory corruption fix | 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 | 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 2 | Dart Raiden | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 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-08-10 | warning fixes | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14895 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |