Age | Commit message (Expand) | Author |
2014-12-14 | SendMessage(.... WM_SETTEXT...) -> SetWindowText(...) | Rozhuk Ivan |
2014-12-14 | SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-13 | MoveMemory -> memmove | Rozhuk Ivan |
2014-12-13 | multiple buf size fixes | Rozhuk Ivan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |
2014-11-30 | icons in filters project files (by person) | Vadim Dashevskiy |
2014-11-30 | code cleanup, x64 fix | Rozhuk Ivan |
2014-11-29 | SkypeClassic: code cleanup | Rozhuk Ivan |
2014-11-28 | - compilation fix; | George Hazan |
2014-11-28 | Massive code cleanup and fixes for a lot of warnings reported in #837 | Tobias Weimer |
2014-11-28 | crazy flag TTBST_RELEASED removed | George Hazan |
2014-11-18 | SkypeClassic | Tobias Weimer |
2014-11-18 | SkypeClassic | Tobias Weimer |
2014-11-18 | SkypeClassic | Tobias Weimer |
2014-10-08 | SkypeClassic: Sync from leecher's repo (r1963) | Robert Pösel |
2014-10-04 | warning fixes | George Hazan |
2014-09-11 | SkypeClassic: Sync from leechers repo | Robert Pösel |
2014-08-22 | SkypeClassic: Merge leecher's repo | Robert Pösel |
2014-08-15 | SkypeClassic: Added handling of auth request (merged from leecher's repo) | Robert Pösel |
2014-08-14 | SkypeClassic: Complete revert to NG version | Robert Pösel |
2014-08-13 | git-svn-id: http://svn.miranda-ng.org/main/trunk@10179 1316c22d-e87f-b044-9b9... | George Hazan |
2014-08-13 | working C++ version restored | George Hazan |
2014-08-13 | Made SkypeClassic plugin compatible with Miranda IM again so that plugins for... | Piotr Piastucki |
2014-08-11 | SkypeClassic: Revert previous commits as it doesn't work in reality | Robert Pösel |
2014-08-11 | SkypeClassic: Compatibility fixes to make it compilable again | Robert Pösel |
2014-08-11 | Updated SkypeClassic sources from leecher (compatible with IM, but broken wit... | Robert Pösel |
2014-06-25 | runglish | Dart Raiden |
2014-06-13 | compilation fix | Vadim Dashevskiy |
2014-06-12 | headers of not adopted plugins moved to !Deprecated | Kirill Volinsky |
2014-06-11 | correct ServiceExists call for popups | George Hazan |
2014-04-25 | decapitalization (these names are shown in VersionInfo reports) | Dart Raiden |
2014-04-22 | code cleanup | Kirill Volinsky |
2014-03-22 | WIN32 macro isn't needed in projects | George Hazan |
2014-03-12 | More fix for x64 | Rozhuk Ivan |
2014-03-12 | db_event_next/db_event_prev: first parameter hContact added | George Hazan |
2014-03-12 | Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi... | Rozhuk Ivan |
2014-02-28 | farewell MSVS 2012 | Vadim Dashevskiy |
2014-02-27 | MS_MC_GETMETACONTACT => db_mc_getMeta | George Hazan |
2014-02-27 | direct access to MetaContacts/IsSubcontact removed everywhere | George Hazan |
2014-02-24 | - added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi... | George Hazan |
2014-02-12 | another bunch of useless conversions died | George Hazan |
2014-02-10 | HCONTACT is not needed anymore | George Hazan |