Dmitrii Trifonov
90b6821d3f
Fonts: Added some cyrillic glyphs to CsillaRegular10 and
...
KaticaRegular10
Needed to add more glyphs to fonts.
2021-04-09 08:33:12 +02:00
nickalfi
3a8844520a
Keymaps: Add se keymap ( #6198 )
...
Based on the existing Finnish keymap for special characters and what
characters Linux outputs when I press the key, including Numpad.
2021-04-08 23:35:17 +02:00
Miika Hämynen
5e8b5ff35e
Keymaps: Add sv-dvorak keymap ( #6177 )
...
Based on the finnish keymap for special characters and what characters
linux outputs when I press the key.
2021-04-07 19:34:49 +02:00
thankyouverycool
3ba86e3156
Base: Add icons for a few apps and filetypes
...
Adds new java, pdf, open-folder filetype icons. Upgrades chess,
snake, sound player and keyboards. Fixes file manager alignment.
2021-04-06 21:58:55 +02:00
Andreas Kling
1d065aa51b
LibWeb: Support the :last-of-type CSS selector :^)
2021-04-06 13:06:42 +02:00
Andreas Kling
0eb9a9dd13
LibWeb: Support the :first-of-type CSS selector :^)
2021-04-06 13:06:42 +02:00
Timothy Flynn
0794d879f3
Base: Update background-repeat test with two-value section
2021-04-05 18:49:04 +02:00
Dodoross
0315741815
Keymaps: Added fr-ch.json for Swiss-French keyboards ( #6065 )
...
This new file is inspired by de.json as the two keyboard layouts are
very similar.
2021-04-05 18:04:53 +02:00
Timothy Flynn
d40f3aa0d0
Base: Add test page for <input type=button> elements
...
Particularly to test label associations.
2021-04-04 18:30:15 +02:00
Timothy Flynn
26c9769247
Base: Update checkbox test page to have a <label>
2021-04-04 18:30:15 +02:00
Timothy Flynn
2199a59614
Base: Update radio button test page to mutate the DOM
2021-04-04 18:30:15 +02:00
Andreas Kling
0f85753014
Base: Desaturate the audio applet icons
2021-04-04 09:54:10 +02:00
Andreas Kling
721572410e
ClipboardHistory: Use the "edit-copy" icon instead of a colorized one
2021-04-04 09:53:41 +02:00
Timothy Flynn
274e94224d
Base: Add test page for HTML input type=radio elements
2021-04-03 15:39:46 +02:00
Timothy Flynn
fcfeadaffa
Base: Add test page for the 'background-repeat' property
...
This page tests the following values for background-repeat:
repeat, repeat-x, repeat-y, no-repeat
The test is duplicated for the <body> node and for child <div> nodes,
because the code that paints these nodes are in separate locations.
2021-04-03 11:24:33 +02:00
Timothy Flynn
316e19c3ac
Base: Add a bullet emoji •
2021-03-31 23:58:45 +02:00
Timothy Flynn
2cc10c62ee
Base: Add test for a box placed over links with negative z-index
...
In this test, a set of links has a background box placed behind them via
a negative z-index. The expectation is that a hit test on a link during
a mouse-move event should select that link, and not the background box.
2021-03-31 23:53:15 +02:00
Andreas Kling
0e798234c7
WindowServer+LibGfx: Remove code for drawing the old-style menu bar
2021-03-31 23:38:26 +02:00
Timothy Flynn
e0f0aa7ce0
Base: Add test page for floating boxes with overflow=hidden
2021-03-30 22:21:46 +02:00
thankyouverycool
4465b37897
LibGUI+Calendar: Add new month and year views to Calendar
...
And overhaul resize and paint events to fix layout edge cases in
which Calendar wasn't filling its parent widget completely. Ensures
month views always display prior month days for click navigation.
Converts Calendar app layout to GML.
2021-03-30 10:34:34 +02:00
Andreas Kling
e17d4f8736
Fonts: Tweak 'r' glyphs in Katica
...
These were distractingly wide, so let's make them a bit narrower.
2021-03-29 19:14:45 +02:00
Andreas Kling
128c4c2db0
Base: Tweak "Redmond 2000" theme menu colors
2021-03-25 23:19:41 +01:00
Andreas Kling
91a68cb5d8
Base: Tweak menu colors in default theme a little bit
...
Let's brighten up the menu stripe for a slightly fresher look.
2021-03-25 22:14:09 +01:00
networkException
4f22c92b99
Keymap: Added de-macintosh.json for German Mac keyboards
...
Some special characters might not match the exact layout
from macOS as this was tested on Linux, but it is close
enough to be well usable
2021-03-24 15:57:49 +01:00
lucastarche
fa9dfa3da1
PixelPaint: Added Zoom tool
2021-03-23 08:21:08 +01:00
Magnus Alvestad
a3b03eef01
Keymap: Added no-latin1.json for Norwegian pc105 keyboards ( #5794 )
2021-03-15 08:48:26 +01:00
Andreas Kling
e44fbbe5c0
Base: Remove ANSI color ladybug text file
...
This was part of a neofetch-like program we had a long time ago,
but has long since been removed.
2021-03-13 22:41:32 +01:00
Itamar
7bf6eca9d8
LanguageServers/Cpp: Complete Preprocessor definitions
...
Preprocessor definitions now appear in the AutoComplete suggestions box
as well as in the Locator.
2021-03-13 10:17:02 +01:00
Ben Wiederhake
a265ea98b9
Utilities: Add a quotes database and 'fortunes' program
...
I told you, we need a quotes ~~page~~ file! :D
2021-03-09 22:10:30 +01:00
Emanuele Torre
dd17ec180f
Base: Fix newlines at end of file in some files.
2021-03-08 09:20:53 +01:00
Emanuele Torre
1f81bc6879
Everywhere: Remove unnecessary whitespace at the end of some lines.
2021-03-08 09:20:53 +01:00
Emanuele Torre
6749ba3477
Base: Replace HTMl => HTML
2021-03-08 09:20:53 +01:00
thankyouverycool
71a123148a
Serendipity: A new welcome app
...
Provides the basic Help+ReadMe care package to new users and some
interesting tips to get started. Feel free to add more!
2021-03-02 11:57:27 +01:00
Itamar
54bc9114b3
HackStudio: Support searching symbol declarations in the Locator
...
The Locator now keeps a cache of the declared symbol in a document.
The language client updates that cache whenever it gets an update from
the language server about declared symbols.
This allows searching for symbol declarations in the Locator, in
addition to file names.
Closes #5478
2021-02-27 16:37:35 +01:00
Nick Vella
e241dba8d3
LibGUI: add a rudimentary framework for Wizards.
...
This patch provides the basic components needed for developers to create
consistent wizard interface experiences in their applications.
`WizardDialog` provides the dialog frame for the wizard, handling navigation
and presentation.
`AbstractWizardPage`s form the base class of Wizard pages, which are
pushed onto the `WizardDialog` page stack via `WizardDialog::push_page`.
`CoverWizardPage` and `WizardPage` are provided to ease the creation of
Wizard interfaces consistent with the Serenity visual language.
2021-02-27 07:31:55 +01:00
thankyouverycool
38e70d2874
Base: Adjust cursor and link colors in Redmond themes
...
Fixes red blinking carets and unreadable link text
2021-02-26 13:30:08 +01:00
thankyouverycool
4ebfdfdc05
Base: Update some icons for color, quality and consistency
...
And remove unused filetypes
2021-02-25 08:08:26 +01:00
thankyouverycool
42717b5b79
Base: Add new icons for fonts and File Manager
2021-02-25 08:08:26 +01:00
TheMorc
38781cb131
Base: Add Slovak keymap
2021-02-22 09:46:02 +01:00
Kevin Kuehler
c909f7001c
keymaps: Add dvorak-programmer
...
I left the numpad the same as qwerty because I don't have a keyborad
with a numpad and don't know if those keys change or not.
2021-02-21 23:48:57 +01:00
Andreas Kling
d475460ea1
Base: Add a lion emoji 🦁
2021-02-21 15:07:25 +01:00
Linus Groh
2a519722a9
Base: Make PixelPaint launch handler for .pp files
...
Closes #5374 .
2021-02-16 19:00:41 +01:00
Stephan Unverwerth
53d2073a66
Resources: Add SerenitySans Truetype font to /res/fonts
2021-02-15 08:50:48 +01:00
Nick Vella
b671577223
HackStudio: Project templates and New Project dialog
...
This commit adds a simple project template system to HackStudio,
as well as a pretty New Project dialog, inspired by early VS.NET
and MS Office.
2021-02-13 19:49:30 +01:00
Tom
58cf1987bf
Themes: Basalt's title text shadow shouldn't be transparent
...
Fixes pixels bleeding through from behind.
2021-02-13 00:39:33 +01:00
Sahan Fernando
9e68752264
Themes: Improve syntax highlighting colors of Nord theme
2021-02-12 08:55:34 +01:00
Tom
cd2874dfcf
Themes: Make Redmond 2000 menu shadows a bit lighter
2021-02-12 08:55:11 +01:00
Tom
cf1c159ed5
WindowServer: Allow different shadows for active/inactive windows
...
Also allow specifying different shadows for the task and menu bar.
2021-02-11 23:36:11 +01:00
Tom
964894dee6
WindowServer: Allow specifying different shadows for menus and tooltips
...
Also update the Redmond 2000 theme to drop shadows more Redmond-like.
2021-02-09 22:27:14 +01:00
Nico Weber
106939c11f
Base: Fill in rightmost pixel in crosshair cursor
...
gimp claimed that the rightmost white pixel was actually transparent.
It didn't look transparent in Serenity, but I painted it white like
the other inner pixels anyways.
2021-02-09 20:10:00 +01:00