Age | Commit message (Expand) | Author |
2017-11-13 | Code modernize ... | Goraf |
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan |
2017-10-23 | Renamed readme.txt | Tobias Weimer |
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-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan |
2017-01-01 | bump copyright year | dartraiden |
2016-10-28 | - old useless helpers removed from the Options module; | George Hazan |
2016-09-06 | minus MS_CLIST_RETRIEVE_INTERFACE | George Hazan |
2016-07-29 | no more TCHARs | George Hazan |
2016-07-27 | less TCHARs | George Hazan |
2016-07-26 | less TCHARs: | George Hazan |
2016-07-25 | hello, Unix. | George Hazan |
2016-07-22 | Standardize use of slashes in includes to "/" (thanks ybznek for idea) | Robert Pösel |
2016-07-22 | Standartize "Version.h" to "version.h" (final rename) | Robert Pösel |
2016-07-22 | Standartize "Version.h" to "version.h" (temporary rename) | Robert Pösel |
2016-07-22 | Standartize "Version.h" to "version.h" in all plugin's and protocol's includes | Robert Pösel |
2016-07-21 | improperly named helper renamed | George Hazan |
2016-05-18 | these tons of code aren't needed anymore... | George Hazan |
2016-01-23 | DND → Do not disturb | Dart Raiden |
2016-01-20 | "N/A" -> "Not available" (thx Wishmaster for idea) | Dart Raiden |
2016-01-04 | "NA" -> "N/A" | Dart Raiden |
2016-01-02 | Copyrights update part 3 (final) | Dart Raiden |
2015-10-22 | Move utils files from "plugins/utils" to "/utils" so it can be used from prot... | Robert Pösel |
2015-08-11 | code cleaning | George Hazan |
2015-08-01 | YARelay: common project | Kirill Volinsky |
2015-07-23 | platform toolset updated for vc2015 | Vadim Dashevskiy |
2015-07-21 | platform toolset updated for vc2015 | Kirill Volinsky |
2015-07-21 | preparing for vc2015 | Kirill Volinsky |
2015-06-30 | MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w... | George Hazan |
2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan |
2015-06-04 | new mir_sntprintf templates without SIZEOF | George Hazan |
2015-05-23 | mir_tstrncpy <> _tcsncpy | George Hazan |
2015-05-23 | replace _tcsncpy to mir_tstrncpy | Kirill Volinsky |
2015-05-23 | replace strncpy to mir_strncpy | Kirill Volinsky |
2015-05-22 | T2Utf - handy replacement for ptrA<mir_utf8decodeT()> | George Hazan |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2015-05-21 | war against atavisms continues | George Hazan |
2015-05-03 | fix for the option's page style pt. 5 | Vadim Dashevskiy |
2015-04-15 | after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th... | George Hazan |
2015-04-06 | options section name as in other plugins | Dart Raiden |
2015-01-21 | YARelay: Minor cleanup | Tobias Weimer |
2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-15 | mir_dev.sln for MSVS 2013, containing all the projects, including icons | Vadim Dashevskiy |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |
2014-11-28 | Massive code cleanup and fixes for a lot of warnings reported in #837 | Tobias Weimer |