Age | Commit message (Collapse) | Author |
|
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
|
|
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.
|
|
|
|
|
|
|
|
This was not used or maintained, and relied on InProcessWebView which we
need to get rid of.
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
This allows the user to double click on mp3 file names in the terminal
output and open them in SoundPlayer.
|
|
|
|
|
|
|
|
|
|
Add flags for Scania, Vulcan and SerenityOS!
|
|
Add all yak emojis and more flags
|
|
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.
|
|
Rainbow flag, Transgender flag, Pirate flag.
|
|
As there's a somewhat active development going on, let's keep the
expected behaviour under tests to make sure nothing blows up :^)
|
|
|
|
|
|
|
|
This test is very flaky, so let's turn it off until someone fixes it.
|
|
It's in Base/res/fonts/ now. :^)
|
|
Add default Serif font.
|
|
|
|
|
|
|
|
This setting was previously defaulted in the terminal setting code,
which will be removed in the next step.
|
|
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.
|
|
This both makes them configurable, and means that we can read them from
other applications, such as BrowserSettings. :^)
|
|
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.
|
|
This is consistent with the rest of the system.
|
|
Let the user opt out of painting a rectangle around the currently
active layer.
|
|
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.
|
|
Fixes #10640.
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
Super+Wheeling window opacity was removed in 370d374.
Guilty only of being ahead of its time.
|
|
TestCommonmark runs the CommonMark test suite
(https://spec.commonmark.org/0.30/spec.json) against LibMarkdown.
Currently 44/652 tests pass.
|