summaryrefslogtreecommitdiff
path: root/src/mir_core
AgeCommit message (Collapse)Author
2016-10-15fix for CDlgBase::m_bExiting initializationGeorge Hazan
2016-10-12CDlgBase::m_bExiting - new flagGeorge Hazan
2016-10-02CDlgBase::AddTimer addedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17342 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-22UI utils:George Hazan
- added class CProgress; - added class CTimer; git-svn-id: http://svn.miranda-ng.org/main/trunk@17331 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-17- fix for tray icon blinking in chats;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@17310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-16forgotten database functionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17303 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-14patch for UI Utils:George Hazan
- wrapper for a spin control; - CCtrlEdit::SetMaxLength git-svn-id: http://svn.miranda-ng.org/main/trunk@17298 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-14second major wipeout of database services & structures:George Hazan
- DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-25delay CloseHandle() to the thread finishGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-25fix for a major handle leak introduced in rev #15740George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17206 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-16fix for a misprintGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17187 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-11CDlgBase::EndModal(INT_PTR nResult) - new method to close modal dialogGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge 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-26less 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-25hello, 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-21mir_core: added wine detectionMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@17112 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-13mir_core:Alexander Gluzsky
make mir_urlencode more RFC3986 compliant (hint from libpurple code) git-svn-id: http://svn.miranda-ng.org/main/trunk@17092 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-07We do not always have to believe static analyzers :-DMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16938 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-07mir_core: fix potential memleakMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-06parameter added to MS_SYSTEM_RESTART: a path to Miranda's binaryGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16927 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-30fix for a nasty bug with bitmap filtersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-24- fixes bug #1250 (Mess with timestamps in JABBER archive (XEP-0136));George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16870 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15contact list groups:George Hazan
- finally database is not used anymore (only as a settings' storage); - MGROUP type introduced to replace HANDLE for group ids; - MS_CLIST_GROUP* services became Clist_Group* functions; - CLIST_INTERFACE members pfnGetGroupName & pfnRenameGroup also transformed into static Clist_Group* functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-10mir_core:Tobias Weimer
- warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@16623 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-10nasty crutch to allow db_get_tstatic to work correctlyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16620 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-10Utf8toUcs2 exportedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16619 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-08mir_hmac_sha256 addedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-05mir_core: fix cppcheck warnings MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16433 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-26crash fix for drag-n-drop in treesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16343 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-21fix for moving menu item to the first position in a submenuGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16132 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-20fix to prevent insertion of sub-sub-items into the level of parent submenuGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16125 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-07fix for a stupid crash in win api George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16049 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 2Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-21- more effective binary search of MUUIDs;George Hazan
- fix to prevent a loop creation if one forgets about UNSET_UID; git-svn-id: http://svn.miranda-ng.org/main/trunk@15926 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-21hex2bin / hex2bin -> fast hex decoder from char / WCHAR to binary dataGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-10first version of menu editor with dragging between menusGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15836 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-16simple thread's handle gets closed too earlyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15740 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-11thread library:George Hazan
- _beginthread replaced with CreateThread(); - functions forkthread & forkthreadex removed; - macroses mir_forkthread, mir_forkthreadex & mir_forkthreadowner became real functions; git-svn-id: http://svn.miranda-ng.org/main/trunk@15710 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-27CompareString considered slow and therefore removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15624 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-10fix for a hangup on exit in KeyboardNotify George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15323 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-01sha256 functions moved to the coreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15137 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-01- strdel()/strdelw() moved to the core;George Hazan
- custom implementations removed git-svn-id: http://svn.miranda-ng.org/main/trunk@15135 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-28mir_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
2015-08-18- naming conflict;George Hazan
- warning fixes; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-16- all name conflicts in the core fixed;George Hazan
- some 64-bit issues fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@14966 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-11missing string comparison functionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14918 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-09three new functions for checking Windows versionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14882 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-31- Windows 10 version detection;George Hazan
- GetOSDisplayString() moved to mir_core.mir; - numerous warning fixes in mir_core git-svn-id: http://svn.miranda-ng.org/main/trunk@14765 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c