aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Expand)Author
2012-09-05Fix missing return value checks in MultiPathDirectory.cpp and Repository.cppKyle Hill
2012-09-05Fix use of pointer to freed internals of a temporaryKyle Hill
2012-09-05Fix possible NULL pointer dereference in GUIDialogAddonSettingsKyle Hill
2012-09-05[cosmetics] fix some warningsmontellese
2012-09-05[pvr] added PVR support to XBMC (taken from https://github.com/opdenkamp/xbmc...Lars Op den Kamp
2012-08-28Fix reversed NULL pointer check.Kyle Hill
2012-08-23Make PartyModeManager.cpp and AddonDatabase.cpp compatible with STL from VS2012Karlson2k
2012-08-12Fix visualization freezes if user goes to main menu while playing song with M...classicspam
2012-08-08[droid] create android addon platform filterCory Fields
2012-08-08[droid] Create setting for addon path for androidCory Fields
2012-08-08[droid] look for libs in our new locationCory Fields
2012-08-08added: set a content_type parameter for multi-content plugins/scriptsspiff
2012-08-08cosmeticsspiff
2012-08-03Only log about stopping or destroying a DLL if it was actually stopped or des...Garrett Brown
2012-08-03Enable python-based screensaversGarrett Brown
2012-08-01[keyboard] - change all occurences of GUIDialogKeyboard to the new approach a...Memphiz
2012-07-27cosmetic: removed superfluous dialog includesvdrfan
2012-07-24changed: minimize URL.h header pollutionspiff
2012-07-22Merge pull request #1198 from cptspiff/lessdepsArne Morten Kvarving
2012-07-22changed: make CApplicationMessenger a singleton instead of a CAppliction memberspiff
2012-07-22Fix reads from Transfer-Encoding: chunked servers.Glenn Maynard
2012-07-22remove unnecessary includesspiff
2012-07-22fix addon settings dialog not resetting correctly on unloadJonathan Marshall
2012-07-12fixed: regression of 6010dded6aa59a2f1e6b5413f11eb4d4b7a1f01fWiSo
2012-07-08silence compiler warning in CAddonDllmontellese
2012-07-08Merge pull request #1136 from PartialGestalt/6010dded6aa59a2f1e6b5413f11eb4d4...Arne Morten Kvarving
2012-07-08Resync CAddonDll::TransferSettings types with corePartialGestalt
2012-07-08cosmetics: align codeJonathan Marshall
2012-07-08no need for begin/commit transaction in the derived UpdateOldVersion()'sJonathan Marshall
2012-07-03Merge pull request #1093 from ScudLee/trustscraperArne Morten Kvarving
2012-06-27fix empty genre being displayed during artist scrapingmontellese
2012-06-19Don't correct episode numbering from scraperLee Pollock
2012-06-19Remove unused parameter (orphaned in early 2010 (553d21336) due to new addon ...Garrett Brown
2012-06-09move from the old library sorting (in SSortFileItem) to the new implementatio...montellese
2012-06-06[osx/ios/atv2] - replace all __APPLE__ (even in conjunction with __arm__) def...Memphiz
2012-06-03fixed: empty chains would be pass the previous contents of $$1spiff
2012-05-18[gettext] define use of the English string file, as the source language file.alanwww1
2012-05-10Merge pull request #37 from Fneufneu/freebsdFneufneu
2012-05-10[AE] visualisations: change AudioData to use floatsGeoffrey McRae
2012-05-07fixed: logic errorspiff
2012-05-07[FreeBSD] move FreeBSDGNUReplacements to a freebsd folderFneufneu
2012-05-07FreeBSD: include FreeBSDGNUReplacements.h where it's neededFneufneu
2012-05-03Merge pull request #918 from jmarshallnz/more_texture_cache_shenanigansjmarshallnz
2012-05-03Use system implementation of tinyxml instead of internal implementation.Andres Mejia
2012-05-04[gettext] implemented ID based gettext PO file support, with fallback to XMLalanwww1
2012-05-02invalidate addon art when the repository updatesJonathan Marshall
2012-05-02addon listings should use the program thumb loaderJonathan Marshall
2012-04-15added: option to filter out foreign language add-ons in the add-on browser.spiff
2012-04-13added: <language> field to xbmc.metadata extension pointspiff
2012-04-06Merge pull request #658 from jmarshallnz/getdirectory_flagsjmarshallnz