Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-23 | Merge pull request #24109 from enen92/exiv2 | fuzzard | |
Pictures: Move image metadata processing to exiv2 as a new dependency | |||
2024-06-22 | Merge pull request #24689 from CrystalP/fix-wcg-detection | CrystalP | |
[windows] Identify SDR WCG screens as non HDR-capable | |||
2024-06-22 | [Docs] Add exiv2 to dependencies in build guides | Miguel Borges de Freitas | |
2024-06-21 | [Windows] Update build requirements with Windows 11 SDK 10.0.22621.0 | CrystalP | |
2024-06-17 | Migrate PCRE to PCRE2 and remove PCRE | fuzzard | |
2024-06-14 | Update FreeBSD docs | Frank Howie | |
2024-04-05 | Update build guide | Jose Luis Marti | |
2024-04-04 | Set minimum API level to 24 | Jose Luis Marti | |
2024-03-23 | [Docs] Add revisions for v22 | enen92 | |
2024-02-07 | [docs] JDK 17 required to run AGP 8.0 and SDK 34 | Jose Luis Marti | |
2024-01-31 | Use gh markdown highlights of warnings, tips and notes | enen92 | |
2023-12-28 | Merge pull request #24133 from CrystalP/bump-msys2 | fuzzard | |
[depends][Windows] msys2 fixes and update to 20231026 | |||
2023-12-03 | Merge pull request #24018 from lrusak/linux-docs-libdisplay-info | fuzzard | |
[linux][docs] add note about libdisplay-info when building kodi with gbm windowing | |||
2023-11-22 | [depends] msys2 - update to 20231026, now 64bit only | CrystalP | |
2023-10-28 | [linux][docs] add note about libdisplay-info when building kodi with gbm ↵ | Lukas Rusak | |
windowing Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-10-26 | [docs] Coding guideline: Add, that we are using prefix operators in ↵ | ksooo | |
traditional for loop's increment statement. | |||
2023-10-25 | [docs] Make clear, that the guidelines should be followed also for changes ↵ | ksooo | |
in existing files. | |||
2023-10-25 | [docs] Changed sample code to use prefix operator in for loops intstead of ↵ | ksooo | |
postfix operator. | |||
2023-10-08 | [Android][docs] Install NDK using Android SDK Manager | Jose Luis Marti | |
2023-10-05 | [macOS] Drop legacy SDL windowing | enen92 | |
2023-10-02 | Revert "[docs] Fix for-the-badge badges" | enen92 | |
This reverts commit ea625655cbb84873e5741ef267a10749908ca131. | |||
2023-08-17 | [docs] Fix for-the-badge badges | Miguel Borges de Freitas | |
2023-08-09 | Implement TinyXML2 to replace TinyXML1 | fuzzard | |
cmake: add FindTinyXML2 find module cmake: enable building tinyxml2 for all platforms (ENABLE_INTERNAL_TINYXML2) tests: Tests for XBMCTinyXML2 implementation tests: Tests for XMLUtils for the tinyxml2 methods utils: implement TinyXML2 methods for XMLUtils Currently tinyxml2 and 1 can coexist peacefully. This will allow a staged replacement and to hopefully update and implement tests appropriately. | |||
2023-07-13 | Add guidance to improve PR appearance | Garrett Brown | |
When a space is placed in the [x] box (like `[x ]`, it messes up how it's rendered on GitHub. | |||
2023-07-13 | Add "Student submission" PR category | Garrett Brown | |
2023-06-24 | [macOS] Default to nativewindowing | Miguel Borges de Freitas | |
2023-06-04 | [osx] Raise min OSX version to 10.14 for x86_64 | Markus Härer | |
Required for c++17 features used by flatbuffers. | |||
2023-05-14 | [doc][webos] Remove outdated flatc section | Markus Härer | |
2023-04-10 | [UWP][Docs] Update README.Windows.md | thexai | |
2023-04-10 | Merge pull request #22933 from fixthething/ubuntu-doc-update | fuzzard | |
[README.Ubuntu.md] Update Ubuntu package dependency list. | |||
2023-04-06 | Merge pull request #23092 from webosbrew/feature/webOS | Wolfgang Schupp | |
[webOS] Hardware accelerated video decoding / Magic Remote | |||
2023-04-06 | Minor documentation/whitespace cleanup | throwaway96 | |
These issues were mostly left over from the merge. | |||
2023-03-31 | [docs][android] remove unneccessary macos specific build instructions | fuzzard | |
2023-03-18 | Initial support for webOS shell | craigcarnell | |
2023-03-13 | [Docs] Fix Links | enen92 | |
2023-03-11 | Merge pull request #22852 from KyleSanderson/cleaning-up-the-house | fuzzard | |
Add binary addons clean documentation | |||
2023-03-08 | Bifurcated instructions for flatbuffers based on Ubuntu version | fixthething | |
2023-03-07 | Update Ubuntu package dependency list. flatbuffers-dev -> ↵ | fixthething | |
libflatbuffers-dev. Add missing libunistring-dev. | |||
2023-02-27 | Merge pull request #22639 from CastagnaIT/code_guide_improv | Stefano Gottardo | |
[docs] Improve code guidelines | |||
2023-02-24 | [docs] Improve code guidelines | CastagnaIT | |
2023-02-22 | Add binary addons clean documentation | Kyle Sanderson | |
2023-02-22 | [doc] Improved contributing PR guidelines | CastagnaIT | |
2023-02-10 | Merge pull request #22731 from joseluismarti/sdk33 | fuzzard | |
Bump Android SDK 33 | |||
2023-02-09 | Update README.Android | Jose Luis Marti | |
2023-02-04 | [Docs][Android] Fix Instructions with correct file path | TwillightMercy | |
2022-12-27 | [docs] Explicitly add to Android requires flex/bison. | fuzzard | |
Samba requires flex/bison to build. Apple ships a version of flex/bison, so add to docs mentioning to install flex/bison as part of build tool requirements | |||
2022-12-15 | [Doxygen] Add revision tags for Omega. Update project version | Miguel Borges de Freitas | |
2022-11-06 | Update how to start ndk-gdb | Jose Luis Marti | |
2022-10-17 | [Docs] Update codeguidelines to reflect cpp 17 features | enen92 | |
2022-10-04 | [docs] add some clarifications on code formatting | Jeremy Lin | |