index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-06
LibKeyboard: don't null codepoint for numpad return key
Sergey Semushin
2021-01-06
Shell: Run function declarations in the current process
AnotherTest
2021-01-06
Base: Add tar man page documentation
Brendan Coles
2021-01-06
LibWeb: Don't prune whitespace nodes from layout tree
Andreas Kling
2021-01-06
LibWeb: Make DOM::Node::create_layout_node() not need parent's style
Andreas Kling
2021-01-06
LibWeb: Remove specified style from layout nodes
Andreas Kling
2021-01-06
LibWeb: Split CSS::ComputedValues members into structs by inheritance
Andreas Kling
2021-01-06
LibWeb: Use the specified CSS values from element in more places
Andreas Kling
2021-01-06
LibWeb: Use the cached background-image value in Layout::Box::paint()
Andreas Kling
2021-01-06
LibWeb: Rename Element::resolved_style() => specified_css_values()
Andreas Kling
2021-01-06
LibWeb: Copy some properties from specified style into layout node
Andreas Kling
2021-01-06
LibWeb: Rename Layout::Node::style() => computed_values()
Andreas Kling
2021-01-06
LibWeb: Store the used font in Layout::NodeWithStyle
Andreas Kling
2021-01-06
LibWeb: Rename LayoutStyle => CSS::ComputedValues
Andreas Kling
2021-01-06
Everywhere: Force linker hash style to be gnu
Sahan Fernando
2021-01-06
LibELF: Implement GNU Hashing algorithm for dyn relocations
Sahan Fernando
2021-01-06
Keymaps: Created a new keymap for Italian keyboards.
Davide Carella
2021-01-06
KeyboardMapper: Added a new radio button that shows the Shift+AltGr map.
Davide Carella
2021-01-06
CharacterMap: Added a new Shift+AltGr map.
Davide Carella
2021-01-06
Syscall: Changed 'setkeymap' to take also the Shift+AltGr map.
Davide Carella
2021-01-06
Screensaver: Disable double buffering and hide cursor
Brendan Coles
2021-01-06
LibGfx: Tolerate PNGs with fewer palette entries than possible
Andreas Kling
2021-01-06
LibWeb: Simplify one kind of whitespace collapsing
Andreas Kling
2021-01-05
LibWeb: Set override cursor on IPWV itself instead of whole window
Andreas Kling
2021-01-05
Browser: Add a very basic content filter list
Andreas Kling
2021-01-05
LibWeb: Add a basic content filter (ad blocking!) :^)
Andreas Kling
2021-01-05
LibGUI: Add GUI::Application::active_window()
Andreas Kling
2021-01-05
LibGUI: Remove unused hook Window::on_activity_change
Andreas Kling
2021-01-05
Playground: Support opening gml file by path as command line argument
Brendan Coles
2021-01-05
LibGfx: Fail PGM decode if there isn't enough color data in image
Andreas Kling
2021-01-05
LibTTF: Guard against unsigned overflow in TTF table parsing
Andreas Kling
2021-01-05
Base: add 32x32 icon for Theme Editor, Hello World and Solitaire
TheMorc
2021-01-05
LibJS: Disable ASAN during the conservative GC stack scan
Andreas Kling
2021-01-05
LibJS: Fix UB downcast during GlobalObject construction
Andreas Kling
2021-01-05
ResourceGraph: Show more accurate picture of memory consumption
Tom
2021-01-05
Kernel: Provide consistent memory stats in ProcFS
Tom
2021-01-05
SystemMonitor: Beef up CPU and memory graphs
Tom
2021-01-05
TextEditor+EditingEngine: Add support for the basics of Vim emulation
Rok Povsic
2021-01-05
TextEditor: Change 'Find regex' shortcut to Ctrl+Shift+R
Rok Povsic
2021-01-04
HackStudio: Make the title bar say "Hack Studio" too..
Andreas Kling
2021-01-04
HackStudio: The app menu should say "Hack Studio"
Andreas Kling
2021-01-04
Base: Tweak app names to be in "Proper Noun" style
Andreas Kling
2021-01-04
Everywhere: Use GUI::CommonActions::make_about_action()
Andreas Kling
2021-01-04
Browser: Make the about menu item look a little nicer
Andreas Kling
2021-01-04
LibGUI: Add CommonActions::make_about_action()
Andreas Kling
2021-01-04
SystemMenu: Tweak text "About..." => "About SerenityOS"
Andreas Kling
2021-01-04
FileManager: Refer to self as "File Manager" (not "FileManager")
Andreas Kling
2021-01-04
DisplaySettings: Refer to app as "Display Settings"
Andreas Kling
2021-01-04
HackStudio: Correct use of ellipsis (...) in menu items
Andreas Kling
2021-01-04
FileManager: Correct use of ellipsis (...) in menu items
Andreas Kling
[next]