Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | CMake: clean up library dependencies. | protomors | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-26 | added detection Win Home Single Language | Kirill Volinsky | |
2017-11-24 | more common database code moved to MDatabaseCommon | George Hazan | |
2017-11-23 | database enumerators => void* instead of LPARAM | George Hazan | |
2017-11-23 | update for mir_core import libs | George Hazan | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-11-05 | More 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-01 | bad anti-flicker code removed | George Hazan | |
2017-10-31 | Initial 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-25 | we don't send messages to disabled buttons | George Hazan | |
2017-10-25 | new method that emulates button click | George Hazan | |
2017-10-23 | fix for a random crash on exit | George Hazan | |
2017-10-15 | StatusManager: code cleaning | George Hazan | |
2017-10-03 | fixes #970 (TabSRMM: message sessions log options translation bug) | George Hazan | |
2017-09-18 | fix for occasional crash in tab control | George Hazan | |
2017-08-08 | HookTemporaryEvent - 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-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-07-11 | fixes #671 (White background on some options) | George Hazan | |
2017-06-02 | fixes crash in StdMsg on opening SRMM window | George Hazan | |
2017-05-03 | CCtrlRichEdit::GetRichTextUtf considered useless | George Hazan | |
2017-05-03 | if we need to count symbols, we to count CRLF too | George Hazan | |
2017-05-01 | Utils_IsRtl - core function to detect RTL direcction | George Hazan | |
2017-04-13 | two new functions: CDlgBase::Resize & Hide | George Hazan | |
2017-04-07 | Windows-specific code moved to mir_core | George Hazan | |
2017-04-05 | code cleaning | George Hazan | |
2017-04-05 | more methods for CCtrlRichEdit: GetRichTextRtf, GetRichTextUtf, GetRichText, ↵ | George Hazan | |
SetRichText, SetRichTextRtf | |||
2017-04-05 | mir_core: | George Hazan | |
- UI utils spread to separate modules, one module for one class; - class CCtrlRichEdit added | |||
2017-03-31 | couple of memleak fixes | George Hazan | |
2017-03-27 | fix for a return type | George Hazan | |
2017-03-26 | long needed function CCtrlBase::Show(bool) | George Hazan | |
2017-03-24 | CCtrlBase::GetParent - missing const qualifier added | George Hazan | |
2017-03-21 | CCtrlButton: | George Hazan | |
bool IsPushed() returns a status for a PUSHBUTTON; void Push(bool) sets a new pushed status | |||
2017-03-21 | fix for export libs | George Hazan | |
2017-03-21 | less useless crap exported from mir_core | George Hazan | |
2017-03-18 | StdMsg: | George Hazan | |
- added reaction to TCN_SELCHANGE; - more effective way of controlling tab switch - useless field removed from TPageInfo; | |||
2017-03-17 | CCtrlPages::SwapPages - a new method to swap two pages in a tab cobtrol | George Hazan | |
2017-03-15 | fixes #747 (crash in options during SRMM plugin unload) | George Hazan | |
2017-03-03 | no need to post WM_SIZE so often | George Hazan | |
2017-03-03 | missing CSplitter initializer added | George Hazan | |
2017-03-03 | CSplitter class | George Hazan | |
2017-03-03 | updated libraries for mir_core | George Hazan | |
2017-03-02 | more optimal tab control resizer | George Hazan | |
2017-03-01 | fix for a problem with activating new tabs in tabSRMM | George Hazan | |
2017-02-28 | CCtrlBase::SendMsg: missing const qualifier | George Hazan | |
2017-02-14 | fix for include duplicates & recursions | George Hazan | |