summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
2021-05-16PixelPaint: Style the application name as "Pixel Paint" :^)Andreas Kling
2021-05-15Games: Add GameOfLifeAndres Crucitti
2021-05-15PixelPaint+Base: Tool icon refresh :^)Andreas Kling
2021-05-15Base: Use http://serenityos.org/ for the default browser bookmarkAndreas Kling
2021-05-14Userland: Rename QuickShow => Image ViewerAndreas Kling
2021-05-13Services: Add InspectorServer to reverse the direction of InspectorAndreas Kling
2021-05-13Magnifier: Add a 32x32 iconValtteri Koskivuori
2021-05-12Base: Add KeyboardMapper.afLinus Groh
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-11Shell: Add an option to autosave history every N msAli Mohammad Pur
2021-05-11Userland: Implement a magnifier appValtteri Koskivuori
2021-05-10Base: Fix a spelling error in the mitigations man pageMart G
2021-05-10Themes: Silver: Add window title button iconsBrendan Coles
2021-05-10Shell: Parse '\t' in doublequoted strings as a tab characterAli Mohammad Pur
2021-05-10Shell: Add support for \uhhhhhhhh escapes in stringsAli Mohammad Pur
2021-05-10LibPDF: Create basic object structureMatthew Olsson
2021-05-09Userland: Preserve keyboard mapping preference on reboot (#6955)Γ–mer Kurttekin
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-08Base: Fix path to LibJS tests in test-js(1) man pageLinus Groh
2021-05-08Themes: Add Light themeBrendan Coles
2021-05-08Demos: Add OpenGL teapot demo :^)Jesse Buhagiar
2021-05-08Base: Update TextEditor man page to include line and column argumentsry755
2021-05-07Base: Add manpage for file(1)Valtteri Koskivuori
2021-05-07Base: Consistently stylize arguments in man pages as inline codeLinus Groh
2021-05-06Base: Remove unnecessary UID separation of multi-process BrowserAndreas Kling
2021-05-05Base: Start LookupServer on bootSergey Bugaev
2021-05-05Base: Add manpage for groups(1)setepenre
2021-05-05Base: Fix typos and spelling errors in man pagesBrendan Coles
2021-05-05Base: Minor cleanup of a few man pages.Brian Gianforcaro
2021-05-05Base: Add a boot_parameters(7) to document kernel boot parameters.Brian Gianforcaro
2021-05-04Base: Update recvfd() man page after addition of `options` argumentAndreas Kling
2021-05-02WindowServer+Base: Show alternate close button for "modified" windowsAndreas Kling
2021-05-01Meta: Remove trailing whitespace from ro.jsonLinus Groh
2021-05-01Keymap: Added Romanian layoutxSlendiX
2021-05-01Base: Add bold Hebrew character glyphs to the Katica Bold 10 fontGal Horowitz
2021-05-01Man: Add a manpage for rev(1)Mango0x45
2021-05-01Ports: Use sendfd()/recvfd() for mm_send_fd()/mm_receive_fd()Gunnar Beutner
2021-05-01LibC: Implement support for getspnam() and friendsGunnar Beutner
2021-05-01Base: Add a man page for the 'bt' command.Brian Gianforcaro
2021-04-29WindowServer: Move configuration file to /etc/WindowServer.iniAndreas Kling
2021-04-29Base: Describe heredocs in Shell's manpageAli Mohammad Pur
2021-04-29Browser: Save search engine setting to preferencesMaciej Zygmanowski
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-26Demos: Add Starfield screensaver demoJagger De Leo
2021-04-26LibGUI: Make common locations configurableDexesTTP