summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Collapse)Author
2022-02-16Base: Add test page for progress bar elementRafał Babiarz
2022-02-16LibWeb: Implement reverse lookup to labels from their labelable nodesTimothy Flynn
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.
2022-02-16Base: Add Control Pictures to font Katica Regular 10Lady Gegga
2400-2426 https://www.unicode.org/charts/PDF/U2400.pdf
2022-02-16Utilities: Add the 'files' argument to the unzip utilityserenitydev
2022-02-15Base: Add relative-length tests to media-query test pageSam Atkins
2022-02-15Base: Add color to Spreadsheet file type iconelectrikmilk
2022-02-15Base: Add Old Hungarian to font Katica Regular 10Lady Gegga
10C80-10CFF https://www.unicode.org/charts/PDF/U10C80.pdf
2022-02-15Base: Add Geometric Shapes Extended to font Katica Regular 10Lady Gegga
1F7CC, 1F7D0, 1F7D5-1F7D8, 1F7F0, 1F780-1F783 https://www.unicode.org/charts/PDF/U1F780.pdf
2022-02-15Base: Add Transport and Map Symbols to font Katica Regular 10Lady Gegga
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
2022-02-15Base: Add Ornamental Dingbats to font Katica Regular 10Lady Gegga
1F67C-1F67F, 1F67A, 1F676-1F679, 1F672, 1F673, 1F670 https://www.unicode.org/charts/PDF/U1F650.pdf
2022-02-15Base: Add Khojki characters to font Katica Regular 10Lady Gegga
1123A, 1123B https://www.unicode.org/charts/PDF/U11200.pdf
2022-02-15Base: Add Hatran characters to font Katica Regular 10Lady Gegga
108E0-108FF https://www.unicode.org/charts/PDF/U108E0.pdf
2022-02-15Base: Add Lao character to font Katica Regular 10Lady Gegga
0ED0 https://www.unicode.org/charts/PDF/U0E80.pdf
2022-02-15Base: Allow font-files be "Open with" Hex EditorLady Gegga
This is way more useful then the default "Open with" option which is Text Editor.
2022-02-15Base: Add 10CD1E-10CD21 emojis to PUA codepointsLady Gegga
10CD1E (Yakmeasure), 10CD1F (Yakcowboy), 10CD20 (Yakspeed), 10CD21 (Yakmando)
2022-02-15Spreadsheet: Make ranges vertically end-inclusiveu9g
With the spreadsheet: ``` A0:1 B0:2 A1:2 B1:3 ``` Before: sum(range("A0","B1")) === 3 After: sum(range("A0","B1")) === 8
2022-02-14Base: Add new bitmap font Comic BookLady Gegga
2022-02-14profile: Document "read" profiling eventJakub Berkop
2022-02-13Base: Restart the SQL server if it crashesTimothy Flynn
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.
2022-02-13Base+HexEditor: Add iconselectrikmilk
2022-02-13Base+Calculator: Add iconselectrikmilk
Adds icons for Pi and Euler's Constant to the Constants menu.
2022-02-13Base: Flip elephant's feet around in PHP file iconelectrikmilk
I noticed that the elephant's feet in this icon look like they are backwards. Slight oversight on my part.
2022-02-13Base: Add C file type iconelectrikmilk
Add 16x16 and 32x32 file icons for C files.
2022-02-14Base: Add Spreadsheet alias to shellrcu9g
2022-02-13Base: Add PHP filetype iconelectrikmilk
Add 16x16 and 32x32 file icons for PHP files.
2022-02-13Base+PixelPaint: Add more iconselectrikmilk
2022-02-13Base: Improve git commit iconelectrikmilk
2022-02-13Base: Improve Space Analyzer iconelectrikmilk
Improve Space Analyzer 16x16 icon by adding some tinting.
2022-02-13Base: Add Unicode 15 characters to font Katica Regular 10Lady Gegga
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
2022-02-12Base: Add Cypro-Minoan characters to font Katica Regular 10Lady Gegga
12F90-12FF2 https://www.unicode.org/charts/PDF/U12F90.pdf
2022-02-11LibWeb: Add SVG `<polygon>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<polyline>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<line>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<ellipse>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<circle>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<rect>` element and test case :^)Sam Atkins
2022-02-10Base: Add a quote to the fortunes databasekleines Filmröllchen
2022-02-10Base+HackStudio: Add or insert missing iconselectrikmilk
Insert or add icons where they are missing.
2022-02-10js: Add a command line argument to evaluate a string as a scriptTimothy Flynn
For example: $ js -c "console.log(42)" 42
2022-02-10Base: Add pastel color paletteelectrikmilk
Add pastel color palette for PixelPaint.
2022-02-10Base: Add Ol Chiki characters to font Katica Regular 10Lady Gegga
1C50, 1C51, 1C5A-1C67, 1C6A-1C70, 1C73-1C7C, 1C7E, 1C7F https://www.unicode.org/charts/PDF/U1C50.pdf
2022-02-10Base: Add Lycian characters to font Katica Regular 10Lady Gegga
10280-1029C https://www.unicode.org/charts/PDF/U10280.pdf
2022-02-10Base: Add Carian characters to font Katica Regular 10Lady Gegga
102A0-102D0 https://www.unicode.org/charts/PDF/U102A0.pdf
2022-02-09Base+Browser: Add browser iconselectrikmilk
Add local storage and style sheet icons. I also noticed the name of the DOM tree icon needed updated (tree => dom_tree).
2022-02-09Base+Browser: Add browser icons folderelectrikmilk
Move browser specific icons to their own folder in /res/icons/
2022-02-09Base: Enlarge globe in CSS file iconelectrikmilk
Make globe in CSS file icon more visible.
2022-02-09Base: Add more syntax highlighting color roles to the Default themeItamar
2022-02-08Base: Change JSON file icon to add CSS file iconelectrikmilk
Add CSS icon and add replacement JSON icon as the colors conflict. Update HackStudioWidget.cpp
2022-02-08LibWeb: Parse multiple box-shadows :^)Sam Atkins
Again, we don't yet render these (we render nothing) but this gets rid of a decent amount of CSS spam on Discord.
2022-02-08LibWeb: Reorganize box-shadow parsing codeSam Atkins
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.