Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-05move thirdparty/ui one dir upXhmikosR
2012-07-04Update Logitech SDK to v3.01 and make it optional for now (Options->Tweaks)XhmikosR
2012-07-04tabs to spaces and remove trailing whitespaceXhmikosR
2012-06-16use double quotes for our includesXhmikosR
2012-06-10Use the windows theme fonts instead of hardcoded font facenames fordemi_alucard
2012-06-09Move the IsWin* functions into an helper class. The OS version is now cached ...Underground78
2012-06-05add missing license headersXhmikosR
2012-06-04disable /analyze for the 3rd party projectsXhmikosR
2012-05-29guard the WIN32_LEAN_AND_MEAN/VC_EXTRALEAN defines and consistently use themXhmikosR
2012-05-20use _MAX_PATH instead of MAX_PATH for consistencyXhmikosR
2012-05-19update Little CMS to v2.4 (git 9fc6a31)XhmikosR
2012-05-19Use the _countof macro where it makes sense.Underground78
2012-05-18move WinAPIUtils to DSUtilXhmikosR
2012-05-18move apps/MPCTestAPI and apps/mplayerc one dir upXhmikosR
2012-05-14move lgLcd.lib linking to LCDUIXhmikosR
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
2012-05-11use for (;;) instead of while (TRUE) or while (1)XhmikosR
2012-05-06- Fix a potential buffer overrun in MainFrm.cpp.Underground78
2012-05-06Changed some UI fonts according to the OS: more modern fonts will be used on ...Underground78
2012-04-30replace more functions with the secure ones where possible as per the msdn docsXhmikosR
2012-04-22Use secure functions for the CRT functions which have "Secure Template Overlo...Underground78
2012-04-22fix C4819 warnings and thus compilation under some system codepages like Japa...XhmikosR
2012-04-20revert r4443 and r4445XhmikosR
2012-04-20- Use secure CRT function swscanf_s instead of swscanf. Patch by XhmikosR.Underground78
2012-04-20remove DisableSpecificWarnings from ResizableLib.vcxproj and sizecbar.vcxprojXhmikosR
2012-04-20Use secure CRT functions. Patch mostly by XhmikosR.Underground78
2012-04-17* installer: add a BeveledLabel for the x64 buildXhmikosR
2012-04-13add a few svn properties for *.bat, .sln, *.txt and .vcxproj filesXhmikosR
2012-04-10move the TargetMachine option to common.propsXhmikosR
2012-04-09Fix: Change the background color of the options pages caption so that it is r...Underground78
2012-01-23replacing functions GetWindowLong, SetWindowLong to GetWindowLongPtr, SetWind...v0lt
2012-01-22replacing the function GetClassLong to GetClassLongPtrv0lt
2011-12-19Improve Hebrew translation: the UI is now correctly displayed with a right-to...Underground78
2011-10-19simplify the PrecompiledHeader property in the project filesXhmikosR
2011-08-02create precompiled header for LCDUIXhmikosR
2011-08-02use the right encoding for *.filters filesXhmikosR
2011-08-02cleanup pragma warningsXhmikosR
2011-07-28* actually remove VSFilter_2010.slnXhmikosR
2011-06-28project files cleanup: remove unneeded DisableSpecificWarnings, move /IGNORE:...XhmikosR
2011-06-21remove VS2008 project/solution files since they aren't up to date and no one ...XhmikosR
2011-06-21cleanupXhmikosR
2011-04-17partially revert r3029, project files cleanup, compile MediaInfoLib and ZenLi...XhmikosR
2011-03-13revert r2766; use the default SDK 7.0A for MSVC 2010 buildsXhmikosR
2011-01-14merge debug/release props files to common.propsXhmikosR
2010-12-12use SDK 7.1 in VS2010 buildsXhmikosR
2010-09-16moved thirdparty UI code in the thirdparty/ui dir and CmdUI in the src dirXhmikosR