aboutsummaryrefslogtreecommitdiff
path: root/xbmc/win32
AgeCommit message (Expand)Author
2010-04-09Revert "Correctly check for python unicode size instead of assuming it's of 4...elupus
2010-04-09Correctly check for python unicode size instead of assuming it's of 4 bytes.elupus
2010-03-27[WIN32] initiates use of the Winsock DLL on startup and move deinitialization...wiso
2010-03-27[WIN32] expand DLL search path to the XBMC installation dir.wiso
2010-03-21added: --debug flag for windowsbobo1on1
2010-03-08added: sftp client to windows versionelupus
2010-03-02merged: addons-fw branchelupus
2010-03-01[WIN32] changed: delay load libmicrohttpd so we can load it from system\webse...charlydoes
2010-02-19http://trac.xbmc.org/ticket/8816renniej
2010-02-16[WIN32] changed: Improved XBMC icon #5909 (thanks to bb10)wiso
2010-02-09[WIN32] changed: use share name instead of comment since comment might be amb...wiso
2010-02-06[WIN32] fixed compiler errorwiso
2010-02-01changed: drop namespace DIRECTORY and use XFILE for that aswellelupus
2010-01-30[WIN32] fixed compiler errorwiso
2010-01-30fixed: can't execute files in chinese pathtaxigps
2010-01-25changed: misc code cleanupsmonkeyman_67156
2010-01-22fixed: Supress some warningsalthekiller
2010-01-10removed: useless leftovers from initial win32 port and directx mergejmarshallnz
2010-01-05- added: new function "Is64Bit" to detect the running on x64 or on x86 systemGeminiServer
2010-01-04changed: don't attempt to reconnect to smb servers on windows, just cause fil...elupus
2010-01-01[WIN32] changed: only show password if running a debug build.wiso
2010-01-01[WIN32] fixed: sometimes it was needed to first browse a smb directory before...wiso
2009-12-27[WIN32] fixed: python runtime error.charlydoes
2009-12-27[WIN32] added wasapi support #7406 (thanks ArtVandelae)wiso
2009-12-27[WIN32] fixed compiler error after r26079 (hopefully the right way)wiso
2009-12-24[WIN32] build libcdio within the XBMC main project. Might need attention on L...wiso
2009-12-24changed: use MediaManager instead of CLibcdio where possible.wiso
2009-12-18[WIN32] added: Set LC_NUMERIC="C" for the duration of our instance.wiso
2009-11-22merged: r24882,r24883,r24889 back to trunk.jmarshallnz
2009-11-21[WIN32] changed: enable windows error box during debug.wiso
2009-11-12updated: versioning to 9.11 alpha 2.jmarshallnz
2009-11-08cleanup: Sanitize the Network settings.jmarshallnz
2009-11-05changed: [WIN32] - crash log to %APPDATA%/XBMC, formatted the same as the Lin...jmarshallnz
2009-11-03[WIN32] updated version strings (thanks sho)wiso
2009-11-03[WIN32] updated: version resource.charlydoes
2009-10-29added: SetHidden() function to CFile. Only implemented on win32 at this poin...jmarshallnz
2009-10-28[WIN32] removed unneeded methodwiso
2009-10-26[Fixed] added missing license header to the storage providers.topfs2
2009-10-23[WIN32] fixed compilation error (2)wiso
2009-10-23Added a callback api for pumped events of the StorageProvider, this yields in...topfs2
2009-10-23Hooked up Win32's removable device recognition to the providertopfs2
2009-10-23fixed: command line argument -fs not work, due to be reinitialized(2). move t...taxigps
2009-10-17fixed: disk volume name display wrong(2)taxigps
2009-10-17fixed: disk volume name display wrongtaxigps
2009-10-14[WIN32] fixed: build error.charlydoes
2009-10-14Moved Initialization and stop of HalManager inside HalProvider. Fixed check f...topfs2
2009-10-14Moved eject to MediaManager and IStorageProviders.topfs2
2009-10-14Moved IPowerSyscall to an own header. Fixed the includes of linux based Power...topfs2
2009-10-14fixed: sync win32 build with r23697.jmarshallnz
2009-10-13added: Ticket #7341 - Save username and password for smb shares. Will need O...jmarshallnz