summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-20WindowServer+LibGUI: Make client/server greeting fasterAndreas Kling
2021-05-20LibGfx: Remove unused current_system_theme() functionAndreas Kling
2021-05-20FontEditor: Make statusbar text generation more robustMax Wipfli
2021-05-20AK: Add UnicodeUtils with Unicode-related helper functionsMax Wipfli
2021-05-20FontEditor: Add tooltip to "Move Glyph" buttonMax Wipfli
2021-05-20Kernel: Close a Thread tid lookup raceTom
2021-05-20LibWeb: Deal with Boxes that have a background, border and -radiusTobias Christiansen
2021-05-20LibWeb: Take border-radius into account when painting bordersTobias Christiansen
2021-05-20LibWeb: Introduce struct to hold border radii and normalize onceTobias Christiansen
2021-05-20LibWeb: Draw rounded corners for the backgrounds of BoxesTobias Christiansen
2021-05-20LibWeb: Basic rendering of border-radiusTobias Christiansen
2021-05-20LibGfx: Add Painter::draw_circle_arc_intersecting()Tobias Christiansen
2021-05-20LibGfx: Add Painter::fill_rect_with_rounded_corners()Tobias Christiansen
2021-05-20LibWeb: Resolve shorthand for border-radiusTobias Christiansen
2021-05-20LibWeb: Make border-radius attibutes accessibleTobias Christiansen
2021-05-20LibWeb: Add border-radius to the CSS-parserTobias Christiansen
2021-05-20LibWeb: Handle background-painting of Box in seperate functionTobias Christiansen
2021-05-20LibWeb: Move the painting of the border out of paint()Tobias Christiansen
2021-05-20Solitaire: Fix a spelling mistake in one of the variable namesGunnar Beutner
2021-05-20TextEditor+Browser: Enable HTML syntax highlighting on HTML documentsAli Mohammad Pur
2021-05-20LibWeb: Add a super basic HTML syntax highlighterAli Mohammad Pur
2021-05-20LibWeb: Add position tracking information to HTML tokensAli Mohammad Pur
2021-05-20LibWeb: Sort CMakeLists SOURCES entriesAli Mohammad Pur
2021-05-20Ports: Only do build check for configure, build, and install stepsLinus Groh
2021-05-20LibGUI: Don't mark "open" FilePicker as done if the file is not foundAndreas Kling
2021-05-20LibGUI: Make GUI::FilePicker handle absolute paths betterAndreas Kling
2021-05-20LibGUI: Tweak API for getting the selected pathAndreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-20Ports: Add build completion sanity check to .port_include.shLinus Groh
2021-05-20Variant: Remove redundant inline keywordLenny Maiorani
2021-05-20HexEditor: find_and_highlight: Limit search to remaining buffer sizeBrendan Coles
2021-05-20Kernel: Stop allocating the PS2KeyboardDevice in the eternal heapIdan Horowitz
2021-05-20StateMachineGenerator: Put output into the CMake build directoryAndreas Kling
2021-05-20WindowServer+DisplaySettings: Remove the weird "simple" wallpaper modeAndreas Kling
2021-05-20DisplaySettings: Improve wallpaper preview codeAndreas Kling
2021-05-203DFileViewer: Remove unveil() calls and add "thread" pledgeAndreas Kling
2021-05-20Base: Update ladyball icons based on new variant from myphsAndreas Kling
2021-05-20Meta: Make generate_state_machine() generate a proper targetAli Mohammad Pur
2021-05-20Meta: Add my email(s) to .mailmapAli Mohammad Pur
2021-05-20Meta: Add my other e-mail address to .mailmapGunnar Beutner
2021-05-20Kernel: Fix regression, removing a ProcessGroup that not in the listBrian Gianforcaro
2021-05-20Meta: Add a .mailmap file to map email addresses to the same comitterBrian Gianforcaro
2021-05-20Kernel: Use the Function class for smp_broadcast()/smp_unicast()Gunnar Beutner
2021-05-20Kernel: Use the Function class for deferred_call_queue()Gunnar Beutner
2021-05-20Kernel: Remove an allocation when blocking a threadGunnar Beutner
2021-05-20AK: Don't unlink intrusive list elements in the destructorGunnar Beutner
2021-05-20LibChess: Fixed PGN export bug (#7300)Josh Perry
2021-05-20Inspector: Throw an error when inspecting a process it has no access toAnand
2021-05-20Kernel: Avoid allocating under spinlock in ProcessGroup::find_or_createBrian Gianforcaro