summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Collapse)Author
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-05-28Base: Add test page for Web Storage APIRafał Babiarz
2022-05-28NetworkServer: Support setting default gatewayMaciej
This commit adds an IPv4Gateway to Network.ini. If that option is set to value other than 0.0.0.0, the NetworkServer adds a default route (e.g. with address 0.0.0.0/0) with the specified destination.
2022-05-28Base: Add Tai Le to font Katica Regular 10Xexxa
1950-1974 https://www.unicode.org/charts/PDF/U1950.pdf
2022-05-28Base: Add Oriya to font Katica Regular 10Xexxa
0B01-0B77 https://www.unicode.org/charts/PDF/U0B00.pdf
2022-05-28Base: Add the Philippine flagXexxa
2022-05-27Base: Make kill process icon using hand as gun gesturedjwisdom
This was suggested by dither8 on Discord https://bit.ly/3ynR3sb
2022-05-26Base: Don't launch LookupServer in generate-manpages modeMaciej
This is not needed now.
2022-05-26Base: Add man page for network configurationMaciej
2022-05-26NetworkServer: Add a new NetworkServer serviceMaciej
This service is responsible for loading network configuration from a /etc/Network.ini config file. It sets up static IP address + mask or starts DHCPClient depending on configuration.
2022-05-26Base: Write man page for utimensat(3) and futimens(3)Ariel Don
2022-05-26Base: Write man page for touch(1)Ariel Don
2022-05-25Base: Document the LibDSP structure in a simple class diagramkleines Filmröllchen
This uses UML conventions but just contains the necessary info to get started with LibDSP development.
2022-05-25Base: Update the audio subsystem documentationkleines Filmröllchen
We need to mention the new queue system as well as the userland sample format.
2022-05-21LibGUI: Add ability to position checkboxes to the right of their textSam Atkins
This uses the new `checkbox_position` property, which can be "Left" or "Right".
2022-05-21LibGUI: TabWidget add vertical tabsCameron Youell
Add vertical tabs to TabWidget, this can be set using the ```TabWidget::set_tab_position``` function or in the GML
2022-05-21Base: Add hover icons to Cupertino themeMacDue
Simple hover effect with slight brightening + glow.
2022-05-13Base: Add Contrast themeadoni
2022-05-11Base: Document new TabWidget properties, and extend the example a bitSam Atkins
2022-05-08Spreadsheet: Interpret numbers as floats, not integersEli Youngs
2022-05-08Spreadsheet: Update statistical functions to take variadic argumentsEli Youngs
2022-05-07Base: Improve Silver theme colorsJoel Hansen
- HighlightWindow text and strip colors now dark blue. - MovingWindowShadow color made lighter, so that it's more visible. - RubberBand now has silver colors.
2022-05-07Base: Improve Desert theme colorsJoel Hansen
Improve HighlightWindowBorder colors for better visibility.
2022-05-07Base: Add hover variants for Light themeJoel Hansen
2022-05-07Base: Add hover variants for the Silver themeJoel Hansen
2022-05-07Base: Improve Plum theme colorsJoel Hansen
- Make ruler lighter for visibility - Make gutter same color as ruler for consistency - Improve HighlightWindow colors
2022-05-07Base: Define WindowTitleShadow in Sunshine themeJoel Hansen
Add *WindowTitleShadow values for the Sunshine theme. Make InactiveWindowTitleShadow color lighter
2022-05-07Base: Use lighter color for HoverHighlight on the ChillyChilly themeJoel Hansen
2022-05-07Base: Reorganize Silver themeJoel Hansen
2022-05-07Base: Improve icons consistencyVAN BOSSUYT Nicolas
2022-05-05Kernel/Graphics: Simplify the feature level of the Graphics subsystemLiav A
Instead of letting the user to determine whether framebuffer devices will be created (which is useless because they are gone by now), let's simplify the flow by allowing the user to choose between full, limited or disabled functionality. The determination happens only once, so, if the user decided to disable graphics support, the initialize method exits immediately. If limited functionality is chosen, then a generic DisplayConnector is initialized with the preset framebuffer resolution, if present, and then the initialize method exits. As a default, the code proceeds to initialize all drivers as usual.
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
Long live the DisplayConnector object!
2022-05-05Kernel/Graphics: Use DisplayConnector design for the Bochs driverLiav A
2022-05-03Base: Add hovered versions of the Coffee title bar iconsMacDue
2022-05-02Base: Add More Emojiselectrikmilk
Adds Cat face emojis U+1F63B, U+1F63C, U+1F63D, U+1F63E, U+1F639, U+1F640 Adds Party Popper emoji U+1F389 Adds Rocket Emoji U+1F680
2022-05-02Base: Set $LLVM_PROFILE_FILE before running run-testsAndrew Kaster
Set LLVM_PROFILE_FILE to a pattern that is easily extractable as "these are the profile data files we generated while running tests" for later post-processing.
2022-05-01ifconfig: Stop supporting setting/displaying default gatewayMaciej
The `route` command allows more sophiscated control over routing tables now, and supporting this in ifconfig is no longer meaningful.
2022-04-30Base: SatoriMono10 Regular add glyphs to widen coveragedjwisdom
Box Drawing 2500-257F https://www.unicode.org/charts/PDF/U2500.pdf
2022-04-30Base: SatoriMono10 Bold add glyphs to widen coveragedjwisdom
Box Drawing 2500-257F https://www.unicode.org/charts/PDF/U2500.pdf
2022-04-30Base: Ataraxia10 Light add glyphs to widen coveragedjwisdom
Box Drawing 2500-257F https://www.unicode.org/charts/PDF/U2500.pdf
2022-04-30Base: Ataraxia10 Bold add glyphs to widen coveragedjwisdom
Box Drawing 2500-257F https://www.unicode.org/charts/PDF/U2500.pdf
2022-04-30Base: Rename Estonian emoji flag code sequence to 'EE'Karol Kosek
Previously, the Estonian flag used just a single E.
2022-04-30Base: Add Adlam to Katica Regular 10Lady Gegga
1E900-1E95F https://www.unicode.org/charts/PDF/U1E900.pdf
2022-04-30Base: Add Bassa Vah to Katica Regular 10Lady Gegga
16AD0-16AF5 https://www.unicode.org/charts/PDF/U16AD0.pdf
2022-04-29Kernel+WindowServer: Move setting tty graphical mode to UserspacePeter Elliott
This will allow using the console tty and WindowServer regardless of your kernel command line. Also this fixes a bug where, when booting in text mode, the console was in graphical mode, and would not accept input.
2022-04-28Base: Improvements to the Light themeJoel Hansen
- Adding more suitable "icons-only" buttons. - Adding WindowShadow from default theme.
2022-04-26Base: Evenly space title bar icons in Coffee themeMacDue
2022-04-25Base: Update Lucidity Bold add glyphs to widen coveragedjwisdom
Tifinagh 2D30-2D67,2D6F,2D70 https://www.unicode.org/charts/PDF/U2D30.pdf
2022-04-25Base: Update Lucidity Regular add glyphs to widen coveragedjwisdom
Tifinagh 2D30-2D67,2D6F,2D70 https://www.unicode.org/charts/PDF/U2D30.pdf
2022-04-25Base: Update Ataraxia8 Light add glyphs to widen coveragedjwisdom
Tifinagh 2D30-2D67,2D6F,2D70 https://www.unicode.org/charts/PDF/U2D30.pdf