Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-03-15 | LIST<> iterators: | George Hazan | |
- new method LIST::removeItem added to save a pointer to removed record; - code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one; - a few remaining cycles converted to iterators | |||
2018-03-15 | last item shall be nullified anyway, even if we're removing last element | George Hazan | |
2018-03-15 | warning fixes | George Hazan | |
2018-03-15 | MUCH more effective way of removing records from iterators | George Hazan | |
2018-03-14 | reverse iterators for LIST<> | George Hazan | |
2018-03-09 | more loop-related code cleaning | George Hazan | |
2018-03-08 | IMGL_WCHAR removed, all paths are in Unicode now | George Hazan | |
2018-03-07 | old AdvaImg services converted into Image_* functions | George Hazan | |
2018-03-06 | PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵ | George Hazan | |
is changed | |||
2018-02-25 | core: added CCtrlLabel for static text | aunsane | |
2018-02-25 | core: added OnClick event to CCtrlListView | aunsane | |
2018-02-24 | guard headers | Goraf | |
2018-02-23 | core: gui | aunsane | |
- new method IsChecked for CCtrlCheck - new methods GetUrl and SetUrl for CCtrlHypelink - new event OnClick for CCtrlHypelink - CCtrlSpin inherits from CCtrlData | |||
2018-02-21 | mir_core: C++'11 iterators | George Hazan | |
2018-02-15 | fixes #1155 (Checkboxes do not show checkmarks in options) | George Hazan | |
2018-02-13 | quick fix to avoid problems with buttons | George Hazan | |
2018-02-13 | more field types to be auto-created | George Hazan | |
2018-02-13 | CDlgBase::FindControl made public | George Hazan | |
2018-02-12 | fixes #1147 (TabSRMM: numerical options cannot be changed) | George Hazan | |
2018-01-31 | CMake: fixes for FreeImage. | protomors | |
2018-01-18 | fix for CCtrlTreeView::OnItemChanged prototype | George Hazan | |
2018-01-17 | no need to copy that stuff each time | George Hazan | |
2018-01-05 | no need to display langpack author e-mail (some authors already retired from ↵ | dartraiden | |
project) | |||
2018-01-01 | massive copyright update | dartraiden | |
2017-12-26 | EMLanProto: | 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-11 | mir_base64_* => parameters type fix | George Hazan | |
2017-12-11 | IsTerminalDisconnected() moved to core | George Hazan | |
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 | |