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 (Collapse)Author
2012-07-25remove the svn keyword Idxhmikosr
2012-06-24Add a GetProgramPath function to WinAPIUtils and use it everywhere where it ↵Underground78
makes sense to do so. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5259 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-23Move FileExists function to WinAPIUtils, remove the duplicated code and use ↵Underground78
FileExists everywhere where it makes sense to do so. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5250 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
Note: if you have any local patches just run astyle.bat git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5110 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10Use the windows theme fonts instead of hardcoded font facenames fordemi_alucard
Windows Vista and later. This commit fixes ticket #2342. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5070 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-09Move the IsWin* functions into an helper class. The OS version is now cached ↵Underground78
and the function calls properly inlined. This code was inspired by TortoiseSVN's SysInfo class. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5057 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-08comment out the unused IsWin8()XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5046 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-04rename IsWinSevenOrLater() to IsWin7OrLater() and IsWinEight() to IsWin8()XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5008 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-03Replace IsWinSeven by IsWinSevenOrLater and add IsWinEight.Underground78
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5000 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-18move WinAPIUtils to DSUtilXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4791 10f7b99b-c216-0410-bff0-8a66a9350fd8