summaryrefslogtreecommitdiff
path: root/plugins/AutoShutdown
AgeCommit message (Expand)Author
2015-06-07SKINICONDESC -> MAllStringsGeorge Hazan
2015-06-07- common.props divided into app.props & plugin.props;George Hazan
2015-06-01- ProtoCallService() function considered too dangerous and therefore isn't ex...George Hazan
2015-05-31- additional operator LPARAM() for _A2T & _T2A;George Hazan
2015-05-19end of zoo with WM_CONTEXTMENU's lParamGeorge Hazan
2015-04-24git-svn-id: http://svn.miranda-ng.org/main/trunk@13115 1316c22d-e87f-b044-9b9...Vadim Dashevskiy
2015-04-24AutoShutdown - common projectVadim Dashevskiy
2015-04-24end of zoo with various _WIN32_WINNT versionsGeorge Hazan
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-03-24* multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq...Rozhuk Ivan
2015-02-05AutoShutdown:Tobias Weimer
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-27not needed code removedKirill Volinsky
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13MoveMemory -> memmoveRozhuk Ivan
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-13multiple buf size fixesRozhuk Ivan
2014-12-02less warningsGeorge Hazan
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-28crazy flag TTBST_RELEASED removedGeorge Hazan
2014-06-12headers of not adopted plugins moved to !DeprecatedKirill Volinsky
2014-05-21runglish...Dart Raiden
2014-03-22WIN32 macro isn't needed in projectsGeorge Hazan
2014-03-12Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi...Rozhuk Ivan
2014-03-12SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64Rozhuk Ivan
2014-02-28farewell MSVS 2012Vadim Dashevskiy
2014-02-24more useless conversions removedGeorge Hazan
2014-02-24- added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi...George Hazan
2014-02-10these conversions aren't needed eitherGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2014-01-25end of version zooGeorge Hazan
2014-01-01fixes issue #523: using CallFunctionAsync() at AutoShutdownGeorge Hazan
2014-01-01copyright update for year 2014George Hazan
2013-11-09added projects and solutions for vc2013Kirill Volinsky
2013-10-19warning fixesGeorge Hazan
2013-10-15code cleanupKirill Volinsky
2013-09-25plugins cleanupKirill Volinsky
2013-09-25- custom screen saver detection code removedGeorge Hazan
2013-09-23compilation fix (patch by person)Vadim Dashevskiy
2013-09-23small plugins cleanupKirill Volinsky
2013-09-22plugins cleanupKirill Volinsky
2013-09-21Not needed version checks removedKirill Volinsky
2013-09-21BroadcastSystemMessage is available in Win2k, no need to load it dynamicallyGeorge Hazan
2013-09-20using UxthemeKirill Volinsky
2013-08-22AutoShutdown:Tobias Weimer