djwisdom
38928ca2e4
Base: Update CsillaBold12 add Miscellaneous Symbols
...
CsillaBold12
Miscellaneous Symbols
2600-261F,2621,2640-2645,2647-2653,
268A-2693,26A5,26A6,26A8-26AF
2022-04-16 23:50:53 +01:00
Maciej
1c80b377b2
Base: Add various Miscellaneous Symbols and Pictograms glyphs
...
1f5c0,1f5c1,1f5cb,1f5cc,1f5cd,1f5ce,1f5cf,1f5e4,1f5e5,1f5e6,1f5e7,
1f5f6,1f5f7
2022-04-15 22:01:31 +01:00
djwisdom
25e4dbb8f4
Base: Update CsillaRegular12 add Cyrillic glyps
...
CsillaRegular12
Cyrillic
0400-046B
2022-04-15 21:59:58 +01:00
djwisdom
dc9dd30e9b
Base: Update CsillaBold12 add Cyrillic glyphs
...
CsillaBold12
Cyrillic
0400-046B
2022-04-15 21:59:45 +01:00
djwisdom
9dbcda7eef
Base: Update CsillaRegular12 add Latin Extended-A
...
CsillaRegular12
Latin Extended-A
0100-017E
2022-04-15 00:26:55 +02:00
djwisdom
d69df87728
Base: Update CsillaBold12 font add Latin Extended-A
...
CsillaBold12
Latin Extended-A
0100-017E
2022-04-15 00:26:55 +02:00
fanzidanzhidi
06ebdf82f7
Base: Add su(1) manpage
...
Base: Add su(1) manpage
Base: Add su(1) manpage
2022-04-15 00:22:37 +02:00
Sam Atkins
7c91fda088
LibWeb: Allow multiple text-decoration-lines
...
The spec grammar for `text-decoration-line` is:
`none | [ underline || overline || line-through || blink ]`
Which means that it's either `none`, or any combination of the other
values. This patch makes that parse for `text-decoration-line` and
`text-decoration`, stores the results as a Vector, and adjusts
`paint_text_decoration()` to run as a loop over all the values that are
provided.
As noted, storing a Vector of values is a bit wasteful, as they could be
stored as flags in a single `u8`. But I was getting too confused trying
to do that in a nice way.
2022-04-14 21:54:10 +02:00
Lady Gegga
3426592ee7
Base: Add some Bamum Supplement to font Katica Regular 10
...
16810, 16817, 16818, 16854, 16815, 16822, 1684B, 1684C, 1682E,
1687A-1687F, 1689E, 1684F, 16848, 16847, 16869, 1686A, 1688A,
168A7
https://www.unicode.org/charts/PDF/U16800.pdf
2022-04-13 12:23:50 +02:00
Lady Gegga
ef6dc1a16e
Base: Add Hanunoo to font Katica Regular 10
...
1720-1736 https://www.unicode.org/charts/PDF/U1720.pdf
2022-04-13 12:23:50 +02:00
Lady Gegga
c958b6504e
Base: Add Ogham to font Katica Regular 10
...
1680-169C https://www.unicode.org/charts/PDF/U1680.pdf
2022-04-13 12:23:50 +02:00
Thitat Auareesuksakul
34a0f8cdc7
Base: Add Thai glyphs to KaticaBold10 font
...
This commit adds Thai glyphs (U+0E00..U+0E7F) to KaticaBold10.font
Currently the language doesn't render properly due to the lack of
combinable Unicode characters implementation, but the glyphs are here :)
2022-04-12 21:12:23 +01:00
Thitat Auareesuksakul
8ceae0ec2b
Base: Add Thai glyphs to KaticaRegular10 font
...
This commit adds Thai glyphs (U+0E00..U+0E7F) to KaticaRegular10.font
Currently the language doesn't render properly due to the lack of
combinable Unicode characters implementation, but the glyphs are here :)
2022-04-12 20:53:29 +01:00
djwisdom
2af869d018
Base: Add new dark theme alternative
2022-04-12 00:00:30 +01:00
djwisdom
a687186039
Base: Update Ataraxia Light 8 for consistency
2022-04-10 17:39:49 +01:00
djwisdom
788a716816
Base: Update Ataraxia Light 10 for consistency
2022-04-10 17:39:49 +01:00
djwisdom
265b153461
Base: Update Ataraxia Bold 8 for consistency
2022-04-10 17:39:49 +01:00
djwisdom
c74711eb10
Base: Update Ataraxia Bold 10 for consistency
2022-04-10 17:39:49 +01:00
djwisdom
6493faf788
Base: Update Csilla12 Latin-1 Supplement with adjustments
...
CsillaRegular12
Latin-1 Supplement
00A1-00FF
https://www.unicode.org/charts/PDF/U0080.pdf
2022-04-10 17:39:41 +01:00
djwisdom
652fdda8f5
Base: Add Latin-1 Supplement to Csilla Bold 12 font
...
CsillaBold12
Latin-1 Supplement
00A1-00FF
https://www.unicode.org/charts/PDF/U0080.pdf
2022-04-10 17:39:41 +01:00
Jelle Raaijmakers
44d78a8a13
Base: Add a Ladyball .obj
:^)
2022-04-10 12:08:31 +02:00
Linus Groh
74241527d7
Base: Add the remaining 15 German state flag emojis (DE-XX)
2022-04-10 00:14:39 +01:00
Simon Wanner
5ebcb15c92
Base: Add a test page for CSS font-face
2022-04-09 23:48:18 +02:00
djwisdom
40f090c7e8
Base: Add Ataraxia Bold size 8
...
Basic Latin
0020-007E
Latin-1 Supplement
00A0-00FF
2022-04-08 20:47:20 +02:00
djwisdom
5142713263
Base: Add Ataraxia Light size 8
...
Basic Latin
0020-007E
Latin-1 Supplement
00A0-00FF
2022-04-08 20:47:20 +02:00
Lady Gegga
3449745117
Base: Change Csilla Bold 10 from proportional-font to fixed width-font
...
All other Csilla fonts has a fixed width flag.
2022-04-07 23:01:25 +02:00
Andreas Kling
81aa601637
Tests: Remove test-web
...
This was not used or maintained, and relied on InProcessWebView which we
need to get rid of.
2022-04-06 19:35:07 +02:00
sin-ack
8214a935ab
LibCore+Base: Hide empty options sections in manpages
2022-04-06 11:39:08 +02:00
sin-ack
cbc89632b9
LibCore+Base: Add way to hide ArgsParser opt.s from specific usage texts
...
This adds the ability to hide certain options from certain help texts.
`--complete` is always hidden, whereas `--help` and `--version` are
hidden from Markdown help text only.
Note that in all cases these three options are hidden from the short
usage line.
2022-04-06 11:39:08 +02:00
djwisdom
e465b59ca4
Base: Add Lucidity Bold font
...
Supplement Lucidity Regular font
2022-04-05 13:05:07 -04:00
Lady Gegga
43df15ceef
Base: Add Miscellaneous Symbols to font Tinier Regular 5
...
2605, 2639, 263A, 2640, 2669
https://www.unicode.org/charts/PDF/U2600.pdf
2022-04-05 13:02:43 -04:00
Lady Gegga
53c4f574ee
Base: Add Runic characters to font Tinier Regular 5
...
16A2, 16A6, 16B1, 16B2, 16B3, 16B4, 16B7, 16B9, 16BE, 16BF,
16C1, 16C5, 16C6, 16C7, 16CA, 16CB, 16CC, 16CE, 16CF, 16D0,
16D2, 16D5, 16D6, 16DA, 16DC, 16DD, 16DF, 16E7, 16E8, 16E9,
16EB, 16EC, 16ED, 16F2, 16F7, 16F8
https://www.unicode.org/charts/PDF/U16A0.pdf
2022-04-05 13:02:43 -04:00
Lady Gegga
f207d24fe9
Base: Add Latin Extended-B to font Tinier Regular 5
...
0186, 0197, 019A, 01A8, 01C0, 01C1, 01C2, 01C3, 01D0, 020B,
022F, 024D
https://www.unicode.org/charts/PDF/U0180.pdf
2022-04-05 13:02:43 -04:00
Lady Gegga
79244073c6
Base: Add Latin Extended-A to font Tinier Regular 5
...
012B, 0131, 0140, 017F
https://www.unicode.org/charts/PDF/U0100.pdf
2022-04-05 13:02:43 -04:00
Lady Gegga
483c4bdbbf
Base: Add C1 Controls and Latin-1 Supplement to font Tinier Regular 5
...
00A1, 00A6, 00AC, 00AF, 00B0, 00B1, 00B2, 00B4, 00B5, 00B7,
00BA, 00BF, 00D6, 00D7, 00EC, 00ED, 00EE, 00EF, 00F6, 00F7,
00FC
https://www.unicode.org/charts/PDF/U0080.pdf
2022-04-05 13:02:43 -04:00
Lady Gegga
48ffa115a3
Base: Add U+1F389 to font Katica Regular 10
...
1F389 https://www.unicode.org/charts/PDF/U1F300.pdf
2022-04-05 13:02:43 -04:00
Ali Chraghi
04ec13cb14
Base: Update Python filetype icon
2022-04-04 22:06:48 +01:00
Ali Chraghi
44f05bc0cb
Base: Update PHP filetype icon
2022-04-04 22:06:48 +01:00
Ali Chraghi
8dc071aa28
Base: Update C++ filetype icon
2022-04-04 22:06:48 +01:00
Ali Chraghi
bcee4f6ffe
Base: Update C filetype icon
2022-04-04 22:06:48 +01:00
Ali Chraghi
ca5b939fcf
Base: Update crash reporter icon
2022-04-04 22:06:48 +01:00
Ali Chraghi
7bed8d72b8
Base: Update socket filetype icon
2022-04-04 22:06:48 +01:00
Ali Chraghi
79c74eb5e1
Base: Update 32x32/MessageBoxQuestion icon
2022-04-04 22:06:48 +01:00
Ali Chraghi
d3f7d0f7a7
Base: Update 32x32/MessageBoxWarning icon
2022-04-04 22:06:48 +01:00
djwisdom
034111672b
Base: Add font Ataraxia Bold
2022-04-04 21:59:33 +01:00
djwisdom
fc4696c741
Base: Update font Ataraxia Latin-1 Supplement
2022-04-04 21:59:33 +01:00
cflip
5bb0b6ba7a
ClockSettings+Taskbar: Add settings for taskbar clock format
2022-04-04 13:15:13 +02:00
diogenes
d749ea3b70
Base: Add Tinier Regular, a 5px tall system font
...
This font is inspired by one I discovered years ago and have been
meaning to add for a long time. It is also a playful jab at @xexxa who
has the previous smallest font :^) I made a few changes to make it fit
in the 5x3 format. The original is licensed CC0 so there is no copyright
infringement.
Original font:
https://robey.lag.net/2010/01/23/tiny-monospace-font.html
2022-04-03 23:50:22 +01:00
djwisdom
fbbea77fa4
Base: Add new glyphs to Lucidity font
...
Unified Canadian Aboriginal Syllabics Extended-A
11AB0-11ABF
https://www.unicode.org/charts/PDF/U11AB0.pdf
Mayan Numerals
1D2E0-1D2F3
https://www.unicode.org/charts/PDF/U1D2E0.pdf
Ancient Greek Musical Notation
1D200-1D245
https://www.unicode.org/charts/PDF/U1D200.pdf
2022-04-03 23:24:17 +01:00
djwisdom
c339604789
Base: Add new glyphs to Satori Regular font
...
Unified Canadian Aboriginal Syllabics Extended-A
11AB0-11ABF
https://www.unicode.org/charts/PDF/U11AB0.pdf
Mayan Numerals
1D2E0-1D2F3
https://www.unicode.org/charts/PDF/U1D2E0.pdf
Ancient Greek Musical Notation
1D200-1D245
https://www.unicode.org/charts/PDF/U1D200.pdf
2022-04-03 23:24:04 +01:00