aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
2017-02-15[controller dialog] Improve keyboard handling during mappingGarrett Brown
Right now, if Kodi receives a keyboard press while mapping a button, it will unconditionally abort the prompt. Empirically, I've observed users becoming confused when they press a direction but the focus doesn't move. Also, I've seen users press A and become confused as to why a "select" button caused a "cancel" action.
2017-02-02[controllers] Cache controller layoutsGarrett Brown
2016-11-12[controller dialog] Fix skipping buttons due to acceleratomers, buggy ↵Garrett Brown
triggers, etc.
2016-11-08Merge pull request #10882 from garbear/new-controllersGarrett Brown
Ask user to configure new controllers (once)
2016-11-08Show controller dialog if the user connects an unmapped controllerGarrett Brown
2016-11-07update build filesronie
2016-09-06Revert "[addons] move ./xbmc/addons/binary/interfaces one down and remove ↵Pär Björklund
binary folder"
2016-09-06[addons] move ./xbmc/addons/binary/interfaces one down and remove binary folderAlwin Esch
2016-09-01[configure] adjust to new SSE detection in cmakewsnipex
2016-08-13[Makefile/xcode_depends] - copy cacert.pem from openssl to system/certs dirMemphiz
2016-05-20Revert "[addon] add API level 2 on kodi side - Part 1"Alwin Esch
This reverts commit b1b512583f85b0349f4da91d073b6ff80d01dd8b.
2016-05-20Revert "[addon] add API level 3 on kodi side for future development - Part 1"Alwin Esch
This reverts commit 6bd9862ee4a2b817790957ed9f2da75e18387830.
2016-05-18[addon] add API level 3 on kodi side for future development - Part 1Alwin Esch
2016-05-18[addon] add API level 2 on kodi side - Part 1Alwin Esch
2016-05-09[cleanup] ogg/vorbis/flac leftoversStefan Saraev
2016-05-01Merge pull request #9675 from MartijnKaijser/cdripMartijn Kaijser
Avoid compiling cdrip when build with --disable-optical-drive
2016-04-24Avoid compiling cdrip when build with --disable-optical-driveMartijn Kaijser
2016-04-21Makefile.in: merge several "install" callsMax Kellermann
2016-04-21Makefile.in: create libdir in "install-datas"Max Kellermann
2016-04-02[osx] - fixed testsuite after joystick mergeMemphiz
2016-03-10Controller configuration windowGarrett Brown
Thanks to hitcher for the skinning work and Montellese for some string fixes.
2016-03-10Controller add-onsGarrett Brown
2016-03-10Peripheral add-onsGarrett Brown
Thanks to frostworx for fixing the peripheral add-ons build, notspiff for helping with the rebrand and montellese for the windows installer fix and VS solution fix.
2016-03-10Joystick libraryGarrett Brown
Thanks to a1rwulf for fixing the joystick library build, da-anda for fixing missing joystick.xml shoulder keys, and longelf for joystick.xml.
2016-03-09[addon] Move add-on library parts to independent folders (code rework)Alwin Esch
2016-03-05add callback lib for inputstreamRainer Hochecker
2016-03-01build estouchy instead of re-touchedronie
2016-03-01prepare build-related stuff for skin changephil65
2016-02-29VideoPlayer: add process info, helps deciding what option should be taken ↵xbmc
for sttings like deinterlacing
2016-01-29[cleanup] waylandStefan Saraev
2015-12-29[cleanup] nuke cximageStefan Saraev
2015-12-12[codeshuffle] - moved main to platform/posixMemphiz
2015-12-12[codeshuffle] - moved osx to platformMemphiz
2015-12-12[codeshuffle] - moved android to platformMemphiz
2015-12-12[codeshuffle] - moved MessagePrinter.h/.cppMemphiz
2015-12-07FIX: [appname] do not parametrize what shouldn'tChris "Koying" Browet
2015-12-06Get rid of libstagefrightChris "koying" Browet
2015-12-06rename dvdplayer to VideoPlayerRainer Hochecker
2015-12-06move VideoRenderersRainer Hochecker
2015-12-06renderer: refactor RenderManager and LinuxRendererGLRainer Hochecker
2015-10-24[cleanup] remove karaoke supportMatthias Kortstiege
2015-09-25LinuxInputDevice: add support for multi-touch devicesFloris Bos
Adds support for multi-touch devices on Linux. Support is limited to devices that are capable of tracking identifiable contacts, and use the type B events of: https://www.kernel.org/doc/Documentation/input/multi-touch-protocol.txt Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>
2015-09-17[library.kodi.audioengine] Adapt project filesAchim Turan
2015-09-12relocate builtins to a subfolderArne Morten Kvarving
2015-09-10[osx/ios] xcode sync for PR7800Matthias Kortstiege
2015-09-10Add the ability to open dialogyesno by sending a threadmessage.Pär Björklund
Added two helper methods to make this easier in KODI::MESSAGING::HELPERS namespace Changed all non-gui code to use this method instead to get rid of one gui include.
2015-09-04remove visualizations fishbmc, goom, milkdrop, projectm, spectrum, vortex ↵wsnipex
and waveform from tree
2015-09-04remove rsxs from treewsnipex
2015-09-01[ffmpeg] Add support for libdcadecpopcornmix
2015-08-10add event log infrastructuremontellese