- 07 Mar, 2021 1 commit
-
-
Emil Velikov authored
Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com>
-
- 24 Feb, 2021 6 commits
-
-
Jordan Justen authored
Signed-off-by:
Jordan Justen <jordan.l.justen@intel.com>
-
Jordan Justen authored
Signed-off-by:
Jordan Justen <jordan.l.justen@intel.com>
-
Jordan Justen authored
Signed-off-by:
Jordan Justen <jordan.l.justen@intel.com>
-
Jordan Justen authored
Signed-off-by:
Jordan Justen <jordan.l.justen@intel.com>
-
Emil Velikov authored
Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com>
-
Emil Velikov authored
Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com>
-
- 25 Jan, 2021 1 commit
-
-
Signed-off-by:
Emil Velikov <emil.velikov@collabora.com>
-
- 08 Apr, 2020 1 commit
-
-
Emil Velikov authored
Spotted while browsing through the website (thanks Jordan) Fixes: f3e0651e ("man: Update for Waffle 1.6.1") Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by:
Jordan Justen <jordan.l.justen@intel.com>
-
- 31 Mar, 2020 3 commits
-
-
Emil Velikov authored
Signed-off-by:
Emil Velikov <emil.velikov@collabora.com>
-
Technically all of the changes are from 1.6.0 although we forgot to update the html manual pages. Summary of the changes: - wflinfo - JSON output - New attribute - WAFFLE_CONTEXT_ROBUST_ACCESS - New platforms - NACL, SURFACELESS - New API - waffle_teardown - waffle_get_current_display - waffle_get_current_window - waffle_get_current_context - waffle_window_create2 - Deprecate waffle_attrib_list_* API - Remove WAFFLE_API_VERSION guard for attributes - Remove in-tree waffle_enum copy - Generator nitpicks Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com>
-
Both of these were introduced with waffle 1.6.0 Signed-off-by:
Emil Velikov <emil.velikov@collabora.com>
-
- 07 Jun, 2019 1 commit
-
-
Dylan Baker authored
-
- 16 Dec, 2018 14 commits
-
-
Jordan Justen authored
Fixes: https://github.com/waffle-gl/waffle/issues/51 Signed-off-by:
Jordan Justen <jordan.l.justen@intel.com>
-
Jordan Justen authored
Signed-off-by:
Jordan Justen <jordan.l.justen@intel.com>
-
-
-
-
-
-
-
-
-
-
-
Coming as a product of my GSoC2014, with Waffle 1.5.0 Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by:
Chad Versace <chad.versace@linux.intel.com>
-
-
- 15 Dec, 2018 13 commits
-
-
Signed-off-by:
Chad Versace <chad@kiwitree.net>
-
Signed-off-by:
Chad Versace <chad.versace@linux.intel.com>
-
Signed-off-by:
Chad Versace <chad.versace@linux.intel.com>
-
-
Github strongly recommends that the project's github.io site redirect from a CNAME record, not an A record. From the Github help pages: > We strongly recommend that you use a custom subdomain instead of > a custom apex domain for the following three reasons: > > - A custom subdomain gives your GitHub Pages site the benefit of our > Content Delivery Network. > - A custom subdomain will not be affected by changes in the underlying IP > addresses of GitHub's servers. > - A custom subdomain allows pages to load significantly faster than > a custom apex domain because its Denial of Service protection can be > implemented more efficiently. Let's be a good net citizen and decrease Github's overhead. Change the CNAME from waffle-gl.org to www.waffle-gl.org.
-
- Rename section s/Git repos/Source/. - Provide git:// url directly on page. - Provide link to Github project page. - Remove link to website repo. People can find that through github.
-
By default, browsers download unrecognized file extensions. This patch tells the browser to instead display the raw text.
-
Safari does not support webm.
-
-
-
I want all release files to have long-lived, near permanent urls. I do not want urls for release artifacts to become stale when Waffle moves to a new hosting provider (currently Github). Therefore, the urls cannot refer to github.com. A simple solution: for each release artifact, make its url *relative*. - Import tarballs, checksums, gpg signatures, release notes, and announcement emails. - For each release artifact, change its url to "files/release/${waffle_tag}/${filename}". Signed-off-by:
Chad Versace <chad.versace@linux.intel.com>
-
Stop ignoring *.bz2 *.gz *.xz *.zip
-
-