summaryrefslogtreecommitdiff
path: root/plugins/Popup
AgeCommit message (Expand)Author
2015-06-22Menu_ModifyItem unbound from CLISTMENUITEM structureGeorge Hazan
2015-06-22- CLISTMENUITEM::cbSize - atavism removed;George Hazan
2015-06-21MS_UTIL_OPENURL -> mir_core::Utils_OpenUrlGeorge Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-19timezone api migrated to mir_coreGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George Hazan
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge Hazan
2015-06-14WindowList_* functions are not services anymore; unneeded helpers removedGeorge Hazan
2015-06-14- all icolib services removed;George Hazan
2015-06-13- miranda32.exe now does nothing bug extends PATH to %miranda_root%\libs and ...George Hazan
2015-06-07SKINICONDESC -> MAllStringsGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-06-02- old PNG conversion code (png2dib, dib2png) removed;George Hazan
2015-05-31- additional operator LPARAM() for _A2T & _T2A;George Hazan
2015-05-24replace wcslen to mir_wstrlenKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22T2Utf - handy replacement for ptrA<mir_utf8decodeT()>George Hazan
2015-05-21war against atavisms continuesGeorge Hazan
2015-05-18overrun fixKirill Volinsky
2015-05-14cleanupKirill Volinsky
2015-05-10removed translation from strings in debug modeKirill Volinsky
2015-05-10translation fixKirill Volinsky
2015-05-05some another sudden Unicode appearancesGeorge Hazan
2015-04-30minor critical section fixKirill Volinsky
2015-04-24end of zoo with various _WIN32_WINNT versionsGeorge Hazan
2015-04-23add to list only real protocolsKirill Volinsky
2015-04-21Popup+:Tobias Weimer
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-04-14another major memory leak in popus fixedGeorge Hazan
2015-04-14switch to correct parameter typesGeorge Hazan
2015-04-14- fix for mixing delete & delete[];George Hazan
2015-04-08Popup: skins URL fix (thx Mazzi)Vadim Dashevskiy
2015-02-01Popup:Tobias Weimer
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-21Popup: changed warning level to w4Kirill Volinsky
2014-12-14SendMessage(... WM_GETTEXT ...) -> GetWindowText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-05Compilation fixVadim Dashevskiy
2014-12-04Db_autobackups: multiple changesRozhuk Ivan
2014-12-02useless calls of mir_*strlen in DrawText replaced with -1George Hazan
2014-12-01- more warning fixes;George Hazan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer