summaryrefslogtreecommitdiff
path: root/plugins/IEView
AgeCommit message (Expand)Author
2014-12-16damned magicGeorge Hazan
2014-12-16type conversion warnings fixedGeorge Hazan
2014-12-15IEView: changed warning lavel to w4Kirill Volinsky
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-04Db_autobackups: multiple changesRozhuk Ivan
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
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-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
2014-11-18crash fixGeorge Hazan
2014-10-09IEView:Tobias Weimer
2014-10-07IEView:Tobias Weimer
2014-09-01IEView: Fix files filter when selecting images or css filesRobert Pösel
2014-09-01missing compatibility stuffVadim Dashevskiy
2014-07-24event codes cleaning. try 1Alexey Kulakov
2014-06-14fixed smiles and link not showingKirill Volinsky
2014-06-12headers of not adopted plugins moved to !DeprecatedKirill Volinsky
2014-06-06Minor Fixes:Tobias Weimer
2014-06-03IEView: Added support for custom database events (e.g. status changes) (fixes...Tobias Weimer
2014-05-30db_mc_getMostOnline - a handy helper for MS_MC_GETMOSTONLINECONTACTGeorge Hazan
2014-04-08bunch of mc related fixesGeorge Hazan
2014-03-22WIN32 macro isn't needed in projectsGeorge Hazan
2014-03-12db_event_next/db_event_prev: first parameter hContact added George Hazan
2014-02-28farewell MSVS 2012Vadim Dashevskiy
2014-02-12another bunch of useless conversions diedGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10HCONTACT, part 3George Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2014-02-01IEView: custom events supportGeorge Hazan
2014-01-25end of version zooGeorge Hazan
2014-01-01copyright update for year 2014George Hazan
2013-12-27old nasty perversion EVENTTYPE_STATUSCHANGE removed foreverGeorge Hazan
2013-12-14- another atavism (DBVTF_DENYUNICODE) removed;George Hazan
2013-11-25portion of decapitalizationDart Raiden
2013-11-09added projects and solutions for vc2013Kirill Volinsky
2013-10-09English US correction (patch by RMN) Vadim Dashevskiy
2013-10-05revertVadim Dashevskiy
2013-10-05spelling correction (thanks RMN)Vadim Dashevskiy
2013-09-25valid options initializationGeorge Hazan
2013-09-21allocation conflictGeorge Hazan
2013-09-21- warning fixes;George Hazan
2013-09-20using UxthemeKirill Volinsky
2013-09-18double ;; removedKirill Volinsky
2013-09-07crash fix for IEViewGeorge Hazan
2013-08-11- IEView: Ressource fixesTobias Weimer
2013-07-26replace sprintf to mir_snprintf (part 7)Kirill Volinsky