Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-11svg: Enable upstream squirrel glyphgh-pagesBrad Erickson
The source graphic has been updated to no longer have undefined or For #21
2016-06-10version: Bump to v1.2v1.2Brad Erickson
2016-06-10readme: Rearrange known issues, note broken emojiBrad Erickson
Related: #41
2016-06-10svg: Rename eight emoji to correct codepointsBrad Erickson
Workaround for: https://github.com/Ranks/emojione/issues/258
2016-06-10svg: Disable ©®*#0-9 for font selection issuesBrad Erickson
Multiple Linux programs are parsing the provided fontconfig incorrectly or the fontconfig is incorrect. The problem is, probably, related to the definition of the fontconfig edit mode "prepend_first". Either way, until a solution can be found these characters and therefore associated ligatures will be disabled. Fixes #35, fixes #37, fixes #39 and creates #40.
2016-06-10version: Bump to v1.1v1.1Brad Erickson
2016-06-10linux: Remove backwards compat from install.shBrad Erickson
2016-06-10html: Add Unicode 9.0 emoji to full demoBrad Erickson
2016-06-10build/readme: Rename "Emoji One" to "EmojiOne"Brad Erickson
Ranks Inc. rebranded to remove the space in the title.
2016-06-10svg: Remove all twemoji graphics and detailsBrad Erickson
EmojiOne V2.2.0 now includes all graphics required to create a font so the Twitter Emoji for Everyone graphics, license, and build details can be deleted.
2016-06-10svg: Update to EmojiOne V2.2.1 - Unicode 9.0Brad Erickson
EmojiOne V2.2.1 includes 624 changes and additions including new graphics for most of the Unicode 9.0 emoji. http://emojipedia.org/unicode-9.0/
2016-06-10readme: Add Gentoo directionsBrad Erickson
Fixes #38
2016-06-09readme: Mention "Gecko-based" applicationsonodera-punpun
Closes #34
2016-06-09make: Default to Linux Shared Memory for tmpBrad Erickson
Save GBs of disk writes during creation of the single color glyphs.
2016-06-08build: Update emoji SVG transformBrad Erickson
Requires SCFBuild V1.0.3 due to the SVG transform moving from the <svg> tag to a new <g> group containing everything. Details: https://github.com/eosrei/scfbuild/issues/4
2016-06-04build: Remove now-calculated SVG transformBrad Erickson
2016-05-15github: Add issue and pull request templatesBrad Erickson
2016-05-05version: Bump to v1.0v1.0Brad Erickson
2016-05-05readme: Add Windows font issue and Ubuntnu pickerBrad Erickson
2016-05-05readme: Add Ubuntu PPA install detailsBrad Erickson
Fixes #9
2016-04-27readme: Recommend disabling Firefox <47 fontlistBrad Erickson
Closes #31
2016-04-16svg: Enable 1-9, #, * and related ligaturesBrad Erickson
The provided/suggested fontconfig no longer uses the font as the default system font, so these can be enabled again.
2016-04-16linux: Add Debian packagingBrad Erickson
For #9
2016-04-16linux: Update fontconfig install destinationBrad Erickson
The provided font config was being installed at: ~/.config/fontconfig/fonts.conf it is better to install at: ~/.config/fontconfig/conf.d/56-emojione-color.conf Adds uninstall.sh Fixes #29
2016-04-15linux: Expand tests for other emoji fontsBrad Erickson
Confirm Emoji One Color is correctly aliased to replace: * Apple Color Emoji * Segoe UI Emoji * Noto Color Emoji Note: The test may fail if the other emoji fonts are installed.
2016-04-15make: Add directories/readme/licenses to packagesBrad Erickson
Fixes #28
2016-04-14linux: Add tests.sh to validate fontconfigBrad Erickson
For #29
2016-04-14readme: Add Ubuntu 14.04 setup/build instructionsBrad Erickson
Closes #6
2016-03-28Merge pull request #26 from Happy-Ferret/masterBrad Erickson
svg: Fix missing eye/back color on squirrel
2016-03-28svg: Fix missing eye color on squirrelHappy-Ferret
Fixes #21 Related https://github.com/Ranks/emojione/issues/215
2016-03-24fontconfig: Clarify fallback font detailsBrad Erickson
2016-03-22readme: Add Firefox fontcache regression detailsBrad Erickson
Closes #23
2016-03-21readme: Remove VLC and add GTK known issuesBrad Erickson
2016-03-21readme: Correct uncompress filenameBrad Erickson
2016-03-21version: Bump to v1.0-beta3v1.0-beta3Brad Erickson
Might be the last beta!
2016-03-21make: Create linux-specific install packageBrad Erickson
Significant change to install process recommendations for Linux. The provided fonts.conf makes Bitstream Vera the default font since it doesn't override Emoji One Color. README.md instructions have been updated to use the provided install.sh. Fixes #17
2016-03-21linux: Create install.sh for Bitstream Vera confBrad Erickson
For #17 Fixes #14
2016-03-21build: Add space width equal to DejaVu/Vera SansBrad Erickson
Requires Bitstream Vera as the default serif, sans-serif, and monospace font family since it contains no emoji characters. Any other emoji-less font can be used, but most systems include Bitstream Vera so it is used here as the example default. Noto works well except primarily for 0x2639 and 0x263a. See fonts.conf example: fontconfig/user-bitstream-vera-fonts.conf Workaround fix for #2 Related to #17
2016-03-18fontconfig: Create emoji generic-familyBrad Erickson
2016-03-17fonts.conf: A conf making Bitstream Vera defaultBrad Erickson
The DejaVu font family is based on the Bitstream Vera font family to provide greater unicode coverage. The only way to override the emoji it includes is to make the emoji font the primary system font. This shouldn't be a problem, but a number of programs do not correctly use font fallback resulting in font rendering errors everywhere: #1, #5, #16, #18, #19. This font.conf makes Bitstream Vera the default font for Serif, Sans-Serif, and Monospace font requests since it does not contain any Unicode Emoji characters. Emoji One Color font is the first fallback, followed by DejaVu to provide everything else. Test with: fc-match -s serif fc-match -s sans-serif fc-match -s monospace May be the solution for #17
2016-03-11readme: Add link to Twitter Color Emoji fontBrad Erickson
2016-03-11readme: Update Linux install to new URLBrad Erickson
2016-03-11version: 1.0-beta2v1.0-beta2Brad Erickson
2016-03-11makefile: Build both versions and package to zipsBrad Erickson
2016-03-11make: Reduce color SVG file size with SVGOBrad Erickson
2016-03-11readme: Move license information to LICENSE.mdBrad Erickson
Closes #13
2016-03-11yml: Translate glyphs (0, +150) to fix alignmentBrad Erickson
Requires scfbuild v1.0.1+ Fixes #3
2016-03-10readme: Change Linux script to use wgetBrad Erickson
Fixes #12
2016-03-09readme: Convert Linux install to scriptBrad Erickson
Closes #10
2016-03-09readme: Add Table of ContentsBrad Erickson
Replaces download section for hopefully more clarity.