summaryrefslogtreecommitdiff
path: root/src/mir_core
AgeCommit message (Collapse)Author
2015-05-07missing method CDlgBase::SetCaption() for setting window's titleGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13476 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-26no need to call FreeVariant twiceGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13173 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24end of zoo with various _WIN32_WINNT versionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13112 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24CDlgBase::Find() - useful helper for searching window classesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-22and also no GWLP_USERDATA for resizer...George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13045 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-22- UI Utils not to use GWLP_USERDATA;George Hazan
- minor improvements git-svn-id: http://svn.miranda-ng.org/main/trunk@13044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-15minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12848 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-13added CDlgBase::GetInst() method to detect dialog's module automaticallyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-13- nasty crutch removed from Options_AddPage;George Hazan
- HWND hwndParent removed from the CDlgBase constructor; - method CDlgBase::SetParent() added for the rare occasions where it's needed; git-svn-id: http://svn.miranda-ng.org/main/trunk@12785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10missed member initializationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10another unused field removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12757 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10missing field initializationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12756 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10inefficient code excludedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-29CMString::Detouch() - handy way to obtain a buffer compatible with mir_free()George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12541 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-24UI Utils classes & templates moved to the core, thus allowing any plugin to ↵George Hazan
use them git-svn-id: http://svn.miranda-ng.org/main/trunk@12492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-24* multiple WINE bug fixes over IsDialogMessage(), bug rep: ↵Rozhuk Ivan
https://bugs.winehq.org/show_bug.cgi?id=38276 git-svn-id: http://svn.miranda-ng.org/main/trunk@12489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-22- PROTO_INTERFACE got the default implementation;George Hazan
- all unneeded stubs removed from all protocols git-svn-id: http://svn.miranda-ng.org/main/trunk@12481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-22/ignore:4197 added to all configurationsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12480 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-22CMString*: explicit templates instantiatingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12475 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-19core: WINE fix - handle invalid WNDPROC for edit controlRozhuk Ivan
TabSRMM: wine fixes for settings, code rewrited SimpleStatusMsg: resourses changed git-svn-id: http://svn.miranda-ng.org/main/trunk@12206 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-06one more way to detect the default language, if it's not specified in ↵George Hazan
mirandaboot.ini git-svn-id: http://svn.miranda-ng.org/main/trunk@12025 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-05- Attempt to fix crash on startup (fixes #876)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@12013 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-30fix for the PNG image type detectionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-27Minor bugfixesTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11929 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-31Year 2015 version updateGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-30code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11686 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-28project fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25files structure changedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11638 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22_vsnprintf_s replaced with _vsnprintf to prevent a crashGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22additional log dataGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-18dumb windows motherfuckersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11518 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-18switсh from runtime functions to Windows ones, to compare strings ↵George Hazan
regardless of current locale git-svn-id: http://svn.miranda-ng.org/main/trunk@11517 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-16Fixed minor leaksTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11457 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-13multiple buf size fixesRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11361 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
build fix to prevous commit git-svn-id: http://svn.miranda-ng.org/main/trunk@11212 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
small fixs cleanups git-svn-id: http://svn.miranda-ng.org/main/trunk@11188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30mir_strcmp, mir_strcmpi, mir_wstrcmp, mir_wstrcmpiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30safer implementation of *n functions using *_s functionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30lstr* replacementsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30safe lstr* replacements: mir_strlen, mir_wstrlen, mir_strcpy, mir_wstrcpy, George Hazan
mir_strncpy, mir_wstrncpy, mir_strcat, mir_wstrcat, mir_strncat, mir_wstrncat git-svn-id: http://svn.miranda-ng.org/main/trunk@11171 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-27mir_core modules.cpp code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11115 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-18thread handlers don't catch exceptions anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11010 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-14minor cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10989 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-24double memory allocation removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10859 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-21ancient evil destroyedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10549 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-21grrmGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10548 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-21code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10547 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c