Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-16 | [win32] rename and generalise packaging folders. also simplify NSIS ↵ | Martijn Kaijser | |
installer to match package folders | |||
2014-08-15 | gitignore: Add libstagefrightICS/Makefile | Brandon McAnsh | |
Signed-off-by: Brandon McAnsh <brandonm@matricom.net> | |||
2014-08-12 | [cosmetic] cleanup .gitignore | Martijn Kaijser | |
2014-08-09 | Merge pull request #5105 from fritsch/removecrystalhd | Martijn Kaijser | |
Removecrystalhd | |||
2014-07-30 | update .gitignore | montellese | |
2014-07-28 | CrystalHD: Rest in peace | fritsch | |
2014-07-27 | [win32] integrate XBMC_PC.rc into CompileInfo.bat for automatic versioning | montellese | |
2014-07-27 | ignore addons/audioencoder.* directories | montellese | |
2014-07-12 | update .gitignore | montellese | |
2014-07-12 | update .gitignore | montellese | |
2014-07-10 | [win32] update BuildSetup.bat and installer | montellese | |
2014-07-10 | [win32] add make-addon-depends.bat and cmake-based addon-depends system | montellese | |
2014-07-10 | cmake: add xbmc-addons project, filled with audioencoder addons | montellese | |
2014-05-24 | [gitignore] ignore every tar in /lib/win32 instead of a specific file. | Martijn Kaijser | |
2014-05-18 | [darwin] fix building from user set prefix path. move XBMC_DEPENDS_ROOT to ↵ | S. Davilla | |
xconfig and set it during configure | |||
2014-05-17 | Add kdev4 file to gitignore | AlwinEsch | |
2014-05-09 | prepare xbmc.json's addon.xml for auto-generation | montellese | |
2014-05-08 | Update docs and gitignore after libsamplerate drop | Daniel Scheller | |
2014-05-06 | update .gitignore for win32 | montellese | |
2014-05-01 | Merge pull request #4499 from herrnst/remove-mp3codec | Rainer Hochecker | |
Drop MP3Codec/libmad from paplayer and dvdplayer in favor of FFmpeg | |||
2014-05-01 | update gitignore after ffmpeg bump | Voyager1 | |
2014-04-30 | Merge pull request #4309 from Montellese/jsonrpc_schema_creation | Sascha Montellese | |
JSON-RPC: automatically create JSON schema API description | |||
2014-04-29 | [win32] auto-generate ServiceDescription.h on demand | montellese | |
2014-04-29 | Cleanup .gitignore for MP3Codec/libmad removal | Daniel Scheller | |
2014-04-29 | Merge pull request #4107 from Voyager1/libdvd-update | jmarshallnz | |
Libdvdread and Libdvdnav update to latest version 4.2.1 - Libdvdcss to 1.2.13 | |||
2014-03-01 | More explicit ignore rules for cpluff | Trent Nelson | |
2014-02-18 | gitignore | Alexandre Maloteaux | |
2014-02-11 | libdvdcss update to 1.2.13 - incl diff file | Voyager1 | |
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 | |