Age | Commit message (Expand) | Author |
2013-04-05 | - Added ability to open chat window after adding contact (patch from Robyer) | Vadim Dashevskiy |
2013-04-05 | various menu items quirks, simplifications & optimization | George Hazan |
2013-04-05 | MS_CLIST_SHOWHIDEMENUITEM - new simplified service for the menus items' hidin... | George Hazan |
2013-04-05 | core: | Kirill Volinsky |
2013-04-04 | MS_SKIN_PLAYSOUNDFILE: extension of MS_SKIN_PLAYSOUND that plays almost any file | George Hazan |
2013-03-30 | fix for the incorrect string length | George Hazan |
2013-03-30 | added one more parameter for saving files with or without formatting | Kirill Volinsky |
2013-03-30 | MS_DB_EVENT_* services remained, but their calls removed | George Hazan |
2013-03-30 | 12 binary replacements for MS_DB_EVENT_* services: | George Hazan |
2013-03-30 | /SAFESEH removed from MSVC 2012 WIN32/Debug | Vadim Dashevskiy |
2013-03-29 | attempt to save memory required for the ANSI translations | George Hazan |
2013-03-27 | aestheticism | George Hazan |
2013-03-27 | XML API extended by two file operations: save to & read from file | George Hazan |
2013-03-26 | git-svn-id: http://svn.miranda-ng.org/main/trunk@4199 1316c22d-e87f-b044-9b9b... | George Hazan |
2013-03-26 | removed clutch in StdMsg to publish SIZEOF(fontOptionsList) | George Hazan |
2013-03-25 | fix for mir_urlEncode() | George Hazan |
2013-03-25 | - translation fixes (patch from Basil) | Vadim Dashevskiy |
2013-03-24 | char* mir_urlEncode(const char *szUrl) added | George Hazan |
2013-03-21 | - unused constant MIRANDA_IDLE_INFO_SIZE_1 removed; | George Hazan |
2013-03-21 | we use the idle state only in Online & FFC modes | George Hazan |
2013-03-21 | change of idle switching behavior: | George Hazan |
2013-03-20 | ok, let's remove these three lines | George Hazan |
2013-03-19 | - mir_unsubclassWindow introduced for the explicit window unsubclassing; | George Hazan |
2013-03-18 | fix for misprint | George Hazan |
2013-03-17 | more memory fixes | George Hazan |
2013-03-17 | some another leaks fixed | George Hazan |
2013-03-17 | mir_wstrndup added, the Unicode version of mir_strndup | George Hazan |
2013-03-14 | old ansi popups removed, noone used them anyway | George Hazan |
2013-03-13 | fix: Options/Plugins gives the incorrect warning when one switches from tabSR... | George Hazan |
2013-03-13 | - fix for a crash on dynamic unload; | George Hazan |
2013-03-12 | patch for langpack | George Hazan |
2013-03-11 | only a few real mir_forkthreadex survived | George Hazan |
2013-03-09 | fix: PathToAbsolute doesn't clear the output string on error | George Hazan |
2013-03-08 | some memory leak fixes | George Hazan |
2013-03-06 | cleanup of the unnecessary UnhookEvent() calls | George Hazan |
2013-03-06 | fix for Options/OldPluginSettings: old mode never worked, even being set in a... | George Hazan |
2013-03-04 | fix for the smileys cleanup procedure | George Hazan |
2013-03-04 | fix for drawing subclassed windows | George Hazan |
2013-03-04 | new subclassing functions applied to all plugins | George Hazan |
2013-03-03 | forgotten another function: mir_callNextSubclass | George Hazan |
2013-03-03 | added mechanism of windows subclassing, proof to dynamic plugin unloading | George Hazan |
2013-03-02 | rest of TCHAR_STR_PARAM replaced | George Hazan |
2013-03-01 | service call replaced with helper: MS_UTILS_PATHTOABSOLUTEW | George Hazan |
2013-03-01 | service call replaced with helper: MS_UTILS_PATHTORELATIVE | George Hazan |
2013-03-01 | service call replaced with helper | George Hazan |
2013-02-28 | fix for the command line length in MS_SYSTEM_RESTART | George Hazan |
2013-02-28 | new template, VARST, to hold the result of calling Utils_ReplaceVarsT() | George Hazan |
2013-02-28 | bugfix: AutoExec/OnCreateFilename setting in mirandaboot.ini doesn't work whe... | George Hazan |
2013-02-27 | more memory leaks fixed | George Hazan |
2013-02-25 | PROTO_INTERFACE made zeroed on the basic inheritance level | George Hazan |