Age | Commit message (Expand) | Author |
2021-05-21 | Revert "Userland: static vs non-static constexpr variables" | Linus Groh |
2021-05-21 | Userland: static vs non-static constexpr variables | Lenny Maiorani |
2021-05-21 | LibWeb: Fix invalid behaviour of HTMLTokenizer::skip() and restore_to() | Ali Mohammad Pur |
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 | LibGL: Implement glHint() | Stephan Unverwerth |
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 | 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 | 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 | 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-19 | LibMarkdown: Wrap code block language string in escape_html_entities() | Linus Groh |
2021-05-19 | LibWeb: Use -libweb-palette-base-text for text color in default CSS | Linus Groh |
2021-05-20 | LibGUI: Don't invalidate FileSystemModel indices on thumbnail update | Andreas Kling |
2021-05-20 | LibGUI: Add widget registration for GUI::IconView | Andreas Kling |
2021-05-19 | LibHTTP: Relax the assertion on extra reads after transfer is finished | Ali Mohammad Pur |
2021-05-19 | LibCpp: Add regression tests for the parser | Itamar |
2021-05-19 | LibCpp: Fix "NumricLiteral" => "NumericLiteral" typo | Itamar |
2021-05-19 | LibCpp: Generalize ASTNode::dump() to support redirecting its output | Itamar |
2021-05-19 | LibCpp: Fix match_expression() | Itamar |
2021-05-19 | LibCpp: Support 'auto' Type | Itamar |
2021-05-19 | LibGL: Implement all of glVertex{2,3,4}{d,dv,f,fv,i,iv,s,sv} | Stephan Unverwerth |