summaryrefslogtreecommitdiff
path: root/Base/home
AgeCommit message (Collapse)Author
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-04-21LaunchServer+Help: Open `help` urls with HelpForLoveOfCats
2022-04-10Base: Add a Ladyball `.obj` :^)Jelle Raaijmakers
2022-04-10Base: Add the remaining 15 German state flag emojis (DE-XX)Linus Groh
2022-04-06Tests: Remove test-webAndreas Kling
This was not used or maintained, and relied on InProcessWebView which we need to get rid of.
2022-04-04ClockSettings+Taskbar: Add settings for taskbar clock formatcflip
2022-04-03Applets: Add a network graph appletkleines Filmröllchen
This resource graph applet shows incoming network traffic graphically, and the tooltip shows both TX and RX. The data of all adapters is combined. The scale of the applet auto-adapts to the shown traffic load. Co-authored-by: bgianfo <bgianf@serenityos.org>
2022-04-01Base: Add tuba 3d modelStephan Unverwerth
2022-03-313DFileViewer: Fix seam in normals of teapot.objSahan Fernando
2022-03-30Base: Add Ninjyak to emoji.txtLady Gegga
2022-03-26Base: Add Acid3 to default Browser bookmarksAndreas Kling
2022-03-243DFileViewer: Enable smooth shading in viewer + teapot modelSahan Fernando
2022-03-22Base: Add Slovakian and Ukrainian flagsLady Gegga
Slovakian flags: Banská Bystrica, Bratislava, Košice, Nitra, Prešov, Trnava, Trenčín, Žilina Ukrainian flags: Vinnychchyna, Volyn, Luhanshchyna, Dnipropetrovshchyna, Zhytomyrshchyna, Zakarpattia, Zaporizhzhya, Prykarpattia, Kiev, Kyivshchyna, Kirovohradschyna, Sevastopol, Lvivshchyna, Mykolayivschyna, Odeshchyna, Poltavshchyna, Rivnenshchyna, Sumshchyna, Ternopilshchyna, Kharkivshchyna, Khersonshchyna, Khmelnychchyna, Cherkashchyna, Chernihivshchyna, Chernivtsi Oblast
2022-03-20Everywhere: Move tests to /home/anon/TestsBrian Gianforcaro
2022-03-20Base: Add some more common ad/tracking domains to anon's ad filtersAndreas Kling
2022-03-18Base: Add mp3 SoundPlayer association to the user LaunchServer configBrian Gianforcaro
This allows the user to double click on mp3 file names in the terminal output and open them in SoundPlayer.
2022-03-09Base: Remove stray GML file that sneaked into `Base/home/anon`ForLoveOfCats
2022-03-09Base: Add flags and RGI status to emoji.txtLady Gegga
2022-03-02Base: Add the flag emoji for Hesse (DE-HE)networkException
2022-03-02Browser: Add storage inspectorRafał Babiarz
2022-03-02Base: Add various flag emojis :^)Lady Gegga
Add flags for Scania, Vulcan and SerenityOS!
2022-02-26Base: Add emojis to emoji.txtLady Gegga
Add all yak emojis and more flags
2022-02-23Base: Add some regional indicator symbol emoji flags :^)Linus Groh
AQ, AT, CH, DE, DK, EU, FI, FR, GB, GR, HU, IL, IR, NL, NO, PL, RU, SE, TR, UA, UN, US. Picked by the location of various fellow Serenity contributors, and some random ones.
2022-02-23Base: Add ZWJ sequence emoji flags :^)Linus Groh
Rainbow flag, Transgender flag, Pirate flag.
2022-02-23LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour testsAli Mohammad Pur
As there's a somewhat active development going on, let's keep the expected behaviour under tests to make sure nothing blows up :^)
2022-02-03Base: Start Keymap.Applet automaticallyTimur Sultanov
2022-01-15Base: Add default "ShowScrollBar" value to Terminal.ini configBrian Gianforcaro
2022-01-14Base: Skip the Shell/function.sh test since it's flaky on CIAndreas Kling
2022-01-12Base: Disable TestLibCoreStream in run-tests for nowAndreas Kling
This test is very flaky, so let's turn it off until someone fixes it.
2022-01-09Base: Remove "Roman" font from Base/home/anon/Andreas Kling
It's in Base/res/fonts/ now. :^)
2022-01-09Base: Add Serif fontelectrikmilk
Add default Serif font.
2022-01-06Base: Add Bjarne Stroustrup's website to default browser bookmarks :^)Andreas Kling
2021-12-21Base: Set ImageViewer as the launcher for .qoi filesLinus Groh
2021-11-30Base: Remove accidentally-committed GML file from /home/anonAndreas Kling
2021-11-27Base: Set a default value for terminal scrollback sizekleines Filmröllchen
This setting was previously defaulted in the terminal setting code, which will be removed in the next step.
2021-11-26Browser+Base: Delete provided Browser.ini fileSam Atkins
Having files in Base's user `.config` folder means that every time the Serenity image is built, all user settings in that file are thrown away. So, let's not do that! :^) Modified the default value for the homepage url to match what was in Browser.ini, so there is no visible change.
2021-11-26Browser: Move search engine definitions to a json fileSam Atkins
This both makes them configurable, and means that we can read them from other applications, such as BrowserSettings. :^)
2021-11-26BrowserSettings: Create a BrowserSettings application :^)Sam Atkins
Browser has a bunch of settings, but most are non-trivial to add here. So far, these are implemented: - Homepage URL - Whether to close download windows when they complete The others will be added in subsequent commits.
2021-11-23Applets: Rename DesktopPicker => WorkspacePickerAndreas Kling
This is consistent with the rest of the system.
2021-11-20PixelPaint: Allow toggling the active layer boundary display rectAndreas Kling
Let the user opt out of painting a rectangle around the currently active layer.
2021-11-10LibSQL: Add SQL files to assist in troubleshootingJan de Visser
These files contain the same SQL statements as the similarly named tests in Tests/LibSQL/TestSqlStatementExecution.cpp test suite. They can be fed to the sql utility to assist in troubleshooting failing tests.
2021-11-04Base+LibCore: Store booleans in human-readable formatBen Wiederhake
Fixes #10640.
2021-10-18Base: Update tips.txtthankyouverycool
2021-10-17Base: Add a basic SystemServer.ini for the anon user :^)Andreas Kling
2021-10-06Base: Fix idempotency in 'little' exampleBen Wiederhake
2021-10-05Everywhere: Change from http to https where feasibleBen Wiederhake
I used "git grep -FIn http://" to find all occurrences, and looked at each one. If an occurrence was really just a link, and if a https version exists, and if our Browser can access it at least as well as the http version, then I changed the occurrence to https. I'm happy to report that I didn't run into a single site where Browser can't deal with the https version.
2021-09-12Base: Add `~/.config/PixelPaint.ini` sample fileMustafa Quraish
This is just a config file with the default options that PixelPaint recognizes and reads so far. Adding this in since the options are not really documented anywhere so at least the user can now know what options are available.
2021-09-02Welcome: Update tips.txtthankyouverycool
Super+Wheeling window opacity was removed in 370d374. Guilty only of being ahead of its time.
2021-08-31Tests: Test LibMarkdown against commonmark test suitePeter Elliott
TestCommonmark runs the CommonMark test suite (https://spec.commonmark.org/0.30/spec.json) against LibMarkdown. Currently 44/652 tests pass.