Age | Commit message (Collapse) | Author |
|
|
|
This enables, for example, clicking on the check box, dragging the mouse
over to the label, releasing the mouse to act as a click on the check
box.
This was implemented for labels / labelable nodes with the "for"
attribute already. This implements the same for labelable nodes that are
inside the label.
|
|
2400-2426 https://www.unicode.org/charts/PDF/U2400.pdf
|
|
|
|
|
|
|
|
10C80-10CFF https://www.unicode.org/charts/PDF/U10C80.pdf
|
|
1F7CC, 1F7D0, 1F7D5-1F7D8, 1F7F0, 1F780-1F783
https://www.unicode.org/charts/PDF/U1F780.pdf
|
|
1F6A9, 1F6AA, 1F6AB, 1F6B9, 1F6BF, 1F6C6, 1F6C7, 1F6CF, 1F6E1, 1F6E3,
1F6F7, 1F6A1, 1F6F6, 1F6F8, 1F6A0, 1F69D, 1F69E, 1F69F, 1F682, 1F683,
1F6A2
https://www.unicode.org/charts/PDF/U1F680.pdf
|
|
1F67C-1F67F, 1F67A, 1F676-1F679, 1F672, 1F673, 1F670
https://www.unicode.org/charts/PDF/U1F650.pdf
|
|
1123A, 1123B https://www.unicode.org/charts/PDF/U11200.pdf
|
|
108E0-108FF https://www.unicode.org/charts/PDF/U108E0.pdf
|
|
0ED0 https://www.unicode.org/charts/PDF/U0E80.pdf
|
|
This is way more useful then the default "Open with" option which
is Text Editor.
|
|
10CD1E (Yakmeasure), 10CD1F (Yakcowboy), 10CD20 (Yakspeed),
10CD21 (Yakmando)
|
|
With the spreadsheet:
```
A0:1
B0:2
A1:2
B1:3
```
Before: sum(range("A0","B1")) === 3
After: sum(range("A0","B1")) === 8
|
|
|
|
|
|
There's a fair amount of VERIFY/TODO calls in LibSQL that will crash the
SQL server if we hit an unimplemented feature or some bug. Restart the
server if this happens to help with debugging / development.
|
|
|
|
Adds icons for Pi and Euler's Constant to the Constants menu.
|
|
I noticed that the elephant's feet in this icon look like they are
backwards. Slight oversight on my part.
|
|
Add 16x16 and 32x32 file icons for C files.
|
|
|
|
Add 16x16 and 32x32 file icons for PHP files.
|
|
|
|
|
|
Improve Space Analyzer 16x16 icon by adding some tinting.
|
|
Nag Mundari (1E4D0-1E4F9)
https://www.unicode.org/charts/PDF/Unicode-15.0/U150-1E4D0.pdf
Geometric Shapes Extended (1F7D9)
https://www.unicode.org/charts/PDF/Unicode-15.0/U150-1F780.pdf
Transport and Map Symbols (1F6DC)
https://www.unicode.org/charts/PDF/Unicode-15.0/U150-1F680.pdf
CJK Unified Ideographs Extension H (3136B)
https://www.unicode.org/charts/PDF/Unicode-15.0/U150-31350.pdf
Symbols and Pictographs Extended-A (1FAAE, 1FABC, 1FA87)
https://www.unicode.org/charts/PDF/Unicode-15.0/U150-1FA70.pdf
Alchemical Symbols (1F774-1F776, 1F77B-1F77F)
https://www.unicode.org/charts/PDF/Unicode-15.0/U150-1F700.pdf
Latin Extended-G (1DF25-1DF2A)
https://www.unicode.org/charts/PDF/Unicode-15.0/U150-1DF00.pdf
Lao (0ECE)
https://www.unicode.org/charts/PDF/Unicode-15.0/U150-0E80.pdf
Kannada (0CF3)
https://www.unicode.org/charts/PDF/Unicode-15.0/U150-0C80.pdf
Khojki (1123F-11241)
https://www.unicode.org/charts/PDF/Unicode-15.0/U150-11200.pdf
Small Kana Extension (1B132, 1B155)
https://www.unicode.org/charts/PDF/Unicode-15.0/U150-1B130.pdf
Devanagari Extended-A (11B00-11B09)
https://www.unicode.org/charts/PDF/Unicode-15.0/U150-11B00.pdf
|
|
12F90-12FF2 https://www.unicode.org/charts/PDF/U12F90.pdf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Insert or add icons where they are missing.
|
|
For example:
$ js -c "console.log(42)"
42
|
|
Add pastel color palette for PixelPaint.
|
|
1C50, 1C51, 1C5A-1C67, 1C6A-1C70, 1C73-1C7C, 1C7E, 1C7F
https://www.unicode.org/charts/PDF/U1C50.pdf
|
|
10280-1029C https://www.unicode.org/charts/PDF/U10280.pdf
|
|
102A0-102D0 https://www.unicode.org/charts/PDF/U102A0.pdf
|
|
Add local storage and style sheet icons. I also noticed the name of the
DOM tree icon needed updated (tree => dom_tree).
|
|
Move browser specific icons to their own folder in /res/icons/
|
|
Make globe in CSS file icon more visible.
|
|
|
|
Add CSS icon and add replacement JSON icon as the colors conflict.
Update HackStudioWidget.cpp
|
|
Again, we don't yet render these (we render nothing) but this gets rid
of a decent amount of CSS spam on Discord.
|
|
The pattern we've adopted for other multi-value properties is to run in
a loop like this, since that makes it easier to cater for values
appearing in different orders.
|