Age | Commit message (Expand) | Author |
2013-11-10 | [win32] Add "core-defaults" with basic project settings, include file in each... | Karlson2k |
2013-11-10 | [win32] addons projects: remove custom settings as default settings are same now | Karlson2k |
2013-11-10 | [win32] add missing imports of XBMC defaults | Karlson2k |
2013-11-01 | Merge pull request #3528 from Karlson2k/win32_projects_update_02 | Martijn Kaijser |
2013-10-30 | [win32] cleanup: remove leftover from old project conversion | Karlson2k |
2013-10-30 | [win32] mark debug/release configs with proper internal marks | Karlson2k |
2013-10-24 | [FIX]Make clean dependencies fix | perpe |
2013-08-11 | [cosmetic] update copyright headers | Martijn Kaijser |
2013-07-17 | [win32] fix library.xbmc.foo builds after cc988c14d2c13cee4633b316065e4cf3353... | montellese |
2013-07-09 | added callback methods for binary add-ons to get codec id information from XB... | Lars Op den Kamp |
2013-07-06 | Merge pull request #2889 from Karlson2k/win32_sse2 | wsoltys |
2013-06-27 | Fix memory leak and a failed ASSERT under win32 Debug build. A string was bei... | Garrett Brown |
2013-06-18 | [win32] Enable SSE2 everywhere | Karlson2k |
2013-06-09 | pvr: win32: Make sure that the addon libs define TARGET_WINDOWS | Christian Fetzer |
2013-06-04 | [WIN32] fix compiler error after 7b65508685ef7a6f3c16e9b341b2b71fafaa46b2 (we... | wsoltys |
2013-03-19 | depends: remove python pil helper scripts and docs, they've been moved to dep... | Cory Fields |
2013-03-07 | Merge remote-tracking branch 'fernetmenta/addongui' into pvrapi_1_7_0. Github... | Lars Op den Kamp |
2013-03-01 | expose GUIRenderingControl to addongui lib | xbmc |
2013-02-16 | addons: Add WakeOnLan function | Christian Fetzer |
2013-02-09 | [cosmetics] update date in GPL header | Martijn Kaijser |
2012-11-14 | addon GUI: fix segault in destroy window | xbmc |
2012-11-10 | [pvr] added FreeString() | Lars Op den Kamp |
2012-11-10 | [pvr] return char* instead of const char* from UnknownToUTF8, GetLocalizedStr... | Lars Op den Kamp |
2012-11-10 | [pvr] fixed UnknownToUTF8() on the PVR interface. fixes https://github.com/op... | Lars Op den Kamp |
2012-10-21 | [osx/iosx] fixed build, remove read_only_relocs flag on linker, you only need... | davilla |
2012-10-09 | [pvr] added TriggerEpgUpdate to the PVR interface, so an add-on can force an ... | Lars Op den Kamp |
2012-09-29 | [addons] Added FileExists, StatFile, DeleteFile, CreateDirectory, DirectoryEx... | Christian Fetzer |
2012-09-25 | [addons] fixed return type of XBMC_get_file_chunk_size (int instead of | Christian Fetzer |
2012-09-25 | [addons] Modified vc project files to generate debug information for | Christian Fetzer |
2012-09-25 | [addons] Removed global variables in addon callback shared libraries | Christian Fetzer |
2012-09-18 | added CanOpenDirectory() to AddonCallbacksAddon | Lars Op den Kamp |
2012-09-18 | expose CFile operations to add-ons | Lars Op den Kamp |
2012-09-16 | [hack] replace pointers to temporaries with a memleak | Kyle Hill |
2012-09-05 | [pvr] added PVR support to XBMC (taken from https://github.com/opdenkamp/xbmc... | Lars Op den Kamp |
2012-01-22 | [ios] fixes #12508, PIL on ATV2 not supporting indexed PNGs | davilla |
2011-10-11 | [osx/ios] fixed, Imaging-1.1.7 has a design quirk where one can import it two... | davilla |
2011-10-07 | [osx/ios] fixed build of script.module.pil, this also add the ability to cros... | davilla |
2011-09-11 | change to our mirrors, http://www.effbot.org/downloads is unreliable | davilla |
2011-07-24 | Attempt to find PIL with external python first before building our own. | Andres Mejia |
2011-06-22 | [osx/ios] fixed, change from old osx/depends to new darwin/depends | davilla |
2011-05-02 | Fix trac 11461. third party python library PIL now builds correctly under linux. | Jim Carroll |
2011-04-18 | Added a backward compatibility stub for pysqlite2. | Jim Carroll |
2011-03-08 | [osx] fixed, script.module.pil build | beenje |
2011-02-09 | fixed: python script.modules build | vdrfan |
2011-01-23 | Revert "Merge remote branch 'upstream/master'" | Lars Op den Kamp |
2011-01-20 | CRLF | Lars Op den Kamp |
2011-01-09 | pvr: libXBMC_addon.dll is a C dll and should not use std::string as function ... | Marcel Groothuis |
2011-01-09 | windows: Add addon & PVR support libraries to VS2010 solution | Marcel Groothuis |
2011-01-04 | pvr: fixed: missing LDFLAGS for pvr libs and clients from: anssih | Lars Op den Kamp |
2011-01-04 | pvr: fix vs2008 project file for libXBMC-pvr | Lars Op den Kamp |