Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-09 | Merge pull request #2200 from MartijnKaijser/header_update | Martijn 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 header | Martijn 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-14 | fixed: 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 RC3 | Martijn Kaijser | |
2012-12-19 | [release] bump version to 12.0 RC2 | Martijn Kaijser | |
2012-12-10 | [release] bump version to 12.0rc1 | Martijn Kaijser | |
2012-12-07 | [release] bump version to beta3 | Martijn Kaijser | |
2012-12-02 | [release] bump version to beta2 | Martijn Kaijser | |
2012-11-13 | fix typo in beta version win32 | Martijn Kaijser | |
2012-11-13 | Bump XBMC version for beta1 release | Martijn Kaijser | |
2012-11-09 | fix win32 build after 30edf45 | pieh | |
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-30 | version bump for October merge window | MartijnKaijser | |
2012-09-23 | CUtil: add thread-safe GetRandomNumber() | montellese | |
2012-09-09 | update date in GPL header | montellese | |
2012-09-09 | fix address line in GPL headers | montellese | |
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-03 | Merge pull request #1360 from MartijnKaijser/master | Martijn Kaijser | |
version bump September merge window | |||
2012-09-03 | release: bump versions for September merge window | Martijn Kaijser | |
2012-09-02 | Merge pull request #1285 from wsoltys/minidump | wsoltys | |
[WIN32] Create minidumps for threads terminated by exceptions | |||
2012-09-02 | post-SDL removal fix: use 1 ms timer precision | Voyager-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 logging | WiSo | |
2012-08-22 | Prevent using of uninitialized variable | Karlson2k | |
2012-08-18 | [WIN32] move minidump writing function to Win32Exception | WiSo | |
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-01 | release: bump versions for August merge window | montellese | |
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.cpp | Karlson2k | |
2012-07-01 | release: bump versions for July merge window | Memphiz | |
2012-06-16 | [WIN32] cosmetics: remove whitespaces | WiSo | |
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 files | WiSo | |
2012-06-06 | libxbmc: Change win32 startup to match | theuni | |
2012-06-06 | [WIN32] changed: PRIdS already defined in inttypes.h. removed whitespace | WiSo | |
2012-06-06 | [WIN32] get rid of SDL for XBMC. TexturePacker still needs it. | WiSo | |
2012-05-31 | release: bump versions for June merge window | theuni | |
2012-05-12 | [WIN] hook up logger of threading library at app start | CrystalP | |
2012-05-01 | [WIN32] added: zeroconf browser for win32. | WiSo | |
2012-04-30 | Merge pull request #382 from jimfcarroll/fm-threads | Arne Morten Kvarving | |
Final step in the threading refactor: CThread | |||
2012-04-30 | release: bump versions for May merge window | theuni | |
2012-04-21 | threads: remove WINAPI, implement priority for pthreads | FernetMenta | |
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-03 | release: version bumps for 12.0 alpha1 | theuni | |
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/windows | WiSo | |
2012-01-25 | [WIN32] changed: move the disc detection job into Application.cpp and ↵ | WiSo | |
WinEventsWin32.cpp |