Historique des commits

Auteur SHA1 Message Date
  Aliaksandr Kalenik c0e90a2a68 LibWeb: Dispatch "click" event on input control associated with <label> il y a 8 mois
  Psychpsyo 7f989765f5 LibWeb: Fix MouseEvent position values il y a 8 mois
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS il y a 8 mois
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level il y a 9 mois
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
  Andreas Kling 0a3b834346 LibWeb: Convert a bunch of dbg() to dbgln() il y a 4 ans
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) il y a 4 ans
  Andreas Kling 8b9f2c41fa LibWeb: Don't replace selection on key press in non-editable content il y a 4 ans
  asynts 10f9c85090 LibWeb: Make DOM::Range more suitable for JS. il y a 4 ans
  asynts a94a1d9f9e LibWeb: Implement deletion of more complex selections. il y a 4 ans
  asynts b3d7c5bfbc LibWeb: Fix many bugs with the editing. il y a 4 ans
  asynts 78558c9f30 LibWeb: Add support for cursor movement and delete. il y a 4 ans
  asynts e96faea1a2 LibWeb: Support range delection accross nodes with shared parent. il y a 4 ans
  asynts 43dc47a494 LibWeb: Add support for range deletion. il y a 4 ans
  asynts bbcc5a9332 LibWeb: Move editing stuff into EditEventHandler. il y a 4 ans
  Andreas Kling 2dd03a4200 LibWeb: Abort event handling if underlying layout tree disappears il y a 4 ans
  Luke 9950270808 LibWeb: Add HTML::EventNames and UIEvents::EventNames il y a 4 ans
  Andreas Kling 5aeab9878e LibWeb: Rename LayoutNode classes and move them into Layout namespace il y a 4 ans
  Andreas Kling f358f2255f LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node() il y a 4 ans
  Andreas Kling 10b534849d LibWeb: Remove ancient HTML_DEBUG debug logging il y a 4 ans
  Andreas Kling 81add73955 LibWeb: Make Frame point weakly to Page il y a 4 ans
  Andreas Kling 91b49dd9d0 LibWeb: Add a PageClient callback for image context menu requests il y a 4 ans
  Andreas Kling 86a4eaca38 LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame() il y a 4 ans
  Andreas Kling 94c55d9e37 LibWeb: Two mouse event handling fixes il y a 4 ans
  Andreas Kling d6889ecf35 LibWeb: Allow layout nodes to receive and track mouse events il y a 4 ans
  Andreas Kling 0f9be82826 LibGfx: Move StandardCursor enum to LibGfx il y a 4 ans
  Andreas Kling 684fa0f99b LibWeb: Make selection state recomputation implicit il y a 5 ans
  Andreas Kling d47f77169f LibWeb: Remember the selection state of each LayoutNode il y a 5 ans
  Andreas Kling 56c3748dcc LibWeb: Rename PageView => InProcessWebView il y a 5 ans
  AnicJov ac4897d613 LibWeb: Change cursor to IBeam when hovering text il y a 5 ans