summaryrefslogtreecommitdiff
path: root/src/mir_core
AgeCommit message (Expand)Author
2015-04-10missed member initializationGeorge Hazan
2015-04-10another unused field removedGeorge Hazan
2015-04-10missing field initializationGeorge Hazan
2015-04-10inefficient code excludedGeorge Hazan
2015-03-29CMString::Detouch() - handy way to obtain a buffer compatible with mir_free()George Hazan
2015-03-24UI Utils classes & templates moved to the core, thus allowing any plugin to u...George Hazan
2015-03-24* multiple WINE bug fixes over IsDialogMessage(), bug rep: https://bugs.wineh...Rozhuk Ivan
2015-03-22- PROTO_INTERFACE got the default implementation;George Hazan
2015-03-22/ignore:4197 added to all configurationsGeorge Hazan
2015-03-22CMString*: explicit templates instantiatingGeorge Hazan
2015-02-19core: WINE fix - handle invalid WNDPROC for edit controlRozhuk Ivan
2015-02-06one more way to detect the default language, if it's not specified in miranda...George Hazan
2015-02-05- Attempt to fix crash on startup (fixes #876)Tobias Weimer
2015-01-30fix for the PNG image type detectionGeorge Hazan
2015-01-27Minor bugfixesTobias Weimer
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-30code cleaningGeorge Hazan
2014-12-28project fixGeorge Hazan
2014-12-25files structure changedKirill Volinsky
2014-12-22_vsnprintf_s replaced with _vsnprintf to prevent a crashGeorge Hazan
2014-12-22additional log dataGeorge Hazan
2014-12-18dumb windows motherfuckersGeorge Hazan
2014-12-18switсh from runtime functions to Windows ones, to compare strings regardless...George Hazan
2014-12-16Fixed minor leaksTobias Weimer
2014-12-13multiple buf size fixesRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30mir_strcmp, mir_strcmpi, mir_wstrcmp, mir_wstrcmpiGeorge Hazan
2014-11-30safer implementation of *n functions using *_s functionsGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-11-30safe lstr* replacements: mir_strlen, mir_wstrlen, mir_strcpy, mir_wstrcpy, George Hazan
2014-11-27mir_core modules.cpp code cleanupRozhuk Ivan
2014-11-18thread handlers don't catch exceptions anymoreGeorge Hazan
2014-11-14minor cleaningGeorge Hazan
2014-10-24double memory allocation removedGeorge Hazan
2014-09-21ancient evil destroyedGeorge Hazan
2014-09-21grrmGeorge Hazan
2014-09-21code cleaningGeorge Hazan
2014-08-11wrong event notificationGeorge Hazan
2014-08-08fixed writing current langpack in dbKirill Volinsky
2014-07-31if sub setting doesn't change the active sub, no event should be firedGeorge Hazan
2014-07-24- temporary variables removed;George Hazan
2014-07-24minor code reorganizationGeorge Hazan
2014-07-23ME_MC_ENABLED - signalizes that metacontacts are enabled or disabledGeorge Hazan
2014-07-19db_mc_tryMeta - returns parent hContact for a subcontact or hContact itself i...George Hazan
2014-07-16in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be...George Hazan
2014-07-15fix for the GIF avatars displaying George Hazan