aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-29[osx/ios/libcec] - fixed that Makefile - really!Memphiz
2012-03-29[gles] changed. 1) do not spew 'namespace std' into the build, it is silly. 2...davilla
2012-03-29[osx/ios] fixed, quit messing with this fileS. Davilla
2012-03-29reset invalidated flag only if we processed controlpieh
2012-03-29Scale teletext dialog using g_graphicsContext.Jernej Fijačko
2012-03-28Merge pull request #719 from mad-max/moviesetsJezz
2012-03-28fixed: allow volume amplification to be keymapped like all the other sliders ...bobo1on1
2012-03-28[fix] - only cursor keys are able to repeatMemphiz
2012-03-28fixed: on linux, the timestamp for pthread_cond_timedwait needs to be referen...bobo1on1
2012-03-28added "dateAdded" field to "path" table in videodb and use it for better sort...montellese
2012-03-28fixed: make sure the old thread is stopped before starting a new one, fixes t...bobo1on1
2012-03-28fixed: possible deadlockbobo1on1
2012-03-28win32: use libcec-1.5.2.zip from XBMC's mirrors as depLars Op den Kamp
2012-03-28fixed 2 typos in language/English/string.xmlLars Op den Kamp
2012-03-28Merge pull request #816 from wsoltys/xbox_removewsoltys
2012-03-28removed xbox legacy code. doubt that it'll still in use. maybe one day we can...WiSo
2012-03-28[osx/ios] bump libcec from vauge 'latest' to libcec-1.5.2davilla
2012-03-28workaround: the hdhomerun headers #define min(). this clashes with std::minspiff
2012-03-27mark stack as non-executable, fixes #12735Mike Frysinger
2012-03-27[arm] remove -D_ARMEL and usage. It was ancient debug stuff that is not neede...davilla
2012-03-27Add the option the eject the CD after ripping is down(full disc only)xbmc
2012-03-27Fixed: Thoroughly search an addon's fallback skin folder for the closest skin...Garrett Brown
2012-03-27Merge pull request #508 from fetzerch/pictures-metadata-fixesArne Morten Kvarving
2012-03-27Cleaned up exif parser: Removed unneccessary comment, use MAX_COMMENT instead...Christian Fetzer
2012-03-27changed: explicitly cast to floatspiff
2012-03-27changed: since we want to cast these counters to pointers, use intptr_tspiff
2012-03-27changed: remove an unused variablespiff
2012-03-27more cosmetics to silence compiler warningsmontellese
2012-03-27[linux] cosmetics to silence gcc warningmontellese
2012-03-27[fix] - fixed warning on 64bit buildsMemphiz
2012-03-27[win32] - fixed line endingsMemphiz
2012-03-27Merge pull request #489 from Memphiz/filesystemshuffleMemphiz
2012-03-27i[rename] - class names according to filenames for filesystem implementationsMemphiz
2012-03-27[rename] - rename all iFile and iDirectory implementations to have the protoc...Memphiz
2012-03-27fixed: sleep for a second in between detaching and attaching the glx context ...bobo1on1
2012-03-27[osx/ios/atv2] - sync xcode projects after adff92756Memphiz
2012-03-27Merge pull request #706 from Montellese/webserver_decouplingSascha Montellese
2012-03-27[webinterface.default] make sure to send JSON-RPC requests with the correct c...montellese
2012-03-27webserver: add Makefile for httprequesthandlers for linuxmontellese
2012-03-27webserver: make HTTP request handling async by using libmicrohttpd's thread poolmontellese
2012-03-27webserver: use std::multimap to store HTTP header fields/values instead of st...montellese
2012-03-27webserver: add special handling for data within POST requestsmontellese
2012-03-27webserver: make IHTTPRequestHandler implementations able to handle multiple r...montellese
2012-03-27webserver: added GetPriority() to IHTTPRequestHandler to be able to check the...montellese
2012-03-27webserver: implement a jsonrpc handlermontellese
2012-03-27webserver: pass CWebServer instance to HTTP request handlersmontellese
2012-03-27webserver: implement a webinterface addons handlermontellese
2012-03-27webserver: implement a webinterface handlermontellese
2012-03-27webserver: implement http-api and vfs http handlersmontellese
2012-03-27webserver: decouple specific usages like jsonrpc, http-api, vfs and webinterf...montellese