summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-06LibKeyboard: don't null codepoint for numpad return keySergey Semushin
2021-01-06Shell: Run function declarations in the current processAnotherTest
2021-01-06Base: Add tar man page documentationBrendan Coles
2021-01-06LibWeb: Don't prune whitespace nodes from layout treeAndreas Kling
2021-01-06LibWeb: Make DOM::Node::create_layout_node() not need parent's styleAndreas Kling
2021-01-06LibWeb: Remove specified style from layout nodesAndreas Kling
2021-01-06LibWeb: Split CSS::ComputedValues members into structs by inheritanceAndreas Kling
2021-01-06LibWeb: Use the specified CSS values from element in more placesAndreas Kling
2021-01-06LibWeb: Use the cached background-image value in Layout::Box::paint()Andreas Kling
2021-01-06LibWeb: Rename Element::resolved_style() => specified_css_values()Andreas Kling
2021-01-06LibWeb: Copy some properties from specified style into layout nodeAndreas Kling
2021-01-06LibWeb: Rename Layout::Node::style() => computed_values()Andreas Kling
2021-01-06LibWeb: Store the used font in Layout::NodeWithStyleAndreas Kling
2021-01-06LibWeb: Rename LayoutStyle => CSS::ComputedValuesAndreas Kling
2021-01-06Everywhere: Force linker hash style to be gnuSahan Fernando
2021-01-06LibELF: Implement GNU Hashing algorithm for dyn relocationsSahan Fernando
2021-01-06Keymaps: Created a new keymap for Italian keyboards.Davide Carella
2021-01-06KeyboardMapper: Added a new radio button that shows the Shift+AltGr map.Davide Carella
2021-01-06CharacterMap: Added a new Shift+AltGr map.Davide Carella
2021-01-06Syscall: Changed 'setkeymap' to take also the Shift+AltGr map.Davide Carella
2021-01-06Screensaver: Disable double buffering and hide cursorBrendan Coles
2021-01-06LibGfx: Tolerate PNGs with fewer palette entries than possibleAndreas Kling
2021-01-06LibWeb: Simplify one kind of whitespace collapsingAndreas Kling
2021-01-05LibWeb: Set override cursor on IPWV itself instead of whole windowAndreas Kling
2021-01-05Browser: Add a very basic content filter listAndreas Kling
2021-01-05LibWeb: Add a basic content filter (ad blocking!) :^)Andreas Kling
2021-01-05LibGUI: Add GUI::Application::active_window()Andreas Kling
2021-01-05LibGUI: Remove unused hook Window::on_activity_changeAndreas Kling
2021-01-05Playground: Support opening gml file by path as command line argumentBrendan Coles
2021-01-05LibGfx: Fail PGM decode if there isn't enough color data in imageAndreas Kling
2021-01-05LibTTF: Guard against unsigned overflow in TTF table parsingAndreas Kling
2021-01-05Base: add 32x32 icon for Theme Editor, Hello World and SolitaireTheMorc
2021-01-05LibJS: Disable ASAN during the conservative GC stack scanAndreas Kling
2021-01-05LibJS: Fix UB downcast during GlobalObject constructionAndreas Kling
2021-01-05ResourceGraph: Show more accurate picture of memory consumptionTom
2021-01-05Kernel: Provide consistent memory stats in ProcFSTom
2021-01-05SystemMonitor: Beef up CPU and memory graphsTom
2021-01-05TextEditor+EditingEngine: Add support for the basics of Vim emulationRok Povsic
2021-01-05TextEditor: Change 'Find regex' shortcut to Ctrl+Shift+RRok Povsic
2021-01-04HackStudio: Make the title bar say "Hack Studio" too..Andreas Kling
2021-01-04HackStudio: The app menu should say "Hack Studio"Andreas Kling
2021-01-04Base: Tweak app names to be in "Proper Noun" styleAndreas Kling
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2021-01-04Browser: Make the about menu item look a little nicerAndreas Kling
2021-01-04LibGUI: Add CommonActions::make_about_action()Andreas Kling
2021-01-04SystemMenu: Tweak text "About..." => "About SerenityOS"Andreas Kling
2021-01-04FileManager: Refer to self as "File Manager" (not "FileManager")Andreas Kling
2021-01-04DisplaySettings: Refer to app as "Display Settings"Andreas Kling
2021-01-04HackStudio: Correct use of ellipsis (...) in menu itemsAndreas Kling
2021-01-04FileManager: Correct use of ellipsis (...) in menu itemsAndreas Kling