Age | Commit message (Expand) | Author |
2015-10-29 | bug in dbeditor: all unicode strings are displayed as "chinese" in Debug builds | George Hazan |
2015-09-03 | DBEditorPP: menu uid | Alexander Lantsev |
2015-08-28 | mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos... | George Hazan |
2015-08-27 | fix for 64-bit issues & warnings | George Hazan |
2015-08-17 | warning fixes | George Hazan |
2015-08-16 | name conflicts solved | George Hazan |
2015-08-16 | code cleaning | George Hazan |
2015-08-15 | DBEditor: | Tobias Weimer |
2015-08-13 | data format fixes | Kirill Volinsky |
2015-07-26 | more warning fixes | George Hazan |
2015-07-18 | DBEditor: | Tobias Weimer |
2015-07-15 | - fix for memory corruption; | George Hazan |
2015-07-15 | code cleaning | George Hazan |
2015-07-05 | DBeditorPP: Fix dialog text. | MikalaiR |
2015-06-30 | - fix for the wrongly detected protocol UNLOADED status; | George Hazan |
2015-06-29 | - unified menu creation using wrapper class CMenuItem; | George Hazan |
2015-06-28 | finally CLISTEVENT removed completely | George Hazan |
2015-06-28 | code cleaning | George Hazan |
2015-06-27 | minor menu related fixes | George Hazan |
2015-06-27 | - CLISTMENUITEM::pszContactOwner removed, because it's supported only by cont... | George Hazan |
2015-06-26 | YEEHAW! CLISTMENUITEM::pszPopupName also died | George Hazan |
2015-06-24 | DBEditorPP: fixed hotkey description | Alexander Lantsev |
2015-06-23 | not needed solution file removed | Kirill Volinsky |
2015-06-22 | - CLISTMENUITEM::cbSize - atavism removed; | George Hazan |
2015-06-21 | - resizer moved to mir_core, because it uses hard-coded windows structures; | George Hazan |
2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan |
2015-06-19 | - all static protocol services replaced with functions; | George Hazan |
2015-06-19 | another correction (thx Wishmaster) | Dart Raiden |
2015-06-19 | DbEditor: typo (Setting -> Settings) | RMN |
2015-06-19 | DbEditorPP: spelling correction | Dart Raiden |
2015-06-19 | DbEditorPP: translation fix | Dart Raiden |
2015-06-18 | fix for unicode strings | George Hazan |
2015-06-18 | dbeditor++ - unified project | George Hazan |
2015-06-18 | true unicode build (ansi build is possible but useless) | Dmitry Kuzkin |
2015-06-15 | MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function calls | George Hazan |
2015-06-14 | - all icolib services removed; | George Hazan |
2015-06-04 | new mir_snprintf templates without SIZEOF | George Hazan |
2015-05-31 | - additional operator LPARAM() for _A2T & _T2A; | George Hazan |
2015-05-24 | replace wcscpy to mir_wstrcpy | Kirill Volinsky |
2015-05-24 | replace wcslen to mir_wstrlen | Kirill Volinsky |
2015-05-23 | mir_tstrncpy <> _tcsncpy | George Hazan |
2015-05-23 | replace strncpy to mir_strncpy | Kirill Volinsky |
2015-05-23 | replace strncat to mir_strncat | Kirill Volinsky |
2015-05-23 | replace strcat to mir_strcat | Kirill Volinsky |
2015-05-22 | replace strcpy to mir_strcpy | Kirill Volinsky |
2015-05-22 | replace _tcsicmp to mir_tstrcmpi | Kirill Volinsky |
2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2015-05-06 | exclusion for the ansi plugin :( | George Hazan |
2015-05-05 | some another sudden Unicode appearances | George Hazan |