summaryrefslogtreecommitdiff
path: root/src/mir_core
AgeCommit message (Collapse)Author
2018-03-15MUCH more effective way of removing records from iteratorsGeorge Hazan
2018-03-14reverse iterators for LIST<>George Hazan
2018-03-09more loop-related code cleaningGeorge Hazan
2018-03-08IMGL_WCHAR removed, all paths are in Unicode nowGeorge Hazan
2018-03-07old AdvaImg services converted into Image_* functionsGeorge Hazan
2018-03-06PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵George Hazan
is changed
2018-02-25core: added CCtrlLabel for static textaunsane
2018-02-25core: added OnClick event to CCtrlListViewaunsane
2018-02-24guard headersGoraf
2018-02-23core: guiaunsane
- new method IsChecked for CCtrlCheck - new methods GetUrl and SetUrl for CCtrlHypelink - new event OnClick for CCtrlHypelink - CCtrlSpin inherits from CCtrlData
2018-02-21mir_core: C++'11 iteratorsGeorge Hazan
2018-02-15fixes #1155 (Checkboxes do not show checkmarks in options)George Hazan
2018-02-13quick fix to avoid problems with buttonsGeorge Hazan
2018-02-13more field types to be auto-createdGeorge Hazan
2018-02-13CDlgBase::FindControl made publicGeorge Hazan
2018-02-12fixes #1147 (TabSRMM: numerical options cannot be changed)George Hazan
2018-01-31CMake: fixes for FreeImage.protomors
2018-01-18fix for CCtrlTreeView::OnItemChanged prototypeGeorge Hazan
2018-01-17no need to copy that stuff each timeGeorge Hazan
2018-01-05no need to display langpack author e-mail (some authors already retired from ↵dartraiden
project)
2018-01-01massive copyright updatedartraiden
2017-12-26EMLanProto:George Hazan
- plugin converted into Unicode; - fixes #933 (E-mage LAN - new function - directly IP for companion); - fixes utf8 autodetect in messages - version bump
2017-12-11mir_base64_* => parameters type fixGeorge Hazan
2017-12-11IsTerminalDisconnected() moved to coreGeorge Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
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