Commit graph

61 commits

Author SHA1 Message Date
Rod S
124c7d40bb Update for unicode 16.0 2024-10-02 15:18:02 -07:00
Rod S
461ec390d8 Updated flag of Martinique 2023-11-29 19:56:59 -08:00
Rod S
69db164275 Bad change to 1fae5 2023-11-20 17:41:37 -08:00
Rod S
3cf77fc485 v2.040, emoji 15.1 2023-11-16 22:24:59 -08:00
Rod S
c853280d92 Fix 1fa76, 1fa77 resolutions 2022-09-19 18:01:33 -07:00
Rod S
4b1c5bfb0d Late breaking changes to clapping hands 2022-09-06 10:48:25 -07:00
Rod S
f36b1f6a92 Updated shaking face 2022-08-22 18:01:24 -07:00
Rod S
1456cb03b8 Update png/128 and svg/ with Jennifer's latest changes 2022-08-17 13:55:20 -07:00
Rod S
7aef3417cb Emoji 15 assets, take 1 2022-08-12 14:14:25 -07:00
Rod S
b43c76ae0b Fix mk3 for 1fae5 2021-10-28 20:55:25 -07:00
Rod S
b9ed695ca7 1fae5 fix mk2 2021-10-28 20:55:24 -07:00
Rod S
47ca3e25fe Rebuitl 1fae5 from updated ai 2021-10-28 20:55:24 -07:00
Rod S
a6958e6682 Emoji fix from Jennifer 2021-10-28 20:55:23 -07:00
Rod S
5fd113856d Add missing 1f979 2021-10-28 20:55:23 -07:00
Rod S
ac600ad695 U14 2021-10-28 20:55:22 -07:00
Rod S
aeb780b76c Potentially final design updates 2021-06-25 08:58:45 -07:00
Rod S
5c44f57fec 6/24 design updates 2021-06-24 21:27:06 -07:00
Rod S
14dc148e18 June 23rd design updates 2021-06-23 18:47:23 -07:00
Rod S
63a4b03a49 v2.025, fixes for bbox issues 2021-06-17 22:06:15 -07:00
Rod S
ec6f17d2ad June 16 emoji update. Some files rolled back for bad sizing. 2021-06-17 10:17:56 -07:00
rsheeter
fa537f08d5 Fix outdated face with mask 2021-05-17 12:47:27 -07:00
rsheeter
d3e03595e4 Updated images with design updates 2021-05-14 23:02:31 -07:00
rsheeter
65dc359a15 Design updates 2021-05-14 22:51:48 -07:00
rsheeter
94764bb16d A bad name snuck in 2021-05-10 20:29:58 -07:00
rsheeter
9bdaf2e265 Update some stale images 2021-05-10 19:55:46 -07:00
Rod S
aa34092a72 Syringe update 2021-02-16 20:46:04 -08:00
Rod S
565d292c31 Unicode 13.1 update 2020-09-16 13:23:48 -07:00
Rod S
5c380e9564 Revert "Remove mistakenly added file; bad RGI"
This reverts commit 41708e907f.
2020-09-14 21:32:00 -07:00
rsheeter
41708e907f Remove mistakenly added file; bad RGI 2020-08-24 20:40:00 -07:00
rsheeter
546287c772 Emoji 13 assets 2020-07-20 13:33:17 -07:00
rsheeter
ac1703e9d7 Emoji 12.1 svg & png files 2020-03-16 23:29:14 -07:00
Qingqing Deng
61e91eee01 Update png/128 with 2019 final png files. 2019-07-02 13:07:48 -07:00
Doug Felt
7149a4e9a8 Remove aliased png image. 2018-08-23 08:41:16 -07:00
Doug Felt
b1246768db Update png images for unicode 11.
These were regenerated from source and most have rather imperceptable
differences, only a few are genuine modifications.
2018-08-09 16:50:11 -07:00
Doug Felt
1af77618da Merge branch 'master' into pistol_change 2018-04-24 11:56:33 -07:00
Doug Felt
eee736963f Remove duplicate images for 'people with bunny ears partying'.
The non-gender-specific sequence is aliased to a gender-specific one,
and the image is a duplicate.  Aliasing handles the non-gender-specific
case.
2018-04-16 17:52:28 -07:00
Doug Felt
cf666e6382 Modify pistol emoji images. 2018-03-07 17:51:59 -08:00
Doug Felt
a5efe6ca61 Fix hamburger, beer, and cheese emoji.
Some things just can't wait.
2017-10-30 10:49:35 -07:00
Doug Felt
fe2ced8501 Re-add PNGS which were accidentally deleted.
A previous commit intended to remove the old PNGS and just leave the
new ones, but neglected to add the new ones resulting in the deletion
of all the PNGs.  Um... oops.
2017-08-27 10:37:06 -07:00
Doug Felt
e2a1cbe3c4 Remove 'aliased' PNG images that were in the previous style.
The update to the new design accidentally left some old images.  The new
design doesn't include resources for images we alias, and when the
directory was updated I forgot to remove the images corresponding to the
aliases.
2017-08-25 17:09:09 -07:00
Doug Felt
69b0092a76 Update PNG resources to the new design. 2017-08-25 13:55:18 -07:00
Doug Felt
788396cd00 Fix noto-emoji#125
Male cook light/medium light images were swapped, both png and svg.
2017-05-16 10:03:43 -07:00
dougfelt
07d4c025a4 Merge pull request #100 from dougfelt/fix_aliased_couples
Use full sequences to name images for mixed-gender couples.
2017-03-07 14:39:07 -08:00
Doug Felt
b9cbe2324c Use full sequences to name images for mixed-gender couples.
We currently name the mixed-gender 'kiss' and 'couple with heart'
images after the single-codepoint sequences.  But aliasing maps
the single codepoint sequence to the gendered sequence, not the
reverse.  As a result the build doesn't create ligatures for the
gendered sequences, since it thinks the image doesn't exist.

Fix this to use the gendered-sequence-names for these images, and
let aliasing work as intended.  This follows the convention we've
adopted of letting the name more completely describe the image
contents, and defining how to represent less-specific sequences
using aliasing rather than baking these decisions into each image
name.
2017-03-06 16:02:24 -08:00
Doug Felt
1165ab005c Remove 'fe0f' from emoji asset names.
We've been inconsistent about use of the variation selector in image names,
and it's cleaner if we just consistently drop it.  We use the unicode data
for the full unicode strings for these names now so we don't need it in
the image data.
2017-03-06 15:05:21 -08:00
Doug Felt
3757e8aeed Update emoji pngs with gendered professions. 2016-10-20 11:03:44 -07:00
Doug Felt
50addd12f4 Update png files with updates from designers.
(This is part of bringing svg versions into sync with png.)
2016-10-17 15:38:22 -07:00
Doug Felt
a5ff5e034d Update two emoji and bump version.
This aligns the face colors of 1f47f and 1f608.
2016-06-30 13:57:35 -07:00
Doug Felt
b73ae61a77 Fix a few emoji to improve visibility against light/dark gray backgrounds.
Also updates revision number.
2016-06-16 10:39:32 -07:00
Doug Felt
71187500d7 Update emoji images to latest versions.
- adds remaining Unicode 9 emoji.
- updates template to new version number.
- emoji_ufe82b.png is now a symlink to unknown_flag.png
2016-05-20 14:00:48 -07:00