aboutsummaryrefslogtreecommitdiff
path: root/xbmc/win32
AgeCommit message (Collapse)Author
2010-04-09Revert "Correctly check for python unicode size instead of assuming it's of ↵elupus
4 bytes." These defines are not defined properly here, so can't use it to check. Too tired to fix properly. This reverts commit a88bf252b0780812e5ea5ee0dac4245a01f58fb7. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29156 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-09Correctly check for python unicode size instead of assuming it's of 4 bytes.elupus
From Ticket #8661, Thx Anssi git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29154 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-27[WIN32] initiates use of the Winsock DLL on startup and move ↵wiso
deinitialization together with CoUninitialize() to CApplication::Cleanup(). git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28891 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-27[WIN32] expand DLL search path to the XBMC installation dir.wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28889 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-21added: --debug flag for windowsbobo1on1
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28728 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-08added: sftp client to windows versionelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28474 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-02merged: addons-fw branchelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28277 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-03-01[WIN32] changed: delay load libmicrohttpd so we can load it from ↵charlydoes
system\webserver instead of app root. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28261 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-19http://trac.xbmc.org/ticket/8816renniej
The attempt to find a previous instance fails because the window class and title have changed. The class and window are now both called "XBMC". Changed the FindWindow call to use the new titles. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27976 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-16[WIN32] changed: Improved XBMC icon #5909 (thanks to bb10)wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27897 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-09[WIN32] changed: use share name instead of comment since comment might be ↵wiso
ambiguous git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27605 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-06[WIN32] fixed compiler errorwiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27516 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-01changed: drop namespace DIRECTORY and use XFILE for that aswellelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27343 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-30[WIN32] fixed compiler errorwiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27299 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-30fixed: can't execute files in chinese pathtaxigps
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27293 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-25changed: misc code cleanupsmonkeyman_67156
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27155 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-22fixed: Supress some warningsalthekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27088 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-10removed: useless leftovers from initial win32 port and directx mergejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26627 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-05- added: new function "Is64Bit" to detect the running on x64 or on x86 systemGeminiServer
- added: new functions "UtilRegGetValue", "UtilRegOpenKeyEx" and "UtilRegOpenKeyEx" git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26414 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-04changed: don't attempt to reconnect to smb servers on windows, just cause ↵elupus
file doesn't exist git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26342 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-01[WIN32] changed: only show password if running a debug build.wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26250 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-01[WIN32] fixed: sometimes it was needed to first browse a smb directory ↵wiso
before file access was possible (finally found a test case). git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26249 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-12-27[WIN32] fixed: python runtime error.charlydoes
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26100 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-12-27[WIN32] added wasapi support #7406 (thanks ArtVandelae)wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-12-27[WIN32] fixed compiler error after r26079 (hopefully the right way)wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26096 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-12-24[WIN32] build libcdio within the XBMC main project. Might need attention on ↵wiso
Linux/Mac. xbmc/lib/libcdio can be removed if Linux/Mac don't need it either. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26036 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-12-24changed: use MediaManager instead of CLibcdio where possible.wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26029 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-12-18[WIN32] added: Set LC_NUMERIC="C" for the duration of our instance.wiso
removed 32bit screen setting check as 16 bit work on DX too. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25835 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-22merged: r24882,r24883,r24889 back to trunk.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24903 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-21[WIN32] changed: enable windows error box during debug.wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24826 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-12updated: versioning to 9.11 alpha 2.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24539 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-08cleanup: Sanitize the Network settings.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24404 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-05changed: [WIN32] - crash log to %APPDATA%/XBMC, formatted the same as the ↵jmarshallnz
Linux version. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24294 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-03[WIN32] updated version strings (thanks sho)wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24247 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-03[WIN32] updated: version resource.charlydoes
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24237 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-29added: SetHidden() function to CFile. Only implemented on win32 at this ↵jmarshallnz
point (we only need it here for now). git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24119 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-28[WIN32] removed unneeded methodwiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24103 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-26[Fixed] added missing license header to the storage providers.topfs2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24028 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-23[WIN32] fixed compilation error (2)wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23939 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-23Added a callback api for pumped events of the StorageProvider, this yields ↵topfs2
in a crossplattform behaviour of kai dialogs and behaviours on newly added, unsafely removed or just removed media. Also made DeviceKit.Disks use this API git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23935 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-23Hooked up Win32's removable device recognition to the providertopfs2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23934 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-23fixed: command line argument -fs not work, due to be reinitialized(2). move ↵taxigps
the initialize before get command line argument. thanks to jmarshall git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23918 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-17fixed: disk volume name display wrong(2)taxigps
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23800 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-17fixed: disk volume name display wrongtaxigps
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23799 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-14[WIN32] fixed: build error.charlydoes
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23715 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-14Moved Initialization and stop of HalManager inside HalProvider. Fixed check ↵topfs2
for ConsoleKit.Manager. Added unmount of DeviceKit.Disks git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23711 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-14Moved eject to MediaManager and IStorageProviders.topfs2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23708 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-14Moved IPowerSyscall to an own header. Fixed the includes of linux based ↵topfs2
PowerSyscalls, and fixed HALProvider header git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23707 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-14fixed: sync win32 build with r23697.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23701 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-13added: Ticket #7341 - Save username and password for smb shares. Will need ↵jmarshallnz
OSX project updates. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23695 568bbfeb-2a22-0410-94d2-cc84cf5bfa90