summaryrefslogtreecommitdiff
path: root/Base/res
AgeCommit message (Collapse)Author
2021-05-13Magnifier: Add a 32x32 iconValtteri Koskivuori
This is stolen from the app-file-manager icon. I'm still 'borrowing' the find icons for Magnifier, didn't see a reason to duplicate them.
2021-05-12Base: Add KeyboardMapper.afLinus Groh
Joining applications like Font Editor and Theme Editor, Keyboard Mapper now has its own entry in the "Development" system menu section.
2021-05-11Base: Add :nth-last-child test documentmiere43
2021-05-11Base: Add Magnifier.afLinus Groh
2021-05-11Base: Remove unused icons from the removed Visual Builder appAndreas Kling
2021-05-10Themes: Silver: Add window title button iconsBrendan Coles
2021-05-10LibPDF: Create basic object structureMatthew Olsson
This commit is the start of LibPDF, and introduces some basic structure objects. This emulates LibJS's Value structure, where Value is a simple class that can contain a pointer to a more complex Object class with more data. All of the basic PDF objects have a representation.
2021-05-09AnalogClock: New analog clock application (#6760)Erlend
2021-05-09Browser: Add :nth-child test documentmiere43
2021-05-08Themes: Faux Pas: Set RubberBandFill transparencyBrendan Coles
2021-05-08Themes: Faux Pas: Set HoverHighlight to whiteBrendan Coles
2021-05-08Themes: Add Light themeBrendan Coles
2021-05-08Demos: Add OpenGL teapot demo :^)Jesse Buhagiar
Every GL library needs an implementation of this! Currently drawn with "pixel vomit" colours as we don't yet support lighting via the GL library. This also ships with a super basic Wavefront OBJ loader.
2021-05-02WindowServer+Base: Show alternate close button for "modified" windowsAndreas Kling
Windows that are marked as modified will now have another (themable) close button. This gives an additional visual clue that some action will be required by the user before the window gets closed. The default window-close-modified icon is an "X" with "..." underneath, building on the established use of "..." in menus to signify that additional user input will be required before an action is completed.
2021-05-01Meta: Remove trailing whitespace from ro.jsonLinus Groh
This fixes the CI linting step.
2021-05-01Keymap: Added Romanian layoutxSlendiX
2021-05-01Base: Add bold Hebrew character glyphs to the Katica Bold 10 fontGal Horowitz
The glyph for the letter `Shin` (U+05E9) looks a bit wonky because the width of the font is too small. Unfortunately it doesn't look like the FontEditor is capable of changing the width of an existing font, so if that option will be added in the future this glyph can be fixed.
2021-04-26Demos: Add Starfield screensaver demoJagger De Leo
2021-04-26Base: Add 36pt font to Marieta family plus minor fixes to 24ptthankyouverycool
Unslashes '0' and zeros out widths for control codes and unused glyphs
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
The WebSocket bindings match the original specification from the WHATWG living standard, but do not match the later update of the standard that involves FETCH. The FETCH update will be handled later since the changes would also affect XMLHttpRequest.
2021-04-25Userland+Base: Add "ladyball" logo for the system :^)Andreas Kling
Thanks to Katalin Kult for the artwork!
2021-04-25Base: clang-format the cpp-gui template project.Brian Gianforcaro
I noticed this was miss-formated when fixing up the clang-format error in a different PR. I just ran `pre-commit run --all-files`
2021-04-23FontEditor: Add move glyph toolthankyouverycool
When toggled on, glyphs can now be repositioned within the glyph editor by dragging the mouse
2021-04-23Base: Add a quote to the fortunes databaseAli Mohammad Pur
2021-04-22LibWeb+Base: Use AK::SourceGenerator for error pagesAndreas Kling
Instead of storing a format string in a file, let's be reasonable and use SourceGenerator's template functionality. :^)
2021-04-21LibWeb+Base: Convert String::format() to String::formatted()Andreas Kling
This error page template is slightly hilarious and should probably be replaced with AK::SourceGenerator or some such, but for now let's just get rid of the call to String::format().
2021-04-19Base: Add HTML test page for cursor & tableAdam Hodgen
This page is useful for testing the CSS 'cursor' property, as well as HTML tables
2021-04-18Base: Update CsillaRegular10's glyph widthsIdan Horowitz
This fixed-width font had some garbage per glyph width values, which while previously was ok, they now had to be correctly set to indicate glyph presence.
2021-04-18Base: Add hebrew character glyphs to the Katica Regular 10 fontGal Horowitz
The newly drawn glyphs cover the Hebrew letters (U+05D0 - U+05EA).
2021-04-17FileManager: Show file copying animationLeandro Pereira
Bring some mid-90s charm and show a file flying animation while copying files. Icons for both source and destination directories are currently the default icons, but in the future they could be the respective icons for the destination directory.
2021-04-16LibWeb: Impose a sane max cookie sizeTimothy Flynn
Drop cookies larger than 4KiB. This value is the RFC's recommendation: https://tools.ietf.org/html/rfc6265#section-6.1
2021-04-15Applications: Rename Serendipity => WelcomeAndreas Kling
Let's stick to the theme of "the most obvious name possible"
2021-04-15Base: Update cookie test page to include unretrievable cookiesTimothy Flynn
"Unretrievable" meaning from JavaScript via document.cookie. They are settable though and may be viewed with the Dump Cookies command in the Browser.
2021-04-14LibWeb: Implement the CanvasRenderingContext2D::rect path methodIdan Horowitz
This method adds a rectangle to the current 2D path.
2021-04-14Browser: Respect the HttpOnly flag when storing cookiesTimothy Flynn
2021-04-13Base: Update cookie test page with cookies expected to be rejectedTimothy Flynn
2021-04-13HackStudio: Store known symbol declarations in ProjectDeclarationsItamar
They were previously stored inside the Locator widget. I moved them to the globally visible ProjectDeclarations class so they can also be used by other widgets.
2021-04-13Keymaps: Add pl keymap (#6282)breakgimme
2021-04-12Base: Update cookie test page to set some attributesTimothy Flynn
2021-04-12Base: Fix a few width/height oversights in Marietathankyouverycool
Corrects punctuation width and erroneous 'Q' width reset. Adjusts height of double quote and '$'
2021-04-12Serendipity: Paint theme agnostic bannerthankyouverycool
And remove temporary welcome-banner.png. Fixes invisible text in dark themes.
2021-04-12Base: Add new sans serif font Marietathankyouverycool
Liza's younger, slightly better proportioned sister
2021-04-11Base: Add test page for document.cookieTimothy Flynn
2021-04-11Network: Add network.png 32x32 iconBrendan Coles
2021-04-09Base+LibGUI: Add an familiar-looking icon for the desktop directoryAndreas Kling
2021-04-09LibGfx+Base: Add Tray/TrayText theme colors and Gfx::ButtonStyle::TrayAndreas Kling
A "Tray" is a sunken container area for widgets. The first intended client of this style is the GUI::FilePicker's common locations frame. Thanks to @nvella for coming up with the term "Tray" :^)
2021-04-09Fonts: Added some cyrillic glyphs to CsillaRegular10 andDmitrii Trifonov
KaticaRegular10 Needed to add more glyphs to fonts.
2021-04-08Keymaps: Add se keymap (#6198)nickalfi
Based on the existing Finnish keymap for special characters and what characters Linux outputs when I press the key, including Numpad.
2021-04-07Keymaps: Add sv-dvorak keymap (#6177)Miika Hämynen
Based on the finnish keymap for special characters and what characters linux outputs when I press the key.
2021-04-06Base: Add icons for a few apps and filetypesthankyouverycool
Adds new java, pdf, open-folder filetype icons. Upgrades chess, snake, sound player and keyboards. Fixes file manager alignment.