Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-11 | Alarms: use strncpy_s and wcsncpy_s instead of mir_wstrcpy and mir_strcpy | Kirill Volinsky | |
2018-02-24 | more nullptr | Goraf | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-27 | slightly optimized way of getting menu item's module name | George Hazan | |
2017-11-27 | add module name (part 1) | Kirill Volinsky | |
2017-11-23 | database enumerators => void* instead of LPARAM | George Hazan | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-09-18 | unneeded calls of DestroyServiceFunction() removed | George Hazan | |
2017-09-12 | old good sound services became finally functions | George Hazan | |
2017-09-12 | Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng" | George Hazan | |
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298. | |||
2017-09-11 | old good sound services became finally functions | George Hazan | |
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-06-22 | plugins: alarms: disable snooze in popup mode if snooze time is 0 | Gluzskiy Alexandr | |
2017-06-20 | plugins: alarms: quick and dirty cleanup of deleted alarms (must be done ↵ | Gluzskiy Alexandr | |
properly, see coments in code) | |||
2017-03-17 | forgotten TCHAR removed | George Hazan | |
2017-01-14 | plugins: | Gluzskiy Alexandr | |
alarms: ui cosmetic | |||
2017-01-01 | bump copyright year | dartraiden | |
2016-12-30 | plugins: | Gluzskiy Alexandr | |
alarms: version bump | |||
2016-12-28 | plugins: | Gluzskiy Alexandr | |
alarms: "selected days" mode db write/load fix, ui fix | |||
2016-12-27 | Alarms: | George Hazan | |
- warning fixes; - code cleaning | |||
2016-12-27 | Alarms: decapitalization | dartraiden | |
2016-12-19 | plugins: | Gluzskiy Alexandr | |
alarms: added days of week. closes #318 | |||
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-10-03 | - inlined helpers for fonts, colors & effects creation replaced with functions; | George Hazan | |
- services for getting fonts, colors & effects removed; - some memory corruptions removed git-svn-id: http://svn.miranda-ng.org/main/trunk@17347 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-06 | minus MS_CLIST_RETRIEVE_INTERFACE | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-08-03 | code cleaning | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17158 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-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 | Standartize "Version.h" to "version.h" (final rename) | Robert Pösel | |
I just hate SVN. git-svn-id: http://svn.miranda-ng.org/main/trunk@17119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-22 | Standartize "Version.h" to "version.h" (temporary rename) | Robert Pösel | |
I hate SVN. git-svn-id: http://svn.miranda-ng.org/main/trunk@17118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-26 | R.I.P m_clui.h, you helped us alot | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-28 | another atavism removed: old stub services for clist events | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-28 | atavism removed: CLISTEVENT::cbSize | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16180 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-12-07 | fix to apply the unique identifiers to all menu roots | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-09-04 | Alarms: menu uid | Alexander Lantsev | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15205 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-08-13 | 64-bit compatibility | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-08-13 | warning fixes | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14947 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-07-14 | Reverted r14501 and r14507: This text is also displayed in the contact list ↵ | Tobias Weimer | |
and must therefore be translated git-svn-id: http://svn.miranda-ng.org/main/trunk@14561 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-07-08 | frame name should not be translated in database | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14507 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |