aboutsummaryrefslogtreecommitdiff
path: root/xbmc/win32
AgeCommit message (Collapse)Author
2013-02-09Merge pull request #2200 from MartijnKaijser/header_updateMartijn Kaijser
[cosmetics] update date in GPL header
2013-02-09[WIN32] catch exceptions also during Create(), CreateGUI() and Initialize().wsoltys
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2013-02-04[WIN32] implemented a poor man's stacktrace for windows.WiSo
2013-01-27[release] version bump to 13.0 alpha1 as we start new merge windows.Martijn Kaijser
2013-01-14fixed: system screensaver could kick in when playing video. We won't please ↵WiSo
everyone with this change but at least it brings somewhat the old behavior back without altering the registry.
2012-12-31[release] bump version to RC3Martijn Kaijser
2012-12-19[release] bump version to 12.0 RC2Martijn Kaijser
2012-12-10[release] bump version to 12.0rc1Martijn Kaijser
2012-12-07[release] bump version to beta3Martijn Kaijser
2012-12-02[release] bump version to beta2Martijn Kaijser
2012-11-13fix typo in beta version win32Martijn Kaijser
2012-11-13Bump XBMC version for beta1 releaseMartijn Kaijser
2012-11-09fix win32 build after 30edf45pieh
2012-10-02[WIN32] fixed: ClogInit would crash on smb:// paths (i.e. if appdata is on ↵WiSo
an unc share). Should handle #13366.
2012-09-30version bump for October merge windowMartijnKaijser
2012-09-23CUtil: add thread-safe GetRandomNumber()montellese
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese
2012-09-05[pvr] added PVR support to XBMC (taken from ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
2012-09-03Merge pull request #1360 from MartijnKaijser/masterMartijn Kaijser
version bump September merge window
2012-09-03release: bump versions for September merge windowMartijn Kaijser
2012-09-02Merge pull request #1285 from wsoltys/minidumpwsoltys
[WIN32] Create minidumps for threads terminated by exceptions
2012-09-02post-SDL removal fix: use 1 ms timer precisionVoyager-xbmc
2012-08-28[WIN32] don't use libcdio to get the first optical drive (although libcdio ↵WiSo
uses the same technique behind).
2012-08-28[WIN32] added more loggingWiSo
2012-08-22Prevent using of uninitialized variableKarlson2k
2012-08-18[WIN32] move minidump writing function to Win32ExceptionWiSo
2012-08-11[WIN32] changed: for most of the time we are only interested if we have a ↵WiSo
media in the optical drive or not. The tray status is legacy and only needed to toggle the drive. Because of user reports it seems that some drives don't like the request for the tray status and hang. Now we only request the tray status for toggle drive and not on startup of XBMC. For the next commit window I might move the drive methods (eject/open/toggle tray and getdrivestatus) to the media manager where it belongs.
2012-08-09[WIN32] added git version to dump file name to make it easier to find the ↵WiSo
right pdb file.
2012-08-01release: bump versions for August merge windowmontellese
2012-07-29[WIN32] changed: DeviceIoControl needs only a data buffer of 8 bytes for ↵WiSo
this type of request. Zero the memory and log if the call fails. Reduce the timeout from 30 minutes to 2 seconds :)
2012-07-01[win32] add missing check for msvcr100 in win32env.cppKarlson2k
2012-07-01release: bump versions for July merge windowMemphiz
2012-06-16[WIN32] cosmetics: remove whitespacesWiSo
2012-06-16[WIN32] fixed: call WSACleanup and CoUninitialize corresponding to the init ↵WiSo
functions in XBMC_PC.cpp
2012-06-16[WIN32] removed unneeded filesWiSo
2012-06-06libxbmc: Change win32 startup to matchtheuni
2012-06-06[WIN32] changed: PRIdS already defined in inttypes.h. removed whitespaceWiSo
2012-06-06[WIN32] get rid of SDL for XBMC. TexturePacker still needs it.WiSo
2012-05-31release: bump versions for June merge windowtheuni
2012-05-12[WIN] hook up logger of threading library at app startCrystalP
2012-05-01[WIN32] added: zeroconf browser for win32.WiSo
2012-04-30Merge pull request #382 from jimfcarroll/fm-threadsArne Morten Kvarving
Final step in the threading refactor: CThread
2012-04-30release: bump versions for May merge windowtheuni
2012-04-21threads: remove WINAPI, implement priority for pthreadsFernetMenta
Also: [fix] threads: fix race condition when stopping thread - cherry pick merge Also, from jimfcarroll: [fixed] AirPlayServer now complies with the new CThread constructor requirements (that is, you must supply a thread name). replace custom thread local storage with the XbmcThreads::ThreadLocal template. [cosmetic] removed incorrect hungarian notation. [cleanup] Removed XSyncUtils. Moved the GlobalMemoryStatus call to XMemUtil. Cleaned up code that used the #define INFINITE from XSyncUtils.h [cleanup] Some miscellaneous cleanup. Fixed initialization warning in LCD. Removed some unused functions and members. [cleanup] PAPlayer warning due to constructor initialization list order.
2012-04-11[WIN32] fixed: receive response from the bonjour daemon if one is available. ↵WiSo
for easier maintenance we only talk via one connection to the daemon now.
2012-04-03release: version bumps for 12.0 alpha1theuni
Each merge window will be defined as an alpha release. Thus, the first commit in the next merge window should be a bump to 12.0 alpha2. For internal versioning that cannot be handled with strings, we use currentvers + .9 instead, so that versions are always incrementing. It's not nice to mix, but since they're for dev use only, confusion should be minimal. xbmc.addon will be 11.9.1 for the first alpha in the 12.0 release series, 11.9.2 for the second, etc. This way final release will be 12.0.0 as expected. configure.in is handled the same way.
2012-03-26[WIN32] file reshuffle: move win smb sources from win32 to filesystem/windowsWiSo
2012-01-25[WIN32] changed: move the disc detection job into Application.cpp and ↵WiSo
WinEventsWin32.cpp