index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-05-21
LibGfx: Add missing TextAlignment::BottomLeft
Linus Groh
2021-05-21
LibWasm: Print instruction arguments too
Ali Mohammad Pur
2021-05-21
LibWasm: Fix nested structured instruction parsing
Ali Mohammad Pur
2021-05-21
LibWasm: Resolve labels starting from the top of the stack
Ali Mohammad Pur
2021-05-21
LibWasm: Implement a very basic linker
Ali Mohammad Pur
2021-05-21
LibWasm: Make the instantiation process produce an OwnPtr
Ali Mohammad Pur
2021-05-21
LibWasm: Decouple ModuleInstance from the AbstractMachine
Ali Mohammad Pur
2021-05-21
LibWasm: Trap instead of VERIFY()'ing
Ali Mohammad Pur
2021-05-21
LibWasm+Meta: Add test-wasm and optionally test the conformance tests
Ali Mohammad Pur
2021-05-20
LibCore: Let IODevice::can_read_line() buffer until \n or EOF
r-paiva
2021-05-20
Utilities: Fix grep match when reading from stdin
r-paiva
2021-05-20
LibGL: Implement glHint()
Stephan Unverwerth
2021-05-20
3DFileViewer: Clean up file handling
Gunnar Beutner
2021-05-20
3DFileViewer: Move the example model into the home directory
Gunnar Beutner
2021-05-20
TextEditor: Don't launch a WebContent process until it's needed
Andreas Kling
2021-05-20
Clipboard+LibGUI: Remove unnecessary client/server greeting message
Andreas Kling
2021-05-20
WindowServer+LibGUI: Make client/server greeting faster
Andreas Kling
2021-05-20
LibGfx: Remove unused current_system_theme() function
Andreas Kling
2021-05-20
FontEditor: Make statusbar text generation more robust
Max Wipfli
2021-05-20
FontEditor: Add tooltip to "Move Glyph" button
Max Wipfli
2021-05-20
LibWeb: Deal with Boxes that have a background, border and -radius
Tobias Christiansen
2021-05-20
LibWeb: Take border-radius into account when painting borders
Tobias Christiansen
2021-05-20
LibWeb: Introduce struct to hold border radii and normalize once
Tobias Christiansen
2021-05-20
LibWeb: Draw rounded corners for the backgrounds of Boxes
Tobias Christiansen
2021-05-20
LibWeb: Basic rendering of border-radius
Tobias Christiansen
2021-05-20
LibGfx: Add Painter::draw_circle_arc_intersecting()
Tobias Christiansen
2021-05-20
LibGfx: Add Painter::fill_rect_with_rounded_corners()
Tobias Christiansen
2021-05-20
LibWeb: Resolve shorthand for border-radius
Tobias Christiansen
2021-05-20
LibWeb: Make border-radius attibutes accessible
Tobias Christiansen
2021-05-20
LibWeb: Add border-radius to the CSS-parser
Tobias Christiansen
2021-05-20
LibWeb: Handle background-painting of Box in seperate function
Tobias Christiansen
2021-05-20
LibWeb: Move the painting of the border out of paint()
Tobias Christiansen
2021-05-20
Solitaire: Fix a spelling mistake in one of the variable names
Gunnar Beutner
2021-05-20
TextEditor+Browser: Enable HTML syntax highlighting on HTML documents
Ali Mohammad Pur
2021-05-20
LibWeb: Add a super basic HTML syntax highlighter
Ali Mohammad Pur
2021-05-20
LibWeb: Add position tracking information to HTML tokens
Ali Mohammad Pur
2021-05-20
LibWeb: Sort CMakeLists SOURCES entries
Ali Mohammad Pur
2021-05-20
LibGUI: Don't mark "open" FilePicker as done if the file is not found
Andreas Kling
2021-05-20
LibGUI: Make GUI::FilePicker handle absolute paths better
Andreas Kling
2021-05-20
LibGUI: Tweak API for getting the selected path
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-20
HexEditor: find_and_highlight: Limit search to remaining buffer size
Brendan Coles
2021-05-20
WindowServer+DisplaySettings: Remove the weird "simple" wallpaper mode
Andreas Kling
2021-05-20
DisplaySettings: Improve wallpaper preview code
Andreas Kling
2021-05-20
3DFileViewer: Remove unveil() calls and add "thread" pledge
Andreas Kling
2021-05-20
Meta: Make generate_state_machine() generate a proper target
Ali Mohammad Pur
2021-05-20
LibChess: Fixed PGN export bug (#7300)
Josh Perry
2021-05-20
Inspector: Throw an error when inspecting a process it has no access to
Anand
2021-05-19
LibMarkdown: Wrap code block language string in escape_html_entities()
Linus Groh
[next]