summaryrefslogtreecommitdiff
path: root/src/mir_core
AgeCommit message (Collapse)Author
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29CMake: clean up library dependencies.protomors
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-26added detection Win Home Single LanguageKirill Volinsky
2017-11-24more common database code moved to MDatabaseCommonGeorge Hazan
2017-11-23database enumerators => void* instead of LPARAMGeorge Hazan
2017-11-23update for mir_core import libsGeorge Hazan
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-05More CMake (#1016)Vitaly Svyastyn
* Generate version information before build. * Removed /EHsc from compile options. * CMake files for the rest of protocols. * CMake 64 bit build. * CMake: precompiled headers.
2017-11-01bad anti-flicker code removedGeorge Hazan
2017-10-31Initial CMake support. (#1013)Vitaly Svyastyn
* CMake files for building application and core library. * CMake files for core plugins. Now it runs! * CMake files for some plugins.
2017-10-25we don't send messages to disabled buttonsGeorge Hazan
2017-10-25new method that emulates button clickGeorge Hazan
2017-10-23fix for a random crash on exitGeorge Hazan
2017-10-15StatusManager: code cleaningGeorge Hazan
2017-10-03fixes #970 (TabSRMM: message sessions log options translation bug)George Hazan
2017-09-18fix for occasional crash in tab controlGeorge Hazan
2017-08-08HookTemporaryEvent - new function that executes an event handler immediately ↵George Hazan
if the event is missing usable to hook events that disappear after being used
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-07-11fixes #671 (White background on some options)George Hazan
2017-06-02fixes crash in StdMsg on opening SRMM windowGeorge Hazan
2017-05-03CCtrlRichEdit::GetRichTextUtf considered uselessGeorge Hazan
2017-05-03if we need to count symbols, we to count CRLF tooGeorge Hazan
2017-05-01Utils_IsRtl - core function to detect RTL direcctionGeorge Hazan
2017-04-13two new functions: CDlgBase::Resize & HideGeorge Hazan
2017-04-07Windows-specific code moved to mir_coreGeorge Hazan
2017-04-05code cleaningGeorge Hazan
2017-04-05more methods for CCtrlRichEdit: GetRichTextRtf, GetRichTextUtf, GetRichText, ↵George Hazan
SetRichText, SetRichTextRtf
2017-04-05mir_core:George Hazan
- UI utils spread to separate modules, one module for one class; - class CCtrlRichEdit added
2017-03-31couple of memleak fixesGeorge Hazan
2017-03-27fix for a return typeGeorge Hazan
2017-03-26long needed function CCtrlBase::Show(bool)George Hazan
2017-03-24CCtrlBase::GetParent - missing const qualifier addedGeorge Hazan
2017-03-21CCtrlButton:George Hazan
bool IsPushed() returns a status for a PUSHBUTTON; void Push(bool) sets a new pushed status
2017-03-21fix for export libsGeorge Hazan
2017-03-21less useless crap exported from mir_coreGeorge Hazan
2017-03-18StdMsg:George Hazan
- added reaction to TCN_SELCHANGE; - more effective way of controlling tab switch - useless field removed from TPageInfo;
2017-03-17CCtrlPages::SwapPages - a new method to swap two pages in a tab cobtrolGeorge Hazan
2017-03-15fixes #747 (crash in options during SRMM plugin unload)George Hazan
2017-03-03no need to post WM_SIZE so oftenGeorge Hazan
2017-03-03missing CSplitter initializer addedGeorge Hazan
2017-03-03CSplitter classGeorge Hazan
2017-03-03updated libraries for mir_coreGeorge Hazan
2017-03-02more optimal tab control resizerGeorge Hazan
2017-03-01fix for a problem with activating new tabs in tabSRMMGeorge Hazan
2017-02-28CCtrlBase::SendMsg: missing const qualifierGeorge Hazan
2017-02-14fix for include duplicates & recursionsGeorge Hazan
2017-02-14handy little class for managing buffers moved to mir_coreGeorge Hazan