summaryrefslogtreecommitdiff
path: root/plugins/KeyboardNotify/src/main.cpp
AgeCommit message (Expand)Author
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-07-26more warning fixesGeorge Hazan
2015-07-24KeyboardNotify: common projectKirill Volinsky
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George Hazan
2015-05-23replace _tcscat to mir_tstrcatKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-11minus CreateThreadKirill Volinsky
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-11-28git-svn-id: http://svn.miranda-ng.org/main/trunk@11143 1316c22d-e87f-b044-9b9...George Hazan
2014-11-28old db reading code removedGeorge Hazan
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
2014-11-26KeyboardNotify: code cleanupRozhuk Ivan
2014-07-23rest of MetaProto/EnabledGeorge Hazan
2014-05-30db_mc_getMostOnline - a handy helper for MS_MC_GETMOSTONLINECONTACTGeorge Hazan
2014-03-12db_event_next/db_event_prev: first parameter hContact added George Hazan
2014-03-01removing direct access to MC database variablesGeorge Hazan
2014-02-27- metacontacts are always present;George Hazan
2014-02-12another bunch of useless conversions diedGeorge Hazan
2014-02-11"we don't need these variables" (c) Pink FloydGeorge Hazan
2014-02-10these conversions aren't needed eitherGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10HCONTACT, part 3George Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2013-10-15code cleanupKirill Volinsky
2013-09-30KeyboardNotify: cleanupTobias Weimer
2013-09-30KeyBoardNotify small cleanup (patch by person)Vadim Dashevskiy
2013-09-28fix for keyboard idle state interruption George Hazan
2013-09-25- custom screen saver detection code removedGeorge Hazan
2013-09-22plugins cleanupKirill Volinsky
2013-09-09hook fixKirill Volinsky
2013-07-25replace sprintf to mir_snprintf (part 6)Kirill Volinsky
2013-06-18massive extinction of stupid service name's buffersGeorge Hazan
2013-04-07Trigger plugin's support removed, cause this plugin is deadGeorge Hazan
2013-04-05- rest of menus cleared;George Hazan
2013-03-30MS_DB_EVENT_* services remained, but their calls removedGeorge Hazan
2013-02-27removed not used headersKirill Volinsky
2013-01-28- muuids cosmetic fixes (patch from Basil)Vadim Dashevskiy
2012-11-25typed stub for MS_PROTO_GETCONTACTBASEPROTOGeorge Hazan
2012-11-20- all xstatus services moved to m_xstatus.hGeorge Hazan
2012-11-08Cosmetics for plugins descriptions and their translation part 4Vadim Dashevskiy
2012-10-07death of old nasty clutch with MS_PROTO_ENUMPROTOCOLS & PROTOACCOUNT::typeGeorge Hazan
2012-08-22hopefully another crash fixedTobias Weimer
2012-08-18removed some old compatibility methodsTobias Weimer
2012-07-26Miranda homepage link in plugininfo is changed to http://miranda-ng.org/Vadim Dashevskiy
2012-07-23KeyboardNotify:Kirill Volinsky