Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-02-21 | all another C++'11 iterators | George Hazan | |
2018-01-26 | code optimization | George Hazan | |
2018-01-18 | SpellChecker: | George Hazan | |
- fix for a memory allocation zoo; - code cleaning; - version bump | |||
2018-01-17 | neglection of const might easily cause problems | George Hazan | |
2018-01-15 | fix for various memory problems in SpellChecker | George Hazan | |
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-12-03 | SpellChecker: code cleaning | George Hazan | |
2017-12-03 | Hunspell: lib updated to 1.6.2 | 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-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-10-23 | Renamed readme.txt | Tobias Weimer | |
2017-10-20 | fix for broken project filters | 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-07-30 | Hotkeys: code cleaning | George Hazan | |
2017-03-28 | massive cleanup of useless cbSize fields | George Hazan | |
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-13 | use http://miranda-ng.org/p/<plugin_name> which we use in plugin details ↵ | dartraiden | |
(thx Robyer) | |||
2016-11-17 | Utils_OpenUrlT | George Hazan | |
Utils_ReplaceVarsT | |||
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-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-07-22 | Standartize "Version.h" to "version.h" in all plugin's and protocol's includes | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-05 | - fix for #1059; | George Hazan | |
- direct unsafe work with icons replaces with Window_SetIcon_IcoLib / Window_SetSkinIcon_IcoLib; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-05-18 | unused proprietary services removed from UserInfoEx | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16848 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-05-13 | SpellChecker: Updated hunspell to 1.4.1 | Tobias Weimer | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16828 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-05-13 | missing window unsubclassing | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-30 | compilation fix | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16197 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-30 | version bump | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16196 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-30 | SpellChecker: linked with external hunspell | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16194 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-10-22 | Fix wrong path from r15592 | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-10-22 | Move utils files from "plugins/utils" to "/utils" so it can be used from ↵ | Robert Pösel | |
protocols too git-svn-id: http://svn.miranda-ng.org/main/trunk@15592 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-10-11 | SpellChecker: minor bugfixes | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15533 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-10-02 | reverting last revert | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15497 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-10-02 | SpellChecker: partially reverted | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15496 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-10-02 | SpellChecker: coverity fixes | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15495 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 |