Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-23 | Merge pull request #3758 from jmarshallnz/xslt_scraper | jmarshallnz | |
XSLT support in scrapers | |||
2013-12-22 | [scrapers] Support XSLT transforms (XML->XML) in the scrapers | night199uk | |
2013-12-16 | git: add some missing files to git ignore | Joakim Plate | |
2013-10-18 | housecleaning: remove stale paths in .gitignore | S. Davilla | |
2013-10-11 | Merge pull request #2978 from smspillaz/wayland-gsoc-1 | Martijn Kaijser | |
Implement support for display on Wayland compositors | |||
2013-10-12 | Initial wayland test framework | Sam Spilsbury | |
Secondary Author: Cory Fields wayland: Fixup test building - Build tests in the test dir, not the main make. - Guard objects and code appropriately - Remove support for all but weston += 1.0.99. pkg-config and versioning were not implemented before that anyway. | |||
2013-10-12 | Listen for a new wl_keyboard from wl_seat_listener and create an | Sam Spilsbury | |
XKBKeymap implementing wayland::Keymap. This class keeps track of the keyboard state and MUST be updated every time a modifier or a key is pressed (eg, every time we get an event from the protocol). KeyboardProcessor implements the logic of converting XKB keysyms to XBMC keysyms. It also changes the focus state of the window and delivers key events to the XBMC event subsystem. TimeoutManager and WaylandEventLoop are just a simple abstraction for adding timeouts to the poll () / wl_display_dispatch () mainloop, in place so that we can implement key repeat | |||
2013-10-12 | Added initial support for displaying on Wayland compositors. | Sam Spilsbury | |
SDL and X11 builds are disabled when using the --enable-wayland switch. EGLNativeTypeWayland is an implementation of EGLNativeType which connects to a running wayland compositor if possible and starts rendering in a new surface. WinEventsWayland polls the wayland display for new events and updates the main surface. The wayland client libraries are loaded dynamically and their functions should not be used directly. Instead, IDllWaylandClient should be injected into any objects that need to call functions in those libraries. Because the autogenerated protocol functions are inline in the header files and not available to be looked up, the protocol needs to be used directly. Some of the helpers there are: 1. wayland::protocol::CreateWaylandObject -> creates a wl_proxy casted to the result type with a specific wl_interface as looked up in the client library. 2. wayland::protocol::CallMethodOnWaylandObject -> calls wl_proxy_marshal with on the proxy with the specified opcode and arguments 3. wayland::protocol::AddListenerOnWaylandObject -> adds a wl_listener to the wl_proxy 4. wayland::protocol::DestroyWaylandObject -> calls wl_proxy_destroy on the proxy. There may be some cases where additional constructor or destructor functions might need to be called before or after CreateWaylandObject and DestroyWaylandObject. Developers should consult the autogenerated wayland-*-protocol.h headers to determine the expected call order. XBMCSurface and XBMCConnection wrap most of the wayland connection and surface creation / destruction and provide outputs for getting the current resolution and EGL surface. There is currently no support for keyboard input, mouse input or multiple monitors. | |||
2013-10-09 | [win32] update .gitignore with new ffmpeg-related DLLs | montellese | |
2013-08-17 | [win32] ignore skins.nsi | Martijn Kaijser | |
2013-08-01 | Merge pull request #2999 from dnunes/webinterface | Sascha Montellese | |
[webinterface.default] JS bugfix, cleanup and linting. | |||
2013-07-29 | Cosmetic fixes: | diego nunes | |
- Added Sublime Project files to gitignore; - Linting/cleanup of Webinterface JavaScript; - Cleanup of Webinterface CSS; Cosmetic changes to better fit the XBMC current code style. | |||
2013-07-17 | [win32] add files created when running BuildSetup.bat to .gitignore | montellese | |
2013-07-09 | [win32] update gitignore for library.xbmc.codec | montellese | |
2013-07-08 | Improve recompile speed: Don't include git_revision.h in system.h (leads to ↵ | Garrett Brown | |
excessive recompiles) | |||
2013-07-09 | added callback methods for binary add-ons to get codec id information from ↵ | Lars Op den Kamp | |
XBMC, so the dep on avcodec.h can be removed. only IDs used by pvr.hts and pvr.vdr.vnsi have been included | |||
2013-05-10 | jni: build jni library | Cory Fields | |
2013-05-05 | [WIN32] grrr, libid3tag isn't used anymore. | WiSo | |
2013-05-05 | [WIN32] updated .gitignore | WiSo | |
2013-05-04 | changed utils/Makefile to use Makefile.in | davilla | |
2013-05-04 | clean up /xbmc refs and and sort | davilla | |
2013-04-13 | update gitignore for new ffmpeg 1.2 libs | Voyager1 | |
2013-03-19 | depends: remove python pil helper scripts and docs, they've been moved to ↵ | Cory Fields | |
depends | |||
2013-02-05 | Updated libdvdcss, read and nav to the latest versions | Pär Björklund | |
All XBMC modifications are kept intact Moved get/set state functions from vm.h to dvdnav_internal.h where they should be Added comments to clarify which functions are added by XBMC | |||
2013-01-31 | [add] visualization.fishbmc | Marcel Ebmer | |
2012-12-05 | [win32] build xbmc-pvr-addons with BuildSetup.bat | montellese | |
2012-10-05 | [linux] remove remaining references to libid3tag/libapetag | montellese | |
2012-09-22 | [fix] Use proper paths for the python include in the test. | Jim Carroll | |
2012-09-19 | updated .gitignore so it doesn't include /addons/pvr.* | Lars Op den Kamp | |
2012-09-18 | [pvr] configure and build pvr add-ons if the tree is found in /pvr-addons, ↵ | Lars Op den Kamp | |
so these can be built and run within the tree. | |||
2012-09-09 | @Montellese, @Memphiz, @jimfcarroll Replace the scripting engine with a ↵ | Jim Carroll | |
codegenerated one. | |||
2012-09-07 | [UPnP] changed: make UPnP optional (enabled by default), fix some missing ↵ | Alasdair Campbell | |
#ifdef HAS_UPNP guards | |||
2012-09-07 | [git] - add xbmc/main/Makefile to gitignore | Memphiz | |
2012-09-05 | [GSOC] Add xbmc-test to .gitignore. | Andres Mejia | |
2012-09-05 | [GSOC] Add files from gtest to be ignored by git. | Andres Mejia | |
2012-09-04 | Merge pull request #1282 from huceke/raspberrypi | huceke | |
RaspberryPI support | |||
2012-09-05 | [pvr] added PVR support to XBMC (taken from ↵ | Lars Op den Kamp | |
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons | |||
2012-08-18 | [rbp] added omxplayer Makefile to .gitignore | gimli | |
2012-08-08 | [droid] add new internal player for amlogic based SoCs | davilla | |
2012-08-08 | [droid] update gitignore | Cory Fields | |
2012-08-08 | [droid] quit fighting it and just use a new file for android paths | theuni | |
2012-08-08 | [droid] generate Makefile for exports | theuni | |
2012-05-24 | [osx/ios] ignore xcode4 user settings | davilla | |
2012-05-10 | Merge pull request #37 from Fneufneu/freebsd | Fneufneu | |
add FreeBSD support | |||
2012-05-10 | [AE] update .gitignore | Geoffrey McRae | |
2012-05-07 | add freebsd Makefile to gitignore | Fneufneu | |
2012-04-21 | Tests working under windows. | Jim Carroll | |
2012-04-04 | [WIN32] changed: adapt .gitignore to new ffmpeg version | WiSo | |
2012-01-15 | Stop tracking autotools generated files in git. | Andres Mejia | |
2012-01-07 | added system/librtmp.dll to .gitignore. libcurl brings this additional library. | WiSo | |