aboutsummaryrefslogtreecommitdiff
path: root/Kodi.xcodeproj/project.pbxproj
AgeCommit message (Collapse)Author
2016-03-10Remove joystick codeGarrett Brown
Joystick support will return in a following commit. Platform specific code will be isolated entirely in binary add-ons. Removal of joystick code is incomplete on Android (todo) Thanks to Tolriq for fixing broken EventServer.
2016-03-10[addon callbacks] Import xbmc_vfs_utils.hppGarrett Brown
2016-03-09Merge pull request #9252 from AlwinEsch/move-current-addon-libAlwin Esch
[addon] Move add-on library parts to independent folders
2016-03-09[addon] Move add-on library parts to independent folders (code rework)Alwin Esch
2016-03-09Merge pull request #9296 from stefansaraev/xprPhilipp Temminghoff
[guilib] cleanup leftover TextureBundleXPR*
2016-03-08VideoPlayer: identify DemuxStream by unique id, not by indexRainer Hochecker
2016-03-08[guilib] cleanup leftover TextureBundleXPR*Stefan Saraev
2016-03-07VideoPlayer: render debug infoRainer Hochecker
2016-03-05Add binary addon InputStreamxbmc
2016-02-29[addon] rename add-on include folder to match new style and prevent header ↵Alwin Esch
#ifdef's
2016-02-29VideoPlayer: add process info, helps deciding what option should be taken ↵xbmc
for sttings like deinterlacing
2016-02-13Merge pull request #9062 from Memphiz/mrmc_backports4Memphiz
Mrmc backports4
2016-02-11[xcode] project files updateKai Sommerfeld
2016-02-11[addons] refactor addon constructionThomas Amland
2016-02-06[cleanup] Remove unused filesChristian Fetzer
xbmc/utils/WindowsShortcut.h/cpp and xbmc/win32/WMIInterface.h/cpp are unused.
2016-02-06[ios] - changed, iOS. factor out AnnounceReceiver (will be used for tvos too ↵S. Davilla
later)
2016-02-05[guilib][depends] Remove libgif from core. It's still needed for TexturePacker.ace20022
2016-02-02VideoPlayer: refactor DemuxerClient (ex PVR)Rainer Hochecker
2016-02-01Don't show "* all entries" for widgetsKolja Lampe
2016-01-29drop TimeSmootherRainer Hochecker
2016-01-26Refactor InfoScannersDeniz Türkoglu
We were not sharing any code between the scanners although they have some logic that can be easily shared. This patch is the initial refactoring to remedy the situation, however there is space left for more refactoring.
2016-01-23Merge pull request #8875 from ronie/dialogvolumebarMartijn Kaijser
Remove mutebug dialog
2016-01-19remove mutebug dialogronie
2016-01-17VideoPlayer: remove dead codeRainer Hochecker
2016-01-13[xcode] - remove HEADER_SEARCH_PATHES from xcode and update them properly in ↵Memphiz
App.xcconfig
2016-01-13[osx] - corrected wrong Info.plist path in xcode project and buildphase ↵Memphiz
script - fixes #16508
2016-01-13Merge pull request #8832 from Memphiz/mrmc_backports3jenkins4kodi
2016-01-13[platform/darwin] - add some new darwin helper classes from MrMCMemphiz
2016-01-13[configure] - renamed IOS-Info.plist.inMemphiz
2016-01-10[filesystem] add videodb://inprogresstvshowsSascha Kuehndel (InuSasha)
visualstudio by Razzeee xcode by anaconda
2016-01-10[ios] - renamed AESinkDARWINIOS.cpp to .mmMemphiz
2016-01-05drop libmpeg2Rainer Hochecker
2015-12-29[cleanup] nuke jpegioStefan Saraev
2015-12-29[cleanup] nuke cximageStefan Saraev
2015-12-29Merge pull request #8612 from stefansaraev/sapstreams-cleanupRazzeee
[cleanup] nuke sap streams
2015-12-29[osx/ios] xcode sync for PR8607Matthias Kortstiege
2015-12-29add methods.json to xcode projectRainer Hochecker
2015-12-29VideoPlayer: remove player selection from api and drop DummyVideoPlayerRainer Hochecker
2015-12-18Merge pull request #8561 from ksooo/pvr-separate-timer-windowKai Sommerfeld
[PVR] Feature: Separate windows for "Timer Rules" and "Timers"
2015-12-17[osx] update xcode projectKai Sommerfeld
2015-12-17[cleanup] nuke sap streamsStefan Saraev
2015-12-12[codeshuffle] - moved main to platform/posixMemphiz
2015-12-12[codeshuffle] - move sdlmain to darwin/osxMemphiz
2015-12-12[codeshuffle] - moved xbmc.cpp/.h to platformMemphiz
2015-12-12[codeshuffle] - moved osx to platformMemphiz
2015-12-12[codeshuffle] - moved ios to platformMemphiz
2015-12-12[codeshuffle] - moved AutoPool, DarwinUtils and GNUOsxReplacements to darwin ↵Memphiz
platform
2015-12-12[codeshuffle] - moved XbmcContext.h/.cppMemphiz
2015-12-12[codeshuffle] - moved MessagePrinter.h/.cppMemphiz
2015-12-11[guilib] Add an ffmpeg based image loader.ace20022
Based on notspiff's poc.